@charset "UTF-8";
/*------------------------------------------------------------------
Foundation
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: not-allowed;
}

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40.0625em&large=64.0625em&xlarge=90.0625em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
}

.row:after, .row:before {
  content: ' ';
  display: table;
}

.row:after {
  clear: both;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-12 {
  width: 100%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.expanded.row .small-collapse.row, .small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-pull-0, .small-push-0, .small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40.0625em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .expanded.row .medium-collapse.row, .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-pull-0, .medium-push-0, .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .expanded.row .large-collapse.row, .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .xlarge-offset-0 {
    margin-left: 0;
  }

  .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .xlarge-12 {
    width: 100%;
  }

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

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .expanded.row .xlarge-collapse.row, .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-pull-0, .xlarge-push-0, .xlarge-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
.row {
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  max-width: none;
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media screen and (min-width: 40.0625em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}
.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: .625rem;
  padding-right: .625rem;
  min-width: initial;
}

@media screen and (min-width: 40.0625em) {
  .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.small-offset-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: .625rem;
  padding-right: .625rem;
}

@media screen and (min-width: 40.0625em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40.0625em) and (min-width: 40.0625em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 40.0625em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 40.0625em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 64.0625em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .xlarge-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .xlarge-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .xlarge-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .xlarge-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .xlarge-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .xlarge-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 90.0625em) and (min-width: 90.0625em) {
  .xlarge-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 90.0625em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.align-top.columns, .column.align-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom.columns, .column.align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle.columns, .column.align-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch.columns, .column.align-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em, i {
  font-style: italic;
}

b, em, i, strong {
  line-height: inherit;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40.0625em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a img {
  border: 0;
}

hr {
  max-width: 112.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

dl, ol, ul {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ol, ul {
  margin-left: 1.25rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-weight: 400;
  border: 1px solid #cacaca;
  padding: .125rem .3125rem .0625rem;
}

code, kbd {
  font-family: Consolas,Liberation Mono,Courier,monospace;
  color: #0a0a0a;
  background-color: #e6e6e6;
}

kbd {
  padding: .125rem .25rem 0;
  margin: 0;
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print, th.show-for-print {
    display: table-cell !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote, pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 40em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40.0625em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 40.0625em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 40em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 40em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 90em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 64em), screen and (min-width: 90.0625em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 90.0625em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 90em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 90.0625em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.hide-for-portrait, .show-for-landscape {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix:after, .clearfix:before {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media screen and (min-width: 40.0625em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 90.0625em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .xlarge-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .xlarge-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .xlarge-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .xlarge-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .xlarge-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
/*------------------------------------------------------------------
Utilities
*/
.reset, .searchform fieldset, .widget ul, .widget.widget_calendar table {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cf:before, .thb-fixed:before,
.woocommerce-MyAccount-navigation:before, .post.style3 .post-gallery:before, .woocommerce-Reviews #review_form_wrapper:before, .cf:after, .thb-fixed:after,
.woocommerce-MyAccount-navigation:after, .post.style3 .post-gallery:after, .woocommerce-Reviews #review_form_wrapper:after {
  content: " ";
  display: table;
}
.cf:after, .thb-fixed:after,
.woocommerce-MyAccount-navigation:after, .post.style3 .post-gallery:after, .woocommerce-Reviews #review_form_wrapper:after {
  clear: both;
}

.endcolumn [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.transition, .thb-portfolio, .thb-portfolio .type-portfolio h1 span:not(.next),
.thb-portfolio .type-portfolio h2 span:not(.next),
.thb-portfolio .type-portfolio .thb-categories span:not(.next), .thb-portfolio .type-portfolio.title-animation-swipe h1:after,
.thb-portfolio .type-portfolio.title-animation-swipe h2:after,
.thb-portfolio .type-portfolio.title-animation-swipe .thb-categories:after, .thb-portfolio .type-portfolio.thb-corner-arrow .thb-corner-arrow-svg, .thb-portfolio .type-portfolio.thb-image-blur .btn-text, .thb-flip-box .thb-flip-box-side, .thb-video-lightbox.hover-style1 img, .thb-video-lightbox.hover-style2 img, .thb-video-lightbox svg.thb-play-02 .circle2, .products .product.product-category a div span {
  transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.transition2, .thb-portfolio .type-portfolio.style1.thb-push-top .thb-placeholder, .thb-portfolio .type-portfolio.style1.thb-push-top .portfolio-link, .thb-portfolio .type-portfolio.style1.thb-push-bottom .thb-placeholder, .thb-portfolio .type-portfolio.style1.thb-push-bottom .portfolio-link {
  transition: all 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
}

.quick-transition, a, .thb-borders, .header, .header:before, .header .logolink .logoimg, .header .row, .scroll-spy-on .thb-full-menu > li a:before, #mobile-menu .menubg-placeholder, .thb-mobile-language-switcher a:after, .thb-mobile-menu .next, .thb-mobile-menu .sub-menu li:first-child > .link_container .back, .footer-links a:before, .thb-secondary-menu li a:before, .footer .widget ul li a:before, .mobile-toggle.style2 > div span:nth-child(3), .thb-page-header .thb-blog-categories li a:after, .post .post-content p a:not(.btn):not(.button):not(.thb-iconbox):after, .post.style1.style8, .post.style4 p,
.post.style4 .post-gallery,
.post.style4 .post-meta,
.post.style4 svg, .post.style5 p,
.post.style5 .post-gallery img,
.post.style5 .post-meta, .post.style5 .blog-content:after, .post.style6 .post-meta, .post.style6 .post-gallery, .post.style7 .blog-content:after, .post.style9:after, .post.style9 h5 .post-gallery, .post.style9 h5 .post-gallery .wp-post-image, .scroll-bottom.style1:before, .scroll-bottom.style1 > div:before, .scroll-bottom.style1 > div:after, .scroll-bottom.style2, .scroll-bottom.style3 > div:before, .scroll-bottom.style3 > div:after, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea, .pagination .page-numbers.prev:before, .pagination .page-numbers.next:after, .swiper-pagination.swiper-pagination-fraction, .swiper-pagination.swiper-pagination-bullets, .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .thb-portfolio .type-portfolio .portfolio-link, .thb-portfolio .type-portfolio.thb-corner-hover .portfolio-holder, .thb-portfolio .type-portfolio.thb-corner-hover.style2 .portfolio-inner.thb-corner-hover, .thb-portfolio .type-portfolio.style2 .portfolio-holder .portfolio-inner .thb-placeholder,
.thb-portfolio .type-portfolio.style2 .portfolio-holder .portfolio-inner img, .thb-portfolio .type-portfolio.style2 h2, .thb-portfolio .type-portfolio.style3 .portfolio-holder, .thb-portfolio .type-portfolio.style5 a:before, .thb-portfolio-filter.style3 ul li a:before, .logo-holder .thb-portfolio-filter strong span, .thb-show-all .items ul li div figure, .thb-list-portfolio, .thb-list-portfolio .thb-image-side,
.thb-list-portfolio .thb-content-side, .thb-list-portfolio .type-portfolio .next .menu_arrow, .thb-list-portfolio .thb-content-side .type-portfolio h1, .thb-list-portfolio .thb-content-side .type-portfolio .thb-categories, .thb-list-portfolio .thb-content-side .type-portfolio h3, .thb_row_pagination li, .thb_row_pagination li span, .portfolio_nav .center_link svg, .portfolio_nav .center_link svg path, .portfolio_nav svg, .portfolio_nav .post_nav_link .inner img, .thb-portfolio-share, .thb-portfolio-share strong span, .portfolio-detail .post-content p a:not(.btn):not(.button):after, .post-gallery .wp-video, .swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-prev,
.swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-next, .swiper-container .thb-swiper-pagination .swiper-pagination-bullet h6, .swiper-container .swiper-nav span, .swiper-container .swiper-nav .thb-arrow, .swiper-container.style1 .swiper-navigation svg, .swiper-container.style5 .segmenter__piece-parallax, .slick-slide, .slick-nav span, .slick-dots li, .mfp-close-btn-in button.mfp-close, .mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler,
.mfp-zoom-in .mfp-inline-holder, .mfp-zoom-in.mfp-bg, .mfp-zoom-out .mfp-with-anim, .mfp-zoom-out.mfp-bg, .widget.woo h6:before, .instagram-row figure, .instagram-row figure span, .thb-client-row.thb-opacity.with-accent .thb-client, .thb-client-row .thb-client img, .thb-team-row .slick.centered .slick-slide, .thb-team-row .thb-team-member .team-information, .thb-device .thb-iphone .screen .slick-slide, .thb_image_link img, .thb_image_link .thb-image-inner .thb-portfolio-video, #scroll_to_top svg, .wpb_text_column a:after, input[type="submit"],
.button,
.btn, input[type="submit"].thb-3d-style span,
.button.thb-3d-style span,
.btn.thb-3d-style span, input[type="submit"].thb-3d-style:after,
.button.thb-3d-style:after,
.btn.thb-3d-style:after, input[type="submit"].thb-fill-style:before, input[type="submit"].thb-fill-style:after,
.button.thb-fill-style:before,
.button.thb-fill-style:after,
.btn.thb-fill-style:before,
.btn.thb-fill-style:after, input[type="submit"].thb-text-style:before,
.button.thb-text-style:before,
.btn.thb-text-style:before, input[type="submit"].thb-text-style:after,
.button.thb-text-style:after,
.btn.thb-text-style:after, input[type="submit"].thb-text-style span:before,
.button.thb-text-style span:before,
.btn.thb-text-style span:before, input[type="submit"].thb-text-style span:after,
.button.thb-text-style span:after,
.btn.thb-text-style span:after, input[type="submit"].thb-border-line-style:after,
.button.thb-border-line-style:after,
.btn.thb-border-line-style:after, .btn-text.style1:before, .btn-text.style2:before, .btn-text.style2:after, .btn-text.style3 span:after, .btn-text.style4 .arrow > div, .btn-text.style6 .regular-arrow, .thb-iconbox, .thb-iconbox.type3, .thb-iconbox.type3:after, .products .product.thb_hover .product_thumbnail_hover, .products .product .ajax_add_to_cart,
.products .product .add_to_cart_button,
.products .product .product_type_variable,
.products .product .product_type_grouped,
.products .product .product_type_external, .products .product .ajax_add_to_cart span,
.products .product .add_to_cart_button span,
.products .product .product_type_variable span,
.products .product .product_type_grouped span,
.products .product .product_type_external span, .product-detail .woocommerce-tabs .tabs li a:after {
  transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.mid-transition, .thb-mobile-menu .nav-link-mask, .thb-mobile-menu .nav-link-mask .nav-link-mask-text, .post.style10 .post-gallery .post-style10-hover, .post.style11, .thb-portfolio .type-portfolio.thb-image-hover .thb-placeholder.second, .thb-portfolio .type-portfolio.thb-gradient-fill-hover .thb-placeholder:after, .thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content .post-excerpt, .thb-video-lightbox svg .back,
.thb-video-lightbox svg .front {
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.linear-transition {
  transition: all 1s linear;
}

.linear-mid-transition, .thb-iconbox.type4 .thb-iconbox-text {
  transition: all .5s linear;
}

.linear-quick-transition, .thb-portfolio .type-portfolio.thb-gradient-fill-hover .thb-placeholder, .thb-portfolio .type-portfolio.thb-border-hover .portfolio-link:before, .widget.woo .widget_content, .thb-image-slider.thb-image-slider-style5 figure img {
  transition: all .25s linear;
}

.general-shadow-styles.small-shadow, .thb-freescroll .columns img.small-shadow, .thb_image_link img.small-shadow, .small-shadow.thb-video-lightbox {
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
.general-shadow-styles.medium-shadow, .thb-freescroll .columns img.medium-shadow, .thb_image_link img.medium-shadow, .medium-shadow.thb-video-lightbox {
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.general-shadow-styles.large-shadow, .thb-freescroll .columns img.large-shadow, .thb_image_link img.large-shadow, .large-shadow.thb-video-lightbox {
  -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.general-shadow-styles.xlarge-shadow, .thb-freescroll .columns img.xlarge-shadow, .thb_image_link img.xlarge-shadow, .xlarge-shadow.thb-video-lightbox {
  -moz-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.visually-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.admin-bar .admin-style, .admin-bar .thb-borders, .admin-bar .header, .admin-bar #searchpopup, .admin-bar #mobile-menu, .admin-bar .thb-show-all, .admin-bar .portfolio-floating-button, .admin-bar .vertical-deck .vertical-page, .vertical-deck .admin-bar .vertical-page {
  top: 0;
}
@media screen and (min-width: 601px) {
  .admin-bar .admin-style, .admin-bar .thb-borders, .admin-bar .header, .admin-bar #searchpopup, .admin-bar #mobile-menu, .admin-bar .thb-show-all, .admin-bar .portfolio-floating-button, .admin-bar .vertical-deck .vertical-page, .vertical-deck .admin-bar .vertical-page {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .admin-style, .admin-bar .thb-borders, .admin-bar .header, .admin-bar #searchpopup, .admin-bar #mobile-menu, .admin-bar .thb-show-all, .admin-bar .portfolio-floating-button, .admin-bar .vertical-deck .vertical-page, .vertical-deck .admin-bar .vertical-page {
    top: 32px;
  }
}

.thb-preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  will-change: opacity;
}
.thb-preloader .thb-preloader-icon-hexagon {
  fill: transparent;
}
.thb-preloader .thb-preloader-icon-hexagon .preloader-path {
  stroke-dashoffset: 0;
  animation-name: stroke;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes stroke {
  to {
    stroke-dashoffset: 102px;
  }
}
.thb-preloader .thb-preloader-icon-circle {
  -moz-animation: rotator 1.4s linear infinite;
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.thb-preloader .thb-preloader-icon-circle .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #ef173b;
  -moz-animation: dash 1.4s ease-in-out infinite;
  -webkit-animation: dash 1.4s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.pagination-space .thb-preloader {
  opacity: 0;
}

.custom_scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.flex-video {
  margin: 0;
}
.vc_video-aspect-ratio-235 .flex-video.widescreen {
  padding-bottom: 42.5%;
}

.center-contents, .vertical-deck .vertical-page .thb-container, .swiper-container.full-page .swiper-slide, .swiper-container.style4 .swiper-slide .slider-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-bg, #mobile-menu .menubg-placeholder, .post.style4 .post-gallery > div, .post.style6 .post-gallery div, .post.style7 .post-gallery, .thb-placeholder, .thb-show-all .items ul li div figure, .thb-list-portfolio .thb-image-side .portfolio-image, .vertical-deck .vertical-page .thb-bg, .swiper-container.style6 .glitch-image, .style4-container .swiper-container .slider-inner, .single-format-gallery .slick.post-gallery .slick-slide, .thb-image-slider.thb_full_height figure, .products .product.thb_hover .product_thumbnail_hover {
  flex-direction: column;
  background-position: center;
  background-size: cover;
}

.general-shadow-styles.small-shadow, .thb-freescroll .columns img.small-shadow, .thb_image_link img.small-shadow, .small-shadow.thb-video-lightbox {
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
.general-shadow-styles.medium-shadow, .thb-freescroll .columns img.medium-shadow, .thb_image_link img.medium-shadow, .medium-shadow.thb-video-lightbox {
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.general-shadow-styles.large-shadow, .thb-freescroll .columns img.large-shadow, .thb_image_link img.large-shadow, .large-shadow.thb-video-lightbox {
  -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.general-shadow-styles.xlarge-shadow, .thb-freescroll .columns img.xlarge-shadow, .thb_image_link img.xlarge-shadow, .xlarge-shadow.thb-video-lightbox {
  -moz-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

/* Padding Sizes */
.thb-padding-sizes.regular-padding .columns, .regular-padding.thb-freescroll:not(.thb-type-text) .columns, .wpb_gallery .regular-padding.row .columns {
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-padding-sizes.regular-padding .columns, .regular-padding.thb-freescroll:not(.thb-type-text) .columns, .wpb_gallery .regular-padding.row .columns {
    margin-bottom: 30px;
  }
}
.thb-padding-sizes.mini-padding, .mini-padding.thb-freescroll:not(.thb-type-text), .wpb_gallery .mini-padding.row {
  margin: 0 -5px;
}
.thb-padding-sizes.mini-padding .columns, .mini-padding.thb-freescroll:not(.thb-type-text) .columns, .wpb_gallery .mini-padding.row .columns {
  padding: 0 5px;
  margin-bottom: 10px;
}
.thb-padding-sizes.pixel-padding, .pixel-padding.thb-freescroll:not(.thb-type-text), .wpb_gallery .pixel-padding.row {
  margin: 0 -1px;
}
.thb-padding-sizes.pixel-padding .columns, .pixel-padding.thb-freescroll:not(.thb-type-text) .columns, .wpb_gallery .pixel-padding.row .columns {
  padding: 0 1px;
  margin-bottom: 2px;
}
.thb-padding-sizes.no-padding, .row .thb-padding-sizes.row.no-padding, .thb-padding-sizes.thb-portfolio.masonry.style1:not(.thb-margins), .thb-portfolio.masonry.style1.thb-freescroll:not(.thb-margins):not(.thb-type-text), .wpb_gallery .thb-portfolio.masonry.style1.row:not(.thb-margins), .no-padding.thb-freescroll:not(.thb-type-text), .wpb_gallery .no-padding.row {
  margin: 0;
}
.thb-padding-sizes.no-padding .columns, .thb-padding-sizes.thb-portfolio.masonry.style1:not(.thb-margins) .columns, .thb-portfolio.masonry.style1.thb-freescroll:not(.thb-margins):not(.thb-type-text) .columns, .wpb_gallery .thb-portfolio.masonry.style1.row:not(.thb-margins) .columns, .no-padding.thb-freescroll:not(.thb-type-text) .columns, .wpb_gallery .no-padding.row .columns {
  padding: 0;
  margin-bottom: 0;
}

.no-padding, .row .row.no-padding, .thb-portfolio.masonry.style1:not(.thb-margins) {
  margin: 0;
}
.no-padding > .columns, .row .row.no-padding > .columns, .thb-portfolio.masonry.style1:not(.thb-margins) > .columns {
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  .no-padding, .row .row.no-padding, .thb-portfolio.masonry.style1:not(.thb-margins) {
    padding: 0;
  }
}

.light-button-text, .columns.thb-light-column .btn-text {
  color: #fff;
}
.light-button-text.style1:before, .columns.thb-light-column .style1.btn-text:before {
  background: rgba(255, 255, 255, 0.35);
}
.light-button-text.style1:hover, .columns.thb-light-column .style1.btn-text:hover {
  color: #fff;
}
.light-button-text.style1:hover:before, .columns.thb-light-column .style1.btn-text:hover:before {
  background: white;
}
.light-button-text.style2:before, .columns.thb-light-column .style2.btn-text:before {
  background: rgba(255, 255, 255, 0.35);
}
.light-button-text.style2:after, .columns.thb-light-column .style2.btn-text:after {
  background: white;
}
.light-button-text.style3:hover, .columns.thb-light-column .style3.btn-text:hover {
  color: #fff;
}
.light-button-text.style3 span:after, .columns.thb-light-column .style3.btn-text span:after {
  background: white;
}
.light-button-text.style4:hover, .columns.thb-light-column .style4.btn-text:hover {
  color: #fff;
}
.light-button-text.style4 svg:nth-child(2n), .columns.thb-light-column .style4.btn-text svg:nth-child(2n) {
  fill: #fff;
}
.light-button-text.style5:hover, .columns.thb-light-column .style5.btn-text:hover {
  color: #fff;
}
.light-button-text.style5 svg, .columns.thb-light-column .style5.btn-text svg,
.light-button-text.style5 svg .bar,
.columns.thb-light-column .style5.btn-text svg .bar {
  fill: #fff;
}

.vc_editor.compose-mode .vc_element > .columns {
  width: 100%;
  max-width: 100%;
}
.columns .vc_column-inner {
  width: 100%;
}
.columns:not(.full-height) .vc_column-inner:not(.thb-fixed) {
  height: 100%;
}
.columns.thb-light-column {
  color: #fff;
}
.columns.thb-light-column h1, .columns.thb-light-column h2, .columns.thb-light-column h3, .columns.thb-light-column h4, .columns.thb-light-column h5, .columns.thb-light-column h6,
.columns.thb-light-column .thb-portfolio .type-portfolio h1, .columns.thb-light-column .thb-portfolio .type-portfolio h2,
.columns.thb-light-column .thb-portfolio .type-portfolio.style6 .portfolio-holder,
.columns.thb-light-column .thb-awards-parent,
.columns.thb-light-column .thb-awards .award-container .thb-award-description strong,
.columns.thb-light-column .thb-awards .award-container .thb-award-description b,
.columns.thb-light-column .thb-experience .thb-experience-description strong, .columns.thb-light-column .thb-experience .thb-experience-position strong,
.columns.thb-light-column .thb-experience .thb-experience-description b, .columns.thb-light-column .thb-experience .thb-experience-position b,
.columns.thb-light-column .thb-experience,
.columns.thb-light-column label,
.columns.thb-light-column .thb-team-row .thb-team-member.member_style2 .team-information h6, .columns.thb-light-column .thb-team-row .thb-team-member.member_style3 .team-information h6,
.columns.thb-light-column .thb-team-row .thb-team-member.member_style2 .team-information .thb-description a, .columns.thb-light-column .thb-team-row .thb-team-member.member_style3 .team-information .thb-description a {
  color: #fff;
}
.columns.thb-light-column .thb-awards-parent + .thb-awards-parent,
.columns.thb-light-column .thb-team-row .thb-team-member.member_style2 .team-information .job-title, .columns.thb-light-column .thb-team-row .thb-team-member.member_style3 .team-information .job-title {
  border-top-color: rgba(255, 255, 255, 0.6);
}
.columns.thb-light-column .btn-text.style4 .arrow svg:first-child {
  fill: #fff;
}
.columns.thb-light-column .boxed-icon:not(:hover) {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.columns.thb-light-column .boxed-icon:not(:hover) svg {
  fill: #fff;
}
.columns.thb-light-column .thb-awards .award-container,
.columns.thb-light-column .thb-experience {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.columns.thb-light-column .wpb_text_column a {
  color: #fff;
}
.columns.thb-light-column .wpb_text_column a:after {
  border-bottom-color: #fff;
}
.columns.thb-light-column .thb-awards .award-container .thb-award-description,
.columns.thb-light-column .thb-experience .experience-date {
  color: #b8b8b8;
}
.columns.thb-light-column .thb-iconbox figure svg path, .columns.thb-light-column .thb-iconbox figure svg circle, .columns.thb-light-column .thb-iconbox figure svg rect, .columns.thb-light-column .thb-iconbox figure svg ellipse {
  stroke: #fff;
}
.columns.thb-light-column .post .post-category a,
.columns.thb-light-column .post .post-meta,
.columns.thb-light-column .post .post-meta a {
  color: rgba(255, 255, 255, 0.8);
}
.columns.thb-light-column .post .post-title a:not(:hover) {
  color: #fff;
}
.columns.thb-light-column .post.style2 .blog-post-container {
  background: #000;
}
.columns.thb-light-column .post.style4 svg {
  fill: rgba(255, 255, 255, 0.85);
}
.columns.thb-light-column .post.style5,
.columns.thb-light-column .post.style7 {
  background: rgba(255, 255, 255, 0.1);
}
.columns.thb-light-column .post.style1.style8:not(:hover),
.columns.thb-light-column .post.style4:not(:hover) {
  border-color: rgba(255, 255, 255, 0.2);
}

/* 5 Columns */
.small-1\/5 {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media only screen and (min-width: 64.0625em) {
  .thb-5,
  .medium-1\/5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-1\/5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-1\/8 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .thb-5-2 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

/* Fixed */
.thb-fixed,
.woocommerce-MyAccount-navigation {
  will-change: top;
  -moz-transition: top 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: top 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: top 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: top 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 40.0625em) {
  .thb-fixed,
  .woocommerce-MyAccount-navigation {
    position: static !important;
  }
}

/*.wf-loading {
	visibility: hidden;
}*/
/* Lazy Load */
.lazyload,
.lazyloading {
  opacity: 0.3;
}

.lazyloaded {
  opacity: 1;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

/*------------------------------------------------------------------
Structure
*/
html.overflow-off {
  overflow: hidden;
  height: 100%;
}
html.overflow-off body,
html.overflow-off #wrapper div[role="main"] {
  height: 100%;
}
html.custom-scrollbar-on ::-webkit-scrollbar {
  background: #fff;
  width: 8px;
}
html.custom-scrollbar-on ::-webkit-scrollbar-thumb {
  background: #bbb;
}
html.custom-scrollbar-on ::-webkit-selection,
html.custom-scrollbar-on ::-moz-selection,
html.custom-scrollbar-on ::selection {
  background: #f8f8f8;
}

body {
  line-height: 1.4;
  color: #505050;
  letter-spacing: 0.015em;
  word-spacing: 0.001em;
}
@media only screen and (max-width: 64.0625em) {
  body {
    padding-bottom: 0 !important;
  }
}

a {
  color: #1f1f1f;
}
a:hover {
  color: #ef173b;
}
a:focus {
  outline: none;
}

p {
  font-size: 18px;
  margin-bottom: 1.55rem;
}

.full-width-row, .row.full-width-row, .footer.full-width-footer .row, .subfooter.full-width-footer .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.full-height {
  display: flex;
  min-height: 100vh;
}

.row:before, .row:after {
  display: none !important;
}
.row.mpc-row {
  display: flex;
}
.row.vc_inner {
  clear: both;
}
.row.thb-arrow-enabled, .row.thb-divider-enabled, .row.thb-overlay-enabled {
  position: relative;
}
.compose-mode .row.thb-arrow-enabled > .vc_element, .compose-mode .row.thb-divider-enabled > .vc_element, .compose-mode .row.thb-overlay-enabled > .vc_element {
  z-index: 10;
}
.row.thb-divider-enabled > .columns, .row.thb-overlay-enabled > .columns {
  z-index: 2;
}
.row.thb-divider-enabled {
  overflow: hidden;
}
.row.row-o-full-height {
  display: flex;
  min-height: 100vh;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .row.row-o-full-height {
    /* IE10+ specific styles go here */
    height: 100vh;
  }
}
.row.row-o-columns-bottom {
  align-items: flex-end;
}
.row.row-o-columns-middle {
  align-items: center;
}
.row.row-o-content-middle .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row.row-o-content-bottom .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.row.thb_video_play_button_enabled:not(.thb_video_active) > div:not(.columns) video {
  visibility: hidden !important;
}
.row.max_width {
  max-width: 111.25rem;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 40.0625em) {
  .row.max_width {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .row {
    padding: 0 35px;
  }
  .row .row:not(.max_width) {
    padding: 0;
  }
}
.row.no-column-padding {
  margin: auto;
}
.row.no-column-padding > .columns {
  padding: 0;
}
.row.no-row-padding {
  padding: 0;
}
.row .columns .wpb_wrapper {
  width: 100%;
}
.row.thb_video_bg {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.row.thb_video_bg > div:not(.columns) > video {
  pointer-events: none;
}
@media only screen and (min-width: 64.0625em) {
  .row.thb_video_bg.row-o-full-height {
    overflow: hidden;
    height: 100vh;
  }
}
.row.thb_video_bg .columns {
  z-index: 5;
}
.row.thb_video_bg .thb-row-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  transform: translate3d(-50%, -50%, 0);
}
.row.thb_video_bg .thb_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.row .thb_video_play {
  display: inline-block;
  width: 32px;
  height: 32px;
  z-index: 20;
}
@media only screen and (min-width: 64.0625em) {
  .row .thb_video_play {
    width: 64px;
    height: 64px;
  }
}
.row .thb_video_play svg {
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 64.0625em) {
  .row .thb_video_play svg {
    width: 64px;
    height: 64px;
  }
}
.row .thb_video_play svg .play,
.row .thb_video_play svg .pause {
  fill: #fff;
}
.row .thb_video_play svg .play {
  display: block;
}
.row .thb_video_play svg .pause {
  display: none;
}
.row .thb_video_play svg.playing .play {
  display: none;
}
.row .thb_video_play svg.playing .pause {
  display: block;
}
.row .thb-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.row .thb-divider-container {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  transform: translateZ(0);
  pointer-events: none;
}
.row .thb-divider-container .thb-svg-divider {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
}
.row .thb-divider-container[data-position="top"] {
  top: -1px;
  bottom: auto;
  transform: rotate(180deg);
}
.row .thb-divider-container[data-position="top"] .thb-svg-divider {
  bottom: auto;
  top: -1px;
}
.row .thb-divider-container.waves_opacity .thb-svg-divider path:nth-child(2) {
  fill-opacity: 0.15;
}
.row .thb-divider-container.waves_opacity .thb-svg-divider path:nth-child(3) {
  fill-opacity: 0.3;
}

figure {
  margin: 0;
  padding: 0;
}

#wrapper {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on #wrapper [role="main"] {
    margin-left: 320px;
  }
}
#wrapper [role="main"] {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 30;
  background: #fff;
  overflow: hidden;
  min-height: 100vh;
}
#wrapper [role="main"] > .row {
  width: 100%;
}
.footer-shadow-light #wrapper [role="main"] {
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), 0 7px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), 0 7px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), 0 7px 40px rgba(0, 0, 0, 0.07);
}
.footer-shadow-heavy #wrapper [role="main"] {
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7), 0 20px 60px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7), 0 20px 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7), 0 20px 60px rgba(0, 0, 0, 0.2);
}
.overflow-on #wrapper [role="main"] {
  overflow: visible;
}
#wrapper .click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 109;
}
#wrapper.open-menu .click-capture {
  pointer-events: auto;
  visibility: visible;
}

.thb-borders {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  z-index: 999;
  border: 0px solid #1f1f1f;
}
@media only screen and (min-width: 40.0625em) {
  .thb-borders {
    border-width: 20px;
  }
}

.page-padding {
  padding-top: 86px;
  padding-bottom: 100px;
}
.page-padding.extra {
  padding-top: 116px;
}
.page-padding.blog-container {
  padding-bottom: 0;
}
.page-padding.blog-container.style6 > .row {
  border-top: 1px solid #efefef;
}
.header-lateral-on .page-padding {
  padding-top: 50px;
}
.header-lateral-on .page-padding.extra {
  padding-top: 50px;
}
.header-lateral-on .page-padding.header-lateral-padding-off {
  padding-top: 0;
}

/* Not Found */
.not-found {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.not-found figure {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border: 6px solid #f8f8f8;
  color: #e6e6e6;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 60px;
}
.not-found figure:after {
  content: '!';
  font-size: 80px;
}

/*------------------------------------------------------------------
Page Transitions
*/
.thb-page-transition-on {
  opacity: 0;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.vc_editor.compose-mode .thb-page-transition-on, .elementor-editor-active .thb-page-transition-on {
  opacity: 1;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

.thb-page-transition-overlay {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.vc_editor.compose-mode .thb-page-transition-overlay {
  display: none;
}

/* Fade In */
@-moz-keyframes thb-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes thb-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes thb-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.thb-fade-in {
  -moz-animation-name: thb-fade-in;
  -webkit-animation-name: thb-fade-in;
  animation-name: thb-fade-in;
}

@-moz-keyframes thb-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes thb-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes thb-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.thb-fade-out {
  -moz-animation-name: thb-fade-out;
  -webkit-animation-name: thb-fade-out;
  animation-name: thb-fade-out;
}

/* Fade Up */
@-moz-keyframes thb-fade-up-in {
  0% {
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes thb-fade-up-in {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes thb-fade-up-in {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.thb-fade-up-in {
  -moz-animation-name: thb-fade-up-in;
  -webkit-animation-name: thb-fade-up-in;
  animation-name: thb-fade-up-in;
}

@-moz-keyframes thb-fade-up-out {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@-webkit-keyframes thb-fade-up-out {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes thb-fade-up-out {
  0% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
.thb-fade-up-out {
  -moz-animation-name: thb-fade-up-out;
  -webkit-animation-name: thb-fade-up-out;
  animation-name: thb-fade-up-out;
}

/* Fade Down */
@-moz-keyframes thb-fade-down-in {
  0% {
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes thb-fade-down-in {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes thb-fade-down-in {
  0% {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.thb-fade-down-in {
  -moz-animation-name: thb-fade-down-in;
  -webkit-animation-name: thb-fade-down-in;
  animation-name: thb-fade-down-in;
}

@-moz-keyframes thb-fade-down-out {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}
@-webkit-keyframes thb-fade-down-out {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes thb-fade-down-out {
  0% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}
.thb-fade-down-out {
  -moz-animation-name: thb-fade-down-out;
  -webkit-animation-name: thb-fade-down-out;
  animation-name: thb-fade-down-out;
}

/*------------------------------------------------------------------
Typography
*/
h1, h2, h3, h4, h5, h6 {
  color: #1f1f1f;
  font-family: inherit;
  letter-spacing: -0.03em;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
}
@media only screen and (min-width: 64.0625em) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 75.0625em) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
h1 strong,
.h1 strong {
  font-weight: 400;
}

h2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.0625em) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.0625em) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.0625em) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}

h6 {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
  color: #929292;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

hr {
  border-color: #eee;
}

ul, ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: inherit;
}
ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}
ul li, ol li {
  margin-bottom: 0;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}

#wrapper ol {
  counter-reset: item;
  list-style: none;
}
#wrapper ol li {
  margin-bottom: 10px;
}
#wrapper ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #ef173b;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #ef173b;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
.rtl #wrapper ol li:before {
  margin-right: 0;
  margin-left: 10px;
}
#wrapper ol li ul {
  margin-top: 10px;
  margin-left: 40px;
  list-style-type: initial;
}
#wrapper ol li ul li:before {
  display: none;
}
#wrapper ol li ol {
  margin-top: 10px;
  margin-left: 40px;
}
#wrapper ol li ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #ef173b;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #ef173b;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
.rtl #wrapper ol li ol li:before {
  margin-right: 0;
  margin-left: 10px;
}

blockquote {
  display: block;
  padding: 5% 10%;
  border: 0;
  text-align: center;
}
blockquote p {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.3;
}
@media only screen and (min-width: 64.0625em) {
  blockquote p {
    font-size: 34px;
  }
}

cite {
  margin-top: 20px;
  color: #1f1f1f;
  font-style: normal;
  font-weight: 400;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1em;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}

/*------------------------------------------------------------------
Header
*/
.header {
  display: flex;
  align-items: center;
  min-height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
}
.thb-header-fixed-off .header:not(.style3) {
  position: absolute;
}
.thb-header-fixed-off .header.style3 {
  position: absolute;
}
@media only screen and (min-width: 64.0625em) {
  .thb-header-fixed-off .header.style3 {
    position: fixed;
  }
}
.color-changing-header-on .header {
  overflow: visible !important;
}
.color-changing-header-on.admin-bar .header {
  top: 46px !important;
}
@media screen and (min-width: 783px) {
  .color-changing-header-on.admin-bar .header {
    top: 32px !important;
  }
}
.header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  will-change: transform;
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (min-width: 40.0625em) {
  .thb-borders-on .header {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .header {
    padding: 15px 0;
  }
}
.header .logolink {
  display: flex;
  position: relative;
}
.header .logolink .logoimg {
  max-height: 18px;
}
.header .logolink .logoimg.logo-light {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.header .logolink .logoimg[src$=".svg"] {
  max-height: 100%;
  height: 18px;
}
.header.no-transition {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.header .thb-header-button {
  display: none;
  vertical-align: middle;
  margin: 0 12px 0 20px;
  padding: 0 24px;
  height: 42px;
}
@media only screen and (min-width: 64.0625em) {
  .header .thb-header-button {
    display: inline-flex;
  }
}
.header.style1 .search-holder, .header.style3 .search-holder, .header.style4 .search-holder {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 12px;
}
.rtl .header.style1 .search-holder, .rtl .header.style3 .search-holder, .rtl .header.style4 .search-holder {
  margin-left: 0;
  margin-right: 12px;
}
.header.style1 .search-holder a, .header.style3 .search-holder a, .header.style4 .search-holder a {
  line-height: 0;
}
.header.style2 .logo-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.header .row {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .header .row {
    min-height: 56px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .row:after {
    content: '';
    min-height: inherit;
    font-size: 0;
    display: block !important;
  }
}
.header .row .regular-header {
  will-change: transform, opacity;
}
.header .row .portfolio-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (min-width: 40.0625em) {
  .header .row .portfolio-header {
    left: 35px;
    right: 35px;
  }
}
.header .columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disable_header_fill-off .header.hover, .disable_header_fill-off .header:hover {
  align-items: center;
}
.disable_header_fill-off .header.hover:before, .disable_header_fill-off .header:hover:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thb-header-fill-on:not(.disable_header_fill-on) .header:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header.hover {
  padding: 15px 0;
}
.header.menu_style2 .full-menu {
  display: none;
  vertical-align: middle;
}
@media only screen and (min-width: 75.0625em) {
  .header.menu_style2 .full-menu {
    display: inline-flex;
  }
}
@media only screen and (min-width: 75.0625em) {
  .header.menu_style2 .full-menu + .quick_cart {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .header.menu_style2 .regular-header .mobile-toggle {
    display: none;
  }
}
.header .light-title .logolink .logoimg {
  opacity: 0;
}
.header .light-title .logolink .logoimg.logo-light {
  opacity: 1;
}
.header .light-title .thb-full-menu > li > a:not(:hover) {
  color: #fff;
}
.header.style3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .header.style3 .header-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .header.style3 .header-container .logo-holder {
    margin-bottom: 30px;
  }
  .header.style3 .header-container .button {
    margin-left: 0;
  }
}
.header.style3 .full-menu,
.header.style3 .mobile-menu-bottom {
  display: none;
  width: 100%;
}
.header.style3 .menu-footer {
  font-size: 13px;
}
.header.style3 .menu-footer p {
  font-size: inherit;
  color: inherit;
}
.header.style3 .custom_scroll {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header.style3 .custom_scroll .ps__rail-y,
.header.style3 .custom_scroll .ps__rail-x {
  display: none;
}
.header.style3 .custom_scroll .ps__rail-y {
  right: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  .header.style3 .custom_scroll .ps__rail-y {
    display: block;
  }
}
.header.style3 .custom_scroll .ps__rail-y {
  opacity: 0;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.header.style3 .custom_scroll:hover .ps__rail-y {
  opacity: 1;
}
@media only screen and (min-width: 64.0625em) {
  .header.style3 {
    background: #fff;
    width: 320px;
    right: auto;
    bottom: 0;
    left: 0;
    padding: 30px;
    border-right: 1px solid #ebebeb;
  }
  .header.style3 .custom_scroll > .row {
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  .header.style3 .mobile-toggle {
    display: none;
  }
  .header.style3 .full-menu,
  .header.style3 .mobile-menu-bottom {
    display: block;
  }
}
@media only screen and (min-width: 75.0625em) {
  .header.style3 {
    padding: 45px;
  }
}
.header.style3:before {
  display: none;
}
.header.style3 .mobile-menu-bottom {
  width: 100%;
}
.header.style3 .thb-full-menu {
  flex-direction: column;
  margin-bottom: 30px;
}
.header.style3 .thb-full-menu > li {
  flex-direction: column;
}
.header.style3 .thb-full-menu > li > a {
  width: 100%;
  padding: 10px 0;
  font-weight: 600;
}
@media only screen and (min-width: 64.0625em) {
  .header.style3 .thb-full-menu > li > a {
    font-size: 22px;
  }
}
.header.style3 .thb-full-menu > li + li {
  margin: 0;
}
.header.style3 .thb-full-menu .sub-menu {
  display: none;
  position: static;
  background: transparent;
  min-width: 100%;
  padding: 10px 0;
  opacity: 1;
  visibility: visible;
}
.header.style3 .thb-full-menu .sub-menu a {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  font-size: 14px;
  font-weight: 600;
}
.header.style3 .thb-full-menu .sub-menu a:not(:hover) {
  color: #1f1f1f;
}
.header.style3 .thb-full-menu.socials {
  margin-left: 0;
  flex-direction: row;
}
.header.style3 .thb-full-menu.socials li {
  margin-right: 10px;
}
.header.style3 .thb-full-menu.socials li a {
  font-size: 16px;
}
.header.style3 .thb-mobile-language-switcher {
  margin: 0;
}
.header.style3 .thb-mobile-language-switcher a {
  font-size: 14px;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header.style3.dark {
  border-right: none;
  background: #1f1f1f;
}
.header.style3.dark .menu-footer {
  color: #fff;
}
.header.style3.light .ps__rail-y .ps__thumb-y {
  background: rgba(31, 31, 31, 0.4);
}
.header.style3.light .ps__rail-y .ps__thumb-y:hover {
  background: rgba(31, 31, 31, 0.6);
}
.header.style4 .full-menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.white-header .logolink .logoimg, .header.style3.dark .logolink .logoimg, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .logolink .logoimg, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .logolink .logoimg, .midnightHeader.light-title .logolink .logoimg {
  opacity: 0;
}
.white-header .logolink .logoimg.logo-light, .header.style3.dark .logolink .logoimg.logo-light, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .logolink .logoimg.logo-light, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .logolink .logoimg.logo-light, .midnightHeader.light-title .logolink .logoimg.logo-light {
  opacity: 1;
}
.white-header .thb-full-menu > li > a:not(:hover), .header.style3.dark .thb-full-menu > li > a:not(:hover), .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li > a:not(:hover), .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .thb-full-menu > li > a:not(:hover), .midnightHeader.light-title .thb-full-menu > li > a:not(:hover) {
  color: #fff;
}
.scroll-spy-on .white-header .thb-full-menu > li > a:not(:hover), .scroll-spy-on .header.style3.dark .thb-full-menu > li > a:not(:hover), .scroll-spy-on .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li > a:not(:hover), .light-title:not(.midnight_on) .scroll-spy-on .header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li > a:not(:hover), .scroll-spy-on .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .thb-full-menu > li > a:not(:hover), .disable_header_fill-on.light-title:not(.midnight_on) .scroll-spy-on .header:not(.style3) .thb-full-menu > li > a:not(:hover), .scroll-spy-on .midnightHeader.light-title .thb-full-menu > li > a:not(:hover) {
  position: relative;
}
.scroll-spy-on .white-header .thb-full-menu > li > a:not(:hover):before, .scroll-spy-on .header.style3.dark .thb-full-menu > li > a:not(:hover):before, .scroll-spy-on .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li > a:not(:hover):before, .light-title:not(.midnight_on) .scroll-spy-on .header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li > a:not(:hover):before, .scroll-spy-on .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .thb-full-menu > li > a:not(:hover):before, .disable_header_fill-on.light-title:not(.midnight_on) .scroll-spy-on .header:not(.style3) .thb-full-menu > li > a:not(:hover):before, .scroll-spy-on .midnightHeader.light-title .thb-full-menu > li > a:not(:hover):before {
  background: #fff;
}
.white-header .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .header.style3.dark .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .midnightHeader.light-title .thb-full-menu > li.current-menu-item:not(.has-hash) > a {
  color: #ef173b;
}
.white-header .thb-full-menu.thb-language-switcher:before, .header.style3.dark .thb-full-menu.thb-language-switcher:before, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .thb-full-menu.thb-language-switcher:before, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .thb-full-menu.thb-language-switcher:before, .midnightHeader.light-title .thb-full-menu.thb-language-switcher:before {
  border-color: #fff;
}
.white-header .mobile-toggle, .header.style3.dark .mobile-toggle, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .mobile-toggle, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .mobile-toggle, .midnightHeader.light-title .mobile-toggle {
  color: #fff;
}
.white-header .mobile-toggle strong, .header.style3.dark .mobile-toggle strong, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .mobile-toggle strong, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .mobile-toggle strong, .midnightHeader.light-title .mobile-toggle strong {
  color: #fff;
}
.white-header .mobile-toggle span, .header.style3.dark .mobile-toggle span, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .mobile-toggle span, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .mobile-toggle span, .midnightHeader.light-title .mobile-toggle span {
  background: #fff;
}
.white-header #quick_search svg, .header.style3.dark #quick_search svg, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) #quick_search svg, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) #quick_search svg, .midnightHeader.light-title #quick_search svg {
  fill: #fff;
}
.white-header .quick_cart, .header.style3.dark .quick_cart, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .quick_cart, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .quick_cart, .midnightHeader.light-title .quick_cart {
  color: #fff;
}
.white-header .quick_cart svg g path, .header.style3.dark .quick_cart svg g path, .light-title:not(.midnight_on) .header:not(.hover):not(:hover):not(.style3) .quick_cart svg g path, .disable_header_fill-on.light-title:not(.midnight_on) .header:not(.style3) .quick_cart svg g path, .midnightHeader.light-title .quick_cart svg g path {
  stroke: #fff;
}
@media only screen and (max-width: 64.0625em) {
  .white-header.header-lateral-on .thb-full-menu > li a:not(:hover), .header-lateral-on.header.style3.dark .thb-full-menu > li a:not(:hover), .light-title:not(.midnight_on) .header-lateral-on.header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li a:not(:hover), .disable_header_fill-on.light-title:not(.midnight_on) .header-lateral-on.header:not(.style3) .thb-full-menu > li a:not(:hover), .header-lateral-on.midnightHeader.light-title .thb-full-menu > li a:not(:hover) {
    color: #fff;
  }
  .white-header.header-lateral-on .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .header-lateral-on.header.style3.dark .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .light-title:not(.midnight_on) .header-lateral-on.header:not(.hover):not(:hover):not(.style3) .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .disable_header_fill-on.light-title:not(.midnight_on) .header-lateral-on.header:not(.style3) .thb-full-menu > li.current-menu-item:not(.has-hash) > a, .header-lateral-on.midnightHeader.light-title .thb-full-menu > li.current-menu-item:not(.has-hash) > a {
    color: #ef173b;
  }
}

.thb-full-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.thb-full-menu.socials {
  margin-left: 30px;
}
.thb-full-menu.socials li + li {
  margin-left: 10px;
}
.rtl .thb-full-menu.socials li + li {
  margin-left: 0;
  margin-right: 10px;
}
.thb-full-menu > li {
  display: inline-flex;
}
.thb-full-menu > li + li {
  margin-left: 30px;
}
.rtl .thb-full-menu > li + li {
  margin-left: 0;
  margin-right: 30px;
}
.thb-full-menu > li a {
  padding: 20px 0;
}
.thb-full-menu > li a[data-filter].active {
  color: #ef173b;
}
.scroll-spy-on .thb-full-menu > li a {
  position: relative;
}
.scroll-spy-on .thb-full-menu > li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: calc(100% - 17px);
  height: 1px;
  background: #1f1f1f;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.scroll-spy-on .thb-full-menu > li a.active:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thb-full-menu li {
  margin: 0;
  white-space: nowrap;
}
.thb-full-menu li.menu-item-has-children {
  position: relative;
}
.thb-full-menu li.menu-item-has-children:hover {
  overflow: visible;
}
.thb-full-menu li.menu-item-has-children.sfHover > a {
  color: #ef173b;
}
.thb-full-menu li.menu-item-has-children > a:after {
  display: inline-flex;
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 11px;
}
.rtl .thb-full-menu li.menu-item-has-children > a:after {
  margin-left: 0;
  margin-right: 10px;
}
.thb-full-menu li.current-menu-item:not(.has-hash) > a {
  color: #ef173b;
}
.thb-full-menu .sub-menu {
  padding: 30px 0;
  margin: 0;
  list-style: none;
  background: #1f1f1f;
  position: absolute;
  min-width: calc(100% + 60px);
  top: 100%;
  left: -30px;
  opacity: 0;
  visibility: hidden;
}
.thb-dropdown-color-light .thb-full-menu .sub-menu {
  background: #fff;
}
.thb-full-menu .sub-menu li {
  display: block;
  padding: 0 30px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.1;
  overflow: hidden;
}
.thb-full-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.thb-full-menu .sub-menu li a {
  display: block;
  color: #fff;
  padding: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.thb-full-menu .sub-menu li a:hover {
  color: #bfbfbf;
}
.thb-dropdown-color-light .thb-full-menu .sub-menu li a {
  color: #090909;
}
.thb-dropdown-color-light .thb-full-menu .sub-menu li a:hover {
  color: #3c3c3c;
}
.thb-full-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
}
.thb-full-menu .sub-menu .sub-menu {
  top: -30px;
  left: 100%;
}
.thb-full-menu.thb-language-switcher {
  margin-left: 20px;
  align-items: center;
  text-transform: capitalize;
}
.thb-full-menu.thb-language-switcher:before {
  content: '';
  display: inline-flex;
  border-left: 1px solid #1f1f1f;
  opacity: 0.2;
  height: 17px;
  width: 20px;
}
.rtl .thb-full-menu.thb-language-switcher:before {
  border-left: 0;
  border-right: 1px solid #1f1f1f;
}
.thb-full-menu.thb-language-switcher .sub-menu {
  left: auto;
  right: -30px;
}
.rtl .thb-full-menu.thb-language-switcher {
  margin-left: 0;
  margin-right: 20px;
}

.thb-breadcrumb-holder {
  font-size: 14px;
}
.thb-breadcrumb-holder svg {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  margin-right: 10px;
  width: 20px;
  height: 10px;
}
.rtl .thb-breadcrumb-holder svg {
  margin-right: 0;
  margin-left: 0;
}
.thb-breadcrumb-holder span {
  opacity: 0.6;
  display: none;
  min-width: 20vw;
}
.thb-breadcrumb-holder span em {
  font-style: normal;
  margin-right: 2px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-breadcrumb-holder span {
    display: inline-flex;
  }
}
.thb-breadcrumb-holder span div {
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thb-breadcrumb-holder a {
  display: none;
  margin-right: 2px;
}
.thb-breadcrumb-holder a.home {
  display: inline-flex;
}
@media only screen and (min-width: 64.0625em) {
  .thb-breadcrumb-holder a {
    display: inline-flex;
  }
}

.quick_cart {
  position: relative;
  top: -2px;
  display: inline-flex;
  color: #1f1f1f;
  vertical-align: middle;
}
.quick_cart svg {
  display: block;
  height: 22px;
  width: 23px;
  overflow: visible;
}
.quick_cart svg g {
  stroke-width: 4;
}
.quick_cart svg g path {
  stroke: #1f1f1f;
}
.quick_cart:hover svg path:nth-child(1) {
  fill: #1f1f1f;
}
.quick_cart:hover .float_count {
  color: #fff;
}
.quick_cart .float_count {
  position: absolute;
  top: 7px;
  left: 3px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}

#searchpopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
}
#searchpopup .thb-search-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  cursor: pointer;
  display: block;
  width: 30px;
  line-height: 1;
}
@media only screen and (min-width: 64.0625em) {
  #searchpopup .thb-search-close {
    top: 25px;
    right: 25px;
  }
}
.rtl #searchpopup .thb-search-close {
  right: auto;
  left: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .rtl #searchpopup .thb-search-close {
    right: auto;
    left: 25px;
  }
}
#searchpopup .cc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#searchpopup .searchform {
  display: flex;
  align-items: center;
  background: #fff;
  height: 50px;
  position: relative;
  z-index: 1;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 40.0625em) {
  #searchpopup .searchform {
    height: 100px;
  }
  #searchpopup .searchform .s {
    font-size: 24px;
  }
}
@media only screen and (min-width: 64.0625em) {
  #searchpopup .searchform {
    height: 150px;
  }
  #searchpopup .searchform .s {
    font-size: 40px;
  }
}
#searchpopup .searchform fieldset {
  width: 100%;
}
#searchpopup .searchform .btn {
  display: none;
}
#searchpopup .searchform .s {
  border: none;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
#searchpopup .searchform .s:-moz-placeholder {
  font-weight: 300;
}
#searchpopup .searchform .s::-moz-placeholder {
  font-weight: 300;
}
#searchpopup .searchform .s:-ms-input-placeholder {
  font-weight: 300;
}
#searchpopup .searchform .s::-webkit-input-placeholder {
  font-weight: 300;
}
#searchpopup.dark {
  background: rgba(0, 0, 0, 0.75);
}
#searchpopup.dark .searchform {
  background: #1f1f1f;
}
#searchpopup.dark .searchform .s {
  color: #fff;
}
#searchpopup.dark .thb-search-close svg g {
  stroke: #fff;
}

.midnightHeader {
  z-index: 5;
  will-change: transform;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.midnightHeader .midnightInner {
  padding: 20px 0;
}
@media only screen and (min-width: 75.0625em) {
  .midnightHeader .midnightInner {
    padding: 15px 0;
  }
}
.midnightHeader.overflow-enabled:not(.disable-pointers) {
  z-index: 10;
  overflow: visible !important;
}
.midnightHeader.overflow-enabled:not(.disable-pointers) .midnightInner {
  overflow: visible !important;
}
.midnightHeader.disable-pointers {
  z-index: 2;
  pointer-events: none;
}
.midnightHeader.light-title .button.black:not(:hover) {
  background: #fff;
  color: #1f1f1f;
}
.midnightHeader.dark-title .button.white:not(:hover) {
  background: #1f1f1f;
  color: #fff;
}

.midnight_on .header:before {
  display: none;
}

/*------------------------------------------------------------------
Mobile Menu
*/
#mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 110;
  padding: 30px;
  width: 90%;
  max-width: 100%;
  overflow: hidden;
  right: 0;
  background: #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  will-change: transform;
}
.rtl #mobile-menu {
  right: auto;
  left: 0;
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media only screen and (min-width: 40.0625em) {
  #mobile-menu {
    padding: 30px 50px;
    width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  #mobile-menu {
    padding: 50px 70px;
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  #mobile-menu {
    padding: 70px 90px;
  }
}
#mobile-menu[data-animation="style1"] .link_container .link_inner,
#mobile-menu[data-animation="style1"] .thb-mobile-language-switcher a,
#mobile-menu[data-animation="style1"] .thb-secondary-menu a,
#mobile-menu[data-animation="style1"] .menu-footer > div {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#mobile-menu .thb-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  cursor: pointer;
  display: block;
  width: 30px;
  line-height: 1;
}
@media only screen and (min-width: 64.0625em) {
  #mobile-menu .thb-close {
    top: 30px;
    right: 30px;
  }
}
.rtl #mobile-menu .thb-close {
  right: auto;
  left: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .rtl #mobile-menu .thb-close {
    right: auto;
    left: 30px;
  }
}
#mobile-menu .thb-close svg {
  width: 30px;
  height: 30px;
}
#mobile-menu .thb-close path {
  stroke: rgba(255, 255, 255, 0.7);
}
#mobile-menu .menubg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
#mobile-menu .custom_scroll {
  display: flex;
}
#mobile-menu .custom_scroll .mobile-menu-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #mobile-menu .custom_scroll .mobile-menu-container:after {
    content: '';
    min-height: inherit;
    font-size: 0;
    display: block !important;
  }
}
#mobile-menu .custom_scroll .ps__rail-y {
  opacity: 0;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
#mobile-menu .custom_scroll:hover .ps__rail-y {
  opacity: 1;
}
#mobile-menu .mobile-menu-top {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
#mobile-menu .mobile-menu-top .thb-header-button {
  margin-bottom: 30px;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (min-width: 64.0625em) {
  #mobile-menu .mobile-menu-top .thb-header-button {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #mobile-menu .mobile-menu-top {
    flex: none;
  }
}
#mobile-menu .menu-footer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  display: flex;
  overflow: hidden;
  margin-top: 30px;
}
#mobile-menu .menu-footer > div *:last-child {
  margin-bottom: 0;
}
#mobile-menu .menu-footer p {
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
}
#mobile-menu .menu-footer a {
  color: #fff;
}
#mobile-menu.light {
  background: #ededed;
}
#mobile-menu.light .thb-close path {
  stroke: rgba(31, 31, 31, 0.7);
}
#mobile-menu.light .thb-mobile-menu a {
  color: #5b5c62;
}
.mm-link-animation-bg-fill #mobile-menu.light .thb-mobile-menu a:hover {
  color: #8c8c94;
}
#mobile-menu.light .thb-mobile-menu .nav-link-mask-text {
  color: #8c8c94;
}
#mobile-menu.light .thb-mobile-menu .menu_arrow {
  fill: #5b5c62;
}
#mobile-menu.light .thb-secondary-menu a {
  color: #5b5c62;
}
#mobile-menu.light .thb-secondary-menu a:hover:before {
  background: #5b5c62;
}
#mobile-menu.light .menu-footer {
  color: rgba(0, 0, 0, 0.5);
}
#mobile-menu.light .menu-footer a {
  color: inherit;
}
#mobile-menu.light .custom_scroll .ps__rail-y .ps__thumb-y {
  background: rgba(31, 31, 31, 0.4);
}
#mobile-menu.light .custom_scroll .ps__rail-y .ps__thumb-y:hover {
  background: rgba(31, 31, 31, 0.6);
}
#mobile-menu.style1 .mobile-menu-top .thb-mobile-menu, #mobile-menu.style3 .mobile-menu-top .thb-mobile-menu {
  align-self: flex-start;
}
#mobile-menu.style1 .mobile-menu-top .thb-header-button, #mobile-menu.style3 .mobile-menu-top .thb-header-button {
  align-self: flex-start;
}
#mobile-menu.style2 {
  display: none;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  padding: 0;
  text-align: center;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
#mobile-menu.style2 .thb-mobile-language-switcher {
  margin: 30px 0 20px;
  justify-content: center;
}
#mobile-menu.style2 .thb-mobile-language-switcher a {
  margin: 0 7px;
}
#mobile-menu.style2 .custom_scroll {
  flex: 1;
  margin: 0 30px;
  width: calc(100% - 60px);
}
#mobile-menu.style2 .thb-mobile-menu {
  margin: 30px 0;
}
#mobile-menu.style2 .thb-mobile-menu .link_container {
  justify-content: center;
}
#mobile-menu.style2 .mobile-menu-top {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-menu.style2 .mobile-menu-bottom {
  padding: 20px 0 30px;
}
#mobile-menu.style2 .thb-secondary-menu {
  display: block;
  white-space: nowrap;
  width: 100%;
  margin: 0 auto;
}
#mobile-menu.style2 .thb-secondary-menu li {
  margin: 0 10px;
  display: inline-flex;
  float: none;
  width: auto;
}
#mobile-menu.style2 .thb-secondary-menu a {
  font-size: 14px;
}
#mobile-menu.style2 .menu-footer {
  margin-top: 10px;
  justify-content: center;
  font-size: 14px;
}
#mobile-menu.style3 {
  width: 100%;
}
#mobile-menu.style3 .custom_scroll {
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  #mobile-menu.style3 .custom_scroll {
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  #mobile-menu.style3 .menubg-placeholder {
    left: auto;
    top: 30px;
    width: 40%;
    height: auto;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  #mobile-menu.style3 .menubg-placeholder {
    top: 50px;
  }
}
@media only screen and (min-width: 75.0625em) {
  #mobile-menu.style3 .menubg-placeholder {
    top: 70px;
  }
}

.thb-mobile-language-switcher {
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
  min-height: 23px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-mobile-language-switcher {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .thb-mobile-language-switcher {
    margin-bottom: 35px;
  }
}
.thb-mobile-language-switcher a {
  display: inline-flex;
  color: #969696;
  position: relative;
  margin-right: 14px;
  text-transform: capitalize;
  will-change: color;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thb-mobile-language-switcher a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  will-change: transform;
}
.thb-mobile-language-switcher a.active, .thb-mobile-language-switcher a:hover {
  color: #fff;
}
.thb-mobile-language-switcher a.active:after, .thb-mobile-language-switcher a:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.light .thb-mobile-language-switcher a {
  color: #9d9ea4;
}
.light .thb-mobile-language-switcher a:hover, .light .thb-mobile-language-switcher a.active {
  color: #5b5c62;
}
.light .thb-mobile-language-switcher a:hover:after, .light .thb-mobile-language-switcher a.active:after {
  border-color: #5b5c62;
}

.thb-mobile-menu {
  display: inline-block;
  list-style: none;
  margin: 0 0 30px;
  position: relative;
  list-style: none;
  -moz-transition: height 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: height 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: height 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: height 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.thb-mobile-menu .link_container {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 10px;
}
.thb-mobile-menu .link_container .link_inner {
  display: inline-flex;
  align-items: center;
}
.thb-mobile-menu a {
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  display: block;
  font-size: 24px;
  position: relative;
}
.thb-mobile-menu a + span {
  margin-left: 10px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-mobile-menu a + span {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .thb-mobile-menu a {
    font-size: 34px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .thb-mobile-menu a {
    font-size: 40px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .thb-mobile-menu a {
    font-size: 54px;
  }
}
.thb-mobile-menu a:before {
  position: relative;
  content: attr(data-content);
}
@media only screen and (min-width: 40.0625em) {
  .thb-mobile-menu a:hover {
    color: #fff;
  }
  .thb-mobile-menu a:hover .nav-link-mask {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .thb-mobile-menu a:hover .nav-link-mask .nav-link-mask-text {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-link-animation-bg-fill .thb-mobile-menu a:before {
  display: none;
}
.mm-link-animation-bg-fill .thb-mobile-menu a:hover {
  color: #ef173b;
}
.thb-mobile-menu .nav-link-mask {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.thb-mobile-menu .nav-link-mask .nav-link-mask-text {
  display: inline-block;
  text-align: left;
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  color: #bfbfbf;
}
.thb-mobile-menu .next {
  padding: 5% 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.thb-mobile-menu li {
  line-height: 1.4;
  margin: 0;
}
.thb-mobile-menu li:hover .next {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.thb-mobile-menu li.current_page_item > .link_container a .nav-link-mask {
  right: 0;
}
.mm-link-animation-bg-fill .thb-mobile-menu li.current_page_item {
  color: #ef173b;
}
.thb-mobile-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  opacity: 0;
  list-style: none;
  margin: 0;
  line-height: 1.6;
  z-index: 10;
  visibility: hidden;
}
.thb-mobile-menu .sub-menu li a {
  font-size: 16px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-mobile-menu .sub-menu li a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .thb-mobile-menu .sub-menu li a {
    font-size: 34px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .thb-mobile-menu .sub-menu li a {
    font-size: 40px;
  }
}
.thb-mobile-menu .sub-menu li:first-child > .link_container .back {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.thb-mobile-menu .sub-menu li:first-child:hover > .link_container .back {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.thb-mobile-menu .menu_arrow {
  fill: #fff;
}

.footer-links a, .thb-secondary-menu li a, .footer .widget ul li a {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.footer-links a:before, .thb-secondary-menu li a:before, .footer .widget ul li a:before {
  content: '';
  display: inline-flex;
  height: 1px;
  width: 0;
  background: #fff;
  margin-right: 0px;
  margin-left: 0;
}
.footer.light .footer-links a:before, .footer.light .thb-secondary-menu li a:before, .thb-secondary-menu .footer.light li a:before, .footer.light .widget ul li a:before {
  background: #1f1f1f;
}
.footer-links a:hover:before, .thb-secondary-menu li a:hover:before, .footer .widget ul li a:hover:before {
  width: 12px;
  margin-right: 5px;
}
.rtl .footer-links a:hover:before, .rtl .thb-secondary-menu li a:hover:before, .thb-secondary-menu .rtl li a:hover:before, .rtl .footer .widget ul li a:hover:before, .footer .widget ul .rtl li a:hover:before {
  margin-right: 0;
  margin-left: 5px;
}

.thb-secondary-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .thb-secondary-menu {
    width: 80%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .thb-secondary-menu {
    width: 60%;
  }
}
.thb-secondary-menu li {
  padding: 0;
  display: flex;
  overflow: hidden;
  margin: 0;
  line-height: 1.4;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thb-secondary-menu a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  will-change: transform;
}
@media only screen and (min-width: 90.0625em) {
  .thb-secondary-menu a {
    font-size: 20px;
  }
}
.thb-secondary-menu a:hover {
  color: #fff;
}

.mobile-toggle {
  display: inline-flex;
  width: auto;
  height: 15px;
  margin-left: 7px;
  line-height: 49px;
  transition: none;
  vertical-align: middle;
  transform-origin: right;
  cursor: pointer;
}
.rtl .mobile-toggle {
  margin-left: 0;
  margin-right: 7px;
}
.mobile-toggle strong {
  display: inline-flex;
  line-height: 17px;
  font-weight: 600;
  font-size: 13px;
  height: 15px;
  color: #1f1f1f;
}
.mobile-toggle span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #1f1f1f;
  content: " ";
  right: 0;
  border-radius: 2px;
}
.mobile-toggle span:nth-child(1) {
  top: 0px;
}
.mobile-toggle span:nth-child(2) {
  top: 6px;
}
.mobile-toggle span:nth-child(3) {
  top: 12px;
}
.dark .mobile-toggle span {
  background: #fff;
}
.rtl .mobile-toggle span {
  right: auto;
  left: 0;
}
.mobile-toggle > div {
  display: inline-flex;
  width: 24px;
  height: 15px;
  position: relative;
}
.mobile-toggle.style2 {
  margin-left: 12px;
}
.rtl .mobile-toggle.style2 {
  margin-left: 0;
  margin-right: 12px;
}
.mobile-toggle.style2 > div {
  width: 30px;
  height: 16px;
}
.mobile-toggle.style2 > div span {
  width: 28px;
  height: 2px;
  border-radius: 0;
}
.mobile-toggle.style2 > div span:nth-child(1) {
  top: 0px;
}
.mobile-toggle.style2 > div span:nth-child(2) {
  top: 7px;
}
.mobile-toggle.style2 > div span:nth-child(3) {
  top: 14px;
  width: 21px;
}
.mobile-toggle.style2:hover > div span:nth-child(3) {
  width: 28px;
}

/*------------------------------------------------------------------
Blog Related
*/
/* Blog Header */
.thb-page-header {
  text-align: center;
  margin-bottom: 10vh;
}
@media only screen and (min-width: 40.0625em) {
  .thb-page-header {
    margin-bottom: 12vh;
  }
}
.thb-page-header h1 {
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 64.0625em) {
  .thb-page-header h1 {
    font-size: 70px;
  }
}
.thb-page-header .searchform {
  margin-top: 5vh;
}
.thb-page-header .thb-blog-categories {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
}
.thb-page-header .thb-blog-categories li {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .thb-page-header .thb-blog-categories li {
    display: inline-block;
    padding: 0 14px;
  }
}
.thb-page-header .thb-blog-categories li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.thb-page-header .thb-blog-categories li a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc( 100% + 1px );
  left: 0;
  width: 100%;
  height: 1px;
  background: #ef173b;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: 0 0;
}
.thb-page-header .thb-blog-categories li a:hover:after, .thb-page-header .thb-blog-categories li a.active:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thb-page-header .thb-blog-categories li a.active {
  color: #ef173b;
}
.thb-page-header.style2 {
  margin-bottom: 10vh;
  padding-bottom: 10vh;
}
.header-color-light-header .thb-page-header h1 {
  color: #fff;
}

.post .post-category {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
}
.post .post-category a {
  color: #1f1f1f;
}
.post .post-title a {
  display: block;
  color: #1f1f1f;
}
.post .post-title a:hover {
  color: #ef173b;
}
.post .post-content {
  margin-bottom: 15px;
  line-height: 1.8;
}
.post .post-content p a:not(.btn):not(.button):not(.thb-iconbox) {
  position: relative;
}
.post .post-content p a:not(.btn):not(.button):not(.thb-iconbox):after {
  content: '';
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #1f1f1f;
  opacity: 0;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  will-change: scale, opacity;
}
.post .post-content p a:not(.btn):not(.button):not(.thb-iconbox):hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.post .post-meta {
  font-size: 10px;
  text-transform: uppercase;
  color: #1f1f1f;
  font-weight: 400;
}
.post .post-meta a {
  color: #1f1f1f;
  font-weight: 700;
}
.post .post-gallery > a {
  display: block;
}
.post .post-gallery.no-img {
  background: rgba(0, 0, 0, 0.05);
}
.post .post-gallery.video-container {
  padding: 0;
}
.post.sticky .entry-title {
  text-decoration: underline;
}
.post.style1 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .post.style1 {
    margin-bottom: 40px;
  }
}
.post.style1 .post-gallery {
  margin-bottom: 28px;
}
.post.style1 .post-gallery img {
  width: 100%;
}
.post.style1 .post-title h3 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 75.0625em) {
  .post.style1 .post-title h3 {
    font-size: 30px;
  }
}
.post.style1 .post-content p {
  margin: 0;
  font-size: 14px;
}
.post.style1.style8 {
  padding-bottom: 30px;
  border-bottom: 5px solid #f0f0f1;
}
.post.style1.style8:hover {
  border-bottom-color: #ef173b;
}
.post.style1.style8 .entry-title {
  margin-bottom: 10px;
}
.post.style1.style8 .post-gallery {
  width: 100%;
  padding-bottom: 220px;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.post.style1.style8 .post-gallery a {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.post.style1.style8.style8-first .post-title {
  padding-right: 10%;
}
.rtl .post.style1.style8.style8-first .post-title {
  padding-right: 0;
  padding-left: 10%;
}
.post.style2 .post-gallery img {
  width: 100%;
}
.post.style2 .blog-post-container {
  position: relative;
  background: #fff;
  padding: 30px 15px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .post.style2 .blog-post-container {
    padding: 50px;
    margin: -90px 10% 0;
  }
}
.post.style3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 40.0625em) {
  .post.style3 {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}
.pagination-style2 .post.style3:last-of-type, .pagination-style1 .post.style3:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post.style3 h4 {
  margin-bottom: 10px;
}
.post.style3 .post-content p {
  margin: 0;
  font-size: 14px;
}
.post.style3 .post-gallery {
  margin-bottom: 20px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 64.0625em) {
  .post.style3 .post-gallery {
    margin-bottom: 0;
  }
}
.post.style3 .post-gallery img,
.post.style3 .post-gallery a {
  display: block;
  width: 100%;
}
.post.style3 .post-gallery svg {
  width: 60px;
  height: 60px;
  opacity: 0.3;
}
.post.style4 {
  position: relative;
  border-top: 1px solid #efefef;
  padding: 7vh 0;
}
.post.style4 .row.max_width {
  position: relative;
}
.post.style4 .columns:last-child {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .post.style4 .columns:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.post.style4 svg {
  fill: rgba(31, 31, 31, 0.2);
}
.post.style4:last-of-type {
  border-bottom: 1px solid #efefef;
}
.post.style4 .post-gallery {
  background: #1f1f1f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  bottom: 0;
  z-index: 0;
  will-change: opacity;
  pointer-events: none;
}
.post.style4 .post-gallery > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.post.style4:hover {
  border-color: transparent;
  color: #fff;
}
.post.style4:hover .post-gallery {
  opacity: 1;
}
.post.style4:hover .post-meta,
.post.style4:hover .post-content p,
.post.style4:hover a,
.post.style4:hover .post-title a {
  color: #fff;
}
.post.style4:hover + .style4 {
  border-color: transparent;
}
.post.style4:hover svg {
  fill: #fff;
}
.post.style5 {
  background: #f2f2f2;
  margin-bottom: 30px;
}
.post.style5 p {
  font-size: 14px;
}
.post.style5 .post-gallery {
  background: #1f1f1f;
  position: relative;
}
.post.style5 .post-gallery img {
  will-change: opacity;
}
.post.style5 .post-gallery div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1;
  will-change: opacity;
}
.post.style5 .post-gallery svg {
  fill: #fff;
}
@media only screen and (min-width: 40.0625em) {
  .post.style5 .post-gallery svg {
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
  }
}
@media only screen and (min-width: 64.0625em) {
  .post.style5 .post-gallery svg {
    -moz-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
  }
}
.post.style5 .blog-content {
  padding: 15px;
  z-index: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .post.style5 .blog-content {
    padding: 40px;
  }
}
.post.style5 .blog-content:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ef173b;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
  will-change: transform;
}
.post.style5:hover .post-gallery img {
  opacity: 0.4;
}
.post.style5:hover .post-gallery div {
  opacity: 1;
}
.post.style5:hover .blog-content {
  color: #fff;
}
.post.style5:hover .blog-content:after {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.post.style5:hover .blog-content .post-meta,
.post.style5:hover .blog-content a {
  color: #fff;
}
.post.style6 {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top-color: transparent;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 40vh;
  position: relative;
  z-index: 0;
}
.post.style6.style6-alt {
  border-top-color: rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.0625em) {
  .post.style6 {
    padding: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .post.style6 {
    padding: 45px;
  }
}
.post.style6 + .style6 {
  border-left-color: transparent;
}
.post.style6 .post-meta {
  margin-top: auto;
}
.post.style6 .post-gallery {
  background: #ef173b;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0;
  z-index: -1;
  will-change: opacity;
}
.post.style6 .post-gallery div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.post.style6:hover {
  color: #fff;
  border-color: transparent;
}
.post.style6:hover .post-meta,
.post.style6:hover .post-title a,
.post.style6:hover a {
  color: #fff;
}
.post.style6:hover .post-gallery {
  opacity: 1;
}
.post.style7 {
  margin-bottom: 30px;
  background: #f2f2f2;
}
@media only screen and (min-width: 40.0625em) {
  .post.style7 {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .post.style7 > .row {
    min-height: 60vh;
  }
}
@media only screen and (min-width: 75.0625em) {
  .post.style7 > .row {
    min-height: 50vh;
  }
}
@media only screen and (min-width: 90.0625em) {
  .post.style7 > .row {
    min-height: 40vh;
  }
}
.post.style7 .post-gallery {
  min-height: 30vh;
}
.post.style7 .post-gallery a {
  display: block;
  width: 100%;
  height: 100%;
}
.post.style7 .post-gallery img,
.post.style7 .post-gallery div {
  will-change: opacity;
}
.post.style7 .columns {
  display: flex;
  align-items: stretch;
}
.post.style7 .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  z-index: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .post.style7 .blog-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .post.style7 .blog-content {
    padding: 60px;
  }
}
.post.style7 .blog-content:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ef173b;
  -moz-transform: translateX(calc(-100% - 1px));
  -ms-transform: translateX(calc(-100% - 1px));
  -webkit-transform: translateX(calc(-100% - 1px));
  transform: translateX(calc(-100% - 1px));
  overflow: hidden;
  will-change: transform;
}
.post.style7:hover .post-gallery img {
  opacity: 0.4;
}
.post.style7:hover .post-gallery div {
  opacity: 1;
}
.post.style7:hover .blog-content {
  color: #fff;
}
.post.style7:hover .blog-content:after {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.post.style7:hover .blog-content .post-meta,
.post.style7:hover .blog-content a,
.post.style7:hover .blog-content p {
  color: #fff;
}
.post.style9 {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40.0625em) {
  .post.style9 {
    padding: 25px 0;
    flex-direction: row;
    align-items: center;
  }
}
.post.style9 .style9-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.post.style9:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.post.style9:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.post.style9:hover h5 .post-gallery {
  max-height: 190px;
}
.post.style9:hover h5 .post-gallery .wp-post-image {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.post.style9 .post-meta {
  font-size: 20px;
  text-transform: none;
  opacity: 0.6;
  display: block;
  flex: 0.4;
  max-width: 300px;
}
.post.style9 .post-title {
  flex: 1;
}
.post.style9 h5 {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  position: relative;
}
.post.style9 h5 .post-gallery {
  position: absolute;
  display: none;
  bottom: 50%;
  left: 120%;
  width: 190px;
  height: auto;
  max-height: 0;
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  overflow: hidden;
}
@media only screen and (min-width: 40.0625em) {
  .post.style9 h5 .post-gallery {
    display: block;
  }
}
.post.style9 h5 .post-gallery .wp-post-image {
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.rtl .post.style9 h5 .post-gallery {
  left: auto;
  right: 120%;
}
.post.style10 {
  margin-bottom: 30px;
}
.post.style10 .post-gallery {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.post.style10 .post-gallery .wp-post-image {
  border-radius: 10px;
}
.post.style10 .post-gallery .post-style10-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  opacity: 0;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}
.post.style10 .post-gallery .post-style10-hover > div {
  background: #ef173b;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.post.style10 .post-gallery .post-style10-hover svg {
  fill: #fff;
  margin-left: 10px;
  width: 15px;
}
.post.style10:hover .post-gallery .post-style10-hover {
  opacity: 1;
}
.post.style11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post.style11:hover {
  background: rgba(239, 23, 59, 0.2);
}
@media only screen and (min-width: 40.0625em) {
  .post.style11 {
    flex-direction: row;
    align-items: center;
    padding: 20px 30px;
  }
}
.post.style11 .post-style11-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 40.0625em) {
  .post.style11 .post-style11-container {
    flex-direction: row;
    align-items: center;
  }
}
.post.style11 .post-meta {
  font-size: 12px;
  padding-right: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 60px;
  line-height: 1;
}
.post.style11 .post-meta span {
  display: block;
}
.post.style11 .post-meta .post-day {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 3px;
}
.post.style11 .post-gallery {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 20px 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 40.0625em) {
  .post.style11 .post-gallery {
    margin: 0 30px;
  }
}
.post.style11 .post-gallery img {
  display: block;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.post.style11 .post-title .entry-title {
  font-weight: 400;
}
@media only screen and (min-width: 40.0625em) {
  .post.style11 .post-title .entry-title {
    margin-bottom: 0;
  }
}
.post.style11 .post-category {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
.post.style11 .style11-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.post.style12 {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media only screen and (min-width: 64.0625em) {
  .post.style12 {
    margin-bottom: 60px;
  }
}
.post.style12 .post-gallery {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .post.style12 .post-gallery {
    margin-bottom: 35px;
  }
}
.post.style12 .post-gallery .post-category {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 5px 13px;
}
@media only screen and (min-width: 40.0625em) {
  .post.style12 .post-gallery .post-category {
    top: 20px;
    left: 20px;
  }
}
.post.style12 .post-title h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.post.style12 .style12-post-link {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.post.style12 .style12-post-link:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

@media only screen and (min-width: 64.0625em) {
  .post-content-container {
    padding-right: 60px;
  }
}

.post-detail .post-title .post-category {
  font-weight: 500;
  font-size: 16px;
}
.post-detail .post-title .post-category a {
  display: inline-block;
}
.post-detail .post-title .entry-title {
  word-wrap: break-word;
  line-height: 1.1;
}
.post-detail .post-title .post-meta {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.post-detail .post-title .post-meta a {
  font-weight: 700;
  display: inline-block;
}
.post-detail.style1-detail .post-title .post-category {
  color: #fff;
}
.post-detail.style1-detail .post-title .post-category a {
  color: #fff;
}
.post-detail.style1-detail .post-title .entry-title {
  color: #fff;
}
.post-detail.style1-detail .post-title .post-meta {
  color: #fff;
}
.post-detail.style1-detail .post-title .post-meta a {
  color: #fff;
}
.post-detail.style1-detail .post-content img.aligncenter {
  margin-left: -5vw;
  width: calc(100% + 10vw);
  max-width: initial;
}
.post-detail.style2-detail .post-title, .post-detail.style3-detail .post-title, .post-detail.style4-detail .post-title, .post-detail.style5-detail .post-title {
  margin-bottom: 40px;
}
.post-detail.style2-detail .post-gallery .parallax_bg, .post-detail.style3-detail .post-gallery .parallax_bg, .post-detail.style4-detail .post-gallery .parallax_bg, .post-detail.style5-detail .post-gallery .parallax_bg {
  opacity: 1;
}
.post-detail .post-gallery {
  background: #1f1f1f;
  padding: 60px 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.0625em) {
  .post-detail .post-gallery {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .post-detail .post-gallery {
    margin-bottom: 90px;
  }
}
.post-detail .post-gallery .parallax_bg {
  opacity: 0.7;
}
.post-detail .post-gallery .parallax_bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.post-detail .entry-footer {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.0625em) {
  .post-detail .entry-footer {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

.post-gallery.parallax {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
@media only screen and (min-width: 40.0625em) {
  .post-gallery.parallax {
    min-height: 60vh;
  }
}
.post-gallery.parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-gallery.parallax .parallax_bg {
  width: 100%;
  height: 130%;
  background-size: cover;
  background-position: center center;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  top: -15%;
  left: 0;
  z-index: 0;
  will-change: transform;
}
.post-gallery.parallax .post-title {
  width: 100%;
  z-index: 2;
  text-align: center;
}

.posts-shortcode.style6.align-stretch {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.posts-shortcode.style6-alt .columns {
  display: flex;
}
.posts-shortcode.style9 .row.max_width {
  padding: 0;
  margin: 0;
}
.posts-shortcode.style9 .row.max_width .columns {
  padding: 0;
}
.posts-shortcode.style11 .row:last-child .post.style11 {
  border-bottom: 0;
}
.posts-shortcode .post {
  width: 100%;
}

.scroll-bottom {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  text-align: center;
  z-index: 30;
  cursor: pointer;
}
.scroll-bottom.style1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  width: 1px;
  background: #1f1f1f;
  will-change: transform;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.scroll-bottom.style1 > div {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 1px;
}
.scroll-bottom.style1 > div:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #1f1f1f;
  position: absolute;
  bottom: 30%;
  right: 0;
  will-change: transform;
  -moz-transform: rotateZ(45deg) scaleX(0);
  -ms-transform: rotateZ(45deg) scaleX(0);
  -webkit-transform: rotateZ(45deg) scaleX(0);
  transform: rotateZ(45deg) scaleX(0);
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.scroll-bottom.style1 > div:after {
  content: '';
  width: 10px;
  height: 1px;
  background: #1f1f1f;
  position: absolute;
  bottom: 30%;
  left: 2px;
  will-change: transform;
  -moz-transform: rotateZ(-45deg) scaleX(0);
  -ms-transform: rotateZ(-45deg) scaleX(0);
  -webkit-transform: rotateZ(-45deg) scaleX(0);
  transform: rotateZ(-45deg) scaleX(0);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.scroll-bottom.style1:hover:before {
  -moz-transform: scaleY(0.7);
  -ms-transform: scaleY(0.7);
  -webkit-transform: scaleY(0.7);
  transform: scaleY(0.7);
}
.scroll-bottom.style1:hover > div:before {
  -moz-transform: rotateZ(45deg) scaleX(1);
  -ms-transform: rotateZ(45deg) scaleX(1);
  -webkit-transform: rotateZ(45deg) scaleX(1);
  transform: rotateZ(45deg) scaleX(1);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.scroll-bottom.style1:hover > div:after {
  -moz-transform: rotateZ(-45deg) scaleX(1);
  -ms-transform: rotateZ(-45deg) scaleX(1);
  -webkit-transform: rotateZ(-45deg) scaleX(1);
  transform: rotateZ(-45deg) scaleX(1);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.single-portfolio.light-title .scroll-bottom.style1:before, .single-portfolio.light-title .scroll-bottom.style1 > div:before, .single-portfolio.light-title .scroll-bottom.style1 > div:after, .scroll-bottom.style1.light:before, .scroll-bottom.style1.light > div:before, .scroll-bottom.style1.light > div:after {
  background: #fff;
}
.scroll-bottom.style2 {
  bottom: 15px;
  border-radius: 14px;
  border: 2px solid rgba(31, 31, 31, 0.4);
  -moz-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
@media only screen and (min-width: 40.0625em) {
  .scroll-bottom.style2 {
    bottom: 30px;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.scroll-bottom.style2:hover {
  border-color: rgba(31, 31, 31, 0.8);
}
.scroll-bottom.style2 div {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 2px;
  height: 4px;
  background: #1f1f1f;
  border-radius: 4px;
  -moz-animation: thb-scrollanimation 2s infinite;
  -webkit-animation: thb-scrollanimation 2s infinite;
  animation: thb-scrollanimation 2s infinite;
}
.single-portfolio.light-title .scroll-bottom.style2, .scroll-bottom.style2.light {
  border-color: rgba(255, 255, 255, 0.4);
}
.single-portfolio.light-title .scroll-bottom.style2 div, .scroll-bottom.style2.light div {
  background: #fff;
}
.single-portfolio.light-title .scroll-bottom.style2:hover, .scroll-bottom.style2.light:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.scroll-bottom.style3 > div {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 1px;
}
.scroll-bottom.style3 > div:before {
  content: '';
  width: 16px;
  height: 2px;
  background: #1f1f1f;
  position: absolute;
  bottom: 50%;
  right: 1px;
  will-change: transform;
  -moz-transform: rotateZ(45deg) scaleX(0.75);
  -ms-transform: rotateZ(45deg) scaleX(0.75);
  -webkit-transform: rotateZ(45deg) scaleX(0.75);
  transform: rotateZ(45deg) scaleX(0.75);
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.scroll-bottom.style3 > div:after {
  content: '';
  width: 16px;
  height: 2px;
  background: #1f1f1f;
  position: absolute;
  bottom: 50%;
  left: 1px;
  will-change: transform;
  -moz-transform: rotateZ(-45deg) scaleX(0.75);
  -ms-transform: rotateZ(-45deg) scaleX(0.75);
  -webkit-transform: rotateZ(-45deg) scaleX(0.75);
  transform: rotateZ(-45deg) scaleX(0.75);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.scroll-bottom.style3:hover > div:before {
  -moz-transform: rotateZ(45deg) scaleX(1);
  -ms-transform: rotateZ(45deg) scaleX(1);
  -webkit-transform: rotateZ(45deg) scaleX(1);
  transform: rotateZ(45deg) scaleX(1);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.scroll-bottom.style3:hover > div:after {
  -moz-transform: rotateZ(-45deg) scaleX(1);
  -ms-transform: rotateZ(-45deg) scaleX(1);
  -webkit-transform: rotateZ(-45deg) scaleX(1);
  transform: rotateZ(-45deg) scaleX(1);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.single-portfolio.light-title .scroll-bottom.style3 > div:before, .single-portfolio.light-title .scroll-bottom.style3 > div:after, .scroll-bottom.style3.light > div:before, .scroll-bottom.style3.light > div:after {
  background: #fff;
}

@-moz-keyframes thb-scrollanimation {
  0% {
    height: 5px;
  }
  50% {
    height: 24px;
  }
  100% {
    height: 5px;
  }
}
@-webkit-keyframes thb-scrollanimation {
  0% {
    height: 5px;
  }
  50% {
    height: 24px;
  }
  100% {
    height: 5px;
  }
}
@keyframes thb-scrollanimation {
  0% {
    height: 5px;
  }
  50% {
    height: 24px;
  }
  100% {
    height: 5px;
  }
}
.row.style8 .columns {
  display: flex;
}

.related-posts .related-title {
  margin-bottom: 35px;
}
.related-posts .wp-post-image {
  margin-bottom: 15px;
}
.related-posts .post-title h6 {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
}

/*------------------------------------------------------------------
Author
*/
.authorpage {
  padding-bottom: 45px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 45px;
}
.authorpage .avatar {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .authorpage .avatar {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .authorpage .avatar {
    width: 140px;
    height: 140px;
  }
}
.authorpage .author-content {
  padding-left: 50px;
}
@media only screen and (min-width: 40.0625em) {
  .authorpage .author-content {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .authorpage .author-content {
    padding-left: 175px;
  }
}
.authorpage .author-content h3 a {
  color: #1f1f1f;
}
.authorpage .author-content p {
  color: #505050;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.authorpage .author-content .square-icon {
  display: inline-block;
  color: #1f1f1f;
  font-size: 14px;
  margin-right: 8px;
}
.authorpage .author-content .square-icon:hover {
  color: #ef173b;
}
.authorpage .author-content .square-icon.facebook:hover {
  color: #3b5998;
}
.authorpage .author-content .square-icon.facebook-messenger:hover {
  color: #0084ff;
}
.authorpage .author-content .square-icon.linkedin:hover {
  color: #007bb6;
}
.authorpage .author-content .square-icon.pinterest:hover {
  color: #cb2027;
}
.authorpage .author-content .square-icon.twitter:hover {
  color: #00aced;
}
.authorpage .author-content .square-icon.instagram:hover {
  color: #3f729b;
}
.authorpage .author-content .square-icon.vk:hover {
  color: #45668e;
}
.authorpage .author-content .square-icon.tumblr:hover {
  color: #35465c;
}
.authorpage .author-content .square-icon.xing:hover {
  color: #cfdc00;
}
.authorpage .author-content .square-icon.soundcloud:hover {
  color: #f80;
}
.authorpage .author-content .square-icon.dribbble:hover {
  color: #ea4c89;
}
.authorpage .author-content .square-icon.youtube:hover {
  color: #e52d27;
}
.authorpage .author-content .square-icon.spotify:hover {
  color: #7ab800;
}
.authorpage .author-content .square-icon.behance:hover {
  color: #1769ff;
}
.authorpage .author-content .square-icon.deviantart:hover {
  color: #4e6252;
}
.authorpage .author-content .square-icon.vimeo:hover {
  color: #1ab7ea;
}
.authorpage .author-content .square-icon.flickr:hover {
  color: #0063dc;
}
.authorpage .author-content .square-icon.rss:hover {
  color: #f26522;
}
.authorpage .author-content .square-icon.whatsapp:hover {
  color: #25d366;
}
.authorpage .author-content .square-icon.twitch:hover {
  color: #6441a5;
}
.authorpage .author-content .square-icon.fivehundred:hover {
  color: #0099e5;
}
.authorpage .author-content .square-icon.github:hover {
  color: #4078c0;
}
.authorpage .author-content .square-icon.codepen:hover {
  color: #fcd000;
}
.authorpage .author-content .square-icon.telegram:hover {
  color: #0088cc;
}
.authorpage .author-content .square-icon.imdb:hover {
  color: #f5de50;
}

/*------------------------------------------------------------------
Comments
*/
.comments-container {
  padding: 12vh 0;
  border-top: 1px solid #efefef;
}
.comments-container .comments-title {
  display: block;
  text-align: center;
}

.respond-container {
  background: #f8f8f8;
  padding: 5vh 0;
}
.respond-container #respond {
  padding: 0;
}

.comment-reply-title {
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.comment-reply-title small {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 10px;
  font-size: 11px;
}

.commentlist {
  list-style: none;
  margin: 0;
  display: block;
  padding: 0;
}
.commentlist > .comment:last-child .comment-body {
  margin-bottom: 0;
}
.commentlist #respond {
  background: #f8f8f8;
  padding: 5vh;
}
.commentlist .pingback .comment-body {
  display: inline;
}
.commentlist .pingback .comment-body .url {
  font-weight: 700;
}
.commentlist .comment_container {
  position: relative;
}
.commentlist .comment-body,
.commentlist .comment-text {
  position: relative;
  padding-left: 58px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .commentlist .comment-body,
  .commentlist .comment-text {
    padding-left: 108px;
  }
}
.commentlist .comment-body:hover .reply a,
.commentlist .comment-text:hover .reply a {
  opacity: 1;
}
.commentlist .comment-body .star-rating, .commentlist .comment-body .comment-form-rating .stars, .comment-form-rating .commentlist .comment-body .stars,
.commentlist .comment-text .star-rating,
.commentlist .comment-text .comment-form-rating .stars,
.comment-form-rating .commentlist .comment-text .stars {
  float: right;
}
.commentlist .comment-body p.meta,
.commentlist .comment-text p.meta {
  margin-bottom: 10px;
}
.commentlist .comment,
.commentlist .review {
  margin: 0;
}
.commentlist .comment:before,
.commentlist .review:before {
  display: none !important;
}
.commentlist .comment .comment-meta,
.commentlist .review .comment-meta {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  color: #a3a3a3;
  margin-left: 5px;
}
.commentlist .comment .comment-meta a,
.commentlist .review .comment-meta a {
  color: #a3a3a3;
}
.commentlist .comment .vcard,
.commentlist .review .vcard {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
  line-height: 12px;
}
.commentlist .comment .vcard .fn,
.commentlist .review .vcard .fn {
  font-style: normal;
  font-weight: 700;
  color: #1f1f1f;
}
.commentlist .comment .vcard .fn .url,
.commentlist .review .vcard .fn .url {
  color: #1f1f1f;
}
.commentlist .comment .vcard .fn:before,
.commentlist .review .vcard .fn:before {
  display: none;
}
.commentlist .comment .vcard .says,
.commentlist .review .vcard .says {
  display: none;
}
.commentlist .comment .avatar,
.commentlist .review .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .commentlist .comment .avatar,
  .commentlist .review .avatar {
    width: 80px;
    height: 80px;
  }
}
.commentlist .comment .comment-awaiting-moderation,
.commentlist .review .comment-awaiting-moderation {
  font-size: 10px;
}
.commentlist .comment p,
.commentlist .review p {
  font-size: 14px;
  word-break: break-word;
  color: #505050;
}
.commentlist .comment .reply,
.commentlist .review .reply {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
}
.commentlist .comment .reply a,
.commentlist .review .reply a {
  opacity: 0;
  color: #ef173b;
}
.commentlist .comment .children,
.commentlist .review .children {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .commentlist .comment .children,
  .commentlist .review .children {
    margin-left: 108px;
  }
}

.comment-respond {
  padding: 2vh 0;
}

.comment-notes {
  text-align: center;
  color: #505050;
}

.comment-form p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 35px;
}
.comment-form textarea {
  height: 117px;
  min-height: 117px;
}

.woocommerce-Reviews {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  .woocommerce-Reviews {
    width: 70%;
  }
}
.woocommerce-Reviews .comment-respond {
  background: #f8f8f8;
  padding: 5vh;
  margin-top: 40px;
}
.woocommerce-Reviews .comment-respond label {
  margin: 0;
}
.woocommerce-Reviews .comment-respond .comment-reply-title {
  font-weight: 400;
  margin-bottom: 30px;
}
.woocommerce-Reviews .comment-respond p:not(.comment-notes) {
  text-align: left;
  margin: 0;
}
.woocommerce-Reviews .comment-respond p.stars {
  margin-bottom: 20px;
  margin-top: 10px;
}
.woocommerce-Reviews .comment-respond .form-submit {
  justify-content: center;
  display: flex;
  margin: 0;
}
.woocommerce-Reviews .comment-respond textarea,
.woocommerce-Reviews .comment-respond input[type="text"],
.woocommerce-Reviews .comment-respond input[type="email"] {
  width: 100%;
}

/* Star Rating */
.star-rating, .comment-form-rating .stars {
  display: inline-block;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: FontAwesome;
  color: #dcdcdc;
}
.star-rating:before, .comment-form-rating .stars:before {
  font-family: FontAwesome;
  content: "\f005 \f005 \f005 \f005 \f005";
  line-height: 18px;
}
.star-rating > span, .comment-form-rating .stars > span {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.star-rating > span:before, .comment-form-rating .stars > span:before {
  color: #ffc200;
  content: "\f005 \f005 \f005 \f005 \f005";
}
.star-rating > span strong, .comment-form-rating .stars > span strong {
  display: none;
}
.star-rating + .write_first, .comment-form-rating .stars + .write_first {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #1f1f1f;
  margin-left: 20px;
  line-height: 18px;
  vertical-align: text-top;
}

.comment-form-rating .stars {
  display: block;
}
.comment-form-rating .stars:before {
  content: none;
}
.comment-form-rating .stars > span {
  position: static;
}
.comment-form-rating .stars > span:before {
  content: none;
}
.comment-form-rating .stars a {
  position: relative;
  color: #dcdcdc;
  display: inline-block;
  text-indent: -999em;
  width: 15px;
}
.comment-form-rating .stars a:before {
  position: absolute;
  display: block;
  width: 15px;
  text-indent: 0;
  content: "";
}
.comment-form-rating .stars a:hover ~ a {
  color: #dcdcdc;
}
.comment-form-rating .stars a.active ~ a {
  color: #dcdcdc;
}
.comment-form-rating .stars:hover a, .comment-form-rating .stars.selected a {
  color: #ffc200;
}

/*------------------------------------------------------------------
Forms
*/
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 12px;
  margin-bottom: 27px;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  background: none;
  max-width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.dark input[type="text"], .thb-light-column input[type="text"], .dark
input[type="password"], .thb-light-column
input[type="password"], .dark
input[type="date"], .thb-light-column
input[type="date"], .dark
input[type="datetime"], .thb-light-column
input[type="datetime"], .dark
input[type="email"], .thb-light-column
input[type="email"], .dark
input[type="number"], .thb-light-column
input[type="number"], .dark
input[type="search"], .thb-light-column
input[type="search"], .dark
input[type="tel"], .thb-light-column
input[type="tel"], .dark
input[type="time"], .thb-light-column
input[type="time"], .dark
input[type="url"], .thb-light-column
input[type="url"], .dark
textarea, .thb-light-column
textarea {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark input[type="text"]:-moz-placeholder, .thb-light-column input[type="text"]:-moz-placeholder, .dark
input[type="password"]:-moz-placeholder, .thb-light-column
input[type="password"]:-moz-placeholder, .dark
input[type="date"]:-moz-placeholder, .thb-light-column
input[type="date"]:-moz-placeholder, .dark
input[type="datetime"]:-moz-placeholder, .thb-light-column
input[type="datetime"]:-moz-placeholder, .dark
input[type="email"]:-moz-placeholder, .thb-light-column
input[type="email"]:-moz-placeholder, .dark
input[type="number"]:-moz-placeholder, .thb-light-column
input[type="number"]:-moz-placeholder, .dark
input[type="search"]:-moz-placeholder, .thb-light-column
input[type="search"]:-moz-placeholder, .dark
input[type="tel"]:-moz-placeholder, .thb-light-column
input[type="tel"]:-moz-placeholder, .dark
input[type="time"]:-moz-placeholder, .thb-light-column
input[type="time"]:-moz-placeholder, .dark
input[type="url"]:-moz-placeholder, .thb-light-column
input[type="url"]:-moz-placeholder, .dark
textarea:-moz-placeholder, .thb-light-column
textarea:-moz-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.dark input[type="text"]::-moz-placeholder, .thb-light-column input[type="text"]::-moz-placeholder, .dark
input[type="password"]::-moz-placeholder, .thb-light-column
input[type="password"]::-moz-placeholder, .dark
input[type="date"]::-moz-placeholder, .thb-light-column
input[type="date"]::-moz-placeholder, .dark
input[type="datetime"]::-moz-placeholder, .thb-light-column
input[type="datetime"]::-moz-placeholder, .dark
input[type="email"]::-moz-placeholder, .thb-light-column
input[type="email"]::-moz-placeholder, .dark
input[type="number"]::-moz-placeholder, .thb-light-column
input[type="number"]::-moz-placeholder, .dark
input[type="search"]::-moz-placeholder, .thb-light-column
input[type="search"]::-moz-placeholder, .dark
input[type="tel"]::-moz-placeholder, .thb-light-column
input[type="tel"]::-moz-placeholder, .dark
input[type="time"]::-moz-placeholder, .thb-light-column
input[type="time"]::-moz-placeholder, .dark
input[type="url"]::-moz-placeholder, .thb-light-column
input[type="url"]::-moz-placeholder, .dark
textarea::-moz-placeholder, .thb-light-column
textarea::-moz-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.dark input[type="text"]:-ms-input-placeholder, .thb-light-column input[type="text"]:-ms-input-placeholder, .dark
input[type="password"]:-ms-input-placeholder, .thb-light-column
input[type="password"]:-ms-input-placeholder, .dark
input[type="date"]:-ms-input-placeholder, .thb-light-column
input[type="date"]:-ms-input-placeholder, .dark
input[type="datetime"]:-ms-input-placeholder, .thb-light-column
input[type="datetime"]:-ms-input-placeholder, .dark
input[type="email"]:-ms-input-placeholder, .thb-light-column
input[type="email"]:-ms-input-placeholder, .dark
input[type="number"]:-ms-input-placeholder, .thb-light-column
input[type="number"]:-ms-input-placeholder, .dark
input[type="search"]:-ms-input-placeholder, .thb-light-column
input[type="search"]:-ms-input-placeholder, .dark
input[type="tel"]:-ms-input-placeholder, .thb-light-column
input[type="tel"]:-ms-input-placeholder, .dark
input[type="time"]:-ms-input-placeholder, .thb-light-column
input[type="time"]:-ms-input-placeholder, .dark
input[type="url"]:-ms-input-placeholder, .thb-light-column
input[type="url"]:-ms-input-placeholder, .dark
textarea:-ms-input-placeholder, .thb-light-column
textarea:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.dark input[type="text"]::-webkit-input-placeholder, .thb-light-column input[type="text"]::-webkit-input-placeholder, .dark
input[type="password"]::-webkit-input-placeholder, .thb-light-column
input[type="password"]::-webkit-input-placeholder, .dark
input[type="date"]::-webkit-input-placeholder, .thb-light-column
input[type="date"]::-webkit-input-placeholder, .dark
input[type="datetime"]::-webkit-input-placeholder, .thb-light-column
input[type="datetime"]::-webkit-input-placeholder, .dark
input[type="email"]::-webkit-input-placeholder, .thb-light-column
input[type="email"]::-webkit-input-placeholder, .dark
input[type="number"]::-webkit-input-placeholder, .thb-light-column
input[type="number"]::-webkit-input-placeholder, .dark
input[type="search"]::-webkit-input-placeholder, .thb-light-column
input[type="search"]::-webkit-input-placeholder, .dark
input[type="tel"]::-webkit-input-placeholder, .thb-light-column
input[type="tel"]::-webkit-input-placeholder, .dark
input[type="time"]::-webkit-input-placeholder, .thb-light-column
input[type="time"]::-webkit-input-placeholder, .dark
input[type="url"]::-webkit-input-placeholder, .thb-light-column
input[type="url"]::-webkit-input-placeholder, .dark
textarea::-webkit-input-placeholder, .thb-light-column
textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.dark input[type="text"]:focus, .thb-light-column input[type="text"]:focus, .dark
input[type="password"]:focus, .thb-light-column
input[type="password"]:focus, .dark
input[type="date"]:focus, .thb-light-column
input[type="date"]:focus, .dark
input[type="datetime"]:focus, .thb-light-column
input[type="datetime"]:focus, .dark
input[type="email"]:focus, .thb-light-column
input[type="email"]:focus, .dark
input[type="number"]:focus, .thb-light-column
input[type="number"]:focus, .dark
input[type="search"]:focus, .thb-light-column
input[type="search"]:focus, .dark
input[type="tel"]:focus, .thb-light-column
input[type="tel"]:focus, .dark
input[type="time"]:focus, .thb-light-column
input[type="time"]:focus, .dark
input[type="url"]:focus, .thb-light-column
input[type="url"]:focus, .dark
textarea:focus, .thb-light-column
textarea:focus {
  color: #fff;
  border-color: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-bottom-color: 1px solid #ef173b;
  color: #1f1f1f;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap
input[type="password"], .wpcf7-form-control-wrap
input[type="date"], .wpcf7-form-control-wrap
input[type="datetime"], .wpcf7-form-control-wrap
input[type="email"], .wpcf7-form-control-wrap
input[type="number"], .wpcf7-form-control-wrap
input[type="search"], .wpcf7-form-control-wrap
input[type="tel"], .wpcf7-form-control-wrap
input[type="time"], .wpcf7-form-control-wrap
input[type="url"], .wpcf7-form-control-wrap
textarea {
  margin-bottom: 37px;
  width: 100%;
}
input[type="text"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="datetime"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #e76049;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  font-weight: 400;
  color: #1f1f1f;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 400;
  color: #1f1f1f;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #1f1f1f;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #1f1f1f;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #1f1f1f;
}
input[type="text"].full, .woocommerce-checkout input[type="text"], .woocommerce-MyAccount-content input[type="text"],
input[type="password"].full, .woocommerce-checkout
input[type="password"], .woocommerce-MyAccount-content
input[type="password"],
input[type="date"].full, .woocommerce-checkout
input[type="date"], .woocommerce-MyAccount-content
input[type="date"],
input[type="datetime"].full, .woocommerce-checkout
input[type="datetime"], .woocommerce-MyAccount-content
input[type="datetime"],
input[type="email"].full, .woocommerce-checkout
input[type="email"], .woocommerce-MyAccount-content
input[type="email"],
input[type="number"].full, .woocommerce-checkout
input[type="number"], .woocommerce-MyAccount-content
input[type="number"],
input[type="search"].full, .woocommerce-checkout
input[type="search"], .woocommerce-MyAccount-content
input[type="search"],
input[type="tel"].full, .woocommerce-checkout
input[type="tel"], .woocommerce-MyAccount-content
input[type="tel"],
input[type="time"].full, .woocommerce-checkout
input[type="time"], .woocommerce-MyAccount-content
input[type="time"],
input[type="url"].full, .woocommerce-checkout
input[type="url"], .woocommerce-MyAccount-content
input[type="url"],
textarea.full, .woocommerce-checkout
textarea, .woocommerce-MyAccount-content
textarea {
  width: 100%;
}
input[type="text"].box, input[type="text"].select2-input, #customer_details input[type="text"], .woocommerce-MyAccount-content input[type="text"],
input[type="password"].box,
input[type="password"].select2-input, #customer_details
input[type="password"], .woocommerce-MyAccount-content
input[type="password"],
input[type="date"].box,
input[type="date"].select2-input, #customer_details
input[type="date"], .woocommerce-MyAccount-content
input[type="date"],
input[type="datetime"].box,
input[type="datetime"].select2-input, #customer_details
input[type="datetime"], .woocommerce-MyAccount-content
input[type="datetime"],
input[type="email"].box,
input[type="email"].select2-input, #customer_details
input[type="email"], .woocommerce-MyAccount-content
input[type="email"],
input[type="number"].box,
input[type="number"].select2-input, #customer_details
input[type="number"], .woocommerce-MyAccount-content
input[type="number"],
input[type="search"].box,
input[type="search"].select2-input, #customer_details
input[type="search"], .woocommerce-MyAccount-content
input[type="search"],
input[type="tel"].box,
input[type="tel"].select2-input, #customer_details
input[type="tel"], .woocommerce-MyAccount-content
input[type="tel"],
input[type="time"].box,
input[type="time"].select2-input, #customer_details
input[type="time"], .woocommerce-MyAccount-content
input[type="time"],
input[type="url"].box,
input[type="url"].select2-input, #customer_details
input[type="url"], .woocommerce-MyAccount-content
input[type="url"],
textarea.box,
textarea.select2-input, #customer_details
textarea, .woocommerce-MyAccount-content
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 44px;
  padding: 12px 12px 13px;
}

.wpcf7-checkbox {
  display: block;
  margin-bottom: 27px;
}
.wpcf7-checkbox label {
  padding: 10px;
  border: 1px solid #dedede;
  font-size: 13px;
  color: #1f1f1f;
  margin: 0;
  min-width: 150px;
}
.wpcf7-checkbox label input {
  margin-right: 5px;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 15px;
}
@media only screen and (min-width: 40.0625em) {
  .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
  }
  .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.wpcf7-response-output {
  padding: 18px 22px !important;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

label {
  display: block;
  clear: left;
  font-size: 18px;
  color: #1f1f1f;
  margin: 0 0 10px;
  font-weight: 400;
}
#customer_details label, .woocommerce-MyAccount-content label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

textarea {
  min-height: 162px;
  background-image: repeating-linear-gradient(to bottom, transparent, transparent 38px, rgba(0, 0, 0, 0.15) 39px);
  line-height: 40px;
  resize: none;
  border: 0;
  padding: 0;
}
.wpcf7-form textarea {
  height: 234px;
}
textarea.box, #customer_details textarea {
  background-image: none;
  line-height: 1.6;
}

/* Select2 */
.select2-container {
  font-size: 14px;
}
.select2-container .select2-choice {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  padding: 12px 12px 13px;
  line-height: 1;
}

.select2-search {
  padding-left: 10px;
  padding-right: 10px;
}
.select2-search .select2-input {
  margin-bottom: 5px;
}

.select2-drop-active {
  border-color: rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------
Wp Specific
*/
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

.alignright {
  float: right;
  margin: 0;
}

.alignleft {
  float: left;
  margin: 0;
}

.alignright img,
.alignleft img,
.aligncenter img {
  max-width: 100%;
}

img.center {
  margin: 0 auto;
  display: block;
}

img.full {
  width: 100%;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

@media only screen and (max-width: 40.0625em) {
  .alignleft,
  .alignright {
    width: 100%;
    margin: 0 0 20px;
  }
}

.wp-caption {
  max-width: 100% !important;
}
.wp-caption.aligncenter {
  width: 100% !important;
}
.wp-caption .wp-caption-text {
  display: block;
  margin: 15px 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.gallery {
  display: block;
  margin: 0 -2px;
  float: left;
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery.gallery-columns-7 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.285%;
  }
}
.gallery.gallery-columns-8 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery.gallery-columns-9 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.111%;
  }
}
.gallery .gallery-item {
  display: inline-block;
  width: 50%;
  padding: 0 2px;
  margin-bottom: 4px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}

.more-link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef173b;
}

[class^="tag-link"] {
  display: inline-block;
  border: 1px solid rgba(31, 31, 31, 0.1);
  color: rgba(31, 31, 31, 0.6);
  font-size: 10px !important;
  padding: 8px 18px;
  text-transform: uppercase;
  margin: 0 3px 3px 0;
  line-height: 1;
  font-weight: 600;
  border-radius: 500px;
}
[class^="tag-link"]:hover {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}

.searchform {
  margin: 0;
}
.searchform fieldset {
  border: 0;
}
.searchform fieldset input[type="text"],
.searchform fieldset input[type="search"] {
  width: 100%;
}

/* Tables */
table:not(.variations):not(.shop_table):not(.group_table) {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
table:not(.variations):not(.shop_table):not(.group_table) thead,
table:not(.variations):not(.shop_table):not(.group_table) tbody,
table:not(.variations):not(.shop_table):not(.group_table) tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table:not(.variations):not(.shop_table):not(.group_table) caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}
table:not(.variations):not(.shop_table):not(.group_table) thead {
  background: #f8f8f8;
  color: #0a0a0a;
}
table:not(.variations):not(.shop_table):not(.group_table) tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}
table:not(.variations):not(.shop_table):not(.group_table) thead tr,
table:not(.variations):not(.shop_table):not(.group_table) tfoot tr {
  background: transparent;
}
table:not(.variations):not(.shop_table):not(.group_table) thead th,
table:not(.variations):not(.shop_table):not(.group_table) thead td,
table:not(.variations):not(.shop_table):not(.group_table) tfoot th,
table:not(.variations):not(.shop_table):not(.group_table) tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}
table:not(.variations):not(.shop_table):not(.group_table) tbody th,
table:not(.variations):not(.shop_table):not(.group_table) tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}
table:not(.variations):not(.shop_table):not(.group_table) tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}
table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: transparent !important;
}
table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-stripes thead,
table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-stripes tbody,
table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-stripes tfoot {
  border-left: 0 !important;
  border-right: 0 !important;
}
table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-regular tbody tr:nth-child(even) {
  background: #f7f7f7;
}
table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-regular thead,
table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-regular tbody,
table:not(.variations):not(.shop_table):not(.group_table).wp-block-table.is-style-regular tfoot {
  border-color: rgba(0, 0, 0, 0.2);
}

/* Gutenberg */
.has-thb-accent-background-color {
  background-color: #ef173b;
}

.has-thb-accent-color {
  color: #ef173b;
}
.has-thb-accent-color p {
  color: #ef173b;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-button .wp-block-button__link.has-thb-accent-background-color {
  background-color: #ef173b;
}
.wp-block-button .wp-block-button__link.has-thb-accent-color {
  color: #ef173b;
}
.wp-block-button .wp-block-button__link.has-thb-accent-color p {
  color: #ef173b;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
}

.alignwide {
  position: relative;
  /* No - Sidebar */
}
@media only screen and (min-width: 64.0625em) {
  .alignwide {
    margin-left: -3%;
    margin-right: -3%;
    max-width: none;
    width: 106%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .post-detail.style1-detail .alignwide, .post-detail.style2-detail .alignwide {
    margin-left: -170px;
    margin-right: -170px;
    width: calc(100% + 340px);
  }
}

.alignfull {
  position: relative;
  /* No - Sidebar */
}
@media only screen and (min-width: 64.0625em) {
  .alignfull {
    max-width: 100vw;
    margin-left: calc(50% - 40vw);
    width: calc(50% + 40vw);
  }
}
@media only screen and (min-width: 64.0625em) {
  .post-detail.style1-detail .alignfull, .post-detail.style2-detail .alignfull {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.wp-block-image.thb-pin-it-container {
  max-width: 100vw;
}

.post-detail ul.wp-block-gallery {
  margin-bottom: 1rem;
}
.post-detail ul.wp-block-gallery .blocks-gallery-image,
.post-detail ul.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 16px;
}

.wp-block-media-text {
  margin-bottom: 1rem;
}

.wp-block-latest-comments {
  margin-left: 0;
}

.has-medium-font-size {
  font-size: 1.2em;
}

.has-large-font-size {
  font-size: 2em;
}

.has-huge-font-size {
  font-size: 3em;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

/*------------------------------------------------------------------
Pagination
*/
.pagination-space {
  padding: 10vh 0;
  position: relative;
}

.pagination {
  width: 100%;
  line-height: 1;
  padding: 10vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  list-style: none;
  display: inline-flex;
  color: rgba(31, 31, 31, 0.2);
  font-size: 12px;
  padding: 0 5px;
  vertical-align: middle;
  font-weight: 600;
  white-space: nowrap;
}
.pagination .page-numbers.current, .pagination .page-numbers:not(.dots):hover {
  color: #ef173b;
}
@media only screen and (min-width: 40.0625em) {
  .pagination .page-numbers {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .pagination .page-numbers {
    font-size: 40px;
  }
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    font-size: 14px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    font-size: 30px;
  }
}
.pagination .page-numbers.prev:hover:before, .pagination .page-numbers.prev:hover:after, .pagination .page-numbers.next:hover:before, .pagination .page-numbers.next:hover:after {
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.pagination .page-numbers.prev:after {
  content: '';
  width: 2.5vw;
  display: inline-block;
  height: 2px;
  vertical-align: middle;
  margin-left: 15px;
  background: rgba(31, 31, 31, 0.2);
}
.pagination .page-numbers.prev:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 2.5vw;
  display: inline-block;
  height: 2px;
  background: #ef173b;
  -moz-transform: translateY(-50%) scale(0, 1);
  -ms-transform: translateY(-50%) scale(0, 1);
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.pagination .page-numbers.next:before {
  content: '';
  width: 2.5vw;
  display: inline-block;
  height: 2px;
  vertical-align: middle;
  margin-right: 15px;
  background: rgba(31, 31, 31, 0.2);
}
.pagination .page-numbers.next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 2.5vw;
  display: inline-block;
  height: 2px;
  background: #ef173b;
  -moz-transform: translateY(-50%) scale(0, 1);
  -ms-transform: translateY(-50%) scale(0, 1);
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-pagination.swiper-pagination-fraction, .swiper-pagination.swiper-pagination-bullets {
  position: fixed;
  z-index: 100;
  top: auto;
  bottom: 15px;
  right: 15px;
  width: auto;
  left: auto;
  will-change: contents;
  line-height: 1;
  color: rgba(31, 31, 31, 0.7);
  white-space: nowrap;
}
@media only screen and (min-width: 40.0625em) {
  .swiper-pagination.swiper-pagination-fraction, .swiper-pagination.swiper-pagination-bullets {
    bottom: 50px;
    right: 50px;
  }
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-current, .swiper-pagination.swiper-pagination-bullets .swiper-pagination-current {
  color: #1f1f1f;
}
.light-title .swiper-pagination.swiper-pagination-fraction, .light-title .swiper-pagination.swiper-pagination-bullets {
  color: rgba(255, 255, 255, 0.7);
}
.light-title .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current, .light-title .swiper-pagination.swiper-pagination-bullets .swiper-pagination-current {
  color: white;
}
.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  right: auto;
  left: 50%;
  line-height: 1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-flex;
  border-radius: 0;
  background: none;
  width: auto;
  height: auto;
  color: #1f1f1f;
  opacity: 0.4;
  font-weight: 600;
  font-size: 12px;
  margin: 0 7px;
}
.light-title .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  color: #fff;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 1;
}

.comments-container .navigation {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 12px;
}

/*------------------------------------------------------------------
Portfolio
*/
/* Masonry */
.row.masonry {
  position: relative;
  height: 100vh;
}
.row.masonry.thb-loaded {
  height: auto;
}

.thb-portfolio .masonry-small .portfolio-holder,
.thb-portfolio .masonry-wide .portfolio-holder,
.thb-portfolio .masonry-tall .portfolio-holder,
.thb-portfolio .masonry-large .portfolio-holder {
  height: auto;
  padding: 0;
}
.thb-portfolio .masonry-small .portfolio-holder .thb-placeholder.first,
.thb-portfolio .masonry-wide .portfolio-holder .thb-placeholder.first,
.thb-portfolio .masonry-tall .portfolio-holder .thb-placeholder.first,
.thb-portfolio .masonry-large .portfolio-holder .thb-placeholder.first {
  position: static;
}

/* Listing */
.portfolio-holder {
  height: 0;
  min-width: 100%;
}
.padding-half .portfolio-holder {
  padding-bottom: 80%;
}
@media only screen and (min-width: 40.0625em) {
  .padding-half .portfolio-holder {
    padding-bottom: 40%;
  }
}
.padding-1 .portfolio-holder {
  padding-bottom: 80%;
}
.thb-margins.masonry.masonry-style7 .padding-1.large-8 .portfolio-holder {
  padding-bottom: calc(80% + 6px);
}
.thb-margins.masonry.masonry-style3 .padding-1.large-6 .portfolio-holder {
  padding-bottom: calc(80% + 6px);
}
.thb-margins.masonry.masonry-style5 .padding-1.large-6 .portfolio-holder {
  padding-bottom: calc(80% + 30px);
}
.thb-margins.masonry.masonry-style6 .padding-1.thb-5-2 .portfolio-holder {
  padding-bottom: calc(80% + 6px);
}
.padding-2 .portfolio-holder {
  padding-bottom: 160%;
}
.thb-margins.masonry.masonry-style4 .padding-2.large-3 .portfolio-holder {
  padding-bottom: calc(160% + 41px);
}
.thb-margins.masonry.masonry-style1 .padding-2.large-3 .portfolio-holder {
  padding-bottom: calc(160% + 29px);
}
.thb-margins.masonry.masonry-style6 .padding-2.large-2 .portfolio-holder {
  padding-bottom: calc(160% + 29px);
}
.thb-margins.masonry.masonry-style2 .padding-2.large-4 .portfolio-holder {
  padding-bottom: calc(160% + 30px);
}
.thb-margins.masonry.masonry-style7 .padding-2.large-4 .portfolio-holder {
  padding-bottom: calc(160% + 30px);
}

.thb-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.thb-placeholder.first {
  z-index: 2;
}
.thb-placeholder.second {
  z-index: 1;
}
.thb-placeholder > img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.thb-portfolio {
  /* Animation */
}
.thb-portfolio[data-thb-animation="thb-animate-from-bottom"] .portfolio-holder {
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.thb-portfolio[data-thb-animation="thb-fade"] .portfolio-holder {
  opacity: 0;
}
.thb-portfolio[data-thb-animation="thb-scale"] .portfolio-holder {
  opacity: 0;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.thb-portfolio[data-thb-animation="thb-vertical-flip"] {
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -moz-perspective-origin: 50% 0;
  -webkit-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.thb-portfolio[data-thb-animation="thb-vertical-flip"] .type-portfolio {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.thb-portfolio[data-thb-animation="thb-vertical-flip"] .portfolio-holder {
  opacity: 0;
  will-change: transform;
  -moz-transform: translateY(350px) rotateX(25deg);
  -ms-transform: translateY(350px) rotateX(25deg);
  -webkit-transform: translateY(350px) rotateX(25deg);
  transform: translateY(350px) rotateX(25deg);
}
.thb-portfolio[data-thb-animation="thb-reveal-left"] .portfolio-holder {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -ms-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.thb-portfolio.thb-portfolio-text:hover .type-portfolio.style6:not(:hover) {
  opacity: 0.7;
}
.thb-portfolio.thb-margins .type-portfolio.style1 {
  margin-bottom: 30px;
}
.thb-portfolio.thb-border-radius .type-portfolio .portfolio-holder {
  border-radius: 10px;
}
.thb-portfolio.thb-border-radius .type-portfolio .portfolio-holder img {
  border-radius: 10px;
}
.thb-portfolio.thb-border-radius .type-portfolio.style1 .portfolio-link {
  border-radius: 10px;
}
.thb-portfolio.thb-border-radius .type-portfolio.style2 .portfolio-inner {
  border-radius: 10px;
}
.thb-portfolio .type-portfolio {
  width: 100%;
  will-change: transform, opacity;
}
.thb-portfolio .type-portfolio.type-post {
  margin: 0;
}
.thb-portfolio .type-portfolio:hover .portfolio-link, .thb-portfolio .type-portfolio.swiper-slide-active .portfolio-link, .thb-portfolio .type-portfolio.current .portfolio-link {
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.thb-portfolio .type-portfolio:hover h1 span:not(.next),
.thb-portfolio .type-portfolio:hover h2 span:not(.next),
.thb-portfolio .type-portfolio:hover .thb-categories span:not(.next), .thb-portfolio .type-portfolio.swiper-slide-active h1 span:not(.next),
.thb-portfolio .type-portfolio.swiper-slide-active h2 span:not(.next),
.thb-portfolio .type-portfolio.swiper-slide-active .thb-categories span:not(.next), .thb-portfolio .type-portfolio.current h1 span:not(.next),
.thb-portfolio .type-portfolio.current h2 span:not(.next),
.thb-portfolio .type-portfolio.current .thb-categories span:not(.next) {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio:hover .thb-categories span, .thb-portfolio .type-portfolio.swiper-slide-active .thb-categories span, .thb-portfolio .type-portfolio.current .thb-categories span {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.thb-portfolio .type-portfolio.light-title:not(.style3) h1,
.thb-portfolio .type-portfolio.light-title:not(.style3) h1 a:not(:hover),
.thb-portfolio .type-portfolio.light-title:not(.style3) h2 a:not(:hover),
.thb-portfolio .type-portfolio.light-title:not(.style3) h3 a:not(:hover),
.thb-portfolio .type-portfolio.light-title:not(.style3) .thb-categories,
.thb-portfolio .type-portfolio.light-title:not(.style3) .show-all:not(:hover),
.thb-portfolio .type-portfolio.light-title:not(.style3) .thb-portfolio-link,
.thb-portfolio .type-portfolio.light-title:not(.style3) p {
  color: #fff;
}
.thb-portfolio .type-portfolio.light-title:not(.style3).title-animation-swipe h1:after,
.thb-portfolio .type-portfolio.light-title:not(.style3).title-animation-swipe h2:after,
.thb-portfolio .type-portfolio.light-title:not(.style3).title-animation-swipe .thb-categories:after {
  background: #fff;
}
.thb-portfolio .type-portfolio .portfolio-holder {
  position: relative;
}
.thb-portfolio .type-portfolio .portfolio-link {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
  background: #fff;
  padding: 15px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio .portfolio-link {
    padding: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio .portfolio-link {
    padding: 45px;
  }
}
.thb-portfolio .type-portfolio .portfolio-link.transparent {
  background: none !important;
}
.thb-portfolio .type-portfolio h1,
.thb-portfolio .type-portfolio h2,
.thb-portfolio .type-portfolio .thb-categories {
  display: flex;
  overflow: hidden;
}
.thb-portfolio .type-portfolio h1 span:not(.next),
.thb-portfolio .type-portfolio h2 span:not(.next),
.thb-portfolio .type-portfolio .thb-categories span:not(.next) {
  display: block;
  will-change: transform;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.thb-portfolio .type-portfolio h1,
.thb-portfolio .type-portfolio h2,
.thb-portfolio .type-portfolio .thb-categories {
  color: #1f1f1f;
}
.thb-portfolio .type-portfolio .thb-categories {
  font-size: 11px;
  text-transform: uppercase;
}
.thb-portfolio .type-portfolio.title-animation-swipe h1,
.thb-portfolio .type-portfolio.title-animation-swipe h2,
.thb-portfolio .type-portfolio.title-animation-swipe .thb-categories {
  display: inline-flex;
  -moz-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  position: relative;
  overflow: hidden;
}
.thb-portfolio .type-portfolio.title-animation-swipe h1 span,
.thb-portfolio .type-portfolio.title-animation-swipe h2 span,
.thb-portfolio .type-portfolio.title-animation-swipe .thb-categories span {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  -moz-transition: all 0s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0.3s;
  -o-transition: all 0s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0.3s;
  -webkit-transition: all 0s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition-delay: 0.3s;
  transition: all 0s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0.3s;
}
.thb-portfolio .type-portfolio.title-animation-swipe h1:after,
.thb-portfolio .type-portfolio.title-animation-swipe h2:after,
.thb-portfolio .type-portfolio.title-animation-swipe .thb-categories:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  z-index: 5;
  -moz-transform: translateX(-102%);
  -ms-transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
}
.thb-portfolio .type-portfolio.title-animation-swipe.thb-animate-slide-text h1 span,
.thb-portfolio .type-portfolio.title-animation-swipe.thb-animate-slide-text h2 span,
.thb-portfolio .type-portfolio.title-animation-swipe.thb-animate-slide-text .thb-categories span, .thb-portfolio .type-portfolio.title-animation-swipe.current h1 span,
.thb-portfolio .type-portfolio.title-animation-swipe.current h2 span,
.thb-portfolio .type-portfolio.title-animation-swipe.current .thb-categories span {
  opacity: 1;
}
.thb-portfolio .type-portfolio.title-animation-swipe.thb-animate-slide-text h1:after,
.thb-portfolio .type-portfolio.title-animation-swipe.thb-animate-slide-text h2:after,
.thb-portfolio .type-portfolio.title-animation-swipe.thb-animate-slide-text .thb-categories:after, .thb-portfolio .type-portfolio.title-animation-swipe.current h1:after,
.thb-portfolio .type-portfolio.title-animation-swipe.current h2:after,
.thb-portfolio .type-portfolio.title-animation-swipe.current .thb-categories:after {
  -moz-transform: translateX(102%);
  -ms-transform: translateX(102%);
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.thb-portfolio .type-portfolio.title-center .portfolio-link {
  justify-content: center;
  align-items: center;
}
.thb-portfolio .type-portfolio.title-center .portfolio-link h2 {
  text-align: center;
}
.thb-portfolio .type-portfolio.title-topleft .portfolio-link {
  justify-content: flex-start;
  align-items: flex-start;
}
.thb-portfolio .type-portfolio.title-topleft .portfolio-link h2 {
  text-align: left;
}
.thb-portfolio .type-portfolio.title-bottomleft .portfolio-link {
  justify-content: flex-end;
  align-items: flex-start;
}
.thb-portfolio .type-portfolio.thb-animate-from-bottom .portfolio-holder {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.thb-portfolio .type-portfolio.thb-fade .portfolio-holder {
  opacity: 0;
}
.thb-portfolio .type-portfolio.thb-scale .portfolio-holder {
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.thb-portfolio .type-portfolio.thb-scale .portfolio-holder .thb-placeholder {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.thb-portfolio .type-portfolio.thb-scale .portfolio-holder .portfolio-link {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.thb-portfolio .type-portfolio.thb-default-small h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.thb-portfolio .type-portfolio.thb-default-small .thb-categories {
  font-size: 16px;
  text-transform: none;
}
.thb-portfolio .type-portfolio.thb-image-hover .thb-placeholder.second {
  opacity: 0;
  z-index: 20;
}
.thb-portfolio .type-portfolio.thb-image-hover .portfolio-link {
  z-index: 30;
  background: none !important;
}
.thb-portfolio .type-portfolio.thb-image-hover:hover .thb-placeholder.second {
  opacity: 1;
}
.thb-portfolio .type-portfolio.style1.thb-push-top {
  overflow: hidden;
}
.thb-portfolio .type-portfolio.style1.thb-push-top h1 span:not(.next),
.thb-portfolio .type-portfolio.style1.thb-push-top h2 span:not(.next),
.thb-portfolio .type-portfolio.style1.thb-push-top .thb-categories span:not(.next) {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.style1.thb-push-top .thb-placeholder {
  will-change: transform;
}
.thb-portfolio .type-portfolio.style1.thb-push-top .portfolio-link {
  opacity: 1;
  will-change: transform;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.thb-portfolio .type-portfolio.style1.thb-push-top:hover .thb-placeholder {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.thb-portfolio .type-portfolio.style1.thb-push-top:hover .portfolio-link {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.style1.thb-push-bottom {
  overflow: hidden;
}
.thb-portfolio .type-portfolio.style1.thb-push-bottom h1 span:not(.next),
.thb-portfolio .type-portfolio.style1.thb-push-bottom h2 span:not(.next),
.thb-portfolio .type-portfolio.style1.thb-push-bottom .thb-categories span:not(.next) {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.style1.thb-push-bottom .thb-placeholder {
  will-change: transform;
}
.thb-portfolio .type-portfolio.style1.thb-push-bottom .portfolio-link {
  opacity: 1;
  will-change: transform;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.thb-portfolio .type-portfolio.style1.thb-push-bottom:hover .thb-placeholder {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.thb-portfolio .type-portfolio.style1.thb-push-bottom:hover .portfolio-link {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.thb-corner-hover {
  font-weight: 500;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.thb-corner-hover h2 {
    font-size: 26px;
  }
}
.thb-portfolio .type-portfolio.thb-corner-hover .thb-categories {
  text-transform: capitalize;
  font-size: 12px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.thb-corner-hover .thb-categories {
    font-size: 16px;
  }
}
.thb-portfolio .type-portfolio.thb-corner-hover.style1 .thb-categories {
  opacity: 0.7;
}
.thb-portfolio .type-portfolio.thb-corner-hover .portfolio-holder {
  will-change: transform;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.thb-portfolio .type-portfolio.thb-corner-hover .portfolio-link {
  opacity: 1;
  background-color: transparent;
}
.thb-portfolio .type-portfolio.thb-corner-hover:hover .portfolio-holder {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.thb-portfolio .type-portfolio.thb-corner-hover:hover .thb-placeholder {
  opacity: 1;
}
.thb-portfolio .type-portfolio.thb-corner-hover.style1 h2 span,
.thb-portfolio .type-portfolio.thb-corner-hover.style1 .thb-categories span {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.thb-corner-hover.style2 .portfolio-inner.thb-corner-hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.thb-portfolio .type-portfolio.thb-corner-hover.style2:hover .portfolio-inner .thb-placeholder {
  opacity: 1;
}
.thb-portfolio .type-portfolio.thb-corner-hover.style2:hover .portfolio-inner.thb-corner-hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.thb-portfolio .type-portfolio.thb-corner-arrow .portfolio-link {
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.thb-portfolio .type-portfolio.thb-corner-arrow .portfolio-link h2 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  max-width: 300px;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.rtl .thb-portfolio .type-portfolio.thb-corner-arrow .portfolio-link h2 {
  text-align: right;
}
.thb-portfolio .type-portfolio.thb-corner-arrow .portfolio-link .thb-categories {
  font-size: 13px;
  margin-bottom: 15px;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.thb-portfolio .type-portfolio.thb-corner-arrow .thb-corner-arrow-svg {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  -moz-transform: translate3d(-30%, -30%, 0);
  -webkit-transform: translate3d(-30%, -30%, 0);
  transform: translate3d(-30%, -30%, 0);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio.thb-corner-arrow .thb-corner-arrow-svg {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.thb-corner-arrow .thb-corner-arrow-svg {
    bottom: 45px;
    right: 45px;
  }
}
.rtl .thb-portfolio .type-portfolio.thb-corner-arrow .thb-corner-arrow-svg {
  -moz-transform: translate3d(30%, -30%, 0);
  -webkit-transform: translate3d(30%, -30%, 0);
  transform: translate3d(30%, -30%, 0);
  right: auto;
  left: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .rtl .thb-portfolio .type-portfolio.thb-corner-arrow .thb-corner-arrow-svg {
    right: auto;
    left: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .rtl .thb-portfolio .type-portfolio.thb-corner-arrow .thb-corner-arrow-svg {
    right: auto;
    left: 45px;
  }
}
.thb-portfolio .type-portfolio.thb-corner-arrow.light-title .thb-corner-arrow-svg {
  fill: #fff;
}
.thb-portfolio .type-portfolio.thb-corner-arrow:hover .thb-corner-arrow-svg {
  opacity: 1;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thb-portfolio .type-portfolio.thb-underline-hover h2,
.thb-portfolio .type-portfolio.thb-underline-hover .thb-categories {
  overflow: visible;
}
.thb-portfolio .type-portfolio.thb-underline-hover h2 span,
.thb-portfolio .type-portfolio.thb-underline-hover .thb-categories span {
  display: inline;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.thb-underline-hover .thb-categories {
  line-height: 1;
}
.thb-portfolio .type-portfolio.thb-underline-hover h2 {
  display: inline;
  margin: 0;
}
.thb-portfolio .type-portfolio.thb-underline-hover h2 span {
  width: calc(100%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #000000 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #000000 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #000000 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.thb-portfolio .type-portfolio.thb-underline-hover h2 {
  font-weight: 600;
  text-align: left;
  max-width: 200px;
}
.rtl .thb-portfolio .type-portfolio.thb-underline-hover h2 {
  text-align: right;
}
.thb-portfolio .type-portfolio.thb-underline-hover .portfolio-link {
  align-items: flex-start;
  flex-direction: column-reverse;
  opacity: 1;
  background: transparent;
}
.thb-portfolio .type-portfolio.thb-underline-hover .portfolio-link .thb-categories {
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
.thb-portfolio .type-portfolio.thb-underline-hover.light-title h2 span {
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ffffff 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ffffff 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ffffff 1px);
}
.thb-portfolio .type-portfolio.thb-underline-hover:hover h2 span {
  background-size: 100% 100%;
}
.thb-portfolio .type-portfolio.thb-underline-hover.style1.title-center .portfolio-link h2 {
  text-align: left;
}
.thb-portfolio .type-portfolio.thb-underline-hover.style2 .thb-categories {
  margin-top: 5px;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover {
  z-index: 1;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover h2,
.thb-portfolio .type-portfolio.thb-gradient-fill-hover .thb-categories {
  overflow: visible;
  text-align: left;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover h2 span,
.thb-portfolio .type-portfolio.thb-gradient-fill-hover .thb-categories span {
  display: inline;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover .thb-placeholder:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover .thb-categories {
  line-height: 1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  opacity: 0.6;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover .thb-gradient-fill {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  will-change: clip-path;
  z-index: 20;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover .portfolio-link {
  opacity: 1;
  bottom: 0;
  top: auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  background: none !important;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover .portfolio-link h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 15px;
  padding-right: 10%;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.thb-gradient-fill-hover .portfolio-link {
    padding: 40px;
  }
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover.style2 .portfolio-inner {
  background: none !important;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover:hover {
  z-index: 2;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover:hover.style2 .portfolio-inner img,
.thb-portfolio .type-portfolio.thb-gradient-fill-hover:hover.style2 .portfolio-inner .thb-placeholder {
  opacity: 1;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover:hover .portfolio-link {
  top: auto;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover:hover .thb-placeholder {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.thb-portfolio .type-portfolio.thb-gradient-fill-hover:hover .thb-placeholder:after {
  opacity: 1;
}
.thb-portfolio .type-portfolio.thb-border-hover .portfolio-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #ef173b;
  will-change: border-width;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio.thb-border-hover .portfolio-link:before {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.thb-portfolio .type-portfolio.thb-border-hover:hover .portfolio-link:before {
  border-width: 2px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio.thb-border-hover:hover .portfolio-link:before {
    border-width: 6px;
  }
}
.thb-portfolio .type-portfolio.thb-image-blur .btn-text {
  opacity: 0;
  font-size: 16px;
  margin-top: 20px;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.thb-portfolio .type-portfolio.thb-image-blur .portfolio-link {
  opacity: 1;
  will-change: filter;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.thb-portfolio .type-portfolio.thb-image-blur .portfolio-link h2 span,
.thb-portfolio .type-portfolio.thb-image-blur .portfolio-link .thb-categories span {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.thb-image-blur:hover .portfolio-link {
  backdrop-filter: blur(10px);
}
.thb-portfolio .type-portfolio.thb-image-blur:hover .btn-text {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.thb-portfolio .type-portfolio.thb-gradient-hover {
  overflow: hidden;
}
.thb-portfolio .type-portfolio.thb-gradient-hover .portfolio-link {
  bottom: -31px;
  background: none !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8));
}
.thb-portfolio .type-portfolio.thb-gradient-hover .portfolio-link h2 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.thb-portfolio .type-portfolio.thb-gradient-hover .portfolio-link .thb-categories {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.thb-gradient-hover .portfolio-link {
    padding: 30px;
  }
}
.thb-portfolio .type-portfolio.thb-gradient-hover:hover .portfolio-link {
  bottom: -1px;
}
.thb-portfolio .type-portfolio.style1.light-title h1,
.thb-portfolio .type-portfolio.style1.light-title h2,
.thb-portfolio .type-portfolio.style1.light-title .thb-categories {
  color: #fff;
}
.thb-portfolio .type-portfolio.style1 h2 {
  margin-bottom: 5px;
}
.thb-portfolio .type-portfolio.style2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.thb-portfolio .type-portfolio.style2 .portfolio-holder {
  height: auto;
  padding: 0;
}
.thb-portfolio .type-portfolio.style2 .portfolio-holder .portfolio-inner {
  flex: 1;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.thb-portfolio .type-portfolio.style2 .portfolio-holder .portfolio-inner img {
  width: 100%;
}
.thb-portfolio .type-portfolio.style2 .portfolio-holder .portfolio-inner .thb-placeholder,
.thb-portfolio .type-portfolio.style2 .portfolio-holder .portfolio-inner img {
  will-change: opacity;
}
.thb-portfolio .type-portfolio.style2 h2,
.thb-portfolio .type-portfolio.style2 .thb-categories {
  overflow: visible;
}
.thb-portfolio .type-portfolio.style2 h2 span,
.thb-portfolio .type-portfolio.style2 .thb-categories span {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.thb-portfolio .type-portfolio.style2 h2 {
  font-size: 18px;
  justify-content: center;
  margin-bottom: 5px;
}
.thb-portfolio .type-portfolio.style2 .thb-categories {
  margin-bottom: 35px;
  justify-content: center;
  color: #1f1f1f;
}
.columns.thb-light-column .thb-portfolio .type-portfolio.style2 .thb-categories {
  color: rgba(255, 255, 255, 0.6);
}
.columns.thb-light-column .thb-portfolio .type-portfolio.style2 .thb-categories:hover {
  color: rgba(255, 255, 255, 0.6);
}
.thb-portfolio .type-portfolio.style2:hover .portfolio-inner img,
.thb-portfolio .type-portfolio.style2:hover .portfolio-inner .thb-placeholder {
  opacity: 0.6;
}
.thb-portfolio .type-portfolio.style2:hover h2 {
  color: #ef173b;
}
.thb-portfolio .type-portfolio.style2:hover .thb-categories {
  color: #1f1f1f;
}
.thb-portfolio .type-portfolio.style2.thb-image-hover:hover .portfolio-inner .thb-placeholder {
  opacity: 1;
}
.thb-portfolio .type-portfolio.style2.thb-image-hover:hover .portfolio-inner .thb-placeholder.first {
  opacity: 0;
}
.thb-portfolio .type-portfolio.style3 h2 {
  margin-bottom: 5px;
}
.thb-portfolio .type-portfolio.style3 .portfolio-holder {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.thb-portfolio .type-portfolio.style3 .portfolio-holder .portfolio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thb-portfolio .type-portfolio.style3.title-center .portfolio-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thb-portfolio .type-portfolio.style3.title-center .portfolio-content h2,
.thb-portfolio .type-portfolio.style3.title-center .portfolio-content .thb-categories {
  text-align: center;
}
.thb-portfolio .type-portfolio.style3.title-bottomleft .portfolio-content {
  top: auto;
  bottom: 0;
  height: auto;
}
.thb-portfolio .type-portfolio.style3 .portfolio-content {
  padding: 8%;
}
.thb-portfolio .type-portfolio.style3:hover .portfolio-holder {
  background: #fff;
  border-color: transparent;
}
.thb-portfolio .type-portfolio.style3:hover.light-title h2,
.thb-portfolio .type-portfolio.style3:hover.light-title .thb-categories {
  color: #fff;
}
.thb-portfolio .type-portfolio.carousel_style3 {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.thb-portfolio .type-portfolio.carousel_style3 .portfolio-holder {
  padding: 15px;
  box-sizing: border-box;
  background: #212224;
  -moz-transition: background-color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: background-color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: background-color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: background-color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio.carousel_style3 .portfolio-holder {
    padding: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.carousel_style3 .portfolio-holder {
    padding: 45px;
  }
}
.thb-portfolio .type-portfolio.carousel_style3.style3_even .portfolio-holder {
  background: #191a1c;
}
.thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content .thb-categories,
.thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content h3 {
  text-align: left;
}
.thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content .thb-categories {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  font-size: 11px;
}
.thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content h3 {
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content h3 {
    font-size: 40px;
  }
}
.thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content .post-excerpt {
  font-size: 14px;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 30px;
  color: #fff;
}
.thb-portfolio .type-portfolio.carousel_style3 .carousel_style3_content .post-excerpt p {
  font-size: inherit;
  margin-bottom: 0;
}
.thb-portfolio .type-portfolio.carousel_style3:hover .carousel_style3_content .post-excerpt {
  max-height: 300px;
}
.thb-portfolio .type-portfolio.style4 .portfolio-link {
  opacity: 1;
  flex-direction: row;
}
.thb-portfolio .type-portfolio.style4 h1 {
  line-height: 1.1;
  overflow: visible;
  margin-bottom: 40px;
  justify-content: center;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.style4 .columns:last-child {
    flex-direction: column;
  }
}
.thb-portfolio .type-portfolio.style5.light-title p,
.thb-portfolio .type-portfolio.style5.light-title a {
  color: #fff;
}
.thb-portfolio .type-portfolio.style5.light-title p:before,
.thb-portfolio .type-portfolio.style5.light-title a:before {
  background: #fff;
}
.thb-portfolio .type-portfolio.style5 a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.thb-portfolio .type-portfolio.style5 a:before {
  content: '';
  display: inline-flex;
  width: 30px;
  height: 3px;
  margin-right: 15px;
  background: #1f1f1f;
  vertical-align: middle;
}
.rtl .thb-portfolio .type-portfolio.style5 a:before {
  margin-right: 0;
  margin-left: 15px;
}
.thb-portfolio .type-portfolio.style5 a:hover:before {
  width: 50px;
}
.thb-portfolio .type-portfolio.style5 p {
  color: #1f1f1f;
  font-weight: 600;
}
@media only screen and (min-width: 75.0625em) {
  .thb-portfolio .type-portfolio.style5 p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .thb-portfolio .type-portfolio.style5 p {
    font-size: 20px;
  }
}
.thb-portfolio .type-portfolio.style5 .portfolio-holder {
  justify-content: center;
}
.thb-portfolio .type-portfolio.style5 .portfolio-link {
  opacity: 1;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  position: static;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.style5 .portfolio-link {
    padding: 30px;
  }
}
.thb-portfolio .type-portfolio.style5 .portfolio-link .columns {
  flex-grow: 0;
}
.thb-portfolio .type-portfolio.style5 .thb-categories {
  text-align: left !important;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.style5 .thb-categories {
    font-size: 14px;
  }
}
.rtl .thb-portfolio .type-portfolio.style5 .thb-categories {
  text-align: right !important;
}
.thb-portfolio .type-portfolio.style5 h1 {
  line-height: 1.1;
  overflow: visible;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 600;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio.style5 h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.style5 h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .thb-portfolio .type-portfolio.style5 h1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .thb-portfolio .type-portfolio.style5 h1 {
    font-size: 140px;
  }
}
.rtl .thb-portfolio .type-portfolio.style5 h1 {
  text-align: right;
}
.thb-portfolio .type-portfolio.style6 {
  font-weight: 500;
  display: inline-block;
  width: auto;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.thb-portfolio .type-portfolio.style6 h2 {
  font-weight: 500;
}
@media only screen and (min-width: 90.0625em) {
  .thb-portfolio .type-portfolio.style6 h2 {
    font-size: 48px;
  }
}
.thb-portfolio .type-portfolio.style6 .portfolio-holder {
  height: auto;
  opacity: 0;
  color: #1f1f1f;
}
.thb-portfolio .type-portfolio.style6 .portfolio-holder:hover {
  color: #1f1f1f;
}
.thb-portfolio .type-portfolio.style6 .portfolio-holder:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-top: 3px solid #ef173b;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio.style6 .portfolio-holder {
    white-space: nowrap;
  }
}
.thb-portfolio .type-portfolio.style6 .style6-box {
  display: none;
}
.thb-portfolio .type-portfolio.style7 .btn-text.style6 {
  font-weight: 500;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio.style7 .btn-text.style6 {
    font-size: 20px;
  }
}
.thb-portfolio .type-portfolio.style7 .portfolio-link {
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
  padding: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.style7 .portfolio-link {
    padding: 5%;
  }
}
.thb-portfolio .type-portfolio.style7 .portfolio-link h1 {
  display: block;
  font-weight: 400;
  text-align: left;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio .type-portfolio.style7 .portfolio-link h1 {
    max-width: 70%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio .type-portfolio.style7 .portfolio-link h1 {
    max-width: 670px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .thb-portfolio .type-portfolio.style7 .portfolio-link h1 {
    font-size: 60px;
  }
}
.thb-portfolio.masonry.style2 .portfolio-holder {
  height: auto;
}
.thb-portfolio.masonry.style2 .portfolio-holder .portfolio-inner {
  margin-bottom: 20px;
}
.thb-portfolio.masonry.style2 .thb-categories {
  margin-bottom: 30px;
}
.thb-portfolio.carousel.carousel-carousel_style3 {
  background: #212224;
}
.thb-portfolio.carousel .type-portfolio .portfolio-holder {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.thb-portfolio.carousel:not(.text-left) .type-portfolio .portfolio-holder h2,
.thb-portfolio.carousel:not(.text-left) .type-portfolio .portfolio-holder .thb-categories {
  text-align: center;
  display: block;
}

.thb-portfolio-filter {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
div[role="main"] .thb-portfolio-filter.style1 {
  display: none;
}
.thb-portfolio-filter.style2 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.thb-portfolio-filter.style2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}
.thb-portfolio-filter.style2 ul li {
  display: inline-flex;
  margin-left: 5px;
  text-transform: uppercase;
  vertical-align: middle;
}
.rtl .thb-portfolio-filter.style2 ul li {
  margin-left: 0;
  margin-right: 5px;
}
.thb-portfolio-filter.style2 ul li:before {
  content: '/';
  margin-right: 5px;
  color: #818185;
  font-weight: 400;
  font-size: 10px;
}
.rtl .thb-portfolio-filter.style2 ul li:before {
  margin-right: 0;
  margin-left: 5px;
}
.thb-portfolio-filter.style2 ul li:first-child:before {
  display: none;
}
.thb-portfolio-filter.style2 ul li a {
  font-weight: 600;
  color: #818185;
}
.thb-portfolio-filter.style2 ul li a.active, .thb-portfolio-filter.style2 ul li a:hover {
  color: #ef173b;
}
.thb-portfolio-filter.style3 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.thb-portfolio-filter.style3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio-filter.style3 ul {
    font-size: 24px;
  }
}
.thb-portfolio-filter.style3 ul li {
  display: flex;
  vertical-align: middle;
}
@media only screen and (min-width: 40.0625em) {
  .thb-portfolio-filter.style3 ul li {
    display: inline-flex;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-portfolio-filter.style3 ul li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .rtl .thb-portfolio-filter.style3 ul li {
    margin-left: 0;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .rtl .thb-portfolio-filter.style3 ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}
.thb-portfolio-filter.style3 ul li:first-child {
  margin-left: 0;
}
.rtl .thb-portfolio-filter.style3 ul li:first-child {
  margin-right: 0;
}
.thb-portfolio-filter.style3 ul li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #818185;
}
.thb-portfolio-filter.style3 ul li a:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: attr(data-count);
  margin-right: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  background: #818185;
}
.rtl .thb-portfolio-filter.style3 ul li a:before {
  margin-right: 0;
  margin-left: 12px;
}
.thb-portfolio-filter.style3 ul li a.active, .thb-portfolio-filter.style3 ul li a:hover {
  color: #ef173b;
}
.thb-portfolio-filter.style3 ul li a.active:before, .thb-portfolio-filter.style3 ul li a:hover:before {
  background: #ef173b;
}

.logo-holder {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.logo-holder .thb-portfolio-filter {
  display: none;
  align-items: center;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  text-transform: uppercase;
  font-size: 10px;
  min-width: 100%;
  padding: 10px 20px 10px 0;
}
@media only screen and (min-width: 40.0625em) {
  .logo-holder .thb-portfolio-filter {
    display: inline-flex;
  }
}
.logo-holder .thb-portfolio-filter strong {
  font-size: 12px;
  white-space: nowrap;
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: default;
}
.logo-holder .thb-portfolio-filter strong span {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
}
.logo-holder .thb-portfolio-filter strong span svg {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.logo-holder .thb-portfolio-filter:hover span {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.logo-holder .thb-portfolio-filter ul {
  list-style: none;
  display: flex;
  padding: 10px 0;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo-holder .thb-portfolio-filter ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  overflow: hidden;
  padding: 0;
}
.logo-holder .thb-portfolio-filter ul li a {
  display: block;
  color: #1f1f1f;
  opacity: 0.6;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  will-change: opacity, transform;
}
.logo-holder .thb-portfolio-filter ul li a.active, .logo-holder .thb-portfolio-filter ul li a:hover {
  opacity: 1;
}
.logo-holder .thb-portfolio-filter.alt strong > span {
  display: none;
}
.logo-holder .thb-portfolio-filter.alt ul {
  position: static;
}
.logo-holder .thb-portfolio-filter.alt ul,
.logo-holder .thb-portfolio-filter.alt a {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.show-all {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 50;
  color: #1f1f1f;
}
@media only screen and (min-width: 40.0625em) {
  .show-all {
    bottom: 45px;
    left: 45px;
  }
}
.show-all.fixed {
  position: fixed;
  z-index: 100;
}
.light-title .show-all {
  color: #fff;
}
.show-all.footer_style2 {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.thb-circular-progress-timer {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.thb-circular-progress-timer .thb-circular-progress-icon circle {
  stroke: #000;
  fill: transparent;
  stroke-width: 6px;
}
.light-title .thb-circular-progress-timer .thb-circular-progress-icon circle {
  stroke: #fff;
}

.thb-show-all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
  will-change: opacity;
}
.thb-show-all .thb-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.thb-show-all .custom_scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.thb-show-all .custom_scroll .ps__rail-x {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.thb-show-all .custom_scroll .ps__rail-x .ps__thumb-x {
  background: rgba(31, 31, 31, 0.4);
}
.thb-show-all .custom_scroll .ps__rail-x .ps__thumb-x:hover {
  background: rgba(31, 31, 31, 0.6);
}
.thb-show-all .items {
  width: 90%;
  height: auto;
  overflow: hidden;
}
.thb-show-all .items ul {
  display: flex;
  margin: 0;
  padding: 0 0 30px;
  flex-wrap: nowrap;
}
.thb-show-all .items ul li {
  display: inline-flex;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  padding: 0 0.0625rem;
  width: 300px;
  flex-shrink: 0;
}
.thb-show-all .items ul li h6 {
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 5px;
}
.thb-show-all .items ul li .cats {
  font-size: 12px;
  text-transform: uppercase;
}
.thb-show-all .items ul li div {
  width: 100%;
}
.thb-show-all .items ul li div figure {
  margin: 0 0 25px;
  height: 0;
  padding-bottom: 60%;
  will-change: box-shadow;
}
.thb-show-all .items ul li:hover figure {
  box-shadow: 0 0 0 3px #ef173b inset;
}

.thb-list-portfolio {
  height: 100vh;
  position: relative;
}
.thb-list-portfolio .thb-image-side,
.thb-list-portfolio .thb-content-side {
  opacity: 0;
}
.thb-list-portfolio .thb-content-side .row {
  min-width: 100%;
}
.thb-list-portfolio.thb-loaded .thb-image-side,
.thb-list-portfolio.thb-loaded .thb-content-side {
  opacity: 1;
}
.thb-list-portfolio .type-portfolio .next {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  overflow: hidden;
}
.thb-list-portfolio .type-portfolio .next .menu_arrow {
  width: 20px;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.thb-list-portfolio .type-portfolio.active .next .menu_arrow {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.thb-list-portfolio.thb-light .type-portfolio {
  color: #fff;
}
.thb-list-portfolio.thb-light .type-portfolio h1 {
  color: #fff;
}
.thb-list-portfolio.thb-light .type-portfolio h1 .next svg {
  fill: #fff;
}
.thb-list-portfolio.thb-light .type-portfolio .thb-categories {
  color: #fff;
}
.thb-list-portfolio.thb-light .thb-preloader .preloader-path {
  stroke: #fff;
}
.thb-list-portfolio.thb-bg-grid {
  position: relative;
  height: auto;
  min-height: 100vh;
  height: 100vh;
}
.thb-list-portfolio.thb-bg-grid.thb-loaded {
  height: auto;
}
.thb-list-portfolio.thb-bg-grid .thb-content-side {
  display: block;
  z-index: 1;
  padding: 15vh 0;
  min-height: 100%;
  position: relative;
}
.thb-list-portfolio.thb-bg-grid .thb-content-side .row {
  max-width: none;
  min-height: 100%;
}
.thb-list-portfolio.thb-bg-grid .thb-content-side .row .columns {
  min-height: 50%;
}
.thb-list-portfolio.thb-bg-grid .thb-image-side {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.thb-list-portfolio.thb-bg-grid .thb-image-side .portfolio-image {
  position: fixed;
  backface-visibility: hidden;
  will-change: opacity, transform;
}
.thb-list-portfolio.thb-bg-grid.thb-bg-list {
  text-align: center;
}
.thb-list-portfolio.thb-bg-grid.thb-bg-list .thb-image-side .portfolio-image {
  position: fixed;
  backface-visibility: hidden;
  will-change: opacity, transform;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .thb-list-portfolio.thb-bg-grid.thb-bg-list:not(.full_screen_enabled) .portfolio-image {
    left: 25%;
    top: 20%;
    width: 50%;
    height: 60%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on .thb-list-portfolio.thb-bg-grid.thb-bg-list:not(.full_screen_enabled) .portfolio-image {
    left: calc(25% + 160px);
  }
}
.thb-list-portfolio.thb-bg-grid.thb-bg-list h1,
.thb-list-portfolio.thb-bg-grid.thb-bg-list .thb-categories {
  justify-content: center;
}
.thb-list-portfolio.thb-bg-grid.thb-bg-list .thb-categories {
  margin-right: 35px;
}
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio.active h1,
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio.active h2,
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio.active h3,
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio.active .thb-categories {
  color: #ef173b;
}
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio.active .next svg {
  fill: #ef173b;
}
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side.light-title .type-portfolio.active h1,
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side.light-title .type-portfolio.active h2,
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side.light-title .type-portfolio.active h3,
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side.light-title .type-portfolio.active .thb-categories {
  color: #ef173b;
}
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side.light-title .type-portfolio.active .next svg {
  fill: #ef173b;
}
.thb-list-portfolio .thb-content-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thb-list-portfolio .thb-content-side .type-portfolio {
  display: block;
  margin-bottom: 20px;
}
.thb-list-portfolio .thb-content-side .type-portfolio h1 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 90.0625em) {
  .thb-list-portfolio .thb-content-side .type-portfolio h1 {
    font-size: 90px;
  }
}
.thb-list-portfolio .thb-content-side .type-portfolio h3 {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
@media only screen and (min-width: 90.0625em) {
  .thb-list-portfolio .thb-content-side .type-portfolio h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .thb-list-portfolio .thb-content-side .type-portfolio {
    margin-bottom: 30px;
  }
}
.thb-list-portfolio .thb-content-side.light-title .type-portfolio h1,
.thb-list-portfolio .thb-content-side.light-title .type-portfolio h2,
.thb-list-portfolio .thb-content-side.light-title .type-portfolio h3,
.thb-list-portfolio .thb-content-side.light-title .type-portfolio .thb-categories {
  color: #fff;
}
.thb-list-portfolio .thb-image-side {
  position: relative;
  overflow: hidden;
}
.thb-list-portfolio .thb-image-side .portfolio-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  will-change: opacity, transform;
}
.thb-list-portfolio .thb-image-side .portfolio-image:nth-child(1) {
  opacity: 1;
  display: block;
}

.thb_row_pagination {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50px;
  margin: 0;
  padding: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
@media only screen and (min-width: 40.0625em) {
  .thb_row_pagination {
    display: flex;
  }
}
.rtl .thb_row_pagination {
  left: auto;
  right: 50px;
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on .thb_row_pagination:not(.row_pagination_position-right) {
    left: 370px;
  }
  .rtl .header-lateral-on .thb_row_pagination:not(.row_pagination_position-right) {
    left: auto;
    right: 50px;
  }
}
.thb_row_pagination.row_pagination_position-right {
  left: auto;
  right: 50px;
  align-items: flex-end;
}
.thb_row_pagination.row_pagination_position-right li {
  float: right;
}
.thb_row_pagination.row_pagination_position-right li:hover span, .thb_row_pagination.row_pagination_position-right li.active span {
  padding: 0 0 0 6px;
}
.thb_row_pagination li {
  display: inline-flex;
  background: #2b2b2b;
  height: 23px;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  overflow: hidden;
  max-width: 23px;
  line-height: 1;
  float: left;
  clear: left;
  cursor: pointer;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.thb_row_pagination li b {
  display: inline-flex;
  width: 23px;
  min-width: 23px;
  align-items: center;
  justify-content: center;
}
.thb_row_pagination li span {
  display: inline-flex;
  position: relative;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  background: #2b2b2b;
  align-items: center;
  justify-content: center;
}
.thb_row_pagination li:hover, .thb_row_pagination li.active {
  max-width: 200px;
  background: #ef173b;
}
.thb_row_pagination li:hover span, .thb_row_pagination li.active span {
  padding: 0 6px 0 0;
  max-width: 200px;
  background: #ef173b;
}
.rtl .thb_row_pagination li:hover span, .rtl .thb_row_pagination li.active span {
  padding: 0 0 0 6px;
}

.portfolio_nav {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  z-index: 20;
}
.portfolio_nav .center_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 60px;
}
@media only screen and (min-width: 40.0625em) {
  .portfolio_nav .center_link {
    padding: 30px 0;
    height: auto;
  }
}
.portfolio_nav .center_link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.portfolio_nav .center_link svg {
  overflow: visible;
}
.portfolio_nav .center_link svg:hover {
  opacity: 1;
}
.portfolio_nav .center_link svg:hover path:nth-child(1) {
  -moz-transform: translate3d(-1px, -1px, 0);
  -webkit-transform: translate3d(-1px, -1px, 0);
  transform: translate3d(-1px, -1px, 0);
}
.portfolio_nav .center_link svg:hover path:nth-child(2) {
  -moz-transform: translate3d(1px, -1px, 0);
  -webkit-transform: translate3d(1px, -1px, 0);
  transform: translate3d(1px, -1px, 0);
}
.portfolio_nav .center_link svg:hover path:nth-child(3) {
  -moz-transform: translate3d(-1px, 1px, 0);
  -webkit-transform: translate3d(-1px, 1px, 0);
  transform: translate3d(-1px, 1px, 0);
}
.portfolio_nav .center_link svg:hover path:nth-child(4) {
  -moz-transform: translate3d(1px, 1px, 0);
  -webkit-transform: translate3d(1px, 1px, 0);
  transform: translate3d(1px, 1px, 0);
}
.portfolio_nav svg {
  fill: #1f1f1f;
  opacity: 0.2;
}
.portfolio_nav .post_nav_link {
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  width: 100%;
  padding: 0;
  height: 60px;
  position: relative;
}
.portfolio_nav .post_nav_link strong {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 1px;
  color: #1f1f1f;
}
.portfolio_nav .post_nav_link strong,
.portfolio_nav .post_nav_link span {
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  .portfolio_nav .post_nav_link strong,
  .portfolio_nav .post_nav_link span {
    display: block;
  }
}
@media only screen and (min-width: 40.0625em) {
  .portfolio_nav .post_nav_link {
    padding: 30px 0;
    height: auto;
  }
}
.portfolio_nav .post_nav_link .inner {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  visibility: hidden;
}
.portfolio_nav .post_nav_link .inner img {
  width: 100%;
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
  will-change: transform;
}
.portfolio_nav .post_nav_link.prev {
  padding-left: 50px;
}
.portfolio_nav .post_nav_link.next {
  padding-right: 50px;
  text-align: right;
}
.portfolio_nav .post_nav_link.next svg {
  left: auto;
  right: 0;
}
.portfolio_nav .post_nav_link.next .inner {
  left: auto;
  right: 0;
}
.portfolio_nav .post_nav_link svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 40.0625em) {
  .portfolio_nav .post_nav_link:hover img {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.portfolio_nav .post_nav_link:hover .inner {
  visibility: visible;
}

.block-attributes, .portfolio-attributes.style2, .portfolio-attributes.style3, .portfolio-title.style2 .portfolio-attributes, .portfolio-title.style4 .portfolio-attributes {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 40.0625em) {
  .block-attributes, .portfolio-attributes.style2, .portfolio-attributes.style3, .portfolio-title.style2 .portfolio-attributes, .portfolio-title.style4 .portfolio-attributes {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.block-attributes .attribute, .portfolio-attributes.style2 .attribute, .portfolio-attributes.style3 .attribute, .portfolio-title.style2 .portfolio-attributes .attribute, .portfolio-title.style4 .portfolio-attributes .attribute {
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 25px;
  margin-left: 0;
  text-align: left;
}
.block-attributes .attribute:last-child, .portfolio-attributes.style2 .attribute:last-child, .portfolio-attributes.style3 .attribute:last-child, .portfolio-title.style2 .portfolio-attributes .attribute:last-child, .portfolio-title.style4 .portfolio-attributes .attribute:last-child {
  margin-bottom: 0;
}
.rtl .block-attributes .attribute, .rtl .portfolio-attributes.style2 .attribute, .rtl .portfolio-attributes.style3 .attribute, .rtl .portfolio-title.style2 .portfolio-attributes .attribute, .portfolio-title.style2 .rtl .portfolio-attributes .attribute, .rtl .portfolio-title.style4 .portfolio-attributes .attribute, .portfolio-title.style4 .rtl .portfolio-attributes .attribute {
  text-align: right;
}
@media only screen and (min-width: 40.0625em) {
  .block-attributes .attribute, .portfolio-attributes.style2 .attribute, .portfolio-attributes.style3 .attribute, .portfolio-title.style2 .portfolio-attributes .attribute, .portfolio-title.style4 .portfolio-attributes .attribute {
    width: 50%;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .block-attributes .attribute, .portfolio-attributes.style2 .attribute, .portfolio-attributes.style3 .attribute, .portfolio-title.style2 .portfolio-attributes .attribute, .portfolio-title.style4 .portfolio-attributes .attribute {
    width: auto;
    min-width: 200px;
    margin-bottom: 0;
    padding-right: 5%;
  }
  .block-attributes .attribute:last-child, .portfolio-attributes.style2 .attribute:last-child, .portfolio-attributes.style3 .attribute:last-child, .portfolio-title.style2 .portfolio-attributes .attribute:last-child, .portfolio-title.style4 .portfolio-attributes .attribute:last-child {
    padding-right: 0;
  }
  .rtl .block-attributes .attribute, .rtl .portfolio-attributes.style2 .attribute, .rtl .portfolio-attributes.style3 .attribute, .rtl .portfolio-title.style2 .portfolio-attributes .attribute, .portfolio-title.style2 .rtl .portfolio-attributes .attribute, .rtl .portfolio-title.style4 .portfolio-attributes .attribute, .portfolio-title.style4 .rtl .portfolio-attributes .attribute {
    padding-right: 0;
    padding-left: 5%;
  }
  .rtl .block-attributes .attribute:last-child, .rtl .portfolio-attributes.style2 .attribute:last-child, .rtl .portfolio-attributes.style3 .attribute:last-child, .rtl .portfolio-title.style2 .portfolio-attributes .attribute:last-child, .portfolio-title.style2 .rtl .portfolio-attributes .attribute:last-child, .rtl .portfolio-title.style4 .portfolio-attributes .attribute:last-child, .portfolio-title.style4 .rtl .portfolio-attributes .attribute:last-child {
    padding-left: 0;
  }
}
.block-attributes .attribute strong, .portfolio-attributes.style2 .attribute strong, .portfolio-attributes.style3 .attribute strong, .portfolio-title.style2 .portfolio-attributes .attribute strong, .portfolio-title.style4 .portfolio-attributes .attribute strong {
  display: flex;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.05);
  margin-bottom: 10px;
  font-size: 10px;
}

.portfolio-attributes {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  color: #1f1f1f;
  will-change: transform, opacity;
}
.portfolio-attributes strong {
  margin-right: 2px;
}
.rtl .portfolio-attributes strong {
  margin-right: 0;
  margin-left: 2px;
}
.portfolio-attributes.style1 .attribute {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 40.0625em) {
  .portfolio-attributes.style1 .attribute {
    display: inline-flex;
  }
}
@media only screen and (min-width: 64.0625em) {
  .portfolio-attributes.style1 .attribute + .attribute {
    margin-left: 20px;
  }
}
.portfolio-attributes.style2 {
  justify-content: flex-start;
}
.portfolio-attributes.style2 .attribute {
  min-width: 180px;
}
.portfolio-attributes.style3 {
  justify-content: flex-start;
  flex-direction: column;
}
.portfolio-attributes.style3 .attribute {
  margin: 0 auto 30px;
  text-transform: capitalize;
}
.portfolio-attributes.style3 .attribute:last-child {
  margin-bottom: 0;
}
.portfolio-attributes.style3 .attribute strong {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
  opacity: 0.4;
  text-transform: uppercase;
}

.portfolio-title {
  width: 100%;
  visibility: hidden;
}
.portfolio_title_animation-off .portfolio-title {
  visibility: visible;
}
.portfolio-title h1 {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: #1f1f1f;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.portfolio-title h1 div {
  will-change: transform, opacity;
}
.portfolio-title h4 {
  font-weight: 400;
}
.portfolio-title h4 div {
  will-change: transform, opacity;
}
.portfolio-title p {
  display: block;
  max-width: 100%;
  margin: 0 auto 33px;
  text-align: center;
  color: #1f1f1f;
}
@media only screen and (min-width: 40.0625em) {
  .portfolio-title p {
    max-width: 75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .portfolio-title p {
    max-width: 50%;
  }
}
.portfolio-title p div {
  will-change: transform, opacity;
}
.portfolio-title a {
  color: #1f1f1f;
}
.portfolio-title.style1 .attribute, .portfolio-title.style2 .attribute, .portfolio-title.style3 .attribute {
  display: inline-flex;
}
@media only screen and (min-width: 64.0625em) {
  .portfolio-title.style1 .attribute, .portfolio-title.style2 .attribute, .portfolio-title.style3 .attribute {
    margin-right: 25px;
  }
  .rtl .portfolio-title.style1 .attribute, .rtl .portfolio-title.style2 .attribute, .rtl .portfolio-title.style3 .attribute {
    margin-right: 0;
    margin-left: 25px;
  }
}
.portfolio-title.style1 {
  text-align: center;
  position: relative;
}
.portfolio-title.style1 p {
  max-width: 100%;
}
@media only screen and (min-width: 90.0625em) {
  .portfolio-title.style1 h1 {
    font-size: 90px;
  }
}
.light-title .portfolio-title.style1 h1,
.light-title .portfolio-title.style1 h4,
.light-title .portfolio-title.style1 p,
.light-title .portfolio-title.style1 a,
.light-title .portfolio-title.style1 .portfolio-attributes {
  color: #fff;
}
.portfolio-title.style2 {
  text-align: center;
  padding: 10vh 0;
  background: #fbfbfb;
}
.portfolio-title.style2 h1 {
  margin-bottom: 35px;
}
.portfolio-title.style2 p {
  margin-bottom: 35px;
}
.portfolio-title.style2 .portfolio-attributes .attribute {
  padding: 0 2.5%;
}
.portfolio-title.style2 .portfolio-attributes .attribute:last-child {
  padding: 0 2.5%;
}
.portfolio-title.style3, .portfolio-title.style4 {
  text-align: left;
  padding: 10vh 0;
}
.portfolio-title.style3 h1, .portfolio-title.style4 h1 {
  text-align: inherit;
  margin: 0;
}
.portfolio-title.style3 p, .portfolio-title.style4 p {
  margin-top: 10px;
  max-width: 100%;
  text-align: inherit;
}
.portfolio-title.style3 .portfolio-attributes, .portfolio-title.style4 .portfolio-attributes {
  text-align: inherit;
}
.rtl .portfolio-title.style3, .rtl .portfolio-title.style4 {
  text-align: right;
}
@media only screen and (max-width: 64.0625em) {
  .portfolio-title.style3 .portfolio-attributes .attribute {
    display: flex;
  }
}
.portfolio-title.style4 .portfolio-attributes {
  flex-direction: column;
}
.portfolio-title.style4 .portfolio-attributes .attribute {
  margin: 0 0 13px;
  text-transform: capitalize;
}
@media only screen and (min-width: 64.0625em) {
  .portfolio-title.style4 .portfolio-attributes .attribute {
    margin-bottom: 38px;
  }
}
.portfolio-title.style4 .portfolio-attributes .attribute:last-child {
  margin-bottom: 0;
}
.portfolio-title.style4 .portfolio-attributes .attribute strong {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
  opacity: 0.4;
  text-transform: uppercase;
}
.portfolio-title.style6 {
  top: 0;
  padding: 10% 0;
  margin-top: 60px;
}
@media only screen and (min-width: 40.0625em) {
  .portfolio-title.style6 {
    margin-top: 80px;
    padding: 10%;
  }
}
.portfolio-title.style6 .attribute {
  margin-bottom: 7px;
}
.portfolio-title.style6 p {
  max-width: 100%;
  text-align: left;
}
.portfolio-title.style6 h1 {
  text-align: left;
}
.rtl .portfolio-title.style6 h1, .rtl
.portfolio-title.style6 p {
  text-align: right;
}

.thb-portfolio-share {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  line-height: 1;
  font-size: 12px;
  padding: 10px 20px 10px 0;
}
.thb-portfolio-share:hover {
  -moz-transform: translate3d(-100%, -50%, 0);
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
}
.thb-portfolio-share strong {
  font-size: 14px;
  white-space: nowrap;
  display: inline-flex;
  position: relative;
  align-items: center;
  font-weight: 400;
  cursor: default;
}
.thb-portfolio-share strong span {
  display: inline-flex;
  align-items: center;
  padding-right: 4px;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.thb-portfolio-share strong span svg {
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.thb-portfolio-share ul {
  list-style: none;
  display: block;
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.thb-portfolio-share ul li {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
}
.thb-portfolio-share ul li a {
  display: block;
  color: #1f1f1f;
  opacity: 0.6;
  padding: 0 5px;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.thb-portfolio-share ul li a.active, .thb-portfolio-share ul li a:hover {
  opacity: 1;
}
.thb-portfolio-share ul li a .fa-facebook {
  -moz-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  -webkit-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}
.thb-portfolio-share ul li a svg {
  display: inline-flex;
  vertical-align: middle;
}

.portfolio-floating-button {
  display: flex;
  flex-direction: row-reverse;
  max-width: calc(100% - 35px);
  width: auto;
  position: fixed;
  top: 0;
  margin-top: 100px;
  right: 15px;
  background: #1f1f1f;
  min-width: 50px;
  height: auto;
  z-index: 30;
}
@media only screen and (min-width: 40.0625em) {
  .portfolio-floating-button {
    right: 50px;
    max-width: 575px;
  }
}
.portfolio-floating-button > div {
  opacity: 0;
  visibility: hidden;
  max-width: calc(100% - 50px);
}
.portfolio-floating-button .thb-toggle {
  display: inline-flex;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
  width: 50px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.portfolio-floating-button .thb-toggle .hide-message {
  display: none;
}
.portfolio-floating-button .portfolio-title {
  display: none;
  padding: 15px 0 15px 15px;
  justify-content: flex-start;
  text-align: left;
  width: 505px;
  overflow: hidden;
  flex-direction: column;
  max-width: 100%;
  max-height: 500px;
}
@media only screen and (min-width: 40.0625em) {
  .portfolio-floating-button .portfolio-title {
    padding: 40px 10px 40px 40px;
  }
}
.portfolio-floating-button .portfolio-title h1 {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 400;
}
@media only screen and (min-width: 75.0625em) {
  .portfolio-floating-button .portfolio-title h1 {
    font-size: 40px;
  }
}
.portfolio-floating-button .portfolio-title p {
  max-width: 100%;
  font-size: 14px;
  text-align: left;
  font-size: 16px;
}
.portfolio-floating-button .portfolio-title .custom_scroll {
  flex: 1;
  height: auto;
  max-height: 100%;
}
.portfolio-floating-button .portfolio-title .custom_scroll.ps--active-y {
  padding-right: 4px;
}
.portfolio-floating-button .portfolio-title .portfolio-attributes {
  font-size: 13px;
}
.portfolio-floating-button .portfolio-title .portfolio-attributes .attribute {
  padding: 15px 0;
  display: flex;
  text-transform: none;
  justify-content: space-between;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}
.portfolio-floating-button .portfolio-title .portfolio-attributes .attribute:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.portfolio-floating-button.dark .portfolio-title {
  color: #fff;
}
.portfolio-floating-button.dark .portfolio-title h1,
.portfolio-floating-button.dark .portfolio-title h4,
.portfolio-floating-button.dark .portfolio-title p,
.portfolio-floating-button.dark .portfolio-title a,
.portfolio-floating-button.dark .portfolio-title .portfolio-attributes {
  color: #fff;
}
.portfolio-floating-button.dark .portfolio-title .attribute {
  border-color: rgba(255, 255, 255, 0.1);
}

.portfolio-detail {
  min-height: 100vh;
}
.portfolio-detail .post-content {
  margin: 0;
}
.portfolio-detail .post-content p a:not(.btn):not(.button) {
  position: relative;
}
.portfolio-detail .post-content p a:not(.btn):not(.button):after {
  content: '';
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #1f1f1f;
  opacity: 0;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  will-change: scale, opacity;
}
.portfolio-detail .post-content p a:not(.btn):not(.button):hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.portfolio-detail .post-gallery.parallax {
  background: #1f1f1f;
}

.portfolio-hover-content {
  padding: 30px;
  background: #fff;
  position: fixed;
  width: 460px;
  max-width: 100%;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  z-index: 102;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.portfolio-hover-content img {
  margin-bottom: 30px;
}
.portfolio-hover-content p {
  font-size: 13px;
}
.portfolio-hover-content .portfolio-attributes .attribute {
  text-transform: capitalize;
  display: inline-flex;
  margin-right: 15px;
}
.portfolio-hover-content .container {
  position: relative;
}
.portfolio-hover-content .container:before, .portfolio-hover-content .container:after {
  content: none;
  display: none;
}
.portfolio-hover-content .container .thb-replace {
  visibility: hidden;
}
.portfolio-hover-content .thb-preloader {
  display: flex;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 40.0625em) {
  .portfolio-hover-content.active {
    display: flex;
    opacity: 1;
  }
}
.portfolio-hover-content.loaded .thb-replace {
  visibility: visible;
}
.portfolio-hover-content.loaded .thb-preloader {
  display: none;
  visibility: hidden;
}

.post-gallery .wp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.post-gallery .wp-video .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
.post-gallery .wp-video .mejs-controls, .post-gallery .wp-video .mejs-offscreen,
.post-gallery .wp-video .mejs-overlay-play {
  display: none !important;
}
.post-gallery .wp-video .wp-video-shortcode video,
.post-gallery .wp-video video.wp-video-shortcode {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/*------------------------------------------------------------------
Vertical - Deck
*/
.vertical-deck {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 40.0625em) {
  .vertical-deck + .swiper-pagination {
    display: none;
  }
}
.vertical-deck .vertical-page {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
  z-index: 1;
  box-shadow: 0 1px 2px rgba(31, 31, 31, 0.25);
  will-change: transform;
}
.vertical-deck .vertical-page:before, .vertical-deck .vertical-page:after {
  display: none !important;
}
.vertical-deck .vertical-page.hidden {
  display: none;
}
.vertical-deck .vertical-page:first-child {
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on .vertical-deck .vertical-page {
    width: calc(100% - 320px);
    left: auto;
    right: 0;
  }
}
.vertical-deck .vertical-page .thb-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.vertical-deck .vertical-page .thb-container h1 {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 75.0625em) {
  .vertical-deck .vertical-page .thb-container h1 {
    font-size: 90px;
  }
}
.vertical-deck .vertical-page .thb-bg {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 130%;
  will-change: transform;
  background-color: #1f1f1f;
}
.vertical-deck .vertical-page .thb-bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vertical-deck .vertical-page .thb-bg.bg-left {
  background-position: left center;
}
.vertical-deck .vertical-page .thb-bg.bg-right {
  background-position: right center;
}

.thb-shadow {
  background: #1f1f1f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

/*------------------------------------------------------------------
Plugin -  Swiper
*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/*.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}*/
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/*.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}*/
/*.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Additional */
@media only screen and (max-width: 40.0625em) {
  .swiper-pagination.footer_style2 {
    display: none;
  }
}

.swiper-container {
  width: 100%;
  /* Full-page */
}
.swiper-container.slider .type-portfolio, .swiper-container.carousel .type-portfolio {
  opacity: 0;
  -moz-transition: opacity 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.swiper-container.slider.thb-loaded .type-portfolio, .swiper-container.carousel.thb-loaded .type-portfolio {
  opacity: 1;
}
.swiper-container.slider.thb-loaded .swiper-nav, .swiper-container.carousel.thb-loaded .swiper-nav {
  opacity: 1;
}
.swiper-container.slider .swiper-nav, .swiper-container.carousel .swiper-nav {
  position: absolute;
  top: 50%;
  z-index: 30;
}
.swiper-container.slider .swiper-nav.style2, .swiper-container.carousel .swiper-nav.style2 {
  margin-top: -52px;
}
.swiper-container.footer_style1 .swiper-navigation {
  display: none;
}
.swiper-container.footer_style2 .swiper-navigation.footer_style2 {
  flex-direction: row;
  text-transform: uppercase;
  position: fixed;
  z-index: 100;
  top: auto;
  bottom: 15px;
  right: 15px;
  height: auto;
  width: auto;
  left: auto;
  will-change: contents;
  line-height: 1;
  color: #1f1f1f;
  font-size: 12px;
}
@media only screen and (min-width: 40.0625em) {
  .swiper-container.footer_style2 .swiper-navigation.footer_style2 {
    bottom: 50px;
    right: 50px;
  }
}
.swiper-container.footer_style2 .swiper-navigation.footer_style2 strong {
  display: inline-flex;
}
.light-title .swiper-container.footer_style2 .swiper-navigation.footer_style2 {
  color: #fff;
}
.light-title .swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-next {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-prev,
.swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-next {
  opacity: 0.4;
  cursor: pointer;
}
.swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-prev:hover,
.swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-next:hover {
  opacity: 1;
}
.swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-prev {
  margin-right: 7px;
}
.swiper-container.footer_style2 .swiper-navigation.footer_style2 .swiper-button-next {
  padding-left: 7px;
  border-left: 1px dotted rgba(31, 31, 31, 0.4);
}
.swiper-container .light-pagination + .swiper-nav span,
.swiper-container .light-pagination + .swiper-nav + .swiper-nav span,
.swiper-container .light-pagination + .swiper-nav.arrow-style2 span {
  border-color: #fff;
}
.swiper-container .light-pagination + .swiper-nav span .thb-arrow,
.swiper-container .light-pagination + .swiper-nav + .swiper-nav span .thb-arrow,
.swiper-container .light-pagination + .swiper-nav.arrow-style2 span .thb-arrow {
  fill: #fff;
}
.swiper-container .light-pagination + .swiper-nav:hover span,
.swiper-container .light-pagination + .swiper-nav + .swiper-nav:hover span,
.swiper-container .light-pagination + .swiper-nav.arrow-style2:hover span {
  background: #fff;
}
.swiper-container .light-pagination + .swiper-nav:hover span .thb-arrow,
.swiper-container .light-pagination + .swiper-nav + .swiper-nav:hover span .thb-arrow,
.swiper-container .light-pagination + .swiper-nav.arrow-style2:hover span .thb-arrow {
  fill: #1f1f1f;
}
.swiper-container .dark-pagination + .thb-swiper-pagination .swiper-pagination-bullet h6 {
  color: rgba(31, 31, 31, 0.6);
}
.swiper-container .dark-pagination + .thb-swiper-pagination .swiper-pagination-bullet:hover h6 {
  color: #1f1f1f;
}
.swiper-container .dark-pagination + .thb-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active h6 {
  color: #1f1f1f;
}
.swiper-container .dark-pagination + .thb-swiper-pagination .swiper-pagination-bullet > span {
  background: rgba(31, 31, 31, 0.6);
}
.swiper-container .dark-pagination + .thb-swiper-pagination .swiper-pagination-bullet > span .progress {
  background: #1f1f1f;
}
.swiper-container .thb-swiper-pagination {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}
.swiper-container .thb-swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  white-space: nowrap;
  margin: 0 2px;
}
@media only screen and (min-width: 64.0625em) {
  .swiper-container .thb-swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .swiper-container .thb-swiper-pagination .swiper-pagination-bullet {
    margin: 0 20px;
  }
}
.swiper-container .thb-swiper-pagination .swiper-pagination-bullet:hover h6 {
  color: #fff;
}
.swiper-container .thb-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active h6 {
  color: #fff;
}
.swiper-container .thb-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active > span .progress {
  opacity: 1;
}
.swiper-container .thb-swiper-pagination .swiper-pagination-bullet h6 {
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .swiper-container .thb-swiper-pagination .swiper-pagination-bullet h6 {
    display: block;
  }
}
.swiper-container .thb-swiper-pagination .swiper-pagination-bullet > span {
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  border-radius: 2px;
}
.swiper-container .thb-swiper-pagination .swiper-pagination-bullet > span .progress {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: transform, opacity;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.rtl .swiper-container .thb-swiper-pagination .swiper-pagination-bullet > span .progress {
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@media only screen and (min-width: 64.0625em) {
  .swiper-container .thb-swiper-pagination .swiper-pagination-bullet > span {
    height: 2px;
    width: auto;
    margin-bottom: 13px;
    border-radius: 0;
  }
  .swiper-container .thb-swiper-pagination .swiper-pagination-bullet > span .progress {
    height: 2px;
    border-radius: 0;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@media only screen and (min-width: 64.0625em) {
  .swiper-container .thb-swiper-pagination .swiper-pagination-bullet > span {
    width: auto;
  }
}
.swiper-container .swiper-nav {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  overflow: hidden;
  background: none;
  opacity: 0;
}
.swiper-container .swiper-nav span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #1f1f1f;
  will-change: transform;
}
.swiper-container .swiper-nav span .thb-arrow {
  fill: #1f1f1f;
}
.swiper-container .swiper-nav.swiper-button-prev {
  left: 30px;
}
.swiper-container .swiper-nav.swiper-button-prev span {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.swiper-container .swiper-nav.swiper-button-next {
  right: 30px;
}
.swiper-container .swiper-nav.swiper-button-next span {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.swiper-container .swiper-nav:hover span {
  background: #ef173b;
  border-color: #ef173b;
}
.swiper-container .swiper-nav:hover span .thb-arrow {
  fill: #fff;
}
.swiper-container .swiper-nav.arrow-style2 {
  width: 64px;
  height: 46px;
  margin-top: 0;
  cursor: pointer;
  top: auto;
  bottom: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .swiper-container .swiper-nav.arrow-style2 {
    bottom: 50px;
  }
}
.swiper-container .swiper-nav.arrow-style2.swiper-button-prev {
  left: auto;
  right: 77px;
}
@media only screen and (min-width: 40.0625em) {
  .swiper-container .swiper-nav.arrow-style2.swiper-button-prev {
    right: 112px;
  }
}
.rtl .swiper-container .swiper-nav.arrow-style2.swiper-button-prev {
  right: auto;
  left: 77px;
}
@media only screen and (min-width: 40.0625em) {
  .rtl .swiper-container .swiper-nav.arrow-style2.swiper-button-prev {
    right: auto;
    left: 112px;
  }
}
.swiper-container .swiper-nav.arrow-style2.swiper-button-next {
  right: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .swiper-container .swiper-nav.arrow-style2.swiper-button-next {
    right: 50px;
  }
}
.rtl .swiper-container .swiper-nav.arrow-style2.swiper-button-next {
  right: auto;
  left: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .rtl .swiper-container .swiper-nav.arrow-style2.swiper-button-next {
    right: auto;
    left: 50px;
  }
}
.swiper-container .swiper-nav.arrow-style2 span {
  width: 64px;
  height: 46px;
  border: 2px solid #1f1f1f;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.swiper-container .swiper-nav.arrow-style2 span .thb-arrow {
  fill: #1f1f1f;
}
.swiper-container .swiper-nav.arrow-style2:hover span {
  background: #1f1f1f;
}
.swiper-container .swiper-nav.arrow-style2:hover span .thb-arrow {
  fill: #fff;
}
.swiper-container:hover .swiper-nav span {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.swiper-container .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-container.full-page {
  height: 100%;
  min-height: 100vh;
}
.swiper-container.full-page .swiper-wrapper {
  height: 100vh;
}
.swiper-container.full-page .swiper-wrapper .columns:not(.style3-columns) {
  padding: 0;
}
.swiper-container.full-page .swiper-slide {
  display: flex;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.swiper-container.full-page .swiper-slide.bg-left {
  background-position: left center;
}
.swiper-container.full-page .swiper-slide.bg-right {
  background-position: right center;
}
.swiper-container.full-page h1 {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
@media only screen and (min-width: 90.0625em) {
  .swiper-container.full-page h1 {
    font-size: 90px;
  }
}
.swiper-container.style1 {
  /* werkstatt_vertical_creative.psd */
}
.swiper-container.style1 .swiper-slide {
  background: #fff;
  position: relative;
}
.swiper-container.style1 .swiper-slide h1 {
  text-align: left;
}
.rtl .swiper-container.style1 .swiper-slide h1 {
  text-align: right;
}
.swiper-container.style1 .swiper-navigation {
  position: absolute;
  top: 25%;
  height: 50%;
  width: 20%;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 30;
  justify-content: center;
  cursor: pointer;
}
.rtl .swiper-container.style1 .swiper-navigation {
  right: auto;
  left: 0;
}
.swiper-container.style1 .swiper-navigation svg {
  fill: #1f1f1f;
  opacity: 0.4;
  margin: 10px 0;
}
.swiper-container.style1 .swiper-navigation svg:hover {
  opacity: 1;
}
.light-title .swiper-container.style1 .swiper-navigation svg {
  fill: #fff;
}
.swiper-container.style1 .slider-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container.style1 .slider-inner > img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-container.style1 .slider-inner > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.swiper-container.style1 .slider-inner.bg-left {
  background-position: left center;
}
.swiper-container.style1 .slider-inner.bg-right {
  background-position: right center;
}
.swiper-container.style1 .slider-inner figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.rtl .swiper-container.style1 .slider-inner figcaption {
  left: auto;
  right: -20%;
}
@media only screen and (min-width: 40.0625em) {
  .swiper-container.style1 .slider-inner {
    width: 50%;
    height: 60%;
    text-align: left;
  }
  .swiper-container.style1 .slider-inner figcaption {
    left: -20%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .rtl .swiper-container.style1 .slider-inner figcaption {
    left: auto;
    right: -20%;
  }
  .rtl .swiper-container.style1 .slider-inner {
    text-align: right;
  }
}
.swiper-container.style4 .swiper-slide {
  display: flex;
}
.swiper-container.style4 .swiper-slide .row {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.swiper-container.style4 .swiper-slide .row h1 {
  display: block;
  text-align: center;
}
.swiper-container.style4 .swiper-slide .slider-content {
  display: flex;
}
.swiper-container.style4 .swiper-slide .thb-categories {
  justify-content: center;
}
.swiper-container.style6 .glitch-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.swiper-container.style6 .glitch-image.bg-left {
  background-position: left center;
}
.swiper-container.style6 .glitch-image.bg-right {
  background-position: right center;
}
.swiper-container.style6 .glitch-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container.style6 canvas {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.swiper-container.style6 .row {
  position: relative;
  z-index: 5;
  width: 100vw;
  box-sizing: border-box;
}
.swiper-container.style6 .swiper-slide {
  overflow: hidden;
}
.swiper-container.style6 .swiper-slide .columns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-container.style3 {
  /* werkstatt_full_screen_slider_portfolio.psd */
}
.swiper-container.style3 .swiper-slide:not(.center-contents) {
  flex-direction: row;
  justify-content: initial;
  align-items: initial;
}
.swiper-container.style3 .row {
  flex: 1;
}
.swiper-container.style3 a:not(.show-all) {
  display: flex;
  flex: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
}
.swiper-container.style3 h1 {
  display: none;
  flex: 1;
  mix-blend-mode: difference;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
  will-change: contents;
  color: #fff;
}
.swiper-container.style3 h1 > div {
  display: inline-flex !important;
  flex: 1;
}
.swiper-container.style3 h1 > div > div {
  display: flex !important;
  flex: 1;
  justify-content: center;
  opacity: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.swiper-container.style5 .swiper-slide {
  overflow: hidden;
  will-change: contents, transform;
}
.swiper-container.style5 .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transform: translateZ(300px);
  -webkit-transform: translateZ(300px);
  transform: translateZ(300px);
}
.swiper-container.style5 .swiper-slide > a h1 span {
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.swiper-container.style5 .segmenter__image {
  width: 100%;
  display: block;
}
.swiper-container.style5 .segmenter__background,
.swiper-container.style5 .segmenter__pieces,
.swiper-container.style5 .segmenter__piece-wrap,
.swiper-container.style5 .segmenter__piece-parallax,
.swiper-container.style5 .segmenter__piece {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
}
@media only screen and (min-width: 40.0625em) {
  .swiper-container.style5 .segmenter__background,
  .swiper-container.style5 .segmenter__pieces,
  .swiper-container.style5 .segmenter__piece-wrap,
  .swiper-container.style5 .segmenter__piece-parallax,
  .swiper-container.style5 .segmenter__piece {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.swiper-container.style5 .segmenter__piece-wrap {
  will-change: transform;
}
.swiper-container.style5 .segmenter__pieces {
  -webkit-perspective: 400px;
  perspective: 400px;
}
.swiper-container.style5 .segmenter__background,
.swiper-container.style5 .segmenter__piece {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.swiper-container.style5 .segmenter__shadow {
  position: absolute;
  opacity: 0;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.6);
  will-change: opacity;
}
.swiper-container.style7 a:not(.show-all) {
  display: flex;
  flex: 1;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
}
.swiper-container.style7 a:not(.show-all) h1 {
  justify-content: center;
}
.swiper-container.style7 .thb_secondary_image_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 0;
}
.swiper-container.style7 .thb_secondary_image_container .thb_secondary_image {
  display: inline-flex;
  max-width: 100%;
}
.swiper-container.style8 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-container.style8 .swiper-slide .atvImg-shadow {
  display: none;
}
.swiper-container.style8 .swiper-slide .thb_3dimg {
  perspective: 100vw !important;
}
.swiper-container.style8 .swiper-slide .thb-categories {
  font-size: 14px;
  text-transform: capitalize;
}
.swiper-container.style8 .swiper-slide h1 {
  text-align: left;
  font-weight: 400;
}
@media only screen and (min-width: 64.0625em) {
  .swiper-container.style8 .swiper-slide h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .swiper-container.style8 .swiper-slide h1 {
    font-size: 120px;
  }
}
.swiper-container.style8 .swiper-slide .thb-portfolio-link {
  font-size: 16px;
}
.swiper-container.style8 .swiper-slide .atvImg-container {
  will-change: unset;
}
.swiper-container.style8 .swiper-slide .atvImg-layers {
  overflow: visible;
}
.swiper-container.style8 .swiper-slide .slide-image-layer {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.swiper-container.style8 .swiper-slide .slide-image-layer img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.swiper-container.style8 .swiper-slide .slide-text-layer {
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-container.style8 .swiper-slide .row {
  position: relative;
  flex: 1;
  z-index: 2;
}

.style4-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.style4-container .swiper-container {
  width: 100%;
  height: 50vh;
  min-height: 50vh;
}
.style4-container .swiper-container .slider-inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .style4-container {
    flex-direction: row;
    width: 100%;
  }
  .style4-container .swiper-container {
    width: 50%;
    height: 100vh;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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;
  left: 0;
  top: 0;
  display: block;
  will-change: transform;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  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;
}

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

.slick-nav {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  overflow: hidden;
  background: none;
  position: absolute;
  top: 50%;
  outline: none;
  border-radius: 0;
  z-index: 5;
}
.slick-nav.slick-prev {
  left: 30px;
}
.slick-nav.slick-prev span {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slick-nav.slick-next {
  right: 30px;
}
.slick-nav.slick-next span {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slick-nav span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #1f1f1f;
  will-change: transform;
}
.slick-nav span .thb-arrow {
  fill: #1f1f1f;
}
.slick-nav:hover span {
  background: #ef173b;
  border-color: #ef173b;
}
.slick-nav:hover span .thb-arrow {
  fill: #fff;
}
.light-arrow .slick-nav span {
  border: 1px solid white;
}
.light-arrow .slick-nav span .thb-arrow {
  fill: white;
}
.light-arrow .slick-nav:hover span {
  border-color: #ef173b;
}

.slick-dots {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .slick-dots {
    margin: 30px 0 0;
  }
}
.slick-dots li {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: rgba(31, 31, 31, 0.2);
  cursor: pointer;
  margin: 0 2px;
  border-radius: 2px;
}
@media only screen and (min-width: 64.0625em) {
  .slick-dots li {
    width: 25px;
    margin: 0 5px;
    border-radius: 0;
  }
}
.slick-dots li.slick-active {
  background: #ef173b;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:last-child {
  margin: 0 2px;
}
@media only screen and (min-width: 64.0625em) {
  .slick-dots li:last-child {
    margin: 0 5px;
  }
}

.slick .slick-track {
  min-width: 100%;
}
.slick:hover .slick-nav span {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slick.overflow .slick-list {
  overflow: visible;
}
.slick.overflow .slick-slide:not(.slick-active) {
  opacity: 0.4;
}
.single-format-gallery .slick.post-gallery {
  padding: 0;
}
.single-format-gallery .slick.post-gallery .slick-slide {
  height: 0;
  padding-bottom: 70vh;
  position: relative;
}
.single-format-gallery .slick.post-gallery.thb-medium .slick-slide {
  padding-bottom: 60vh;
}
.single-format-gallery .slick.post-gallery.thb-small .slick-slide {
  padding-bottom: 50vh;
}
.single-format-gallery .slick.post-gallery figcaption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 9px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
}

/*------------------------------------------------------------------
Plugin - Flickity
*/
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*------------------------------------------------------------------
Plugin - MFP
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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: 1045;
}

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

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

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

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

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

.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: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.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;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

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

.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;
    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;
  }
}
/* Changes */
.mfp-close-btn-in button.mfp-close {
  width: 40px;
  height: 40px;
  right: -13px;
  text-align: center;
  border-radius: 100px;
  border: 2px solid transparent;
  line-height: 38px;
  padding: 0;
  top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfp-close-btn-in button.mfp-close:hover {
  border-color: #fff;
  -moz-transform: scale(0.8) rotateZ(90deg);
  -ms-transform: scale(0.8) rotateZ(90deg);
  -webkit-transform: scale(0.8) rotateZ(90deg);
  transform: scale(0.8) rotateZ(90deg);
}
.mfp-close-btn-in .mfp-iframe-scaler button.mfp-close {
  top: -40px;
}

.mfp-close-btn-in .mfp-iframe-scaler {
  overflow: visible;
}

.mfp-arrow {
  opacity: 1;
  margin-top: -21px;
}
.mfp-arrow:before, .mfp-arrow:after {
  display: none;
}
.mfp-arrow > * {
  pointer-events: none;
}
.mfp-arrow svg {
  fill: #fff;
}
.mfp-arrow.mfp-arrow-left {
  left: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .mfp-arrow.mfp-arrow-left {
    left: 45px;
  }
}
.mfp-arrow.mfp-arrow-right {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .mfp-arrow.mfp-arrow-right {
    right: 45px;
  }
}
.mfp-arrow:active {
  margin-top: -21px;
}

/* Zoom-in Animation */
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler,
.mfp-zoom-in .mfp-inline-holder {
  opacity: 0;
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready .mfp-inline-holder {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler,
.mfp-zoom-in.mfp-removing .mfp-inline-holder {
  transform: scale(0.95) !important;
  opacity: 0 !important;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap.mfp-removing .mfp-arrow-left, .mfp-wrap.mfp-removing .mfp-arrow-right {
  opacity: 0;
}

/* Zoom Out */
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out.mfp-ready.mfp-image-loaded .mfp-with-anim {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Sizing Popup */
.theme-popup {
  display: flex;
  background: #fff;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}

.theme-popup-content {
  padding: 25px;
  flex: 1;
}
@media only screen and (min-width: 40.0625em) {
  .theme-popup-content {
    padding: 45px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .theme-popup-content {
    padding: 60px;
  }
}

/*------------------------------------------------------------------
Plugin -  Perfect Scrollbar
*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

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

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  /* there must be 'right' for ps__thumb-y */
  right: 0px;
  /* please don't change 'position' */
  position: absolute;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps__rail-y {
  width: 4px;
}
.ps__rail-y .ps__thumb-y {
  -moz-transition: background 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: background 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: background 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: background 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  border: 0;
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.ps__rail-y .ps__thumb-y:hover {
  background: rgba(255, 255, 255, 0.6);
}

.ps__rail-x {
  width: 100%;
  height: 4px;
}
.ps__rail-x .ps__thumb-x {
  -moz-transition: background 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: background 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: background 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: background 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  border: 0;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.ps__rail-x .ps__thumb-x:hover {
  background: rgba(255, 255, 255, 0.6);
}

/*------------------------------------------------------------------
Plugin - THB_3dImg
*/
.thb_3dimg {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  outline: 1px solid transparent;
  transform-origin: center;
  will-change: transform;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.atvImg-container.over .atvImg-shadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4), 0 16px 40px rgba(0, 0, 0, 0.4);
}

.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.atvImg-layer {
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  will-change: transform;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.atvImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6);
}

/*------------------------------------------------------------------
404
*/
.page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../img/404.jpg") center center;
  background-size: cover;
  flex: 1;
}
.page-404 h1, .page-404 h4 {
  color: #fff;
}
.page-404 h1 {
  margin-bottom: 10px;
}
.page-404 h4 {
  margin-bottom: 30px;
}

/*------------------------------------------------------------------
Widgets
*/
.widget {
  color: #979797;
  margin-bottom: 35px;
  font-size: 16px;
}
.widget p {
  font-size: inherit;
}
.widget ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.widget ul.menu > li {
  display: flex;
  flex-direction: column;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 40.0625em) {
  .thb-nav-menu-widget-columns-2 .widget ul.menu > li {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.widget ul.menu .sub-menu {
  padding-left: 15px;
  padding-bottom: 15px;
}
.widget ul.menu .sub-menu a {
  font-size: 14px;
}
.sidebar .widget h6 {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #1f1f1f;
  padding-bottom: 15px;
  margin-bottom: 28px;
  text-transform: none;
  border-bottom: 1px solid #1f1f1f;
}
.widget abbr[title] {
  margin-left: 10px;
}
.widget a {
  color: #979797;
}
.widget a:before {
  background: #979797;
}
.widget a:hover {
  color: #1f1f1f;
}
.widget a:hover:before {
  background: #1f1f1f;
}
.sidebar .widget p {
  font-size: 13px;
}
.sidebar .widget ul li {
  font-size: 13px;
  padding: 14px 0;
  border-bottom: 1px dotted rgba(31, 31, 31, 0.4);
}
.sidebar .widget ul li a {
  font-weight: 600;
  color: #1f1f1f;
}
.sidebar .widget ul li:first-child {
  padding-top: 0;
}
.sidebar .widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_recent_entries .post-date {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  color: #1f1f1f;
}
.widget.widget_categories li {
  display: flex;
  justify-content: space-between;
}
.widget.widget_tag_cloud [class^="tag-link"] {
  margin-bottom: 7px;
}
.widget.widget_tag_cloud [class^="tag-link"]:hover {
  color: #fff;
}
.dark .widget.widget_tag_cloud [class^="tag-link"] {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark .widget.widget_tag_cloud [class^="tag-link"]:hover {
  border-color: #fff;
  background: #fff;
  color: #1f1f1f;
}
.widget.widget_recent_comments a {
  color: #1f1f1f;
}
.widget.widget_recent_comments a:before {
  display: none;
}
.widget.widget_calendar table {
  background: transparent;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget.widget_calendar table thead, .widget.widget_calendar table tbody, .widget.widget_calendar table tfoot {
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.dark .widget.widget_calendar table thead, .dark .widget.widget_calendar table tbody, .dark .widget.widget_calendar table tfoot {
  border-color: rgba(255, 255, 255, 0.1);
}
.widget.widget_calendar table thead {
  background: transparent;
  font-size: 12px;
}
.widget.widget_calendar table thead th {
  padding: 13px 0;
  color: #303030;
  text-align: center;
  font-weight: 800;
}
.dark .widget.widget_calendar table thead th {
  color: #fff;
}
.widget.widget_calendar table tbody {
  background: transparent;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.widget.widget_calendar table tbody td {
  font-size: 12px;
  color: #686868;
  text-align: center;
  padding: 9px 0;
}
.dark .widget.widget_calendar table tbody td {
  color: #fff;
}
.widget.widget_calendar table tfoot {
  background: transparent;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.widget.widget_calendar table tfoot tr td {
  padding: 12px 14px;
  font-size: 12px;
}
.widget.widget_calendar table tfoot tr td a {
  color: #737373;
  text-transform: uppercase;
  font-weight: 500;
}
.widget.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget.widget_calendar table caption {
  color: #303030;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 0;
}
.dark .widget.widget_calendar table caption {
  color: #fff;
}
.widget.widget_nav_menu .thb-arrow, .widget.widget_pages .thb-arrow {
  display: inline-flex;
  padding-left: 15px;
  cursor: pointer;
}
.widget.widget_nav_menu .thb-arrow i, .widget.widget_pages .thb-arrow i {
  pointer-events: none;
}
.rtl .widget.widget_nav_menu .thb-arrow, .rtl .widget.widget_pages .thb-arrow {
  padding-left: 0;
  padding-right: 15px;
}
.widget.widget_nav_menu .sub-menu,
.widget.widget_nav_menu .children, .widget.widget_pages .sub-menu,
.widget.widget_pages .children {
  display: none;
  padding: 10px 0 0 20px;
  list-style: none;
}
.rtl .widget.widget_nav_menu .sub-menu, .rtl
.widget.widget_nav_menu .children, .rtl .widget.widget_pages .sub-menu, .rtl
.widget.widget_pages .children {
  padding: 10px 20px 0 0;
}
.widget.widget_nav_menu .sub-menu li:last-child,
.widget.widget_nav_menu .children li:last-child, .widget.widget_pages .sub-menu li:last-child,
.widget.widget_pages .children li:last-child {
  margin: 0;
}
.widget.widget_thb_twitterwidget .thb_tweet {
  margin-bottom: 20px;
}
.widget.widget_thb_twitterwidget .thb_tweet .thb_tweet_time {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.light .widget.widget_thb_twitterwidget .thb_tweet .thb_tweet_time {
  color: #1f1f1f;
}
.widget.widget_thb_twitterwidget p {
  font-size: 14px;
  margin-bottom: 5px;
}
.widget.widget_thb_twitterwidget p a {
  font-weight: 500;
}
.light .widget.widget_thb_twitterwidget p a {
  color: #1f1f1f;
}
.widget.widget_search .screen-reader-text {
  display: none;
}
.widget.widget_search input[type="text"] {
  width: 100%;
}
.widget.widget_mc4wp_form_widget p {
  font-size: 14px;
}
.widget.widget_mc4wp_form_widget fieldset {
  position: relative;
}
.widget.widget_mc4wp_form_widget input {
  margin: 0;
  padding-right: 50px;
  width: 100%;
}
.rtl .widget.widget_mc4wp_form_widget input {
  padding-right: 0;
  padding-left: 50px;
}
.widget.widget_mc4wp_form_widget input[type="submit"] {
  padding: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 36px;
  padding-bottom: 15px;
  justify-content: flex-end;
  color: #1f1f1f;
}
.rtl .widget.widget_mc4wp_form_widget input[type="submit"] {
  right: auto;
  left: 0;
}
.dark .widget.widget_mc4wp_form_widget input[type="submit"] {
  color: #fff;
}
.widget.widget_price_filter .price_slider {
  height: 4px;
  background: #eee;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
}
.widget.widget_price_filter .price_slider .ui-slider-range {
  height: 4px;
  background: #0cbf69;
  position: absolute;
}
.widget.widget_price_filter .price_slider .ui-slider-handle {
  display: block;
  position: absolute;
  outline: 0;
  top: -4px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  border: 3px solid #0cbf69;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.widget.widget_price_filter .price_slider_amount .button {
  float: right;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 0;
  border: 0;
  color: #0cbf69;
  background: transparent;
  height: auto;
  text-transform: uppercase;
}
.widget.widget_price_filter .price_slider_amount .button:hover {
  background: transparent !important;
  color: #1f1f1f;
}
.widget.widget_price_filter .price_slider_amount .price_label {
  float: left;
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
}
.widget.widget_price_filter .price_slider_amount .price_label span {
  font-weight: 700;
}
.widget.woo {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  margin-bottom: 15px;
}
.widget.woo h6 {
  color: #1f1f1f;
  display: block;
  padding: 10px 35px 10px 15px;
  margin: 0;
  cursor: pointer;
  position: relative;
  border: 0;
}
@media only screen and (min-width: 40.0625em) {
  .widget.woo h6 {
    padding: 20px 35px 20px 25px;
  }
}
.widget.woo h6:after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: 23px;
  width: 11px;
  height: 1px;
  background: #676767;
}
@media only screen and (min-width: 40.0625em) {
  .widget.woo h6:after {
    top: 27px;
  }
}
.widget.woo h6:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 28px;
  width: 1px;
  height: 11px;
  background: #676767;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media only screen and (min-width: 40.0625em) {
  .widget.woo h6:before {
    top: 22px;
  }
}
.widget.woo:not(.active) h6:before {
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.widget.woo .widget_content {
  padding: 10px 15px;
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
}
@media only screen and (min-width: 40.0625em) {
  .widget.woo .widget_content {
    padding: 20px 25px;
  }
}
.widget.woo.active .widget_content {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
}
.widget.woo .product_list_widget {
  position: relative;
}
.widget.woo .product_list_widget .remove {
  position: absolute;
  top: 0;
  right: 0;
}
.widget.woo .product_list_widget li {
  margin-bottom: 20px;
}
.widget.woo .product_list_widget a {
  display: block;
  font-size: 14px;
}
.widget.woo .product_list_widget a:before {
  display: none;
}
.widget.woo .product_list_widget a .wp-post-image {
  max-width: 50px;
  margin-right: 20px;
  float: left;
}
.widget.woo .product_list_widget .amount {
  font-size: 12px;
  color: #1f1f1f;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar.woo {
    padding-left: 3%;
  }
  .sidebar.woo.large-order-1 {
    padding-left: 0;
    padding-right: 3%;
  }
}

/*------------------------------------------------------------------
Shortcodes
*/
.instagram-row {
  margin: 0;
  position: relative;
  align-items: center;
}
.instagram-row.margin .columns {
  margin-bottom: 30px;
}
.instagram-row figure {
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 80%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  will-change: filter;
}
.instagram-row figure > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.instagram-row figure:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.instagram-row figure:hover span {
  opacity: 1;
}
.instagram-row figure span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  opacity: 0;
}
.instagram-row figure span svg {
  fill: #fff;
  margin-right: 8px;
}
.instagram-row figure span em {
  font-style: normal;
}
.instagram-row figure span em + svg {
  margin-left: 20px;
}

/* Icons */
.boxed-icon {
  width: 50px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 31, 31, 0.1);
}
.boxed-icon:hover {
  background: #1f1f1f;
  color: #fff;
}
.boxed-icon.facebook {
  color: #1f1f1f;
}
.boxed-icon.facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff !important;
}
.boxed-icon.facebook-messenger {
  color: #1f1f1f;
}
.boxed-icon.facebook-messenger:hover {
  background: #0084ff;
  border-color: #0084ff;
  color: #fff !important;
}
.boxed-icon.linkedin {
  color: #1f1f1f;
}
.boxed-icon.linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff !important;
}
.boxed-icon.pinterest {
  color: #1f1f1f;
}
.boxed-icon.pinterest:hover {
  background: #cb2027;
  border-color: #cb2027;
  color: #fff !important;
}
.boxed-icon.twitter {
  color: #1f1f1f;
}
.boxed-icon.twitter:hover {
  background: #00aced;
  border-color: #00aced;
  color: #fff !important;
}
.boxed-icon.instagram {
  color: #1f1f1f;
}
.boxed-icon.instagram:hover {
  background: #3f729b;
  border-color: #3f729b;
  color: #fff !important;
}
.boxed-icon.vk {
  color: #1f1f1f;
}
.boxed-icon.vk:hover {
  background: #45668e;
  border-color: #45668e;
  color: #fff !important;
}
.boxed-icon.tumblr {
  color: #1f1f1f;
}
.boxed-icon.tumblr:hover {
  background: #35465c;
  border-color: #35465c;
  color: #fff !important;
}
.boxed-icon.xing {
  color: #1f1f1f;
}
.boxed-icon.xing:hover {
  background: #cfdc00;
  border-color: #cfdc00;
  color: #fff !important;
}
.boxed-icon.soundcloud {
  color: #1f1f1f;
}
.boxed-icon.soundcloud:hover {
  background: #f80;
  border-color: #f80;
  color: #fff !important;
}
.boxed-icon.dribbble {
  color: #1f1f1f;
}
.boxed-icon.dribbble:hover {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff !important;
}
.boxed-icon.youtube {
  color: #1f1f1f;
}
.boxed-icon.youtube:hover {
  background: #e52d27;
  border-color: #e52d27;
  color: #fff !important;
}
.boxed-icon.spotify {
  color: #1f1f1f;
}
.boxed-icon.spotify:hover {
  background: #7ab800;
  border-color: #7ab800;
  color: #fff !important;
}
.boxed-icon.behance {
  color: #1f1f1f;
}
.boxed-icon.behance:hover {
  background: #1769ff;
  border-color: #1769ff;
  color: #fff !important;
}
.boxed-icon.deviantart {
  color: #1f1f1f;
}
.boxed-icon.deviantart:hover {
  background: #4e6252;
  border-color: #4e6252;
  color: #fff !important;
}
.boxed-icon.vimeo {
  color: #1f1f1f;
}
.boxed-icon.vimeo:hover {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff !important;
}
.boxed-icon.flickr {
  color: #1f1f1f;
}
.boxed-icon.flickr:hover {
  background: #0063dc;
  border-color: #0063dc;
  color: #fff !important;
}
.boxed-icon.rss {
  color: #1f1f1f;
}
.boxed-icon.rss:hover {
  background: #f26522;
  border-color: #f26522;
  color: #fff !important;
}
.boxed-icon.whatsapp {
  color: #1f1f1f;
}
.boxed-icon.whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  color: #fff !important;
}
.boxed-icon.twitch {
  color: #1f1f1f;
}
.boxed-icon.twitch:hover {
  background: #6441a5;
  border-color: #6441a5;
  color: #fff !important;
}
.boxed-icon.fivehundred {
  color: #1f1f1f;
}
.boxed-icon.fivehundred:hover {
  background: #0099e5;
  border-color: #0099e5;
  color: #fff !important;
}
.boxed-icon.github {
  color: #1f1f1f;
}
.boxed-icon.github:hover {
  background: #4078c0;
  border-color: #4078c0;
  color: #fff !important;
}
.boxed-icon.codepen {
  color: #1f1f1f;
}
.boxed-icon.codepen:hover {
  background: #fcd000;
  border-color: #fcd000;
  color: #fff !important;
}
.boxed-icon.telegram {
  color: #1f1f1f;
}
.boxed-icon.telegram:hover {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff !important;
}
.boxed-icon.imdb {
  color: #1f1f1f;
}
.boxed-icon.imdb:hover {
  background: #f5de50;
  border-color: #f5de50;
  color: #fff !important;
}
.boxed-icon.facebook-messenger svg {
  fill: #1f1f1f;
}
.boxed-icon.facebook-messenger:hover svg {
  fill: #fff;
}

/* Freescroll */
.thb-freescroll .columns {
  width: 100%;
}
.thb-freescroll.instagram-row figure {
  margin-bottom: 35px;
}
.thb-freescroll.instagram-row figcaption {
  font-size: 14px;
}
.thb-freescroll .thb-lightbox-link {
  display: block;
}
.thb-freescroll .text-content {
  white-space: nowrap;
}
.thb-freescroll.extralarge-text h1 {
  font-size: 90px;
  line-height: 1;
}
@media only screen and (min-width: 40.0625em) {
  .thb-freescroll.extralarge-text h1 {
    font-size: 140px;
  }
}

/* Progress Bar */
.thb-progressbar {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  opacity: 0;
}
.thb-progressbar .thb-progress-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #1f1f1f;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.thb-progressbar .thb-progress {
  display: block;
  width: 100%;
  height: 6px;
  position: relative;
  background: rgba(31, 31, 31, 0.07);
}
.thb-progressbar .thb-progress span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ef173b;
  transform-origin: 0 0;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* Share Icons */
.thb-share-icons h6 {
  font-size: 12px;
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 45px;
}
.thb-share-icons .boxed-icon {
  background: transparent;
}
.thb-share-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thb-share-icons ul li {
  display: inline-block;
}
.thb-share-icons.thb-center {
  text-align: center;
}
.thb-share-icons.thb-center ul li {
  margin: 0 2px;
}
.thb-share-icons.thb-left {
  text-align: left;
}
.thb-share-icons.thb-left ul li {
  margin: 0 4px 0 0;
}
.thb-share-icons.thb-right {
  text-align: right;
}
.thb-share-icons.thb-right ul li {
  margin: 0 0 0 4px;
}
.thb-share-icons.style2 {
  font-size: 18px;
}
.thb-share-icons.style2 a {
  display: block;
  min-width: 18px;
  text-align: center;
}
.thb-share-icons.style2 .fa.fa-facebook {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

/* Clients */
.thb-client-row.has-border .thb-client {
  border: 1px solid #1f1f1f;
}
.thb-client-row.has-border .thb-client {
  margin-right: -1px;
  margin-bottom: -1px;
}
.thb-client-row.has-border .slick .slick-list {
  padding: 0 1px 1px 0 !important;
}
.thb-client-row.has-border.thb-opacity.with-accent .thb-client:hover {
  border-color: #ef173b;
}
.thb-client-row.thb-opacity .thb-client img {
  will-change: opacity;
  opacity: 0.3;
}
.thb-client-row.thb-opacity .thb-client:hover img {
  opacity: 1;
}
.thb-client-row.thb-opacity.with-accent .thb-client:hover {
  background: #ef173b;
}
.thb-client-row.thb-grayscale .thb-client img {
  will-change: filter;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.thb-client-row.thb-grayscale .thb-client:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.thb-client-row .thb-client img {
  display: block;
  margin: 0 auto;
}
.thb-client-row .thb-client a {
  display: block;
}

/* Image */
.thb_image.retina_size {
  transition-duration: 0s;
  visibility: hidden;
}
.thb_image.retina_size.retina_active {
  visibility: visible;
  transition-duration: 0.25s;
}

/* Team Members */
.thb-team-row .slick .slick-track {
  padding: 5% 0;
}
.thb-team-row .slick.centered .slick-slide {
  opacity: 0.7;
  z-index: 1;
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  will-change: transform, opacity;
}
.thb-team-row .slick.centered .slick-slide.slick-center.slick-active {
  opacity: 1;
  z-index: 2;
}
@media only screen and (min-width: 40.0625em) {
  .thb-team-row .slick.centered .slick-slide.slick-center.slick-active {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
.thb-team-row .slick .thb-team-member {
  margin-bottom: 0;
}
.thb-team-row .thb-team-member {
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.thb-team-row .thb-team-member.thb-add-new > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
}
.thb-team-row .thb-team-member.thb-add-new > a svg {
  width: 60px;
  height: 60px;
}
.thb-team-row .thb-team-member.thb-add-new > a:hover {
  border-color: #ef173b;
}
.thb-team-row .thb-team-member.thb-add-new > a:hover svg path {
  stroke: #ef173b;
}
.thb-team-row .thb-team-member .team-member-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.thb-team-row .thb-team-member .team-information {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: -1px;
  opacity: 0;
  padding: 30px;
  background: rgba(239, 23, 59, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  will-change: opacity;
}
@media only screen and (min-width: 40.0625em) {
  .thb-team-row .thb-team-member .team-information {
    left: 15px;
    right: 15px;
  }
}
.thb-team-row .thb-team-member .team-information h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.thb-team-row .thb-team-member .team-information .job-title {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.thb-team-row .thb-team-member .team-information .thb-description {
  font-size: 12px;
  color: #fff;
}
.thb-team-row .thb-team-member .team-information .thb-description a {
  display: inline-block;
  opacity: 0.8;
  color: #fff;
  margin-right: 5px;
}
.thb-team-row .thb-team-member .team-information .thb-description a:hover {
  opacity: 1;
}
.thb-team-row .thb-team-member:hover .team-information {
  opacity: 1;
}
.thb-team-row .thb-team-member.member_style1 .thb-description > p {
  margin-bottom: 0;
}
.thb-team-row .thb-team-member.member_style2 .team-information, .thb-team-row .thb-team-member.member_style3 .team-information {
  position: static;
  opacity: 1;
  background: none;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 0;
  height: auto;
}
.thb-team-row .thb-team-member.member_style2 .team-information h6, .thb-team-row .thb-team-member.member_style3 .team-information h6 {
  color: #1f1f1f;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: normal;
}
.thb-team-row .thb-team-member.member_style2 .team-information .job-title, .thb-team-row .thb-team-member.member_style3 .team-information .job-title {
  color: #818185;
  font-size: 14px;
}
.thb-team-row .thb-team-member.member_style2 .team-information .thb-description, .thb-team-row .thb-team-member.member_style3 .team-information .thb-description {
  color: #1f1f1f;
}
.thb-team-row .thb-team-member.member_style2 .team-information .thb-description a, .thb-team-row .thb-team-member.member_style3 .team-information .thb-description a {
  color: #1f1f1f;
}
.thb-team-row .thb-team-member.member_style3 img {
  border-radius: 50%;
  width: 80%;
  margin: 0 auto;
  display: block;
}

.thb-testimonials {
  opacity: 0;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.thb-testimonials.slick-initialized {
  opacity: 1;
}
@media only screen and (min-width: 64.0625em) {
  .thb-testimonials.thb-large-testimonial.style1 blockquote p, .thb-testimonials.thb-large-testimonial.style2 blockquote p {
    font-size: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-testimonials.thb-large-testimonial.style1 blockquote, .thb-testimonials.thb-large-testimonial.style2 blockquote {
    margin-bottom: 30px;
  }
}
.thb-testimonials .author_image {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.thb-testimonials blockquote {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.thb-testimonials cite {
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px;
}
.thb-testimonials cite:before {
  display: none;
}
.thb-testimonials .title {
  font-size: 13px;
  color: #1f1f1f;
  font-weight: 300;
  line-height: 1;
}
.thb-testimonials.style1 {
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .thb-testimonials.style1 blockquote p {
    font-size: 24px;
  }
}
.thb-testimonials.style2 {
  text-align: left;
}
.rtl .thb-testimonials.style2 {
  text-align: right;
}
.rtl .thb-testimonials.style2 blockquote {
  text-align: right;
}
.thb-testimonials.style2 blockquote {
  padding-left: 0;
  padding-right: 10%;
  text-align: left;
}
.thb-testimonials.style2 blockquote p {
  font-size: 20px;
}
.rtl .thb-testimonials.style2 blockquote {
  padding-right: 0;
  padding-left: 10%;
}
.thb-testimonials.style2 .thb-testimonial .author_image {
  float: left;
  margin: 0 20px 0 0;
}
.thb-testimonials.style2 .thb-testimonial .author_image + div {
  padding: 10px 0 0 84px;
}
.rtl .thb-testimonials.style2 .thb-testimonial .author_image + div {
  padding: 10px 84px 0 0;
}
.rtl .thb-testimonials.style2 .thb-testimonial .author_image {
  float: right;
  margin: 0 0 0 20px;
}
.thb-testimonials.style2 .thb-testimonial div {
  padding: 10px 0 0 0;
  display: block;
  line-height: 1;
}
.thb-testimonials.style3.row {
  padding: 0 5%;
}
.thb-testimonials.style3.row .slick-list {
  overflow: visible;
}
.thb-testimonials.style3.row .slick-slide {
  opacity: 0.6;
}
.thb-testimonials.style3.row .slick-slide.slick-active {
  opacity: 1;
}
.thb-testimonials.style3.row .thb-testimonial {
  text-align: center;
  margin-top: 5px;
}
.thb-testimonials.style3.row .thb-testimonial blockquote {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #4f5359;
  padding: 15px;
  margin-bottom: 38px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-testimonials.style3.row .thb-testimonial blockquote {
    padding: 40px;
  }
}
.thb-testimonials.style3.row .thb-testimonial blockquote p {
  color: inherit;
  font-size: 20px;
  font-weight: 400;
}
.thb-testimonials.style3.row .thb-testimonial blockquote:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  z-index: 0;
  margin-top: -8px;
  margin-left: -8px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.thb-light-column .thb-testimonials {
  color: #fff;
}
.thb-light-column .thb-testimonials blockquote p,
.thb-light-column .thb-testimonials cite,
.thb-light-column .thb-testimonials .title {
  color: #fff;
}

/* Image Slider */
.thb-device {
  max-width: 260px;
  width: 100%;
  margin-bottom: 10%;
}
.thb-device.align-center {
  margin: 0 auto 10%;
}
.thb-device.align-right {
  margin-left: auto;
}
.thb-device.align-left {
  margin-right: auto;
}
.thb-device .thb-iphone {
  position: relative;
  padding-bottom: 201.490825688073%;
  height: 0;
}
.thb-device .thb-iphone .device {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/iphone.png") left top no-repeat;
  background-size: 100%;
}
.thb-device .thb-iphone .screen {
  position: absolute;
  background: transparent;
  top: 11.980648833238%;
  left: 0;
  right: 0;
  bottom: 11.95219123506%;
}
.thb-device .thb-iphone .screen .slick-slide img {
  padding-left: 7.110091743119%;
  padding-right: 6.823394495413%;
}
.thb-device .thb-iphone .screen .slick-dots {
  text-align: center;
  margin-top: 30%;
}
@media only screen and (min-width: 64.0625em) {
  .thb-device .thb-iphone .screen .slick-dots {
    margin-top: 40%;
  }
}

/* Animation */
.animation {
  will-change: opacity, transform;
  opacity: 0;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
.animation.bottom-to-top {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.animation.top-to-bottom {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.animation.left-to-right {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.animation.right-to-left {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.animation.scale {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.vc_editor .animation {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

/* VC Space */
.vc_empty_space {
  clear: both;
}

/* Image Links */
.thb_image_link {
  display: inline-block;
}
.thb_image_link img {
  display: block;
  transform-origin: center;
}
.thb_image_link > a {
  display: block;
  overflow: hidden;
}
.thb_image_link > a:hover img {
  opacity: 0.8;
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.thb_image_link.full {
  width: 100%;
}
.thb_image_link.full img {
  width: 100%;
}
.thb_image_link.center {
  text-align: center;
  width: 100%;
}
.thb_image_link.center .thb-image-inner {
  display: inline-block;
  width: auto;
}
.thb_image_link.caption-style2 {
  padding-left: 40px;
  position: relative;
}
.thb_image_link.caption-style2 .wp-caption-text {
  position: absolute;
  top: -15px;
  left: auto;
  right: calc(100% - 20px);
  width: auto;
  bottom: auto;
  white-space: nowrap;
  transform-origin: right bottom;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.thb_image_link .thb-image-content {
  margin-top: 30px;
}
.thb_image_link.aligncenter {
  display: block;
}
.thb_image_link.aligncenter img {
  margin: 0 auto;
  display: block;
}
.thb_image_link.alignright .thb-image-inner {
  float: right;
  text-align: right;
}
.thb_image_link.alignright .thb-image-inner img {
  margin-left: auto;
}
.thb_image_link .thb-image-inner {
  display: block;
  width: 100%;
  position: relative;
}
.thb_image_link .thb-image-inner img {
  max-width: 100%;
}
.thb_image_link .thb-image-inner.size_125 {
  width: 125%;
}
.thb_image_link .thb-image-inner.size_150 {
  width: 150%;
}
.thb_image_link .thb-image-inner.size_175 {
  width: 175%;
}
.thb_image_link .thb-image-inner.size_200 {
  width: 200%;
}
.thb_image_link .thb-image-inner.size_225 {
  width: 225%;
}
.thb_image_link .thb-image-inner.size_250 {
  width: 250%;
}
.thb_image_link .thb-image-inner.size_275 {
  width: 275%;
}
.thb_image_link .thb-image-inner.size_275 img {
  width: 100%;
}
.thb_image_link .thb-image-inner .thb-portfolio-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.thb_image_link .thb-image-inner .thb-portfolio-video video {
  height: 100% !important;
}
.thb_image_link:hover .thb-portfolio-video {
  opacity: 1;
}

/* Social links */
.page a.facebook,
.full-menu a.facebook,
.post .post-content a.facebook {
  color: #3b5998;
}
.page a.facebook:hover,
.full-menu a.facebook:hover,
.post .post-content a.facebook:hover {
  color: #2d4373;
}
.page a.facebook-messenger,
.full-menu a.facebook-messenger,
.post .post-content a.facebook-messenger {
  color: #0084ff;
}
.page a.facebook-messenger:hover,
.full-menu a.facebook-messenger:hover,
.post .post-content a.facebook-messenger:hover {
  color: #006acc;
}
.page a.linkedin,
.full-menu a.linkedin,
.post .post-content a.linkedin {
  color: #007bb6;
}
.page a.linkedin:hover,
.full-menu a.linkedin:hover,
.post .post-content a.linkedin:hover {
  color: #005983;
}
.page a.pinterest,
.full-menu a.pinterest,
.post .post-content a.pinterest {
  color: #cb2027;
}
.page a.pinterest:hover,
.full-menu a.pinterest:hover,
.post .post-content a.pinterest:hover {
  color: #9f191f;
}
.page a.twitter,
.full-menu a.twitter,
.post .post-content a.twitter {
  color: #00aced;
}
.page a.twitter:hover,
.full-menu a.twitter:hover,
.post .post-content a.twitter:hover {
  color: #0087ba;
}
.page a.instagram,
.full-menu a.instagram,
.post .post-content a.instagram {
  color: #3f729b;
}
.page a.instagram:hover,
.full-menu a.instagram:hover,
.post .post-content a.instagram:hover {
  color: #305777;
}
.page a.vk,
.full-menu a.vk,
.post .post-content a.vk {
  color: #45668e;
}
.page a.vk:hover,
.full-menu a.vk:hover,
.post .post-content a.vk:hover {
  color: #344d6c;
}
.page a.tumblr,
.full-menu a.tumblr,
.post .post-content a.tumblr {
  color: #35465c;
}
.page a.tumblr:hover,
.full-menu a.tumblr:hover,
.post .post-content a.tumblr:hover {
  color: #222d3c;
}
.page a.xing,
.full-menu a.xing,
.post .post-content a.xing {
  color: #cfdc00;
}
.page a.xing:hover,
.full-menu a.xing:hover,
.post .post-content a.xing:hover {
  color: #9fa900;
}
.page a.soundcloud,
.full-menu a.soundcloud,
.post .post-content a.soundcloud {
  color: #f80;
}
.page a.soundcloud:hover,
.full-menu a.soundcloud:hover,
.post .post-content a.soundcloud:hover {
  color: #cc6d00;
}
.page a.dribbble,
.full-menu a.dribbble,
.post .post-content a.dribbble {
  color: #ea4c89;
}
.page a.dribbble:hover,
.full-menu a.dribbble:hover,
.post .post-content a.dribbble:hover {
  color: #e51e6b;
}
.page a.youtube,
.full-menu a.youtube,
.post .post-content a.youtube {
  color: #e52d27;
}
.page a.youtube:hover,
.full-menu a.youtube:hover,
.post .post-content a.youtube:hover {
  color: #c21d17;
}
.page a.spotify,
.full-menu a.spotify,
.post .post-content a.spotify {
  color: #7ab800;
}
.page a.spotify:hover,
.full-menu a.spotify:hover,
.post .post-content a.spotify:hover {
  color: #588500;
}
.page a.behance,
.full-menu a.behance,
.post .post-content a.behance {
  color: #1769ff;
}
.page a.behance:hover,
.full-menu a.behance:hover,
.post .post-content a.behance:hover {
  color: #0050e3;
}
.page a.deviantart,
.full-menu a.deviantart,
.post .post-content a.deviantart {
  color: #4e6252;
}
.page a.deviantart:hover,
.full-menu a.deviantart:hover,
.post .post-content a.deviantart:hover {
  color: #37463a;
}
.page a.vimeo,
.full-menu a.vimeo,
.post .post-content a.vimeo {
  color: #1ab7ea;
}
.page a.vimeo:hover,
.full-menu a.vimeo:hover,
.post .post-content a.vimeo:hover {
  color: #1295bf;
}
.page a.flickr,
.full-menu a.flickr,
.post .post-content a.flickr {
  color: #0063dc;
}
.page a.flickr:hover,
.full-menu a.flickr:hover,
.post .post-content a.flickr:hover {
  color: #004ca9;
}
.page a.rss,
.full-menu a.rss,
.post .post-content a.rss {
  color: #f26522;
}
.page a.rss:hover,
.full-menu a.rss:hover,
.post .post-content a.rss:hover {
  color: #d54d0d;
}
.page a.whatsapp,
.full-menu a.whatsapp,
.post .post-content a.whatsapp {
  color: #25d366;
}
.page a.whatsapp:hover,
.full-menu a.whatsapp:hover,
.post .post-content a.whatsapp:hover {
  color: #1da851;
}
.page a.twitch,
.full-menu a.twitch,
.post .post-content a.twitch {
  color: #6441a5;
}
.page a.twitch:hover,
.full-menu a.twitch:hover,
.post .post-content a.twitch:hover {
  color: #4e3380;
}
.page a.fivehundred,
.full-menu a.fivehundred,
.post .post-content a.fivehundred {
  color: #0099e5;
}
.page a.fivehundred:hover,
.full-menu a.fivehundred:hover,
.post .post-content a.fivehundred:hover {
  color: #0077b2;
}
.page a.github,
.full-menu a.github,
.post .post-content a.github {
  color: #4078c0;
}
.page a.github:hover,
.full-menu a.github:hover,
.post .post-content a.github:hover {
  color: #33609a;
}
.page a.codepen,
.full-menu a.codepen,
.post .post-content a.codepen {
  color: #fcd000;
}
.page a.codepen:hover,
.full-menu a.codepen:hover,
.post .post-content a.codepen:hover {
  color: #c9a600;
}
.page a.telegram,
.full-menu a.telegram,
.post .post-content a.telegram {
  color: #0088cc;
}
.page a.telegram:hover,
.full-menu a.telegram:hover,
.post .post-content a.telegram:hover {
  color: #006699;
}
.page a.imdb,
.full-menu a.imdb,
.post .post-content a.imdb {
  color: #f5de50;
}
.page a.imdb:hover,
.full-menu a.imdb:hover,
.post .post-content a.imdb:hover {
  color: #f2d520;
}
.page .subfooter a.social,
.full-menu .subfooter a.social,
.post .post-content .subfooter a.social {
  color: #1f1f1f;
}
.page .subfooter a.social.facebook:hover,
.full-menu .subfooter a.social.facebook:hover,
.post .post-content .subfooter a.social.facebook:hover {
  color: #3b5998;
}
.page .subfooter a.social.facebook-messenger:hover,
.full-menu .subfooter a.social.facebook-messenger:hover,
.post .post-content .subfooter a.social.facebook-messenger:hover {
  color: #0084ff;
}
.page .subfooter a.social.linkedin:hover,
.full-menu .subfooter a.social.linkedin:hover,
.post .post-content .subfooter a.social.linkedin:hover {
  color: #007bb6;
}
.page .subfooter a.social.pinterest:hover,
.full-menu .subfooter a.social.pinterest:hover,
.post .post-content .subfooter a.social.pinterest:hover {
  color: #cb2027;
}
.page .subfooter a.social.twitter:hover,
.full-menu .subfooter a.social.twitter:hover,
.post .post-content .subfooter a.social.twitter:hover {
  color: #00aced;
}
.page .subfooter a.social.instagram:hover,
.full-menu .subfooter a.social.instagram:hover,
.post .post-content .subfooter a.social.instagram:hover {
  color: #3f729b;
}
.page .subfooter a.social.vk:hover,
.full-menu .subfooter a.social.vk:hover,
.post .post-content .subfooter a.social.vk:hover {
  color: #45668e;
}
.page .subfooter a.social.tumblr:hover,
.full-menu .subfooter a.social.tumblr:hover,
.post .post-content .subfooter a.social.tumblr:hover {
  color: #35465c;
}
.page .subfooter a.social.xing:hover,
.full-menu .subfooter a.social.xing:hover,
.post .post-content .subfooter a.social.xing:hover {
  color: #cfdc00;
}
.page .subfooter a.social.soundcloud:hover,
.full-menu .subfooter a.social.soundcloud:hover,
.post .post-content .subfooter a.social.soundcloud:hover {
  color: #f80;
}
.page .subfooter a.social.dribbble:hover,
.full-menu .subfooter a.social.dribbble:hover,
.post .post-content .subfooter a.social.dribbble:hover {
  color: #ea4c89;
}
.page .subfooter a.social.youtube:hover,
.full-menu .subfooter a.social.youtube:hover,
.post .post-content .subfooter a.social.youtube:hover {
  color: #e52d27;
}
.page .subfooter a.social.spotify:hover,
.full-menu .subfooter a.social.spotify:hover,
.post .post-content .subfooter a.social.spotify:hover {
  color: #7ab800;
}
.page .subfooter a.social.behance:hover,
.full-menu .subfooter a.social.behance:hover,
.post .post-content .subfooter a.social.behance:hover {
  color: #1769ff;
}
.page .subfooter a.social.deviantart:hover,
.full-menu .subfooter a.social.deviantart:hover,
.post .post-content .subfooter a.social.deviantart:hover {
  color: #4e6252;
}
.page .subfooter a.social.vimeo:hover,
.full-menu .subfooter a.social.vimeo:hover,
.post .post-content .subfooter a.social.vimeo:hover {
  color: #1ab7ea;
}
.page .subfooter a.social.flickr:hover,
.full-menu .subfooter a.social.flickr:hover,
.post .post-content .subfooter a.social.flickr:hover {
  color: #0063dc;
}
.page .subfooter a.social.rss:hover,
.full-menu .subfooter a.social.rss:hover,
.post .post-content .subfooter a.social.rss:hover {
  color: #f26522;
}
.page .subfooter a.social.whatsapp:hover,
.full-menu .subfooter a.social.whatsapp:hover,
.post .post-content .subfooter a.social.whatsapp:hover {
  color: #25d366;
}
.page .subfooter a.social.twitch:hover,
.full-menu .subfooter a.social.twitch:hover,
.post .post-content .subfooter a.social.twitch:hover {
  color: #6441a5;
}
.page .subfooter a.social.fivehundred:hover,
.full-menu .subfooter a.social.fivehundred:hover,
.post .post-content .subfooter a.social.fivehundred:hover {
  color: #0099e5;
}
.page .subfooter a.social.github:hover,
.full-menu .subfooter a.social.github:hover,
.post .post-content .subfooter a.social.github:hover {
  color: #4078c0;
}
.page .subfooter a.social.codepen:hover,
.full-menu .subfooter a.social.codepen:hover,
.post .post-content .subfooter a.social.codepen:hover {
  color: #fcd000;
}
.page .subfooter a.social.telegram:hover,
.full-menu .subfooter a.social.telegram:hover,
.post .post-content .subfooter a.social.telegram:hover {
  color: #0088cc;
}
.page .subfooter a.social.imdb:hover,
.full-menu .subfooter a.social.imdb:hover,
.post .post-content .subfooter a.social.imdb:hover {
  color: #f5de50;
}
.page .subfooter.dark a.social,
.full-menu .subfooter.dark a.social,
.post .post-content .subfooter.dark a.social {
  color: #fff;
}

/* Tables */
table tbody th, table tbody td {
  text-align: inherit;
  color: #1f1f1f;
}

/* Contact Map */
.contact_map h3 {
  margin-bottom: 5px;
}
.contact_map.disabled {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Typed */
.thb-autotype .thb-autotype-entry {
  display: inline-block;
  font-weight: 600;
  color: #ef173b;
  will-change: contents;
}
.thb-autotype .typed-cursor {
  font-weight: 400;
  display: inline-block;
  -moz-animation: blink 0.7s infinite;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Fade Type */
.thb-fadetype {
  visibility: hidden;
}
.thb-fadetype .thb-fadetype-entry {
  display: inline-block;
  will-change: contents;
}
.thb-fadetype .thb-fadetype-entry div {
  will-change: opacity;
}
.thb-fadetype.thb-fadetype-style1 .thb-fadetype-entry {
  perspective: 1000px;
  backface-visibility: hidden;
}
.thb-fadetype.thb-fadetype-style1 .thb-fadetype-entry div {
  transform-origin: bottom center;
  transform-style: preserve-3d;
}

/* Slide Type */
.thb-slidetype {
  visibility: hidden;
}
.thb-slidetype .thb-slidetype-entry {
  display: block;
  will-change: contents;
  overflow: hidden;
}
.thb-slidetype .thb-slidetype-entry .lines {
  display: block;
}

/* Music Toggle */
#music_toggle {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
#music_toggle > div {
  display: flex;
  padding-bottom: 2px;
  width: 20px;
  height: 21px;
  align-items: flex-end;
}
#music_toggle span {
  display: inline-flex;
  margin: 0 1px;
  width: 2px;
  height: 7px;
  background: #fff;
}
#music_toggle.on span:nth-child(1) {
  -moz-animation: music-bar 2s 1s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 1s ease-out alternate infinite;
  animation: music-bar 2s 1s ease-out alternate infinite;
}
#music_toggle.on span:nth-child(2) {
  -moz-animation: music-bar 2s 0.5s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 0.5s ease-out alternate infinite;
  animation: music-bar 2s 0.5s ease-out alternate infinite;
}
#music_toggle.on span:nth-child(3) {
  -moz-animation: music-bar 2s 1.5s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 1.5s ease-out alternate infinite;
  animation: music-bar 2s 1.5s ease-out alternate infinite;
}
#music_toggle.on span:nth-child(4) {
  -moz-animation: music-bar 2s 0.25s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 0.25s ease-out alternate infinite;
  animation: music-bar 2s 0.25s ease-out alternate infinite;
}
#music_toggle.on span:nth-child(5) {
  -moz-animation: music-bar 2s 0.75s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 0.75s ease-out alternate infinite;
  animation: music-bar 2s 0.75s ease-out alternate infinite;
}
.rtl #music_toggle {
  right: auto;
  left: 15px;
}
@media only screen and (min-width: 40.0625em) {
  #music_toggle {
    bottom: 50px;
    right: 50px;
  }
  .rtl #music_toggle {
    right: auto;
    left: 50px;
  }
}
#music_toggle:hover, #music_toggle.on {
  background: #ef173b;
}

@-moz-keyframes music-bar {
  0% {
    height: 6px;
  }
  10% {
    height: 10px;
  }
  20% {
    height: 6px;
  }
  30% {
    height: 14px;
  }
  40% {
    height: 12px;
  }
  50% {
    height: 6px;
  }
  60% {
    height: 14px;
  }
  70% {
    height: 10px;
  }
  80% {
    height: 12px;
  }
  90% {
    height: 4px;
  }
  100% {
    height: 14px;
  }
}
@-webkit-keyframes music-bar {
  0% {
    height: 6px;
  }
  10% {
    height: 10px;
  }
  20% {
    height: 6px;
  }
  30% {
    height: 14px;
  }
  40% {
    height: 12px;
  }
  50% {
    height: 6px;
  }
  60% {
    height: 14px;
  }
  70% {
    height: 10px;
  }
  80% {
    height: 12px;
  }
  90% {
    height: 4px;
  }
  100% {
    height: 14px;
  }
}
@keyframes music-bar {
  0% {
    height: 6px;
  }
  10% {
    height: 10px;
  }
  20% {
    height: 6px;
  }
  30% {
    height: 14px;
  }
  40% {
    height: 12px;
  }
  50% {
    height: 6px;
  }
  60% {
    height: 14px;
  }
  70% {
    height: 10px;
  }
  80% {
    height: 12px;
  }
  90% {
    height: 4px;
  }
  100% {
    height: 14px;
  }
}
/* Scroll to Top */
#scroll_to_top {
  position: fixed;
  bottom: -50px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border: 1px solid #dedede;
}
#scroll_to_top:hover {
  background: #404040;
  border-color: #404040;
}
#scroll_to_top:hover svg {
  fill: #fff;
}
#scroll_to_top svg {
  fill: #dedede;
}
.rtl #scroll_to_top {
  right: auto;
  left: 15px;
}
@media only screen and (min-width: 40.0625em) {
  #scroll_to_top {
    right: 50px;
  }
  .rtl #scroll_to_top {
    right: auto;
    left: 50px;
  }
}
#scroll_to_top.active {
  bottom: 15px;
}
@media only screen and (min-width: 40.0625em) {
  #scroll_to_top.active {
    bottom: 50px;
  }
}
#scroll_to_top.active + #music_toggle {
  bottom: 65px;
}
@media only screen and (min-width: 40.0625em) {
  #scroll_to_top.active + #music_toggle {
    bottom: 100px;
  }
}

/* Password Protection */
.password-protected {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.password-protected svg {
  display: inline-block;
  width: 60px;
  max-width: 100%;
  margin-bottom: 30px;
}
.password-protected h3 {
  margin-bottom: 5px;
}
.password-protected .password-form {
  text-align: center;
}
.password-protected p {
  margin-bottom: 30px;
}

/* PSWP */
.pswp__caption__center {
  text-align: center;
}

/* Count Up */
.thb-counter {
  text-align: center;
  color: #ef173b;
  visibility: hidden;
  margin-bottom: 30px;
}
.thb-counter figure {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.thb-counter figure svg {
  display: none;
  width: 50px;
  margin: 0 auto;
}
.thb-counter figure svg path,
.thb-counter figure svg circle,
.thb-counter figure svg rect,
.thb-counter figure svg ellipse {
  stroke: #ef173b;
}
.thb-counter div {
  will-change: contents;
}
.thb-counter .h1 {
  display: block;
  width: 100%;
  line-height: 1;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
}
.thb-counter h6 {
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: normal;
  color: #ef173b;
  margin: 0;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* VC Video Element */
.wpb_video_widget .wpb_video_wrapper {
  padding: 0 !important;
}

/* VC Image carousel fix */
.vc_images_carousel .vc_carousel-indicators li:before {
  display: none !important;
}

/* Awards */
.thb-awards-parent {
  color: #111;
  font-size: 18px;
}
.thb-awards-parent .award-date {
  display: block;
  padding: 15px 0;
}
@media only screen and (min-width: 40.0625em) {
  .thb-awards-parent .award-date {
    padding: 25px 0;
  }
}
.thb-awards-parent .thb-awards .award-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
@media only screen and (min-width: 40.0625em) {
  .thb-awards-parent .thb-awards .award-container {
    padding: 25px 0;
  }
}
.thb-awards-parent .thb-awards:last-child .award-container {
  border-bottom: 0;
}
.thb-awards-parent .thb-awards .thb-award-description strong {
  color: #111;
}
.thb-awards-parent + .thb-awards-parent {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}

/* Experience */
.thb-experience {
  color: #111;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.thb-experience:last-of-type {
  border-bottom: 0;
}
.thb-experience .experience-date,
.thb-experience .thb-experience-description,
.thb-experience .thb-experience-position {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-experience .experience-date,
  .thb-experience .thb-experience-description,
  .thb-experience .thb-experience-position {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.thb-experience .thb-experience-description strong,
.thb-experience .thb-experience-position strong {
  color: #111;
}

/* Twitter Element */
.thb_twitter_container p {
  margin-bottom: 5px;
}
.thb_twitter_container p a {
  font-weight: 500;
}
.thb_twitter_container .thb_tweet_time {
  font-size: 11px;
  text-transform: uppercase;
  color: #00aced;
}
.thb_twitter_container.style2 .thb_tweet {
  margin-bottom: 10px;
}
.thb_twitter_container.style1 .thb_tweet {
  margin-bottom: 25px;
}

/* VC Image Carousel */
.vc_carousel-indicators li:before {
  display: none;
}

/* VC Masonry Grid */
.vc_gitem-zone .mfp-image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Text Element Links */
.wpb_text_column a {
  display: inline-block;
  position: relative;
}
.wpb_text_column a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #1f1f1f;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.wpb_text_column a:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.wpb_text_column img.alignleft {
  margin-right: 20px;
}
.wpb_text_column img.alignright {
  margin-left: 20px;
}
@media only screen and (max-width: 40.0625em) {
  .wpb_text_column img.alignleft, .wpb_text_column img.alignright {
    width: 100%;
    margin: 0 0 20px;
  }
}

/* Tabs */
.vc_tta-container .row {
  box-sizing: border-box;
}

/* Cascading Image */
.thb_cascading_images {
  position: relative;
}
.thb_cascading_images .cascading_image {
  display: block;
  width: 100%;
}
.thb_cascading_images .cascading_image:not(:first-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.thb_cascading_images .cascading_image img {
  display: block;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.thb_cascading_images .cascading_image .thb_box_shadow {
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

#right_click_content {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  opacity: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#right_click_content h1, #right_click_content h2, #right_click_content h3, #right_click_content h4, #right_click_content h5, #right_click_content h6 {
  color: #fff;
}
#right_click_content .columns > *:last-child {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #right_click_content > .row {
    margin: 0;
    width: 100%;
  }
}

/* VC Gallery */
.wpb_gallery .row .columns {
  width: 100%;
  overflow: hidden;
}
.wpb_gallery a {
  display: block;
}
.wpb_gallery img {
  width: 100%;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.wpb_gallery .thb-overlay-caption:hover img {
  opacity: 0.6;
}

.thb-overlay-caption {
  position: relative;
  background: #090909;
}
.thb-overlay-caption figcaption {
  display: block;
  background: rgba(9, 9, 9, 0.4);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 13px 20px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-overlay-caption figcaption {
    top: 40px;
    left: 40px;
  }
}

input[type="submit"],
.button,
.btn {
  display: inline-flex;
  align-items: center;
  height: 44px;
  background: #1f1f1f;
  color: #fff;
  padding: 0 40px;
  max-width: 100%;
  font-size: 14px;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="submit"] > span,
.button > span,
.btn > span {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
input[type="submit"]:hover,
.button:hover,
.btn:hover {
  background: #ef173b;
  color: #fff;
}
input[type="submit"].disabled,
.button.disabled,
.btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}
input[type="submit"].small,
.button.small,
.btn.small {
  font-weight: 500;
  font-size: 12px;
  padding: 0 25px;
  height: 34px;
}
input[type="submit"].large,
.button.large,
.btn.large {
  padding: 0 45px;
  height: 60px;
  font-size: 16px;
}
input[type="submit"].large.thb-3d-style,
.button.large.thb-3d-style,
.btn.large.thb-3d-style {
  padding: 0 100px;
}
input[type="submit"].full,
.button.full,
.btn.full {
  width: 100%;
}
input[type="submit"].full > span,
.button.full > span,
.btn.full > span {
  width: 100%;
}
input[type="submit"].masonry_btn,
.button.masonry_btn,
.btn.masonry_btn {
  margin-top: 30px;
}
input[type="submit"].white, .light-title.type-portfolio input[type="submit"],
.button.white, .light-title.type-portfolio
.button,
.btn.white, .light-title.type-portfolio
.btn {
  background: #fff;
  color: #1f1f1f;
}
input[type="submit"].white:hover, .light-title.type-portfolio input[type="submit"]:hover,
.button.white:hover, .light-title.type-portfolio
.button:hover,
.btn.white:hover, .light-title.type-portfolio
.btn:hover {
  background: #1f1f1f;
  color: #fff;
}
input[type="submit"].grey,
.button.grey,
.btn.grey {
  background: #b6b6b6;
  color: #fff;
}
input[type="submit"].grey:hover,
.button.grey:hover,
.btn.grey:hover {
  background: #1f1f1f;
  color: #fff;
}
input[type="submit"].accent, input[type="submit"].wc-forward, .place-order input[type="submit"],
.button.accent,
.button.wc-forward, .place-order
.button,
.btn.accent,
.btn.wc-forward, .place-order
.btn {
  background: #ef173b;
  color: #fff;
}
input[type="submit"].accent:hover, input[type="submit"].wc-forward:hover, .place-order input[type="submit"]:hover,
.button.accent:hover,
.button.wc-forward:hover, .place-order
.button:hover,
.btn.accent:hover,
.btn.wc-forward:hover, .place-order
.btn:hover {
  background: #1f1f1f;
  color: #fff;
}
input[type="submit"].thb-3d-style,
.button.thb-3d-style,
.btn.thb-3d-style {
  padding: 0 70px;
  transform-style: preserve-3d;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  background: none;
}
input[type="submit"].thb-3d-style span,
.button.thb-3d-style span,
.btn.thb-3d-style span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  will-change: transform;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: rotateX(0deg) translateZ(22px);
  -ms-transform: rotateX(0deg) translateZ(22px);
  -webkit-transform: rotateX(0deg) translateZ(22px);
  transform: rotateX(0deg) translateZ(22px);
  background: #1f1f1f;
  color: #fff;
}
input[type="submit"].thb-3d-style:after,
.button.thb-3d-style:after,
.btn.thb-3d-style:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #484848;
  color: #fff;
  backface-visibility: hidden;
  will-change: transform;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: rotateX(90deg) translateZ(22px);
  -ms-transform: rotateX(90deg) translateZ(22px);
  -webkit-transform: rotateX(90deg) translateZ(22px);
  transform: rotateX(90deg) translateZ(22px);
}
input[type="submit"].thb-3d-style:hover span,
.button.thb-3d-style:hover span,
.btn.thb-3d-style:hover span {
  -moz-transform: rotateX(-90deg) translateZ(22px);
  -ms-transform: rotateX(-90deg) translateZ(22px);
  -webkit-transform: rotateX(-90deg) translateZ(22px);
  transform: rotateX(-90deg) translateZ(22px);
}
input[type="submit"].thb-3d-style:hover:after,
.button.thb-3d-style:hover:after,
.btn.thb-3d-style:hover:after {
  -moz-transform: rotateX(0deg) translateZ(22px);
  -ms-transform: rotateX(0deg) translateZ(22px);
  -webkit-transform: rotateX(0deg) translateZ(22px);
  transform: rotateX(0deg) translateZ(22px);
}
input[type="submit"].thb-3d-style.white span, .light-title.type-portfolio input[type="submit"].thb-3d-style span,
.button.thb-3d-style.white span, .light-title.type-portfolio
.button.thb-3d-style span,
.btn.thb-3d-style.white span, .light-title.type-portfolio
.btn.thb-3d-style span {
  background: #fff;
  color: #1f1f1f;
}
input[type="submit"].thb-3d-style.white:after, .light-title.type-portfolio input[type="submit"].thb-3d-style:after,
.button.thb-3d-style.white:after, .light-title.type-portfolio
.button.thb-3d-style:after,
.btn.thb-3d-style.white:after, .light-title.type-portfolio
.btn.thb-3d-style:after {
  background: #ededed;
  color: #1f1f1f;
}
input[type="submit"].thb-3d-style.accent span,
.button.thb-3d-style.accent span,
.btn.thb-3d-style.accent span {
  background: #ef173b;
  color: #fff;
}
input[type="submit"].thb-3d-style.accent:after,
.button.thb-3d-style.accent:after,
.btn.thb-3d-style.accent:after {
  background: #1f1f1f;
  color: #fff;
}
input[type="submit"].thb-pill-style,
.button.thb-pill-style,
.btn.thb-pill-style {
  border-radius: 500px;
}
input[type="submit"].thb-border-style,
.button.thb-border-style,
.btn.thb-border-style {
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  background: transparent;
}
input[type="submit"].thb-border-style:hover,
.button.thb-border-style:hover,
.btn.thb-border-style:hover {
  background: #1f1f1f;
  color: #fff;
}
input[type="submit"].thb-border-style.white, .light-title.type-portfolio input[type="submit"].thb-border-style,
.button.thb-border-style.white, .light-title.type-portfolio
.button.thb-border-style,
.btn.thb-border-style.white, .light-title.type-portfolio
.btn.thb-border-style {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
input[type="submit"].thb-border-style.white:hover, .light-title.type-portfolio input[type="submit"].thb-border-style:hover,
.button.thb-border-style.white:hover, .light-title.type-portfolio
.button.thb-border-style:hover,
.btn.thb-border-style.white:hover, .light-title.type-portfolio
.btn.thb-border-style:hover {
  background: #fff;
  color: #1f1f1f;
}
input[type="submit"].thb-border-style.accent,
.button.thb-border-style.accent,
.btn.thb-border-style.accent {
  border-color: #ef173b;
  color: #ef173b;
}
input[type="submit"].thb-border-style.accent:hover,
.button.thb-border-style.accent:hover,
.btn.thb-border-style.accent:hover {
  background: #ef173b;
  color: #fff;
}
input[type="submit"].thb-border-style > span,
.button.thb-border-style > span,
.btn.thb-border-style > span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
input[type="submit"].thb-fill-style,
.button.thb-fill-style,
.btn.thb-fill-style {
  background: transparent;
  color: #1f1f1f;
  position: relative;
  border: 1px solid #1f1f1f;
  z-index: 0;
}
input[type="submit"].thb-fill-style:before, input[type="submit"].thb-fill-style:after,
.button.thb-fill-style:before,
.button.thb-fill-style:after,
.btn.thb-fill-style:before,
.btn.thb-fill-style:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #484848;
  will-change: transform;
  z-index: -2;
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
input[type="submit"].thb-fill-style:before,
.button.thb-fill-style:before,
.btn.thb-fill-style:before {
  background: #1f1f1f;
  z-index: -1;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
input[type="submit"].thb-fill-style:hover,
.button.thb-fill-style:hover,
.btn.thb-fill-style:hover {
  background: transparent;
  color: #fff;
}
input[type="submit"].thb-fill-style:hover span,
.button.thb-fill-style:hover span,
.btn.thb-fill-style:hover span {
  background: transparent;
}
input[type="submit"].thb-fill-style:hover:before, input[type="submit"].thb-fill-style:hover:after,
.button.thb-fill-style:hover:before,
.button.thb-fill-style:hover:after,
.btn.thb-fill-style:hover:before,
.btn.thb-fill-style:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
input[type="submit"].thb-fill-style.white, .light-title.type-portfolio input[type="submit"].thb-fill-style,
.button.thb-fill-style.white, .light-title.type-portfolio
.button.thb-fill-style,
.btn.thb-fill-style.white, .light-title.type-portfolio
.btn.thb-fill-style {
  border-color: #fff;
  color: #fff;
}
input[type="submit"].thb-fill-style.white:before, .light-title.type-portfolio input[type="submit"].thb-fill-style:before,
.button.thb-fill-style.white:before, .light-title.type-portfolio
.button.thb-fill-style:before,
.btn.thb-fill-style.white:before, .light-title.type-portfolio
.btn.thb-fill-style:before {
  background: #fff;
}
input[type="submit"].thb-fill-style.white:after, .light-title.type-portfolio input[type="submit"].thb-fill-style:after,
.button.thb-fill-style.white:after, .light-title.type-portfolio
.button.thb-fill-style:after,
.btn.thb-fill-style.white:after, .light-title.type-portfolio
.btn.thb-fill-style:after {
  background: #ededed;
}
input[type="submit"].thb-fill-style.white:hover, .light-title.type-portfolio input[type="submit"].thb-fill-style:hover,
.button.thb-fill-style.white:hover, .light-title.type-portfolio
.button.thb-fill-style:hover,
.btn.thb-fill-style.white:hover, .light-title.type-portfolio
.btn.thb-fill-style:hover {
  color: #1f1f1f;
}
input[type="submit"].thb-fill-style.accent,
.button.thb-fill-style.accent,
.btn.thb-fill-style.accent {
  border-color: #ef173b;
  color: #ef173b;
}
input[type="submit"].thb-fill-style.accent:before,
.button.thb-fill-style.accent:before,
.btn.thb-fill-style.accent:before {
  background: #ef173b;
}
input[type="submit"].thb-fill-style.accent:after,
.button.thb-fill-style.accent:after,
.btn.thb-fill-style.accent:after {
  background: #1f1f1f;
}
input[type="submit"].thb-fill-style.accent:hover,
.button.thb-fill-style.accent:hover,
.btn.thb-fill-style.accent:hover {
  color: #fff;
}
input[type="submit"].thb-fill-style > span,
.button.thb-fill-style > span,
.btn.thb-fill-style > span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
input[type="submit"].thb-text-style,
.button.thb-text-style,
.btn.thb-text-style {
  align-items: stretch;
  background: none;
  color: #1f1f1f;
  padding: 0 25px;
  position: relative;
  font-weight: 600;
}
input[type="submit"].thb-text-style:before,
.button.thb-text-style:before,
.btn.thb-text-style:before {
  content: '';
  background: #1f1f1f;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  -moz-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
input[type="submit"].thb-text-style:after,
.button.thb-text-style:after,
.btn.thb-text-style:after {
  content: '';
  background: #1f1f1f;
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
input[type="submit"].thb-text-style span,
.button.thb-text-style span,
.btn.thb-text-style span {
  margin: -1px 0;
  border-bottom: 1px solid #1f1f1f;
  position: relative;
}
input[type="submit"].thb-text-style span:before,
.button.thb-text-style span:before,
.btn.thb-text-style span:before {
  content: '';
  background: #1f1f1f;
  position: absolute;
  bottom: 0;
  left: -25px;
  height: 100%;
  width: 1px;
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
input[type="submit"].thb-text-style span:after,
.button.thb-text-style span:after,
.btn.thb-text-style span:after {
  content: '';
  background: #1f1f1f;
  position: absolute;
  bottom: 0;
  right: -25px;
  height: 100%;
  width: 1px;
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
input[type="submit"].thb-text-style:hover:before,
.button.thb-text-style:hover:before,
.btn.thb-text-style:hover:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
input[type="submit"].thb-text-style:hover span,
.button.thb-text-style:hover span,
.btn.thb-text-style:hover span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
input[type="submit"].thb-text-style:hover span:after, input[type="submit"].thb-text-style:hover span:before,
.button.thb-text-style:hover span:after,
.button.thb-text-style:hover span:before,
.btn.thb-text-style:hover span:after,
.btn.thb-text-style:hover span:before {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
input[type="submit"].thb-text-style:hover:after,
.button.thb-text-style:hover:after,
.btn.thb-text-style:hover:after {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
input[type="submit"].thb-text-style.white, .light-title.type-portfolio input[type="submit"].thb-text-style,
.button.thb-text-style.white, .light-title.type-portfolio
.button.thb-text-style,
.btn.thb-text-style.white, .light-title.type-portfolio
.btn.thb-text-style {
  color: #fff;
  background: transparent;
}
input[type="submit"].thb-text-style.white span, .light-title.type-portfolio input[type="submit"].thb-text-style span,
.button.thb-text-style.white span, .light-title.type-portfolio
.button.thb-text-style span,
.btn.thb-text-style.white span, .light-title.type-portfolio
.btn.thb-text-style span {
  border-color: #fff;
}
input[type="submit"].thb-text-style.white:before, input[type="submit"].thb-text-style.white:after,
input[type="submit"].thb-text-style.white span:before,
input[type="submit"].thb-text-style.white span:after, .light-title.type-portfolio input[type="submit"].thb-text-style:before, .light-title.type-portfolio input[type="submit"].thb-text-style:after,
.light-title.type-portfolio input[type="submit"].thb-text-style span:before,
.light-title.type-portfolio input[type="submit"].thb-text-style span:after,
.button.thb-text-style.white:before,
.button.thb-text-style.white:after,
.button.thb-text-style.white span:before,
.button.thb-text-style.white span:after, .light-title.type-portfolio
.button.thb-text-style:before, .light-title.type-portfolio
.button.thb-text-style:after,
.light-title.type-portfolio
.button.thb-text-style span:before,
.light-title.type-portfolio
.button.thb-text-style span:after,
.btn.thb-text-style.white:before,
.btn.thb-text-style.white:after,
.btn.thb-text-style.white span:before,
.btn.thb-text-style.white span:after, .light-title.type-portfolio
.btn.thb-text-style:before, .light-title.type-portfolio
.btn.thb-text-style:after,
.light-title.type-portfolio
.btn.thb-text-style span:before,
.light-title.type-portfolio
.btn.thb-text-style span:after {
  background: #fff;
}
input[type="submit"].thb-text-style.white:hover, .light-title.type-portfolio input[type="submit"].thb-text-style:hover,
.button.thb-text-style.white:hover, .light-title.type-portfolio
.button.thb-text-style:hover,
.btn.thb-text-style.white:hover, .light-title.type-portfolio
.btn.thb-text-style:hover {
  background: transparent;
}
input[type="submit"].thb-text-style.accent,
.button.thb-text-style.accent,
.btn.thb-text-style.accent {
  color: #ef173b;
  background: transparent;
}
input[type="submit"].thb-text-style.accent span,
.button.thb-text-style.accent span,
.btn.thb-text-style.accent span {
  border-color: #ef173b;
}
input[type="submit"].thb-text-style.accent:before, input[type="submit"].thb-text-style.accent:after,
input[type="submit"].thb-text-style.accent span:before,
input[type="submit"].thb-text-style.accent span:after,
.button.thb-text-style.accent:before,
.button.thb-text-style.accent:after,
.button.thb-text-style.accent span:before,
.button.thb-text-style.accent span:after,
.btn.thb-text-style.accent:before,
.btn.thb-text-style.accent:after,
.btn.thb-text-style.accent span:before,
.btn.thb-text-style.accent span:after {
  background: #ef173b;
}
input[type="submit"].thb-text-style.accent:hover,
.button.thb-text-style.accent:hover,
.btn.thb-text-style.accent:hover {
  background: transparent;
}
input[type="submit"].thb-solid-border,
.button.thb-solid-border,
.btn.thb-solid-border {
  border: 2px solid #efefef;
  background: #fff;
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
input[type="submit"].thb-solid-border span,
.button.thb-solid-border span,
.btn.thb-solid-border span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
input[type="submit"].thb-solid-border:hover,
.button.thb-solid-border:hover,
.btn.thb-solid-border:hover {
  border-color: #1f1f1f;
  background: #1f1f1f;
  color: #fff;
}
input[type="submit"].thb-solid-border.white:hover,
.button.thb-solid-border.white:hover,
.btn.thb-solid-border.white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #1f1f1f;
}
input[type="submit"].thb-solid-border.accent:hover,
.button.thb-solid-border.accent:hover,
.btn.thb-solid-border.accent:hover {
  border-color: #ef173b;
  background-color: #ef173b;
  color: #fff;
}
input[type="submit"].thb-border-line-style,
.button.thb-border-line-style,
.btn.thb-border-line-style {
  background: transparent;
  color: #1f1f1f;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 12px;
  font-weight: 600;
}
input[type="submit"].thb-border-line-style span,
.button.thb-border-line-style span,
.btn.thb-border-line-style span {
  position: relative;
  z-index: 5;
}
input[type="submit"].thb-border-line-style:after,
.button.thb-border-line-style:after,
.btn.thb-border-line-style:after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 3px;
  position: absolute;
  bottom: -1.5px;
  left: 10px;
  background: #1f1f1f;
  transform-origin: bottom center;
}
input[type="submit"].thb-border-line-style:hover,
.button.thb-border-line-style:hover,
.btn.thb-border-line-style:hover {
  color: #fff;
  background: transparent;
  border-color: #1f1f1f;
}
input[type="submit"].thb-border-line-style:hover:after,
.button.thb-border-line-style:hover:after,
.btn.thb-border-line-style:hover:after {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}
input[type="submit"].thb-border-line-style.white,
.button.thb-border-line-style.white,
.btn.thb-border-line-style.white {
  border-color: #fff;
  color: #fff;
}
input[type="submit"].thb-border-line-style.white:after,
.button.thb-border-line-style.white:after,
.btn.thb-border-line-style.white:after {
  background: #fff;
}
input[type="submit"].thb-border-line-style.white:hover,
.button.thb-border-line-style.white:hover,
.btn.thb-border-line-style.white:hover {
  color: #1f1f1f;
  border-color: #fff;
}
input[type="submit"].thb-border-line-style.accent,
.button.thb-border-line-style.accent,
.btn.thb-border-line-style.accent {
  border-color: #ef173b;
  color: #ef173b;
}
input[type="submit"].thb-border-line-style.accent:after,
.button.thb-border-line-style.accent:after,
.btn.thb-border-line-style.accent:after {
  background: #ef173b;
}
input[type="submit"].thb-border-line-style.accent:hover,
.button.thb-border-line-style.accent:hover,
.btn.thb-border-line-style.accent:hover {
  color: #fff;
  border-color: #ef173b;
}

/* Text Button */
.btn-text {
  display: inline-flex;
  align-items: center;
  /* End .style1 */
  /* End .style2 */
  /* End .style3 */
  /* End .style4 */
  /* End .style5 */
  /* End .style6 */
}
.btn-text.style1 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-text.style1:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 1px;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.15);
}
.btn-text.style1:hover {
  color: #090909;
}
.btn-text.style1:hover:before {
  width: 60px;
  background: #090909;
}
.btn-text.style1.white {
  color: #fff;
}
.btn-text.style1.white:before {
  background: rgba(255, 255, 255, 0.45);
}
.btn-text.style1.white:hover {
  color: #fff;
}
.btn-text.style1.white:hover:before {
  background: #fff;
}
.btn-text.style2 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #090909;
  position: relative;
}
.btn-text.style2:before, .btn-text.style2:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
}
.btn-text.style2:after {
  background: #1f1f1f;
  transform-origin: left center;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.btn-text.style2:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-text.style3 {
  font-size: 14px;
  font-weight: 600;
}
.btn-text.style3 .circle-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  background: #ef173b;
  position: relative;
  border-radius: 12px;
  margin-right: 17px;
}
.btn-text.style3 .circle-btn:before, .btn-text.style3 .circle-btn:after {
  content: '';
  display: block;
  height: 1px;
  width: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: right center;
}
.btn-text.style3 .circle-btn:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
}
.btn-text.style3 .circle-btn:after {
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}
.btn-text.style3 span {
  position: relative;
  line-height: 1;
}
.btn-text.style3 span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #090909;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  transform-origin: left center;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.btn-text.style3:hover {
  color: #090909;
}
.btn-text.style3:hover span:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-text.style4 {
  font-size: 18px;
}
.btn-text.style4 .arrow {
  display: inline-flex;
  margin-left: 13px;
  position: relative;
  overflow: hidden;
  width: 15px;
}
.btn-text.style4 .arrow > div {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 32px;
  -moz-transform: translateX(-17px);
  -ms-transform: translateX(-17px);
  -webkit-transform: translateX(-17px);
  transform: translateX(-17px);
}
.btn-text.style4 .arrow svg {
  width: 15px;
  height: auto;
}
.btn-text.style4 .arrow svg + svg {
  margin-left: 2px;
}
.btn-text.style4 .arrow svg:first-child {
  fill: #ef173b;
}
.btn-text.style4:hover .arrow > div {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn-text.style5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-text.style5 svg {
  fill: #090909;
  height: 10px;
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-text.style5 svg .bar {
  fill: #090909;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-text.style5 .arrow {
  height: 10px;
  display: flex;
  align-items: center;
}
.btn-text.style5:hover {
  color: #090909;
}
.btn-text.style5:hover svg {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.btn-text.style5:hover svg .bar {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-text.style6 {
  font-size: 18px;
}
.btn-text.style6:hover .regular-arrow {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.light-title.type-portfolio .btn-text.style6 {
  color: #fff;
}
.light-title.type-portfolio .btn-text.style6 .regular-arrow:after,
.light-title.type-portfolio .btn-text.style6 .regular-arrow:before,
.light-title.type-portfolio .btn-text.style6 .regular-arrow span:after {
  background: #fff;
}
.btn-text.style6 .regular-arrow {
  display: inline-flex;
  position: relative;
  width: 20px;
  height: 14px;
  margin-right: 16px;
}
.btn-text.style6 .regular-arrow span {
  display: block;
  position: relative;
  width: 20px;
}
.btn-text.style6 .regular-arrow span:after {
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  background: #090909;
  position: absolute;
  top: 6px;
  border-radius: 1px;
  left: 0;
}
.btn-text.style6 .regular-arrow:before, .btn-text.style6 .regular-arrow:after {
  content: '';
  display: block;
  height: 2px;
  width: 9px;
  border-radius: 1px;
  background: #090909;
  position: absolute;
  top: 50%;
  right: -4px;
  transform-origin: right center;
}
.btn-text.style6 .regular-arrow:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
}
.btn-text.style6 .regular-arrow:after {
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}

.thb-image-slider {
  position: relative;
}
.thb-image-slider:not(.slick-initialized) {
  overflow: hidden;
  max-height: 100vh;
}
.thb-image-slider:not(.slick-initialized) figure {
  display: none;
}
.thb-image-slider:not(.slick-initialized) figure:first-child {
  display: flex;
}
.thb-image-slider figure, .thb-image-slider.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thb-image-slider figure a.thb-full-link, .thb-image-slider.slick-slide a.thb-full-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thb-image-slider figure:not(.slick-active) a, .thb-image-slider.slick-slide:not(.slick-active) a {
  pointer-events: none;
}
.thb-image-slider.thb-image-slider-style1.margins .slick-slide {
  margin: 0 1%;
}
.thb-image-slider.thb-image-slider-style4 .slick-slide {
  position: relative;
  flex-direction: column;
}
.thb-image-slider.thb-image-slider-style4 figcaption {
  position: static;
  background: #ef173b;
  padding: 15px;
  top: 10px;
  left: 10px;
  right: 10px;
  padding: 15px;
  width: 100%;
}
.thb-image-slider.thb-image-slider-style4 figcaption h2 {
  color: #fff;
  font-weight: 600 !important;
}
.thb-image-slider.thb-image-slider-style4 figcaption p {
  color: #fff;
  font-weight: 600;
}
.thb-image-slider.thb-image-slider-style4 figcaption p:last-of-type {
  margin: 0;
}
.thb-image-slider.thb-image-slider-style4 figcaption:after {
  content: '';
  display: none;
  position: static;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  border-top: 50px solid #ef173b;
  border-bottom: 0;
  border-right: 55px solid transparent;
}
@media only screen and (min-width: 40.0625em) {
  .thb-image-slider.thb-image-slider-style4 figcaption {
    position: absolute;
    top: 10%;
    left: 5%;
    right: auto;
    padding: 55px 55px 0 55px;
    width: 40%;
    max-width: 600px;
  }
  .thb-image-slider.thb-image-slider-style4 figcaption:after {
    display: block;
    position: absolute;
  }
  .rtl .thb-image-slider.thb-image-slider-style4 figcaption {
    right: 5%;
    left: auto;
  }
}
.thb-image-slider.thb-image-slider-style4 .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .thb-image-slider.thb-image-slider-style4 .slick-dots {
    position: static;
  }
}
.thb-image-slider.thb-image-slider-style2 {
  position: relative;
  border-radius: 3px 3px 0 0;
}
.thb-image-slider.thb-image-slider-style2:before {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #f1f1f1;
  height: 30px;
  width: 100%;
  content: '···';
  padding-left: 12px;
  color: #d2d2d2;
  font-size: 30px;
  font-weight: 700;
  border-radius: 3px 3px 0 0;
}
.thb-image-slider.thb-image-slider-style2 .slick-slide {
  background: #1f1f1f;
}
.thb-image-slider.thb-image-slider-style3 {
  position: relative;
  height: 100%;
}
.thb-image-slider.thb-image-slider-style3 .slick-list {
  height: 100%;
}
.thb-image-slider.thb-image-slider-style5 .slick-dotted {
  margin-bottom: 35px;
}
.thb-image-slider.thb-image-slider-style5 .slick-dotted .slick-dots {
  width: 100%;
  position: absolute;
  top: 100%;
}
.thb-image-slider.thb-image-slider-style5 .slick-track {
  display: flex;
}
.thb-image-slider.thb-image-slider-style5 .slick-track figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
.thb-image-slider.thb-image-slider-style5 figure {
  position: relative;
  overflow: hidden;
}
.thb-image-slider.thb-image-slider-style5 figure img {
  display: block;
  width: 100%;
  margin-left: auto;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media only screen and (min-width: 64.0625em) {
  .thb-image-slider.thb-image-slider-style5 figure img {
    width: 70%;
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-image-slider.thb-image-slider-style5 figure.slick-active img, .thb-image-slider.thb-image-slider-style5 figure.slick-current img {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.thb-image-slider.thb-image-slider-style5 figure figcaption {
  background: rgba(239, 23, 59, 0.8);
  padding: 15px 15px 65px;
  color: #fff;
  width: 100%;
  height: 100%;
}
.thb-image-slider.thb-image-slider-style5 figure figcaption h2 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.thb-image-slider.thb-image-slider-style5 figure figcaption p {
  font-size: 16px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-image-slider.thb-image-slider-style5 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    padding: 65px 65px 115px;
    background: rgba(239, 23, 59, 0.8);
  }
}
.thb-image-slider.thb-image-slider-style5 .slick-nav span {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.thb-image-slider.thb-image-slider-style5 .slick-nav.slick-prev {
  top: auto;
  left: 15px;
  bottom: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-image-slider.thb-image-slider-style5 .slick-nav.slick-prev {
    left: 65px;
    bottom: 65px;
  }
}
.thb-image-slider.thb-image-slider-style5 .slick-nav.slick-next {
  top: auto;
  right: auto;
  left: 75px;
  bottom: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-image-slider.thb-image-slider-style5 .slick-nav.slick-next {
    left: 125px;
    bottom: 65px;
  }
}
.thb-image-slider.thb-image-slider-style5.slick-dotted .slick-nav.slick-prev {
  bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-image-slider.thb-image-slider-style5.slick-dotted .slick-nav.slick-prev {
    bottom: 135px;
  }
}
.thb-image-slider.thb-image-slider-style5.slick-dotted .slick-nav.slick-next {
  bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .thb-image-slider.thb-image-slider-style5.slick-dotted .slick-nav.slick-next {
    bottom: 135px;
  }
}
.thb-image-slider.thb_full_height:not(.slick-initialized) {
  overflow: hidden;
  max-height: 100vh;
}
.thb-image-slider.thb_full_height .slick-list,
.thb-image-slider.thb_full_height .slick-track,
.thb-image-slider.thb_full_height .slick-slide,
.thb-image-slider.thb_full_height figure {
  height: 100vh;
}
.thb-image-slider.thb_full_height .slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.thb-floating-portfolio {
  position: fixed;
  bottom: 15px;
  display: flex;
  z-index: 40;
  max-width: 290px;
  opacity: 1;
  will-change: opacity;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.thb-floating-portfolio.thb-floating-hidden {
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 40.0625em) {
  .thb-floating-portfolio {
    bottom: 50px;
    max-width: 330px;
  }
}
.thb-floating-portfolio.left {
  left: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-floating-portfolio.left {
    left: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on .thb-floating-portfolio.left {
    margin-left: 320px;
  }
}
.thb-floating-portfolio.right {
  right: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .thb-floating-portfolio.right {
    right: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  header-lateral-on .thb-floating-portfolio.right {
    margin-right: 320px;
  }
}
.thb-floating-portfolio .slick {
  max-height: 110px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  background: #f5f5f5;
  -moz-transition: opacity 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.thb-floating-portfolio .slick.slick-initialized {
  opacity: 1;
}
.thb-floating-portfolio figure {
  width: 110px;
  height: 110px;
}
.thb-floating-portfolio figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thb-floating-portfolio .thb-floating {
  display: flex;
  position: relative;
}
.thb-floating-portfolio .thb-floating .thb-floating-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thb-floating-portfolio .thb-floating-content {
  padding: 15px;
  flex: 1;
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  .thb-floating-portfolio .thb-floating-content {
    padding: 20px;
  }
}
.thb-floating-portfolio .thb-floating-content .thb-floating-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.thb-floating-portfolio .thb-floating-content .thb-floating-progress span {
  display: block;
  background: #ef173b;
  width: 100%;
  height: 4px;
  transform-origin: left center;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.thb-floating-portfolio .thb-floating-content .thb-categories {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.thb-floating-portfolio .thb-floating-content h6 {
  color: #1f1f1f;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  letter-spacing: normal;
}

/* Flip Box */
.thb-flip-box {
  display: flex;
  position: relative;
  min-height: 300px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.thb-flip-box svg {
  width: 60px;
  margin-bottom: 20px;
}
.thb-flip-box .thb-flip-box-side {
  display: flex;
  flex: 1;
  background-position: center;
  background-size: cover;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.thb-flip-box .thb-flip-box-side .thb-flip-box-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  -moz-transform: translateZ(50px) scale(0.95);
  -ms-transform: translateZ(50px) scale(0.95);
  -webkit-transform: translateZ(50px) scale(0.95);
  transform: translateZ(50px) scale(0.95);
}
@media only screen and (min-width: 40.0625em) {
  .thb-flip-box .thb-flip-box-side .thb-flip-box-inner {
    padding: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb-flip-box .thb-flip-box-side .thb-flip-box-inner {
    padding: 45px;
  }
}
.thb-flip-box .thb-flip-box-side .thb-flip-box-inner h1, .thb-flip-box .thb-flip-box-side .thb-flip-box-inner h2, .thb-flip-box .thb-flip-box-side .thb-flip-box-inner h3, .thb-flip-box .thb-flip-box-side .thb-flip-box-inner h4, .thb-flip-box .thb-flip-box-side .thb-flip-box-inner h5, .thb-flip-box .thb-flip-box-side .thb-flip-box-inner h6 {
  margin-bottom: 10px;
}
.thb-flip-box .thb-flip-box-side .thb-flip-box-inner p {
  color: #1f1f1f;
  font-size: 14px;
}
.thb-flip-box .thb-flip-box-side .thb-flip-box-inner .flipbox-image {
  margin-bottom: 15px;
}
.thb-flip-box .thb-flip-box-side .thb-flip-box-inner .flipbox-image img {
  width: 64px;
  display: inline-block;
}
.thb-flip-box .thb-flip-box-side .thb-flip-box-inner div {
  width: 100%;
}
.thb-flip-box .thb-flip-box-side.thb-flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thb-flip-box.thb-flip-horizontal .thb-flip-box-side.thb-flip-box-back {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.thb-flip-box.thb-flip-horizontal:hover .thb-flip-box-front {
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.thb-flip-box.thb-flip-horizontal:hover .thb-flip-box-back {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.thb-flip-box.thb-flip-vertical .thb-flip-box-side.thb-flip-box-back {
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.thb-flip-box.thb-flip-vertical:hover .thb-flip-box-front {
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.thb-flip-box.thb-flip-vertical:hover .thb-flip-box-back {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.thb-flip-box.thb-flip-box-front-light .thb-flip-box-front {
  color: #fff;
}
.thb-flip-box.thb-flip-box-front-light .thb-flip-box-front h1, .thb-flip-box.thb-flip-box-front-light .thb-flip-box-front h2, .thb-flip-box.thb-flip-box-front-light .thb-flip-box-front h3, .thb-flip-box.thb-flip-box-front-light .thb-flip-box-front h4, .thb-flip-box.thb-flip-box-front-light .thb-flip-box-front h5, .thb-flip-box.thb-flip-box-front-light .thb-flip-box-front h6, .thb-flip-box.thb-flip-box-front-light .thb-flip-box-front p {
  color: #fff;
}
.thb-flip-box.thb-flip-box-front-light .thb-flip-box-front svg path,
.thb-flip-box.thb-flip-box-front-light .thb-flip-box-front svg circle,
.thb-flip-box.thb-flip-box-front-light .thb-flip-box-front svg rect,
.thb-flip-box.thb-flip-box-front-light .thb-flip-box-front svg ellipse {
  stroke: #fff;
}
.thb-flip-box.thb-flip-box-back-light .thb-flip-box-back {
  color: #fff;
}
.thb-flip-box.thb-flip-box-back-light .thb-flip-box-back h1, .thb-flip-box.thb-flip-box-back-light .thb-flip-box-back h2, .thb-flip-box.thb-flip-box-back-light .thb-flip-box-back h3, .thb-flip-box.thb-flip-box-back-light .thb-flip-box-back h4, .thb-flip-box.thb-flip-box-back-light .thb-flip-box-back h5, .thb-flip-box.thb-flip-box-back-light .thb-flip-box-back h6, .thb-flip-box.thb-flip-box-back-light .thb-flip-box-back p {
  color: #fff;
}
.thb-flip-box.thb-flip-box-back-light .thb-flip-box-back svg path,
.thb-flip-box.thb-flip-box-back-light .thb-flip-box-back svg circle,
.thb-flip-box.thb-flip-box-back-light .thb-flip-box-back svg rect,
.thb-flip-box.thb-flip-box-back-light .thb-flip-box-back svg ellipse {
  stroke: #fff;
}
.thb-flip-box .thb-flip-box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -moz-transform: translateZ(50px);
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
}

/* Iconbox */
.thb-iconbox {
  display: flex;
  margin-bottom: 20px;
  visibility: hidden;
  /* End .has-hover-image */
}
.thb-iconbox.animation-off {
  visibility: visible;
}
.thb-iconbox.animation-off figure svg {
  visibility: block;
  visibility: visible;
}
.thb-iconbox figure {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.thb-iconbox figure svg {
  width: 64px;
  height: 64px;
  visibility: hidden;
}
.thb-iconbox figure svg path,
.thb-iconbox figure svg circle,
.thb-iconbox figure svg rect,
.thb-iconbox figure svg ellipse {
  stroke: #d3d3d3;
  -moz-transition: color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.thb-iconbox h5 {
  font-size: 20px;
  -moz-transition: color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: color 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.thb-iconbox p {
  font-size: 13px;
  display: block;
}
.thb-iconbox.type2 {
  padding: 15px;
  border: 1px solid #d9d9d9;
}
@media only screen and (min-width: 40.0625em) {
  .thb-iconbox.type2 {
    padding: 30px;
  }
}
.thb-iconbox.type2 p {
  margin-bottom: 0;
}
.thb-iconbox.type2:hover {
  background: #ef173b;
  border-color: #ef173b;
  color: #fff;
}
.thb-iconbox.type2:hover svg path,
.thb-iconbox.type2:hover svg circle,
.thb-iconbox.type2:hover svg rect,
.thb-iconbox.type2:hover svg ellipse {
  stroke: #fff;
}
.thb-iconbox.type2:hover h5 {
  color: #fff;
}
.thb-iconbox.type4 {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 0;
  max-width: 400px;
}
.rtl .thb-iconbox.type4 {
  text-align: right;
}
.thb-iconbox.type4 .iconbox-content {
  max-width: 100%;
}
.thb-iconbox.type4 h5 {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 64.0625em) {
  .thb-iconbox.type4 h5 {
    font-size: 34px;
  }
}
.thb-iconbox.type4 .thb-iconbox-text {
  height: auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.thb-iconbox.type4 .thb-iconbox-text p {
  font-size: 14px;
}
.thb-iconbox.type4 .thb-iconbox-readmore span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #1f1f1f;
}
.thb-iconbox.type4:hover .thb-iconbox-text {
  opacity: 1;
  max-height: 150px;
}
.thb-iconbox.type1 .iconbox-content {
  width: 100%;
}
.thb-iconbox.type3 {
  position: relative;
  padding: 15px;
  border: 2px solid rgba(0, 0, 0, 0.07);
}
.thb-iconbox.type3:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 2;
  opacity: 0;
  box-shadow: inset 0 -75px 60px -35px #ef173b;
}
@media only screen and (min-width: 40.0625em) {
  .thb-iconbox.type3 {
    padding: 30px;
  }
}
.thb-iconbox.type3 svg path,
.thb-iconbox.type3 svg circle,
.thb-iconbox.type3 svg rect,
.thb-iconbox.type3 svg ellipse {
  stroke: #ef173b;
}
.thb-iconbox.type3 p {
  font-size: 16px;
  margin-bottom: 0;
}
.thb-iconbox.type3 .thb-iconbox-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
.thb-iconbox.type3 h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.thb-iconbox.type3 figure,
.thb-iconbox.type3 .iconbox-content {
  position: relative;
  z-index: 5;
}
.thb-iconbox.type3 .iconbox-content {
  margin-bottom: 20px;
}
.thb-iconbox.type3:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.thb-iconbox.type3:hover .thb-iconbox-bg {
  opacity: 0.3;
}
.thb-iconbox.type3:hover:after {
  opacity: 1;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.thb-iconbox.type3:hover svg path,
.thb-iconbox.type3:hover svg circle,
.thb-iconbox.type3:hover svg rect,
.thb-iconbox.type3:hover svg ellipse {
  stroke: #fff;
}
.thb-iconbox.type3:hover h5 {
  color: #fff;
}
.thb-iconbox.top {
  flex-direction: column;
}
.thb-iconbox.top figure {
  margin-bottom: 30px;
}
.thb-iconbox.top.type1 {
  align-items: center;
}
.thb-iconbox.top.type1.text-left {
  align-items: flex-start;
}
.thb-iconbox.top.type1.text-center {
  align-items: center;
}
.thb-iconbox.top.type1.text-right {
  align-items: flex-end;
}
.thb-iconbox.left figure {
  margin-right: 30px;
}
.rtl .thb-iconbox.left figure {
  margin-right: 0;
  margin-left: 30px;
}
.thb-iconbox.left h5 {
  margin-bottom: 10px;
}
.thb-iconbox.right {
  flex-direction: row-reverse;
  text-align: right;
}
.thb-iconbox.right figure {
  margin-left: 30px;
}
.rtl .thb-iconbox.right figure {
  margin-left: 0;
  margin-right: 30px;
}
.thb-iconbox.right h5 {
  margin-bottom: 10px;
}
.thb-iconbox .iconbox-image {
  position: relative;
}
.thb-iconbox .iconbox-image .thb_image_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.thb-iconbox.has-hover-image:hover .iconbox-image .thb_image {
  opacity: 0;
}
.thb-iconbox.has-hover-image:hover .iconbox-image .thb_image_hover {
  opacity: 1;
}

/* Video Lightbox */
.thb-video-lightbox {
  position: relative;
}
.thb-video-lightbox.inline svg {
  width: 36px;
  height: 36px;
}
.thb-video-lightbox.inline .thb-video-text {
  font-size: 12px;
}
.thb-video-lightbox.large svg {
  width: 96px;
  height: 96px;
}
.thb-video-lightbox.xlarge svg {
  width: 128px;
  height: 128px;
}
.thb-video-lightbox.lightbox-style1 {
  display: inline-block;
  line-height: 0;
}
.thb-video-lightbox.lightbox-style2 .thb-icon-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.thb-video-lightbox.lightbox-style3 svg {
  display: inline-block;
  vertical-align: middle;
}
.thb-video-lightbox.lightbox-style3 .thb-video-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
}
.rtl .thb-video-lightbox.lightbox-style3 .thb-video-text {
  margin-left: 0;
  margin-right: 25px;
}
.thb-video-lightbox.lightbox-style3.inline .thb-video-text {
  font-size: 12px;
  margin-left: 20px;
}
.rtl .thb-video-lightbox.lightbox-style3.inline .thb-video-text {
  margin-left: 0;
  margin-right: 20px;
}
.thb-video-lightbox.lightbox-style4 {
  position: relative;
  display: inline-flex;
}
.thb-video-lightbox.lightbox-style4 .lightbox-style4-text {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1f1f1f;
  font-size: 12px;
}
.thb-video-lightbox.lightbox-style4.large .lightbox-style4-text {
  width: 90px;
  height: 90px;
  font-size: 14px;
}
.thb-video-lightbox.lightbox-style4.xlarge .lightbox-style4-text {
  width: 120px;
  height: 120px;
  font-size: 16px;
}
.thb-video-lightbox.hover-style1 .thb-video-image-holder {
  overflow: hidden;
}
.thb-video-lightbox.hover-style1 img {
  will-change: scale;
}
.thb-video-lightbox.hover-style1:hover img {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.thb-video-lightbox.hover-style2 {
  background: #090909;
}
.thb-video-lightbox.hover-style2 img {
  will-change: opacity;
}
.thb-video-lightbox.hover-style2:hover img {
  opacity: 0.9;
}
.thb-video-lightbox .thb-icon-holder,
.thb-video-lightbox .lightbox-style4-icon-holder {
  display: inline-block;
  position: relative;
  line-height: 0;
}
.thb-video-lightbox.thb-icon-pulse .thb-icon-holder,
.thb-video-lightbox.thb-icon-pulse .lightbox-style4-text {
  position: relative;
}
.thb-video-lightbox.thb-icon-pulse .thb-icon-holder:after,
.thb-video-lightbox.thb-icon-pulse .lightbox-style4-text:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  border: 1px solid #000;
  border-radius: 50%;
  -moz-transform: scale(0.35, 0.35);
  -ms-transform: scale(0.35, 0.35);
  -webkit-transform: scale(0.35, 0.35);
  transform: scale(0.35, 0.35);
  opacity: 0;
  -webkit-animation: pulse-1 2.6s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0.4s infinite;
  animation: pulse-1 2.6s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0.4s infinite;
}
.thb-video-lightbox.thb-icon-pulse .thb-icon-holder:before,
.thb-video-lightbox.thb-icon-pulse .lightbox-style4-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  border: 1px solid #000;
  border-radius: 50%;
  -moz-transform: scale(0.35, 0.35);
  -ms-transform: scale(0.35, 0.35);
  -webkit-transform: scale(0.35, 0.35);
  transform: scale(0.35, 0.35);
  opacity: 0;
  -webkit-animation: pulse-1 2.6s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s infinite;
  animation: pulse-1 2.6s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s infinite;
}
@-moz-keyframes pulse-1 {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-1 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes pulse-1 {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.thb-video-lightbox .thb-video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.thb-video-lightbox svg {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.thb-video-lightbox svg .back,
.thb-video-lightbox svg .front {
  will-change: transform;
}
.thb-video-lightbox svg .back {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.thb-video-lightbox svg .pause {
  display: none;
}
.thb-video-lightbox svg.thb-play-02 .circle1 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
  opacity: 0.5;
  stroke: #000;
}
.thb-video-lightbox svg.thb-play-02 .circle2 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
  opacity: 1;
  stroke-dasharray: 239;
  stroke-dashoffset: 239;
  stroke: #000;
}
.thb-video-lightbox:hover .back {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.thb-video-lightbox:hover .front {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.thb-video-lightbox:hover svg.thb-play-02 .circle2 {
  stroke-dashoffset: 0;
}

/*------------------------------------------------------------------
WooCommerce
*/
.product-holder .ajax_add_to_cart,
.product-holder .add_to_cart_button,
.product-holder .product_type_variable,
.product-holder .product_type_external {
  display: flex;
  align-items: center;
  height: 36px;
}
.product-holder .ajax_add_to_cart .thb_button_icon,
.product-holder .add_to_cart_button .thb_button_icon,
.product-holder .product_type_variable .thb_button_icon,
.product-holder .product_type_external .thb_button_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
}
.product-holder .ajax_add_to_cart .thb_button_icon svg,
.product-holder .add_to_cart_button .thb_button_icon svg,
.product-holder .product_type_variable .thb_button_icon svg,
.product-holder .product_type_external .thb_button_icon svg {
  width: 14px;
  height: 14px;
}

.products {
  list-style: none;
}
.products .product {
  margin-bottom: 30px;
  /* Product Category */
}
.products .product .product_holder {
  background: #f6f6f6;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.products .product .product_holder img {
  display: block;
  border-radius: 3px;
  width: 100%;
}
.products .product .added_to_cart.wc-forward {
  display: none;
}
.products .product .woocommerce-LoopProduct-link {
  display: block;
  border-radius: 3px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.products .product .woocommerce-LoopProduct-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  overflow: hidden;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.products .product .woocommerce-LoopProduct-link:hover {
  color: #1f1f1f;
}
.products .product .woocommerce-LoopProduct-link .star-rating, .products .product .woocommerce-LoopProduct-link .comment-form-rating .stars, .comment-form-rating .products .product .woocommerce-LoopProduct-link .stars {
  margin-top: 10px;
}
.products .product.thb_hover .product_thumbnail_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  border-radius: 3px;
}
.products .product.thb_hover:hover .product_thumbnail_hover,
.products .product.thb_hover:hover .ajax_add_to_cart,
.products .product.thb_hover:hover .add_to_cart_button,
.products .product.thb_hover:hover .product_type_grouped,
.products .product.thb_hover:hover .product_type_variable,
.products .product.thb_hover:hover .product_type_external {
  opacity: 1;
}
.products .product .thb_title_holder {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  z-index: 10;
}
@media only screen and (min-width: 64.0625em) {
  .products .product .thb_title_holder {
    top: 30px;
    left: 30px;
    right: 30px;
  }
}
.products .product .thb_title_holder h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.products .product .thb_title_holder .price ins {
  text-decoration: none;
}
.products .product .thb_title_holder .badge {
  margin-top: 12px;
  margin-right: auto;
}
.product_style1_color-light .products .product .thb_title_holder h2,
.product_style1_color-light .products .product .thb_title_holder .price {
  color: #fff;
}
.products .product .ajax_add_to_cart,
.products .product .add_to_cart_button,
.products .product .product_type_variable,
.products .product .product_type_grouped,
.products .product .product_type_external {
  display: flex;
  align-items: center;
  height: 36px;
  min-width: 36px;
  border-radius: 18px;
  background: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
  opacity: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 64.0625em) {
  .products .product .ajax_add_to_cart,
  .products .product .add_to_cart_button,
  .products .product .product_type_variable,
  .products .product .product_type_grouped,
  .products .product .product_type_external {
    bottom: 30px;
    left: 30px;
  }
}
.products .product .ajax_add_to_cart .thb_button_icon,
.products .product .add_to_cart_button .thb_button_icon,
.products .product .product_type_variable .thb_button_icon,
.products .product .product_type_grouped .thb_button_icon,
.products .product .product_type_external .thb_button_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
}
.products .product .ajax_add_to_cart .thb_button_icon svg,
.products .product .add_to_cart_button .thb_button_icon svg,
.products .product .product_type_variable .thb_button_icon svg,
.products .product .product_type_grouped .thb_button_icon svg,
.products .product .product_type_external .thb_button_icon svg {
  width: 14px;
  height: 14px;
}
.products .product .ajax_add_to_cart .thb_button_icon svg path,
.products .product .add_to_cart_button .thb_button_icon svg path,
.products .product .product_type_variable .thb_button_icon svg path,
.products .product .product_type_grouped .thb_button_icon svg path,
.products .product .product_type_external .thb_button_icon svg path {
  stroke-width: 6;
}
.products .product .ajax_add_to_cart.added,
.products .product .add_to_cart_button.added,
.products .product .product_type_variable.added,
.products .product .product_type_grouped.added,
.products .product .product_type_external.added {
  background: #0cbf69;
  color: #fff;
}
.products .product .ajax_add_to_cart.added svg path,
.products .product .add_to_cart_button.added svg path,
.products .product .product_type_variable.added svg path,
.products .product .product_type_grouped.added svg path,
.products .product .product_type_external.added svg path {
  stroke: #fff;
}
.products .product .ajax_add_to_cart span,
.products .product .add_to_cart_button span,
.products .product .product_type_variable span,
.products .product .product_type_grouped span,
.products .product .product_type_external span {
  white-space: nowrap;
  max-width: 0;
  padding: 0;
  overflow: hidden;
}
.products .product .ajax_add_to_cart:hover span,
.products .product .add_to_cart_button:hover span,
.products .product .product_type_variable:hover span,
.products .product .product_type_grouped:hover span,
.products .product .product_type_external:hover span {
  padding-right: 20px;
  max-width: 300px;
}
.products .product.style2 .product_holder {
  margin-bottom: 20px;
}
.products .product.style2 .thb_title_holder {
  position: static;
}
.products .product.style2 .thb_title_holder .woocommerce-LoopProduct-link:after {
  content: none;
}
.products .product.product-category {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.products .product.product-category a {
  position: relative;
  padding-bottom: 90%;
  overflow: hidden;
  height: 0;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  min-height: 100%;
}
.products .product.product-category a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  overflow: hidden;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .products .product.product-category a {
    height: auto;
    padding: 0;
  }
  .products .product.product-category a:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 90%;
  }
}
.products .product.product-category a div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  text-align: left;
}
@media only screen and (min-width: 40.0625em) {
  .products .product.product-category a div {
    padding: 30px;
  }
}
.products .product.product-category a div h2 {
  text-align: left;
  text-transform: none;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 400;
}
.products .product.product-category a div h2 .count {
  display: inline-block;
  margin-left: 10px;
  background: none;
  vertical-align: super;
  font-size: 12px;
  color: #f02121;
}
.products .product.product-category a div span {
  display: inline-block;
  font-size: 14px;
  opacity: 0;
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.products .product.product-category a:hover div span {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.products .product.product-category.double-height a {
  padding-bottom: calc(180% + 28px);
}
@-moz-document url-prefix() {
  .products .product.product-category.double-height a {
    padding: 0;
  }
  .products .product.product-category.double-height a:before {
    padding-bottom: calc(180% + 28px);
  }
}
.thb_shop_bar {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: rgba(64, 63, 68, 0.6);
}
.thb_shop_bar .breadcrumb-column {
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .thb_shop_bar .breadcrumb-column {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  .thb_shop_bar .result-column {
    text-align: right;
  }
}
.thb_shop_bar .woocommerce-result-count,
.thb_shop_bar .woocommerce-ordering {
  display: inline-block;
  margin: 0;
}
.thb_shop_bar .woocommerce-result-count {
  font-size: inherit;
  color: rgba(64, 63, 68, 0.6);
}
.thb_shop_bar .woocommerce-ordering select {
  color: #403f44;
  border: 0;
  background: none;
}
@media only screen and (min-width: 64.0625em) {
  .thb_shop_bar .woocommerce-ordering {
    margin-left: 25px;
  }
}

.badge {
  display: inline-flex;
  font-size: 8px;
  color: #1f1f1f;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  border: 1px solid #000;
  background: #fff;
}
.badge.onsale.perc {
  font-weight: 400;
}
.badge.out-of-stock {
  background: #fcd1d1;
}

/* Notices */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info:not(.cart-empty) {
  background: #478df7;
  border: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 70px;
  display: flex;
  margin: 0;
  padding: 15px;
  z-index: 9999;
  overflow: hidden;
  transform: translateY(100%);
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  animation: thb-slide-in, thb-slide-out;
  animation-duration: 1.5s, 1.5s;
  animation-delay: 0.5s, 5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  text-align: left;
}
.rtl .woocommerce-message, .rtl
.woocommerce-error, .rtl
.woocommerce-info:not(.cart-empty) {
  text-align: right;
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on .woocommerce-message, .header-lateral-on
  .woocommerce-error, .header-lateral-on
  .woocommerce-info:not(.cart-empty) {
    left: 320px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info:not(.cart-empty) {
    padding: 25px 45px;
  }
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info:not(.cart-empty) .button {
  display: none;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info:not(.cart-empty) a {
  display: inline-flex;
  margin-left: 10px;
  color: #fff;
  text-decoration: underline;
}

.woocommerce-info:not(.cart-empty) {
  background: #feb04b;
}

.woocommerce-error {
  background: #fc5f5f;
  list-style: none;
  flex-direction: column;
}
.woocommerce-error li {
  display: block;
}
.woocommerce-error li:last-of-type {
  margin: 0;
}

@keyframes thb-slide-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes thb-slide-out {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(1000%);
  }
}
.quantity .screen-reader-text {
  display: none;
}
.quantity .qty {
  font-size: 16px;
  text-align: center;
  width: 48px;
  margin: 0;
  padding: 9px 0 8px;
}
@media only screen and (min-width: 40.0625em) {
  .quantity .qty {
    font-size: 22px;
  }
}
.woocommerce-cart-form .quantity .qty {
  font-size: 16px;
}

.product-detail .woocommerce-product-gallery {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .product-detail .woocommerce-product-gallery {
    margin-bottom: 0;
  }
}
.product-detail .woocommerce-product-gallery .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 30;
}
@media only screen and (min-width: 64.0625em) {
  .product-detail .summary {
    padding-left: 35px;
  }
}
.product-detail .summary .woocommerce-breadcrumb {
  font-size: 13px;
  margin-bottom: 15px;
}
.product-detail .summary .woocommerce-product-rating {
  margin-bottom: 20px;
}
.product-detail .summary .star-rating, .product-detail .summary .comment-form-rating .stars, .comment-form-rating .product-detail .summary .stars {
  display: inline-flex;
  margin: 0;
  vertical-align: middle;
}
.product-detail .summary .woocommerce-review-link {
  display: inline-flex;
  font-size: 14px;
  color: #403f44;
  margin-left: 5px;
}
.product-detail .summary .woocommerce-review-link .count {
  margin-right: 5px;
}
.product-detail .summary .screen-reader-text {
  display: none;
}
.product-detail .summary .price {
  font-size: 30px;
  font-weight: 300;
  color: #0cbf69;
}
.product-detail .summary .price ins {
  text-decoration: none;
}
.product-detail h1 {
  font-weight: 400;
  margin-bottom: 20px;
}
.product-detail .quantity {
  float: left;
  margin-right: 27px;
}
.product-detail .product_meta {
  margin-top: 35px;
  font-size: 14px;
}
.product-detail .product_meta > span {
  display: block;
}
.product-detail .product_meta > span span,
.product-detail .product_meta > span a {
  font-weight: 500;
}
.product-detail .variations {
  margin-bottom: 30px;
}
.product-detail .variations td {
  padding: 0 0 20px;
}
.product-detail .variations td.label {
  padding-right: 20px;
  margin: 0;
  line-height: 1;
}
.product-detail .variations td.label label {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  color: rgba(64, 63, 68, 0.6);
}
.product-detail .variations td.value select {
  color: #403f44;
  border: 0;
  background: none;
  min-width: 160px;
}
.product-detail .variations td.value .reset_variations {
  display: none !important;
}
.product-detail .single_variation_wrap .woocommerce-variation-price {
  display: none;
}
.product-detail .single_variation_wrap .woocommerce-variation-description {
  font-size: 16px;
}
.product-detail .single_variation_wrap .woocommerce-variation-description p {
  font-size: inherit;
}
.product-detail .group_table {
  margin-bottom: 20px;
}
.product-detail .group_table td {
  padding-bottom: 15px;
}
.product-detail .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 35px;
}
.product-detail .group_table td.woocommerce-grouped-product-list-item__label label {
  margin: 0;
}
.product-detail .woocommerce-tabs {
  border-top: 1px solid #f1f1f1;
  margin-top: 70px;
  padding-top: 70px;
  margin-bottom: 50px;
}
.product-detail .woocommerce-tabs .tabs {
  list-style: none;
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.product-detail .woocommerce-tabs .tabs li {
  display: flex;
  margin: 0 0 15px;
}
@media only screen and (min-width: 40.0625em) {
  .product-detail .woocommerce-tabs .tabs li {
    display: inline-flex;
    margin: 0 15px;
  }
}
.product-detail .woocommerce-tabs .tabs li a {
  color: #727272;
  position: relative;
}
.product-detail .woocommerce-tabs .tabs li a:hover {
  color: #ef173b;
}
.product-detail .woocommerce-tabs .tabs li a:after {
  content: '';
  display: block;
  border-bottom: 1px solid #ef173b;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.product-detail .woocommerce-tabs .tabs li.active a {
  color: #ef173b;
}
.product-detail .woocommerce-tabs .tabs li.active a:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product-detail .woocommerce-tabs .wc-tab h2 {
  display: none;
}

.shop_attributes {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .shop_attributes {
    width: 80%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .shop_attributes {
    width: 60%;
  }
}
.shop_attributes tr {
  border-bottom: 1px solid #f1f1f1;
}
.shop_attributes tr th {
  vertical-align: initial;
  text-align: left;
  padding: 20px 0;
  line-height: 1.6;
}
.shop_attributes tr td {
  text-align: right;
  padding: 20px 0;
}
.shop_attributes tr td p {
  font-size: 16px;
  margin-bottom: 0;
}

.product-images {
  max-height: 300px;
  overflow: hidden;
}
.product-images.slick-initialized {
  max-height: none;
}
.product-images.product-style2 {
  max-height: none;
  overflow: auto;
}

.product-thumbnails {
  margin: 10px -5px;
  max-height: 150px;
  overflow: hidden;
}
.product-thumbnails .woocommerce-product-gallery__image {
  margin: 0 5px;
  opacity: 0.4;
  cursor: pointer;
  will-change: opacity;
  -moz-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: opacity 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.product-thumbnails .woocommerce-product-gallery__image.slick-current {
  opacity: 1;
}
.product-thumbnails .woocommerce-product-gallery__image > a {
  display: block;
  pointer-events: none;
}

.related,
.upsells,
.cross-sells {
  border-top: 2px solid #f1f1f1;
  padding-top: 50px;
  margin-top: 20px;
}
.related h2:not(.woocommerce-loop-product__title),
.upsells h2:not(.woocommerce-loop-product__title),
.cross-sells h2:not(.woocommerce-loop-product__title) {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.thb-shop-title {
  margin: 5vh 0 10vh;
  font-weight: 300;
}
.woocommerce-checkout .thb-shop-title {
  margin-bottom: 5vh;
}

.thb-box-title,
.cart-collaterals h2,
.woocommerce-checkout h2,
#order_review_heading,
#customer_details h3,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h2 {
  display: block;
  background: #f5f5f5;
  padding: 20px 25px;
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

@media only screen and (min-width: 40.0625em) {
  .cart-section,
  .woocommerce-billing-fields,
  .woocommerce-shipping-fields,
  .woocommerce-additional-fields {
    padding-right: 5%;
  }
}

.shop_table {
  width: 100%;
  margin-bottom: 30px;
}
.shop_table thead {
  text-align: left;
}
.shop_table thead tr {
  border-bottom: 2px solid #f5f5f5;
}
.shop_table thead tr th {
  text-transform: uppercase;
  color: #7f7e83;
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px 10px;
}
@media only screen and (min-width: 40.0625em) {
  .shop_table thead tr th {
    padding: 0 13px 10px;
  }
}
.woocommerce-checkout .shop_table thead tr th:first-child {
  padding-left: 25px;
}
.woocommerce-checkout .shop_table thead tr th {
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 64.0625em) {
  .shop_table thead tr th.product-price {
    display: none;
  }
}
@media only screen and (max-width: 64.0625em) {
  .shop_table thead tr th.product-thumbnail {
    display: none;
  }
}
.shop_table tbody tr {
  border-bottom: 1px solid #f5f5f5;
}
.woocommerce-checkout .shop_table tbody tr th, .cart_totals .shop_table tbody tr th {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 25px;
}
.shop_table tbody tr td {
  padding: 10px 5px;
}
@media only screen and (min-width: 40.0625em) {
  .shop_table tbody tr td {
    padding: 30px 13px;
  }
}
.woocommerce-checkout .shop_table tbody tr td, .cart_totals .shop_table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-checkout .shop_table tbody tr td:first-child {
  padding-left: 25px;
}
@media only screen and (max-width: 64.0625em) {
  .shop_table tbody tr td.product-price {
    display: none;
  }
}
.shop_table tbody tr:last-child {
  border: 0;
}
.shop_table tbody .product-name {
  width: 55%;
}
.shop_table tbody .product-name .variations p {
  font-size: inherit;
}
.shop_table tbody .product-thumbnail img {
  max-width: 100px;
}
@media only screen and (max-width: 64.0625em) {
  .shop_table tbody .product-thumbnail {
    display: none;
  }
}
.shop_table .actions {
  padding-left: 0;
  padding-right: 0;
}
.shop_table .actions .footer_coupon {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 64.0625em) {
  .shop_table .actions .footer_coupon {
    flex-direction: column;
    flex: 1;
  }
  .shop_table .actions .footer_coupon .coupon {
    margin-bottom: 20px;
    display: flex;
  }
  .shop_table .actions .footer_coupon .coupon .box {
    flex: 1;
  }
}
.shop_table .actions .footer_coupon .button {
  justify-content: center;
}
@media only screen and (max-width: 64.0625em) {
  .shop_table .actions .footer_coupon .button {
    padding: 0 15px;
  }
}
.shop_table tfoot {
  color: #1f1f1f;
}
.shop_table tfoot tr {
  text-align: left;
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
}
.shop_table tfoot tr.order-total {
  background: #dbf6e3;
}
.shop_table tfoot tr.order-total td {
  font-size: 22px;
}
.shop_table tfoot th {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 25px;
  font-weight: 600;
}
.shop_table tfoot td {
  padding: 15px 5px;
}
@media only screen and (min-width: 40.0625em) {
  .shop_table tfoot td {
    padding: 15px 13px;
  }
}
.shop_table tfoot:last-child {
  border: 0;
}

.coupon label {
  display: none;
}
.coupon .box {
  margin: 0;
}
.checkout-coupon .coupon {
  max-width: 400px;
  margin: 0 auto;
}

.woocommerce .woocommerce-form-login p:not(.woocommerce-form-row):first-of-type {
  font-size: 14px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.0625em) {
  .woocommerce .woocommerce-form-login .form-row.form-row-first,
  .woocommerce .woocommerce-form-login .form-row.form-row-last {
    width: 100%;
    padding: 0;
  }
}
.woocommerce .woocommerce-form-login label {
  display: block;
}
.woocommerce .woocommerce-form-login .button {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-form-login .woocommerce-form__label {
  float: left;
  position: relative;
}
.woocommerce .woocommerce-form-login .woocommerce-form__label .woocommerce-form__input-checkbox {
  visibility: visible;
  position: static;
}

#shipping_method {
  list-style: none;
  margin: 0;
}
#shipping_method label {
  font-size: 14px;
  display: inline;
  margin-left: 7px;
}
#shipping_method input[type="hidden"] + label {
  margin-left: 0;
}
#shipping_method + .woocommerce-shipping-destination {
  font-size: 14px;
}

.cart_totals h2 {
  margin-bottom: 0;
}
.cart_totals .shop_table {
  margin: 0;
}
.cart_totals .shop_table tbody tr th {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 25px;
}
@media only screen and (min-width: 40.0625em) {
  .cart_totals .shop_table tbody tr th {
    width: 150px;
  }
}
.cart_totals .shop_table tbody tr td {
  font-size: 16px;
}
.cart_totals .shop_table tbody tr.order-total td {
  font-size: 22px;
}
.cart_totals .shipping-calculator-form .form-row {
  margin-bottom: 10px;
}
.cart_totals .shipping-calculator-form select {
  font-size: 16px;
}
.cart_totals .shipping-calculator-form .input-text {
  width: 100%;
  margin: 0;
}
.cart_totals .shipping-calculator-form .button {
  padding: 0;
  text-align: center;
  width: 100%;
}
.cart_totals p {
  margin: 0;
}
.cart_totals .shipping-calculator-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.cart_totals .checkout-button {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-empty svg {
  max-width: 120px;
  margin-bottom: 30px;
}

/* Checkout Coupon & Login */
.checkout-login,
.checkout-coupon {
  padding: 10px 0;
  max-width: 1340px;
  margin: 0 auto;
}
.checkout-login form,
.checkout-coupon form {
  padding: 30px 0;
}
.checkout-login .showlogin,
.checkout-login .showcoupon,
.checkout-coupon .showlogin,
.checkout-coupon .showcoupon {
  font-weight: 500;
}
.checkout-login .woocommerce-form-login .button,
.checkout-coupon .woocommerce-form-login .button {
  margin-bottom: 0;
}

.woocommerce-checkout .form-row,
.woocommerce-checkout label {
  margin: 0;
}
.woocommerce-checkout .select2-container {
  margin-bottom: 27px;
}
.woocommerce-checkout abbr {
  border: none;
}
.woocommerce-checkout .checkout-coupon .input-text {
  text-align: center;
}

.woocommerce-info {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1f1f1f;
  margin-bottom: 20px;
}
.woocommerce-info a:not(.button) {
  color: #ef173b;
}
form + .woocommerce-info {
  margin-top: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .woocommerce-info + form {
    max-width: 40%;
    margin: 0 auto;
  }
}

form.woocommerce-checkout {
  margin-top: 60px;
}

#customer_details #ship-to-different-address label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
#customer_details #ship-to-different-address input {
  float: left;
  margin-right: 10px;
}
#customer_details .create-account {
  margin-bottom: 30px;
}
#customer_details .create-account label {
  display: inline-block;
  margin: 0 10px 0 0;
}
#customer_details .create-account p {
  font-size: 16px;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 0;
}

.payment_methods {
  list-style: none;
}
.payment_methods .wc_payment_method {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #f5f5f5;
}
.payment_methods .wc_payment_method:last-child {
  border-bottom: 0;
}
.payment_methods .wc_payment_method.payment_method_paypal img {
  display: none;
}
.payment_methods .wc_payment_method.payment_method_paypal .about_paypal {
  margin-left: 15px;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
}
.payment_methods label {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}
.payment_methods .payment_box {
  padding-left: 32px;
}
.payment_methods .payment_box p {
  font-size: 14px;
  color: #79787f;
  margin: 0;
  padding: 5px 0 0;
}

#place_order {
  width: 100%;
  justify-content: center;
  height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}
.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-terms-and-conditions-wrapper label input {
  margin-top: 5px;
}
.woocommerce-terms-and-conditions-wrapper label span {
  display: block;
  padding-left: 10px;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
}
.woocommerce-privacy-policy-text p {
  font-size: inherit;
}

.customer_login .row {
  width: 100%;
}
.customer_login .columns {
  display: flex;
}
.customer_login h3 {
  font-weight: 400;
  font-size: 26px;
}
.customer_login h3 + p {
  font-size: 18px;
}
.customer_login p:last-child {
  margin: 0;
}
.customer_login p .woocommerce-password-strength {
  margin-bottom: 10px;
}
.customer_login p small {
  line-height: 1.8;
  text-transform: uppercase;
  display: inline-block;
  font-size: 10px;
}
.customer_login label {
  font-size: 16px;
}
.customer_login .input-text {
  width: 100%;
  text-align: center;
}
.customer_login .woocommerce-form-row {
  margin: 0;
}
.customer_login .lost_password {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.customer_login .lost_password label {
  font-size: 14px;
}
.customer_login .thb_account_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  padding: 8%;
  border: 1px solid #f1f1f1;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .customer_login .thb_account_box {
    padding: 15%;
  }
}
.customer_login .thb_account_box.register_box {
  background: #fbfbfb;
  border-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .customer_login .thb_account_box.register_box {
    border-top: 1px solid #f1f1f1;
    border-left: 0;
  }
}
.customer_login .woocommerce-privacy-policy-text p {
  font-size: 12px;
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-content {
  margin: 30px 0;
}
.woocommerce-MyAccount-content legend {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-content .form-row {
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .woocommerce-MyAccount-content {
    padding-left: 4%;
  }
}

.woocommerce-MyAccount-navigation {
  margin: 30px 0;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  height: 55px;
  padding: 0 25px;
  align-items: center;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 1px solid #f1f1f1;
}
.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #ef173b;
  color: #fff;
  border-color: #ef173b;
}
.woocommerce-MyAccount-navigation ul li:hover + li a, .woocommerce-MyAccount-navigation ul li.is-active + li a {
  border-top-color: #ef173b;
}

/* My Account */
.addresses {
  margin: 0 -15px;
}
.addresses .col-1,
.addresses .col-2 {
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 40.0625em) {
  .addresses .col-1,
  .addresses .col-2 {
    width: 50%;
  }
}

.addresses .woocommerce-Address {
  margin-bottom: 40px;
}
.addresses .woocommerce-Address address {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .addresses .woocommerce-Address {
    margin-bottom: 0;
  }
}

/*------------------------------------------------------------------
Plugin - Full Page
*/
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  width: 100%;
}

.fp-tableCell {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -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;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/* Modifications */
#thb_fullscreen_rows {
  height: 100vh;
  position: relative;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#thb_fullscreen_rows .fp-section {
  height: 100%;
  display: block;
  width: 100%;
  z-index: 1;
  max-width: none;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: opacity, transform;
  padding-top: 60px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 64.0625em) {
  #thb_fullscreen_rows .fp-section {
    padding: 0;
  }
}
#thb_fullscreen_rows .fp-section.active {
  z-index: 2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#thb_fullscreen_rows .fp-section .fp-tableCell {
  height: 100%;
  min-height: 100%;
  display: block;
  padding: 0;
}
#thb_fullscreen_rows .fp-section .fp-tableCell .inner-wrap.row {
  min-height: 100vh;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
#thb_fullscreen_rows .fp-section .fp-tableCell .inner-wrap.row .vc_column-inner {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 40.0625em) {
  #thb_fullscreen_rows .fp-section .fp-tableCell .inner-wrap.row > .columns {
    max-height: 100%;
  }
}
#thb_fullscreen_rows .fp-section.footer-container {
  height: auto;
  padding: 0;
}
#thb_fullscreen_rows .fp-section.footer-container .fp-tableCell {
  padding: 0;
}
@media only screen and (min-width: 64.0625em) {
  #thb_fullscreen_rows[data-disable-scroll='on'] .inner-wrap.row {
    height: 100vh;
    overflow: hidden;
  }
}

#fp-nav ul li {
  width: 10px;
  height: 10px;
  margin: 8px 0;
}
#fp-nav ul li a {
  border-radius: 50%;
  border: 2px solid rgba(31, 31, 31, 0.6);
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active {
  border-width: 5px;
  border-color: #1f1f1f;
}
#fp-nav ul li a:hover {
  border-color: #1f1f1f;
}
.light-title #fp-nav ul li a {
  border-color: rgba(255, 255, 255, 0.6);
}
.light-title #fp-nav ul li a.active {
  border-width: 5px;
  border-color: #fff;
}
.light-title #fp-nav ul li a:hover {
  border-color: #fff;
}
#fp-nav ul li .fp-tooltip {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #1f1f1f;
  top: 1px;
}
.light-title #fp-nav ul li .fp-tooltip {
  color: #fff;
}

/*------------------------------------------------------------------
Footer
*/
.fixed-footer-container {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .fixed-footer-container {
    position: fixed;
  }
}

.footer {
  background: #eaeaee;
  padding: 30px 0 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 40.0625em) {
  .footer {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .footer {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .footer {
    padding: 65px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on:not(.page-template-template-onepage) .footer {
    padding-left: 320px;
  }
}
.footer h6 {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 20px;
}
.footer p {
  margin-bottom: 1.1em;
}
.footer + .subfooter.light .subfooter-container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer.dark {
  background: #1f1f1f;
}
.footer.dark h1, .footer.dark h2, .footer.dark h3, .footer.dark h4, .footer.dark h5, .footer.dark h6 {
  color: #fff;
}
.footer.dark .widget a:hover {
  color: #fff;
}
.footer.dark .widget a:hover:before {
  background: #fff;
}
.footer.dark .widget.widget_recent_comments a {
  color: inherit;
}
.footer.dark + .subfooter.dark .subfooter-container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer.subfooter-enabled {
  padding-bottom: 0;
}

.thb_call_to_action {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #ef173b;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.0625em) {
  .thb_call_to_action {
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .thb_call_to_action {
    padding: 45px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .thb_call_to_action {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .thb_call_to_action > *, .thb_call_to_action > div > *:last-child {
    margin-bottom: 0;
  }
}
.thb_call_to_action.reverse-on {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 40.0625em) {
  .thb_call_to_action.reverse-on {
    flex-direction: row-reverse;
  }
}

.subfooter {
  background: #eaeaee;
  width: 100%;
  z-index: 10;
  font-size: 12px;
  color: #1f1f1f;
}
.subfooter .subfooter-container {
  padding: 30px 0;
}
.thb-borders-on .subfooter {
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on:not(.page-template-template-onepage) .subfooter {
    padding-left: 320px;
  }
}
.subfooter p {
  margin: 0;
  font-size: inherit;
}
.subfooter .thb-copyright {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .subfooter .thb-copyright {
    text-align: left;
    margin: 0;
  }
  .rtl .subfooter .thb-copyright {
    text-align: right;
  }
}
.subfooter .thb-social {
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .subfooter .thb-social {
    text-align: right;
  }
  .rtl .subfooter .thb-social {
    text-align: left;
  }
}
.subfooter .thb-social a {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
}
@media only screen and (min-width: 40.0625em) {
  .subfooter .thb-social a:last-child {
    margin-right: 0;
  }
}
.subfooter.dark {
  background: #1f1f1f;
  color: #fff;
}
.subfooter.dark a:not(:hover) {
  color: #fff;
}
.subfooter.dark p {
  color: inherit;
}
.subfooter.style2 .subfooter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.subfooter.style2 .thb-social,
.subfooter.style2 .thb-copyright {
  text-align: center;
}
.subfooter.style2 .thb-copyright + .thb-social {
  margin-top: 20px;
}

/*------------------------------------------------------------------
Cookie Bar
*/
/* Cookie Bar */
.thb-cookie-bar {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #1f1f1f;
  padding: 15px;
  z-index: 40;
  width: 100%;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  color: #fff;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (min-width: 40.0625em) {
  .thb-cookie-bar {
    padding: 15px 25px;
    flex-direction: row;
    justify-content: center;
  }
}
.thb-cookie-bar p {
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 40.0625em) {
  .thb-cookie-bar p {
    line-height: 1;
    margin: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-lateral-on .thb-cookie-bar {
    left: 320px;
    width: auto;
    right: 0;
  }
}
.thb-cookie-bar .button {
  margin: 0;
}
@media only screen and (min-width: 40.0625em) {
  .thb-cookie-bar .button {
    margin: 0 0 0 20px;
  }
}
.thb-cookie-bar .thb-cookie-text a {
  font-weight: 600;
  color: #fff;
}
