@charset "UTF-8";
/* This comment is
    * several lines long.
    * since it uses the CSS comment syntax,
    * it will appear in the CSS output. */
/* --------------------------------------------------------------------------------------
+
+	= Resets and global styles
+
+   Thanks:
+   - Paul Irish - http://html5boilerplate.com
+
-------------------------------------------------------------------------------------- */
/*
+  GLOBAL RESETS
-------------------------------------------------------------------------------------- */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=3b0475bf-48e9-4b98-80cb-a71b4ab9d876");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

input,
textarea {
  outline: none; }

body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

select,
input,
textarea,
button {
  font: 99% sans-serif; }

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif; }

body,
select,
input,
textarea {
  color: #444; }

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

html {
  overflow-y: scroll; }

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

ul,
ol {
  margin-left: 1.8em; }

ol {
  list-style-type: decimal; }

nav ul,
nav li {
  margin: 0; }

small {
  font-size: 85%; }

strong,
th {
  font-weight: bold; }

td {
  vertical-align: top; }
  td img {
    vertical-align: top; }

textarea {
  overflow: auto; }

.ie6 legend,
.ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie6 input {
  vertical-align: text-bottom; }

td {
  vertical-align: top; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button,
input,
select,
textarea {
  margin: 0; }

input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* Hide out highlight color --
    ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
    ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
*/
button {
  width: auto;
  overflow: visible; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix:after {
    clear: both; }

/*
+  FANCY STYLES
-------------------------------------------------------------------------------------- */
.left {
  float: left; }

.right {
  float: right; }

.first {
  margin-left: 0 !important; }

.last {
  margin-right: 0 !important; }

.hide {
  display: none; }

.visible {
  display: block !important; }

.empty {
  visibility: hidden !important; }

/* Usage <div class="hr"><hr /></div> */
.hr {
  clear: both;
  margin: 18px 0;
  background: transparent;
  border: none;
  border-top: 1px solid #bbb; }

hr {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  height: 0;
  border: none; }

.accent {
  background: #ffffbf !important;
  color: inherit;
  padding: .25em;
  font-weight: bold; }

strong .accent,
span .accent,
em .accent {
  background: #ffffbf !important;
  color: inherit;
  padding: .25em;
  font-weight: bold; }

div .accent, p .accent {
  padding: 1.5em; }

.amp {
  font: italic 1.1em/10% "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif; }

body {
  margin: 0; }

@font-face {
  font-family: "Trade Gothic LT W00 Light";
  src: url("../fonts/f300c0cc-62a7-41ab-b270-af057ec4c77c.eot?#iefix");
  src: url("../fonts/f300c0cc-62a7-41ab-b270-af057ec4c77c.eot?#iefix") format("eot"), url("../fonts/5d7c9e5c-b55e-41d8-a736-41be41fc3c6f.woff2") format("woff2"), url("../fonts/c50255d5-560d-453a-a6d2-fda9e25f18da.woff") format("woff"), url("../fonts/2f8e5350-ff2a-4543-8c89-87b40918fec3.ttf") format("truetype"); }

@font-face {
  font-family: "Trade Gothic LT W00 Roman";
  src: url("../fonts/bbe515b0-fe4b-459e-bf6b-bed56d9a398d.eot?#iefix");
  src: url("../fonts/bbe515b0-fe4b-459e-bf6b-bed56d9a398d.eot?#iefix") format("eot"), url("../fonts/01d78b60-ff8c-4d6d-b717-dc5e01dcc776.woff2") format("woff2"), url("../fonts/e8d66c12-dc25-48d8-aba5-c4dc1957b166.woff") format("woff"), url("../fonts/a77fa3b1-fa06-4940-93ce-5e8255eff79e.ttf") format("truetype"); }

@font-face {
  font-family: "Trade Gothic LT W00 Bold";
  src: url("../fonts/9326ea4d-04d1-40cc-9374-681a7d172cdc.eot?#iefix");
  src: url("../fonts/9326ea4d-04d1-40cc-9374-681a7d172cdc.eot?#iefix") format("eot"), url("../fonts/ddc0e6c7-0237-4c3e-97c6-7f04356ee62d.woff2") format("woff2"), url("../fonts/0d4e97fe-8d6d-424d-ab25-8f02e06899fd.woff") format("woff"), url("../fonts/84319e85-552d-4c7f-8d2c-73d8540c0de1.ttf") format("truetype"); }

@font-face {
  font-family: "Trade Gothic LT W00 Bd Cn No.20";
  src: url("../fonts/b56091df-0934-490f-8ba1-44ac7c71ac12.eot?#iefix");
  src: url("../fonts/b56091df-0934-490f-8ba1-44ac7c71ac12.eot?#iefix") format("eot"), url("../fonts/e4276c67-820d-46ce-b8e4-68d5b4734d69.woff2") format("woff2"), url("../fonts/c0a119b8-eafb-490d-8445-a9c16f425279.woff") format("woff"), url("../fonts/0790eb68-9916-43f6-9519-7c8f367464cb.ttf") format("truetype"); }

html,
body {
  font-family: 'Trade Gothic LT W00 Bold', sans-serif;
  color: #000000; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: normal; }

p {
  line-height: normal; }

h1, h2, h3, h4 {
  text-transform: uppercase; }

h1 {
  font-size: 135px;
  letter-spacing: 9px; }

h2 {
  font-size: 105px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }
  h5.small {
    font-size: 14px; }
  h5.large {
    font-size: 32px; }

p {
  font-size: 26px; }
  p.small {
    font-size: 15px; }

@media (max-width: 1300px) {
  h1 {
    font-size: 105px;
    letter-spacing: 4px; }
  h2 {
    font-size: 70px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
    h5.small {
      font-size: 14px; }
    h5.large {
      font-size: 28px; }
  p {
    font-size: 22px; }
    p.small {
      font-size: 14px; } }

@media (max-width: 1250px) {
  h1 {
    font-size: 95px;
    letter-spacing: 3px; }
  h2 {
    font-size: 62px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 17px; }
    h5.small {
      font-size: 13px; }
    h5.large {
      font-size: 24px; }
  p {
    font-size: 20px; }
    p.small {
      font-size: 13px; } }

@media (max-width: 1000px) {
  h1 {
    font-size: 72px;
    letter-spacing: 3px; }
  h2 {
    font-size: 48px; }
  h5 {
    font-size: 15px; }
    h5.small {
      font-size: 13px; }
    h5.large {
      font-size: 22px; }
  p {
    font-size: 18px; }
    p.small {
      font-size: 13px; } }

@media (max-width: 640px) {
  h1 {
    font-size: 52px;
    letter-spacing: 1px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 24px; }
  p {
    font-size: 16px;
    line-height: 24px; } }

@media (max-width: 320px) {
  h1 {
    font-size: 45px;
    letter-spacing: 0px; }
  h2 {
    font-size: 32px; }
  h5 {
    font-size: 13px; } }

footer p, .footer p {
  font-size: 12px; }
  footer p.small, .footer p.small {
    font-size: 9px; }

/*
= COMMONS
------------------------------------------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
body {
  overflow-x: hidden; }

html.preventScroll {
  overflow-y: hidden; }

body {
  background-color: #111115; }
  body.preventScroll {
    position: relative;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%; }

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

a {
  text-decoration: none; }
  a.disable {
    cursor: auto; }

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

.hero-section {
  height: 385px; }
  @media (max-width: 640px) {
    .hero-section {
      height: 245px; } }
  .hero-section h1 {
    color: white; }

.columns-section {
  position: relative;
  margin: -150px 0;
  padding: 60px 0 120px 0;
  background-color: #f7f7f7;
  z-index: 2; }
  @media (max-width: 640px) {
    .columns-section {
      margin: -70px 0;
      padding: 60px 20px; } }

.col-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap; }
  .col-holder .wpcf7 form .wpcf7-response-output {
    color: white; }

.col {
  width: 50%; }
  @media (max-width: 1000px) {
    .col {
      width: 100%; } }
  .col.img, .col.txt {
    align-self: center; }
  .col.txt {
    color: white; }

.has-video {
  background-color: #000000; }
  .has-video iframe {
    position: absolute;
    width: 100vw;
    height: 79.25vw;
    min-width: 177.77vh;
    min-height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    opacity: 1; }
  .has-video video {
    object-fit: cover; }

#fp-nav {
  position: fixed;
  top: 50%;
  right: 55px;
  z-index: 995; }
  @media (max-width: 480px) {
    #fp-nav {
      right: 10px; } }
  #fp-nav li {
    width: 3px;
    height: 30px;
    margin: 12px 0; }
    #fp-nav li a {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
      -webkit-transition: all 1000ms 0ms ease;
      -moz-transition: all 1000ms 0ms ease;
      -ms-transition: all 1000ms 0ms ease;
      -o-transition: all 1000ms 0ms ease;
      transition: all 1000ms 0ms ease;
      background-color: white;
      display: block;
      opacity: 0.7; }
      #fp-nav li a.active, #fp-nav li a:hover {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    #fp-nav li span {
      font-size: 2px;
      color: transparent; }

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

#catapult-cookie-bar {
  z-index: 9 !important;
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'Trade Gothic LT W00 Light', sans-serif; }
  #catapult-cookie-bar .ctcc-more-info-link {
    position: relative;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    padding: 3px; }
    #catapult-cookie-bar .ctcc-more-info-link:before {
      content: "";
      position: absolute;
      top: 0%;
      left: 0%;
      width: 0px;
      height: 100%;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out;
      background-color: #000000;
      z-index: -1; }
    #catapult-cookie-bar .ctcc-more-info-link:hover:before {
      width: 100%; }
  @media (max-width: 640px) {
    #catapult-cookie-bar .ctcc-inner {
      flex-wrap: wrap; }
    #catapult-cookie-bar .ctcc-left-side {
      width: 100%;
      margin: 0 0 15px 0; }
    #catapult-cookie-bar .ctcc-right-side {
      margin: 0; } }

.wrapper {
  width: 1650px;
  margin: 0 auto;
  text-align: center; }

.small-wrapper {
  width: 1650px;
  padding: 0 250px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box; }

.medium-wrapper {
  width: 1650px;
  padding: 0 210px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box; }

.large-wrapper {
  width: 1650px;
  padding: 0 150px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box; }

.inner-wrapper {
  padding: 0 22%; }

@media (max-width: 1780px) {
  .wrapper {
    width: 100%;
    padding: 0px 60px;
    box-sizing: border-box; }
  .small-wrapper {
    width: 100%; }
  .medium-wrapper {
    width: 100%;
    padding: 0 15%; } }

@media (max-width: 1250px) {
  .small-wrapper {
    padding: 0 150px; }
  .inner-wrapper {
    padding: 0 18%; }
  .medium-wrapper {
    width: 100%;
    padding: 0 10%; } }

@media (max-width: 1000px) {
  .inner-wrapper {
    padding: 0; }
  .medium-wrapper {
    padding: 0px 60px; } }

@media (max-width: 640px) {
  .wrapper {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box; }
  .small-wrapper {
    padding: 0 20px; }
  .medium-wrapper {
    padding: 0px 20px; } }

.has-bgr {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.bgr-holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.italic {
  font-style: italic; }

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i, a i {
  font-style: inherit;
  display: inline-block;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(-1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(-1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(-1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(-1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(-1, 1); }

/* 
+ Preloading */
.loading-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000000; }
  .loading-holder .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: yellow; }
  .loading-holder .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .loading-holder .progress-notification {
    display: none; }
  .loading-holder .progress-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0; }
  .loading-holder .progress-loaded {
    position: relative;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #ffffff; }
  .loading-holder.transparent {
    background: none; }

/*
+ Landscape message */
.landscape-message {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none !important;
  width: 100%;
  height: 200%;
  background: url(../img/bgr-landscape-message.png) center no-repeat #000000;
  background-size: contain;
  transform: translateY(-25%); }

.mobile.landscape .landscape-message {
  display: block !important; }

.desktop header .hamburger:hover div {
  -webkit-transform: translateX(55px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(55px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(55px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(55px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(55px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.desktop header .search-me:hover {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2); }

@media screen and (max-height: 700px) {
  .desktop .main-nav li {
    padding: 8px 0 8px 30px;
    margin-bottom: 3px; } }

.desktop .main-nav li:hover > a {
  color: #f31534; }

.desktop .main-nav li:hover:after, .desktop .main-nav li:hover:before {
  background-color: #f31534; }

.desktop .main-nav li:hover:after {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.desktop .main-nav .menu-item-has-children:hover > .sub-menu {
  height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .desktop .main-nav .menu-item-has-children:hover > .sub-menu::-webkit-scrollbar {
    width: 10px; }
  .desktop .main-nav .menu-item-has-children:hover > .sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .desktop .main-nav .menu-item-has-children:hover > .sub-menu::-webkit-scrollbar-thumb {
    background: #888; }
  .desktop .main-nav .menu-item-has-children:hover > .sub-menu::-webkit-scrollbar-thumb:hover {
    background: #555; }

/*
BUTTONS GLOBAL
-------------------------------------------- */
.ghost-btn {
  color: white;
  font-size: 18px;
  letter-spacing: 4px;
  padding: 3px 9px;
  border: 4px solid white;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: transparent; }
  @media (max-width: 1250px) {
    .ghost-btn {
      font-size: 16px;
      letter-spacing: 4px;
      padding: 3px 7px; } }
  @media (max-width: 640px) {
    .ghost-btn {
      font-size: 14px;
      letter-spacing: 3px; } }
  .ghost-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    background-color: white;
    z-index: -1; }
  .ghost-btn:hover {
    color: #000000; }
    .ghost-btn:hover:before {
      width: 100%; }
  .ghost-btn h5 {
    position: relative;
    z-index: 1; }
  .ghost-btn.black {
    color: #000000;
    border: 4px solid #000000; }
    .ghost-btn.black:before {
      background-color: #000000;
      z-index: 1; }
    .ghost-btn.black:hover {
      color: white; }
      .ghost-btn.black:hover:before {
        width: 100%; }
    .ghost-btn.black h6 {
      position: relative;
      z-index: 2; }

.btn, #catapultCookie {
  position: relative;
  display: inline-block;
  min-width: 177px;
  height: 45px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none; }
  .btn h5, #catapultCookie h5 {
    position: relative;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 1.4px;
    color: #000000;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    z-index: 2; }
  .btn:before, #catapultCookie:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    background-color: #000000;
    z-index: 1; }
  @media (max-width: 640px) {
    .btn, #catapultCookie {
      padding: 0 22px;
      font-size: 20px;
      letter-spacing: 2px;
      max-width: 90%; } }
  @media (max-width: 320px) {
    .btn, #catapultCookie {
      padding: 0 12px;
      font-size: 18px;
      letter-spacing: 1.2px;
      min-width: 147px; } }
  .btn.white, #catapultCookie.white {
    background-color: white;
    color: #000000; }
    .btn.white:hover h5, #catapultCookie.white:hover h5 {
      color: white; }
    .btn.white:hover:before, #catapultCookie.white:hover:before {
      width: 100%; }
  .btn.load-more h5, #catapultCookie.load-more h5 {
    line-height: 38px; }
  .btn.black, #catapultCookie.black {
    color: #000000;
    border: 4px solid #000000; }
    .btn.black h5, #catapultCookie.black h5 {
      color: #000000;
      line-height: 38px; }
    .btn.black:hover h5, #catapultCookie.black:hover h5 {
      color: white; }
    .btn.black:hover:before, #catapultCookie.black:hover:before {
      width: 100%; }
  .btn.red, #catapultCookie.red {
    background-color: #f31534; }
    .btn.red h5, #catapultCookie.red h5 {
      color: white; }

.btn-alternative {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }
  .btn-alternative:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    height: calc(100% + 10px);
    width: 0px;
    background-color: #000000;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    z-index: -1; }
    @media (max-width: 640px) {
      .btn-alternative:after {
        left: -6px; } }
  .btn-alternative:hover {
    color: white !important; }
    .btn-alternative:hover:after {
      width: calc(100% + 10%); }

#catapultCookie {
  font-weight: bold;
  color: white;
  border: 4px solid white !important;
  background-color: transparent !important;
  font-size: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  font-family: 'Trade Gothic LT W00 Bold', sans-serif;
  border-radius: 0px !important; }
  @media (max-width: 640px) {
    #catapultCookie {
      margin-left: 0px !important; } }
  #catapultCookie:before {
    z-index: -1;
    background-color: white; }
  #catapultCookie:hover {
    color: black !important; }
    #catapultCookie:hover:before {
      width: 100%; }

/*
FORMS GLOBAL
-------------------------------------------- */
.three-columns-holder ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.three-columns-holder li {
  width: calc(100% * 1 / 3);
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center; }
  .three-columns-holder li .img-anchor {
    display: inline-block; }
  .three-columns-holder li a {
    display: block;
    color: #000000; }
  @media (max-width: 1000px) {
    .three-columns-holder li {
      width: calc(100% * 1 / 2); } }
  @media (max-width: 640px) {
    .three-columns-holder li {
      width: 100%; } }
  .three-columns-holder li img {
    height: auto;
    max-width: 100%; }
  .three-columns-holder li h4, .three-columns-holder li h5 {
    text-transform: uppercase;
    color: #000000; }
  .three-columns-holder li h4 {
    display: inline-block; }
    .three-columns-holder li h4.auto-w {
      display: block; }
  .three-columns-holder li h5 {
    color: #777777;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
    display: block; }
    @media (max-width: 1300px) {
      .three-columns-holder li h5 {
        font-size: 12px;
        letter-spacing: 1.5px; } }
    @media (max-width: 1250px) {
      .three-columns-holder li h5 {
        line-height: 15px; } }
    @media (max-width: 640px) {
      .three-columns-holder li h5 {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 1px; } }

.five-columns-holder ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap; }
  .five-columns-holder ul li {
    position: relative; }
    @media (max-width: 1000px) {
      .five-columns-holder ul li {
        width: 50%;
        margin-bottom: 30px; } }
    @media (max-width: 640px) {
      .five-columns-holder ul li {
        width: 80%; } }

.five-columns-holder.watches ul {
  margin: 80px 0; }
  @media (max-width: 1250px) {
    .five-columns-holder.watches ul {
      margin: 60px 0; } }
  @media (max-width: 1000px) {
    .five-columns-holder.watches ul {
      -webkit-justify-content: space-evenly;
      -moz-justify-content: space-evenly;
      -ms-justify-content: space-evenly;
      justify-content: space-evenly;
      -ms-flex-pack: space-evenly; } }
  .five-columns-holder.watches ul li {
    max-width: calc(20% - 40px);
    position: relative;
    margin: 0 20px;
    cursor: pointer; }
  .five-columns-holder.watches ul.for-slick {
    position: relative;
    overflow: hidden; }
    .five-columns-holder.watches ul.for-slick li {
      margin: 0;
      max-width: 100%; }
      .five-columns-holder.watches ul.for-slick li img {
        height: 250px;
        margin: 0 auto; }
        @media (max-width: 1400px) {
          .five-columns-holder.watches ul.for-slick li img {
            height: 230px; } }
        @media (max-width: 1250px) {
          .five-columns-holder.watches ul.for-slick li img {
            height: 200px; } }
        @media (max-width: 1000px) {
          .five-columns-holder.watches ul.for-slick li img {
            height: 180px; } }
    .five-columns-holder.watches ul.for-slick .slick-arrow {
      display: none;
      position: absolute;
      top: 39%;
      left: auto;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      outline: none;
      background-color: transparent;
      background-image: url(../icons/arrow-down-black.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      text-indent: -999999px;
      border: none;
      z-index: 9998;
      padding: 20px; }
      .five-columns-holder.watches ul.for-slick .slick-arrow.slick-next {
        right: 0px;
        -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1); }
      .five-columns-holder.watches ul.for-slick .slick-arrow.slick-prev {
        left: 0px; }
  .five-columns-holder.watches ul a {
    display: inline-block; }
  .five-columns-holder.watches ul img {
    height: 320px;
    max-width: 100%;
    max-height: 100%; }
    @media (max-width: 1500px) {
      .five-columns-holder.watches ul img {
        height: 250px; } }
    @media (max-width: 1300px) {
      .five-columns-holder.watches ul img {
        height: 220px; } }
    @media (max-width: 1250px) {
      .five-columns-holder.watches ul img {
        height: 200px; } }
  .five-columns-holder.watches ul h4 {
    margin-top: 20px; }
    .five-columns-holder.watches ul h4 a {
      color: #000000; }
  .five-columns-holder.watches ul h5 {
    color: #777777;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
    display: block;
    text-transform: uppercase; }
    @media (max-width: 1250px) {
      .five-columns-holder.watches ul h5 {
        font-size: 12px;
        letter-spacing: 1.5px; } }

.five-columns-holder.start ul {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  @media (max-width: 640px) {
    .five-columns-holder.start ul {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }

.five-columns-holder.gallery-holder li {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
  background-color: #000000;
  height: 270px;
  position: relative; }
  .five-columns-holder.gallery-holder li:nth-child(5n) {
    margin-right: 0%; }
  @media (max-width: 1780px) {
    .five-columns-holder.gallery-holder li {
      height: 250px; } }
  @media (max-width: 1500px) {
    .five-columns-holder.gallery-holder li {
      height: 210px; } }
  @media (max-width: 1400px) {
    .five-columns-holder.gallery-holder li {
      width: 24%;
      margin-right: 1%; }
      .five-columns-holder.gallery-holder li:nth-child(5n) {
        margin-right: 1%; }
      .five-columns-holder.gallery-holder li:nth-child(4n) {
        margin-right: 0%; } }
  @media (max-width: 1250px) {
    .five-columns-holder.gallery-holder li {
      height: 175px; } }
  @media (max-width: 640px) {
    .five-columns-holder.gallery-holder li {
      width: 48%;
      margin: 0 0 10px 0; }
      .five-columns-holder.gallery-holder li:nth-child(5n) {
        margin-right: 0%; } }
  @media (max-width: 320px) {
    .five-columns-holder.gallery-holder li {
      width: 90%;
      margin: 0 auto 10px auto; }
      .five-columns-holder.gallery-holder li:nth-child(5n) {
        margin: 0 auto 10px auto; }
      .five-columns-holder.gallery-holder li:nth-child(4n) {
        margin: 0 auto 10px auto; } }
  .five-columns-holder.gallery-holder li .links-holder {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 14px;
    z-index: 2; }
  .five-columns-holder.gallery-holder li .quality {
    color: white;
    text-transform: uppercase;
    display: block;
    margin: 9px 0; }

.blog .three-columns-holder ul, .single-post .three-columns-holder ul, .archive .three-columns-holder ul {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .blog .three-columns-holder ul li, .single-post .three-columns-holder ul li, .archive .three-columns-holder ul li {
    padding: 0px;
    width: 31%;
    margin-bottom: 30px;
    background-color: white;
    -webkit-box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06);
    box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06); }
    @media (max-width: 1300px) {
      .blog .three-columns-holder ul li, .single-post .three-columns-holder ul li, .archive .three-columns-holder ul li {
        width: 32%; } }
    @media (max-width: 1250px) {
      .blog .three-columns-holder ul li, .single-post .three-columns-holder ul li, .archive .three-columns-holder ul li {
        width: 47%; } }
    @media (max-width: 1000px) {
      .blog .three-columns-holder ul li, .single-post .three-columns-holder ul li, .archive .three-columns-holder ul li {
        width: 100%; } }
    .blog .three-columns-holder ul li figure, .single-post .three-columns-holder ul li figure, .archive .three-columns-holder ul li figure {
      height: 305px; }
      @media (max-width: 1400px) {
        .blog .three-columns-holder ul li figure, .single-post .three-columns-holder ul li figure, .archive .three-columns-holder ul li figure {
          height: 280px; } }
      @media (max-width: 1250px) {
        .blog .three-columns-holder ul li figure, .single-post .three-columns-holder ul li figure, .archive .three-columns-holder ul li figure {
          height: 240px; } }
      @media (max-width: 640px) {
        .blog .three-columns-holder ul li figure, .single-post .three-columns-holder ul li figure, .archive .three-columns-holder ul li figure {
          height: 180px; } }
    .blog .three-columns-holder ul li p, .single-post .three-columns-holder ul li p, .archive .three-columns-holder ul li p {
      font-size: 16px;
      text-align: justify; }
      @media (max-width: 640px) {
        .blog .three-columns-holder ul li p, .single-post .three-columns-holder ul li p, .archive .three-columns-holder ul li p {
          font-size: 14px; } }
    .blog .three-columns-holder ul li h5, .single-post .three-columns-holder ul li h5, .archive .three-columns-holder ul li h5 {
      font-size: 18px;
      color: #000000;
      letter-spacing: 1.5px;
      line-height: normal;
      text-align: left;
      margin: 0 0 25px 0;
      display: inline-block; }
      @media (max-width: 640px) {
        .blog .three-columns-holder ul li h5, .single-post .three-columns-holder ul li h5, .archive .three-columns-holder ul li h5 {
          letter-spacing: 1px; } }
    .blog .three-columns-holder ul li article, .single-post .three-columns-holder ul li article, .archive .three-columns-holder ul li article {
      position: relative;
      padding: 25px 25px 55px 25px;
      min-height: 185px;
      text-align: left; }
      @media (max-width: 1000px) {
        .blog .three-columns-holder ul li article, .single-post .three-columns-holder ul li article, .archive .three-columns-holder ul li article {
          min-height: 145px;
          padding: 15px 15px 55px 15px; } }
      @media (max-width: 640px) {
        .blog .three-columns-holder ul li article, .single-post .three-columns-holder ul li article, .archive .three-columns-holder ul li article {
          min-height: 105px;
          padding: 10px 10px 55px 10px; } }
      .blog .three-columns-holder ul li article .tags, .single-post .three-columns-holder ul li article .tags, .archive .three-columns-holder ul li article .tags {
        position: absolute;
        bottom: 15px;
        left: 25px;
        text-transform: uppercase; }
        @media (max-width: 1000px) {
          .blog .three-columns-holder ul li article .tags, .single-post .three-columns-holder ul li article .tags, .archive .three-columns-holder ul li article .tags {
            left: 15px; } }
        @media (max-width: 640px) {
          .blog .three-columns-holder ul li article .tags, .single-post .three-columns-holder ul li article .tags, .archive .three-columns-holder ul li article .tags {
            left: 10px; } }
        .blog .three-columns-holder ul li article .tags p, .blog .three-columns-holder ul li article .tags span, .single-post .three-columns-holder ul li article .tags p, .single-post .three-columns-holder ul li article .tags span, .archive .three-columns-holder ul li article .tags p, .archive .three-columns-holder ul li article .tags span {
          display: inline-block; }
        .blog .three-columns-holder ul li article .tags span, .single-post .three-columns-holder ul li article .tags span, .archive .three-columns-holder ul li article .tags span {
          margin-left: 5px; }
        .blog .three-columns-holder ul li article .tags p, .single-post .three-columns-holder ul li article .tags p, .archive .three-columns-holder ul li article .tags p {
          margin-right: 5px; }
          .blog .three-columns-holder ul li article .tags p a, .single-post .three-columns-holder ul li article .tags p a, .archive .three-columns-holder ul li article .tags p a {
            color: #f31534; }

.title-holder {
  max-width: 90%;
  margin: 0 auto; }
  .title-holder h1 {
    font-size: 105px;
    letter-spacing: 6px; }
    @media (max-width: 1300px) {
      .title-holder h1 {
        font-size: 90px;
        letter-spacing: 4px; } }
    @media (max-width: 1250px) {
      .title-holder h1 {
        font-size: 72px;
        letter-spacing: 3px; } }
    @media (max-width: 640px) {
      .title-holder h1 {
        font-size: 52px;
        letter-spacing: 1px; } }
    @media (max-width: 320px) {
      .title-holder h1 {
        font-size: 45px;
        letter-spacing: 0px; } }

.module-watch-slider {
  color: white;
  padding: 120px 0;
  min-height: 600px; }
  @media (max-width: 1500px) {
    .module-watch-slider {
      padding: 100px 0; } }
  @media (max-width: 1300px) {
    .module-watch-slider {
      padding: 80px 0; } }
  .module-watch-slider .wrapper {
    position: relative; }
  @media (max-width: 1000px) {
    .module-watch-slider {
      padding: 60px; } }
  @media (max-width: 640px) {
    .module-watch-slider {
      padding: 60px 20px; } }
  .module-watch-slider .slider-holder {
    position: relative; }
    .module-watch-slider .slider-holder .title, .module-watch-slider .slider-holder .no-slide-title {
      font-size: 54px;
      letter-spacing: 3px;
      margin-bottom: 40px; }
      @media (max-width: 1400px) {
        .module-watch-slider .slider-holder .title, .module-watch-slider .slider-holder .no-slide-title {
          font-size: 50px;
          letter-spacing: 2.5px; } }
      @media (max-width: 1300px) {
        .module-watch-slider .slider-holder .title, .module-watch-slider .slider-holder .no-slide-title {
          letter-spacing: 2px; } }
      @media (max-width: 1250px) {
        .module-watch-slider .slider-holder .title, .module-watch-slider .slider-holder .no-slide-title {
          font-size: 48px;
          letter-spacing: 1px; } }
      @media (max-width: 640px) {
        .module-watch-slider .slider-holder .title, .module-watch-slider .slider-holder .no-slide-title {
          font-size: 40px;
          letter-spacing: 0.8px;
          padding-top: 40px; } }
      @media (max-width: 320px) {
        .module-watch-slider .slider-holder .title, .module-watch-slider .slider-holder .no-slide-title {
          font-size: 36px;
          padding-top: 30px; } }
    .module-watch-slider .slider-holder h4 {
      letter-spacing: 3px;
      margin: -15px 0 25px; }
      @media (max-width: 1250px) {
        .module-watch-slider .slider-holder h4 {
          letter-spacing: 2px; } }
    .module-watch-slider .slider-holder .subtitle, .module-watch-slider .slider-holder .no-slide-subtitle {
      text-transform: uppercase;
      font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif;
      margin-bottom: 90px;
      letter-spacing: 3px; }
      @media (max-width: 1250px) {
        .module-watch-slider .slider-holder .subtitle, .module-watch-slider .slider-holder .no-slide-subtitle {
          font-size: 16px;
          margin-bottom: 50px;
          letter-spacing: 2px; } }
      @media (max-width: 640px) {
        .module-watch-slider .slider-holder .subtitle, .module-watch-slider .slider-holder .no-slide-subtitle {
          letter-spacing: 1px; } }
    .module-watch-slider .slider-holder img {
      margin: 0 auto 70px auto; }
      @media (max-width: 1300px) {
        .module-watch-slider .slider-holder img {
          margin: 0 auto 60px auto; } }
      @media (max-width: 1000px) {
        .module-watch-slider .slider-holder img {
          margin: 0 auto 50px auto; } }
      @media (max-width: 640px) {
        .module-watch-slider .slider-holder img {
          margin: 0 auto 30px auto; } }
  .module-watch-slider .slider-subitems h5 {
    line-height: 36px;
    width: 50%; }
    @media (max-width: 1250px) {
      .module-watch-slider .slider-subitems h5 {
        font-size: 18px;
        line-height: 30px; } }
    @media (max-width: 640px) {
      .module-watch-slider .slider-subitems h5 {
        font-size: 16px;
        line-height: 26px; } }
    .module-watch-slider .slider-subitems h5:first-of-type {
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-right: 20px;
      text-align: right; }
      @media (max-width: 1250px) {
        .module-watch-slider .slider-subitems h5:first-of-type {
          letter-spacing: 1.6px; } }
      @media (max-width: 1000px) {
        .module-watch-slider .slider-subitems h5:first-of-type {
          letter-spacing: 1px; } }
      @media (max-width: 640px) {
        .module-watch-slider .slider-subitems h5:first-of-type {
          text-align: left;
          width: 100%; } }
    .module-watch-slider .slider-subitems h5:last-of-type {
      text-transform: none;
      text-align: left; }
      @media (max-width: 640px) {
        .module-watch-slider .slider-subitems h5:last-of-type {
          width: 100%;
          line-height: 24px; } }
  .module-watch-slider .slider-subitems li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 640px) {
      .module-watch-slider .slider-subitems li {
        flex-wrap: wrap;
        margin-bottom: 20px; }
        .module-watch-slider .slider-subitems li:last-child {
          margin-bottom: 0px; } }
    .module-watch-slider .slider-subitems li.press {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
  .module-watch-slider .slider-img {
    height: 420px;
    width: auto; }
    @media (max-width: 1500px) {
      .module-watch-slider .slider-img {
        height: 400px; } }
    @media (max-width: 1400px) {
      .module-watch-slider .slider-img {
        height: 380px; } }
    @media (max-width: 1300px) {
      .module-watch-slider .slider-img {
        height: 340px;
        max-width: 100%; } }
    @media (max-width: 1250px) {
      .module-watch-slider .slider-img {
        height: 320px; } }
    @media (max-width: 1000px) {
      .module-watch-slider .slider-img {
        height: 260px; } }
    @media (max-width: 640px) {
      .module-watch-slider .slider-img {
        height: 220px; } }
    @media (max-width: 320px) {
      .module-watch-slider .slider-img {
        height: 180px; } }
  .module-watch-slider .front-img, .module-watch-slider .back-img {
    width: 320px;
    height: auto;
    display: none;
    position: absolute;
    top: 30%;
    left: 0;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 1400px) {
      .module-watch-slider .front-img, .module-watch-slider .back-img {
        width: 280px; } }
    @media (max-width: 1300px) {
      .module-watch-slider .front-img, .module-watch-slider .back-img {
        width: 260px; } }
    @media (max-width: 1250px) {
      .module-watch-slider .front-img, .module-watch-slider .back-img {
        width: 220px; } }
    @media (max-width: 1000px) {
      .module-watch-slider .front-img, .module-watch-slider .back-img {
        width: 180px;
        height: auto;
        top: 0;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
    @media (max-width: 1000px) {
      .module-watch-slider .front-img, .module-watch-slider .back-img {
        position: relative;
        margin: 0 auto; } }
  .module-watch-slider .front-img {
    opacity: 1;
    visibility: visible; }
  .module-watch-slider .back-img {
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1000px) {
      .module-watch-slider .back-img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
  .module-watch-slider .front, .module-watch-slider .back {
    display: none;
    width: 120px;
    height: 50px;
    border: 5px solid white;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin: 0 auto; }
    .module-watch-slider .front:before, .module-watch-slider .back:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0px;
      height: 100%;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out;
      background-color: #000000;
      z-index: -1; }
    .module-watch-slider .front:hover h5, .module-watch-slider .back:hover h5 {
      color: white; }
    .module-watch-slider .front:hover:before, .module-watch-slider .back:hover:before {
      width: 100%; }
    @media (max-width: 640px) {
      .module-watch-slider .front, .module-watch-slider .back {
        width: 82px;
        height: 40px; } }
    .module-watch-slider .front h5, .module-watch-slider .back h5 {
      letter-spacing: 6px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-45%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-45%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-45%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-45%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-45%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out; }
      @media (max-width: 640px) {
        .module-watch-slider .front h5, .module-watch-slider .back h5 {
          letter-spacing: 4px; } }
  .module-watch-slider .fron-back-holder .front:before, .module-watch-slider .fron-back-holder .back:before {
    z-index: 1; }
  .module-watch-slider .fron-back-holder .front h5, .module-watch-slider .fron-back-holder .back h5 {
    z-index: 2; }
  .module-watch-slider .front {
    margin: 0 10px; }
  .module-watch-slider .back:before {
    top: 0;
    right: 0;
    left: auto; }
  .module-watch-slider .no-slide-title, .module-watch-slider .no-slide-subtitle {
    display: none; }
  .module-watch-slider .parent .ghost-btn {
    margin-top: 40px; }
    .module-watch-slider .parent .ghost-btn h5 {
      text-align: center;
      width: 100%;
      color: white;
      line-height: 36px;
      margin: 0px;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out; }
    .module-watch-slider .parent .ghost-btn:hover h5 {
      color: #000000; }
  .module-watch-slider .for-sl {
    margin-bottom: 20px; }
  .module-watch-slider .no-sl {
    display: none; }
  .module-watch-slider.no-slide {
    min-height: 450px; }
    .module-watch-slider.no-slide .front-img, .module-watch-slider.no-slide .back-img {
      display: block; }
    .module-watch-slider.no-slide .front, .module-watch-slider.no-slide .back {
      display: inline-block; }
    .module-watch-slider.no-slide .prev-arrow, .module-watch-slider.no-slide .next-arrow, .module-watch-slider.no-slide .slider-img, .module-watch-slider.no-slide .title, .module-watch-slider.no-slide .subtitle {
      display: none; }
    @media (max-width: 1000px) {
      .module-watch-slider.no-slide .title, .module-watch-slider.no-slide .subtitle {
        width: 100%; } }
    .module-watch-slider.no-slide .no-slide-title, .module-watch-slider.no-slide .no-slide-subtitle {
      display: block;
      width: 100%; }
      @media (max-width: 1000px) {
        .module-watch-slider.no-slide .no-slide-title, .module-watch-slider.no-slide .no-slide-subtitle {
          display: none; } }
    .module-watch-slider.no-slide .fron-back-holder {
      margin-top: 60px;
      width: 100%;
      text-align: left;
      padding-bottom: 60px; }
      .module-watch-slider.no-slide .fron-back-holder.mobile {
        display: none; }
      @media (max-width: 1000px) {
        .module-watch-slider.no-slide .fron-back-holder {
          display: none;
          padding-bottom: 40px;
          text-align: center;
          text-align: -webkit-center; }
          .module-watch-slider.no-slide .fron-back-holder.mobile {
            display: block; } }
      @media (max-width: 640px) {
        .module-watch-slider.no-slide .fron-back-holder {
          padding-bottom: 30px; } }
    .module-watch-slider.no-slide .slider-holder ul {
      flex: 1;
      margin-bottom: 100px; }
      @media (max-width: 1500px) {
        .module-watch-slider.no-slide .slider-holder ul {
          margin-bottom: 80px; } }
      @media (max-width: 1300px) {
        .module-watch-slider.no-slide .slider-holder ul {
          margin-bottom: 60px; } }
      @media (max-width: 1000px) {
        .module-watch-slider.no-slide .slider-holder ul {
          width: 100%;
          flex: auto; } }
      @media (max-width: 640px) {
        .module-watch-slider.no-slide .slider-holder ul {
          margin: 40px 0;
          order: 1; } }
    .module-watch-slider.no-slide .slider-holder .parent {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      flex-wrap: wrap; }
      @media (max-width: 1000px) {
        .module-watch-slider.no-slide .slider-holder .parent {
          display: block; } }
    .module-watch-slider.no-slide .no-sl {
      display: block;
      white-space: nowrap; }
      .module-watch-slider.no-slide .no-sl.press {
        width: 100%;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        .module-watch-slider.no-slide .no-sl.press .btn:before {
          background-color: white; }
        @media (max-width: 640px) {
          .module-watch-slider.no-slide .no-sl.press .btn {
            margin-top: 20px;
            max-width: 100%; }
          .module-watch-slider.no-slide .no-sl.press h5 {
            font-size: 18px; } }
    .module-watch-slider.no-slide .for-sl {
      display: none; }
      @media (max-width: 1000px) {
        .module-watch-slider.no-slide .for-sl {
          display: block; } }
    .module-watch-slider.no-slide .slider-subitems li.press {
      display: none; }

.title-text-holder h2, .title-text-holder h3 {
  font-size: 105px;
  letter-spacing: 6px; }
  @media (max-width: 1500px) {
    .title-text-holder h2 br, .title-text-holder h3 br {
      display: none; } }
  @media (max-width: 1300px) {
    .title-text-holder h2, .title-text-holder h3 {
      font-size: 90px;
      letter-spacing: 4px; } }
  @media (max-width: 1250px) {
    .title-text-holder h2, .title-text-holder h3 {
      font-size: 80px;
      letter-spacing: 3px; } }
  @media (max-width: 1000px) {
    .title-text-holder h2, .title-text-holder h3 {
      font-size: 72px;
      letter-spacing: 2.5px; } }
  @media (max-width: 640px) {
    .title-text-holder h2, .title-text-holder h3 {
      font-size: 48px;
      letter-spacing: 0.5px; } }
  @media (max-width: 320px) {
    .title-text-holder h2, .title-text-holder h3 {
      font-size: 42px;
      letter-spacing: 0px; } }

.title-text-holder p {
  width: 910px;
  margin: 30px auto 0 auto;
  text-align: justify;
  text-align-last: center;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif; }
  @media (max-width: 1400px) {
    .title-text-holder p {
      width: 100%; } }
  @media (max-width: 1300px) {
    .title-text-holder p {
      margin: 30px auto 0 auto; } }
  @media (max-width: 1250px) {
    .title-text-holder p {
      text-align: center;
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 1000px) {
    .title-text-holder p {
      margin: 30px auto 0 auto; } }
  @media (max-width: 640px) {
    .title-text-holder p {
      font-size: 16px;
      line-height: 24px; }
      .title-text-holder p br {
        display: none; } }

.title-text-holder.top {
  margin-bottom: 150px; }
  @media (max-width: 1500px) {
    .title-text-holder.top {
      margin-bottom: 120px; } }
  @media (max-width: 1300px) {
    .title-text-holder.top {
      margin-bottom: 100px; } }
  @media (max-width: 1000px) {
    .title-text-holder.top {
      margin-bottom: 60px; } }

.title-text-holder.bottom {
  margin-top: 180px; }
  @media (max-width: 1500px) {
    .title-text-holder.bottom {
      margin-top: 140px; } }
  @media (max-width: 1300px) {
    .title-text-holder.bottom {
      margin-top: 120px; } }
  @media (max-width: 1250px) {
    .title-text-holder.bottom {
      margin-top: 60px; } }

.module-image-slider {
  position: relative; }
  .module-image-slider li {
    width: 100%;
    height: 100vh; }
    @media (max-width: 1000px) {
      .module-image-slider li {
        height: 65vh; } }
    @media (max-width: 640px) {
      .module-image-slider li {
        height: 55vh; } }
  .module-image-slider .slider-btns-holder {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    width: 1650px;
    height: 60px;
    background-color: #111115; }
    @media (max-width: 1000px) {
      .module-image-slider .slider-btns-holder {
        height: 50; } }
    @media (max-width: 640px) {
      .module-image-slider .slider-btns-holder {
        width: 640px;
        height: 40px;
        bottom: -6px;
        -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
        -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
        -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
        -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7);
        transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.7); } }
  .module-image-slider .next-arrow, .module-image-slider .prev-arrow, .module-image-slider .download-arrow {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
    .module-image-slider .next-arrow:hover, .module-image-slider .prev-arrow:hover, .module-image-slider .download-arrow:hover {
      color: #de122f; }
  .module-image-slider .next-arrow {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    left: calc(50% + 130px); }
  .module-image-slider .prev-arrow {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    left: calc(50% - 130px); }
  .module-image-slider .download-arrow {
    left: 50%; }
  .module-image-slider .download-image {
    display: none; }

.next-arrow, .prev-arrow, .download-arrow {
  position: absolute;
  top: 360px;
  width: 18px;
  height: 30px;
  background-image: url(../icons/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }
  .next-arrow:hover, .prev-arrow:hover, .download-arrow:hover {
    background-image: url(../icons/arrow-down-red.png); }
  @media (max-width: 1000px) {
    .next-arrow, .prev-arrow, .download-arrow {
      top: 430px; } }
  @media (max-width: 640px) {
    .next-arrow, .prev-arrow, .download-arrow {
      top: 320px; } }

.next-arrow {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  right: 20%; }
  @media (max-width: 1000px) {
    .next-arrow {
      right: 10%; } }
  @media (max-width: 640px) {
    .next-arrow {
      right: 20px; } }
  @media (max-width: 320px) {
    .next-arrow {
      right: -10px; } }

.prev-arrow {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
  left: 20%; }
  @media (max-width: 1000px) {
    .prev-arrow {
      left: 10%; } }
  @media (max-width: 640px) {
    .prev-arrow {
      left: 10px; } }
  @media (max-width: 320px) {
    .prev-arrow {
      left: -10px; } }

header .search-form {
  position: absolute;
  width: 220px;
  top: -6px;
  left: 0;
  -webkit-transform: translateX(120px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(120px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(120px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(120px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(120px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }
  @media (max-width: 640px) {
    header .search-form {
      width: 270px;
      height: 50px;
      background-color: #000000;
      z-index: 1;
      padding-top: 10px;
      -webkit-transform: translateX(120px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(120px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(120px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(120px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(120px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1); } }
  @media (max-width: 640px) and (max-width: 320px) {
    header .search-form {
      width: 250px;
      height: 40px; } }
  header .search-form.active {
    -webkit-transform: translateX(-260px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-260px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-260px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-260px) translateY(5px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-260px) translateY(5px) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 640px) {
      header .search-form.active {
        -webkit-transform: translateX(-350px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-350px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-350px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-350px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-350px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1); } }
    @media (max-width: 375px) {
      header .search-form.active {
        -webkit-transform: translateX(-310px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-310px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-310px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-310px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-310px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1); } }
    @media (max-width: 320px) {
      header .search-form.active {
        -webkit-transform: translateX(-260px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-260px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-260px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-260px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-260px) translateY(-5px) translateZ(0px) rotate(0deg) scale(1); } }
  header .search-form input[type="submit"], header .search-form input[type="text"] {
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    font-family: 'Trade Gothic LT W00 Bold', sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none; }
  header .search-form input[type="text"] {
    border-bottom: 1px solid #ffffff;
    width: 220px;
    padding-left: 5px;
    box-sizing: border-box; }
  header .search-form input[type="submit"] {
    border: none;
    position: absolute;
    top: 0;
    right: -60px;
    width: 20px;
    display: none; }
    header .search-form input[type="submit"].active {
      display: block; }
  header .search-form .clear {
    display: block;
    position: absolute;
    top: 0;
    right: -22px;
    padding: 3px;
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
    @media (max-width: 640px) {
      header .search-form .clear {
        top: 10px;
        right: 18px; } }
    header .search-form .clear.active {
      opacity: 1;
      visibility: visible; }
  header .search-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.6;
    /* Firefox */ }
  header .search-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  header .search-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white; }

.inactive-filter {
  display: none; }
  .inactive-filter.active-filter {
    display: block; }

.clear-search {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 0;
  right: -30px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  cursor: pointer;
  padding: 3px; }
  @media (max-width: 1250px) {
    .clear-search {
      display: none; } }
  .clear-search.active {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1250px) {
      .clear-search.active {
        opacity: 0;
        visibility: hidden; } }

.filter {
  margin: 90px auto;
  max-width: 90%; }
  @media (max-width: 1300px) {
    .filter {
      margin: 60px auto; } }
  @media (max-width: 1250px) {
    .filter {
      display: none; } }
  .filter .first-lvl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #777777; }
    .filter .first-lvl .parent {
      width: calc(100% * 1 / 3);
      text-align: center;
      position: relative; }
      .filter .first-lvl .parent ul {
        position: absolute;
        top: 31px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
        text-align: left;
        background-color: white;
        width: 180px;
        border: 1px solid #000000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s 0s ease;
        -moz-transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
        -o-transition: all 0.3s 0s ease;
        transition: all 0.3s 0s ease;
        z-index: 2;
        box-sizing: border-box;
        max-height: 500px;
        overflow-y: auto;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .filter .first-lvl .parent ul::-webkit-scrollbar {
          width: 10px; }
        .filter .first-lvl .parent ul::-webkit-scrollbar-track {
          background: #f1f1f1; }
        .filter .first-lvl .parent ul::-webkit-scrollbar-thumb {
          background: #888; }
        .filter .first-lvl .parent ul::-webkit-scrollbar-thumb:hover {
          background: #555; }
        .filter .first-lvl .parent ul.opened {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
        .filter .first-lvl .parent ul li {
          padding: 5px 0 5px 20px;
          margin: 3px 0;
          cursor: pointer;
          -webkit-transition: all 0.3s 0s ease;
          -moz-transition: all 0.3s 0s ease;
          -ms-transition: all 0.3s 0s ease;
          -o-transition: all 0.3s 0s ease;
          transition: all 0.3s 0s ease; }
          .filter .first-lvl .parent ul li:first-child {
            margin-top: 0px; }
          .filter .first-lvl .parent ul li:last-child {
            margin-bottom: 0px; }
          .filter .first-lvl .parent ul li:hover {
            background-color: #000000;
            color: white; }
          .filter .first-lvl .parent ul li.active {
            color: #f31534; }
            .filter .first-lvl .parent ul li.active:hover {
              background-color: #000000;
              color: white; }
        .filter .first-lvl .parent ul.no-filter li {
          padding: 0px; }
          .filter .first-lvl .parent ul.no-filter li a {
            display: block;
            padding: 5px 0 5px 20px;
            color: #000000; }
          .filter .first-lvl .parent ul.no-filter li:hover a {
            color: white; }
  .filter h3 {
    font-size: 12px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-right: 23px; }
    .filter h3:after {
      content: url(../icons/arrow-down-v1-black.png);
      position: absolute;
      top: -2px;
      right: 0px;
      display: block; }

.filter-touch {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  height: 100vh;
  background-color: #111115;
  color: white;
  -webkit-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
  z-index: 1000; }
  @media (max-width: 1000px) {
    .filter-touch {
      width: 50%; } }
  @media (max-width: 640px) {
    .filter-touch {
      width: 100%; } }
  .filter-touch h3 {
    font-size: 32px;
    line-height: 36px;
    padding-right: 30px;
    cursor: pointer; }
    @media (max-width: 1250px) {
      .filter-touch h3 {
        position: relative;
        display: inline-block;
        white-space: nowrap; }
        .filter-touch h3:after {
          content: url(../icons/arrow-down-white.png);
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5); } }
    @media (max-width: 640px) {
      .filter-touch h3 {
        font-size: 30px;
        line-height: 34px; } }
    @media (max-width: 320px) {
      .filter-touch h3 {
        font-size: 28px;
        line-height: 32px; } }
  .filter-touch li .subitems, .filter-touch li .subitem {
    display: none; }
    .filter-touch li .subitems li, .filter-touch li .subitem li {
      cursor: pointer;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -moz-transition: all 0.3s 0s ease-in-out;
      -ms-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
      .filter-touch li .subitems li:hover, .filter-touch li .subitem li:hover {
        color: #f31534; }
      @media (max-width: 1250px) {
        .filter-touch li .subitems li, .filter-touch li .subitem li {
          font-size: 18px;
          line-height: 32px; }
          .filter-touch li .subitems li a, .filter-touch li .subitem li a {
            color: white; }
          .filter-touch li .subitems li.active, .filter-touch li .subitem li.active {
            color: #f31534; } }
      @media (max-width: 320px) {
        .filter-touch li .subitems li, .filter-touch li .subitem li {
          font-size: 16px;
          line-height: 29px; } }
  .filter-touch .first-lvl {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 500px;
    overflow-y: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 1250px) {
      .filter-touch .first-lvl {
        left: 60%;
        text-align: left;
        max-width: 80%;
        padding-right: 30px; }
        .filter-touch .first-lvl .parent {
          margin: 10px 0; } }
    @media (max-width: 1000px) {
      .filter-touch .first-lvl {
        max-height: 680px; } }
    @media (max-width: 640px) {
      .filter-touch .first-lvl {
        max-height: 480px; } }
    @media (max-width: 320px) {
      .filter-touch .first-lvl {
        max-height: 410px; } }
  .filter-touch.active {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .filter-touch.active .open {
      -webkit-transform: translateX(100%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(100%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(100%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(100%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(100%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  .filter-touch .open {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 60px;
    height: 45px;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    background-color: white;
    border-radius: 5%;
    border: 1px solid #111115;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    cursor: pointer; }
    @media (max-width: 640px) {
      .filter-touch .open {
        width: 11%;
        height: 32px;
        box-sizing: border-box;
        -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); } }
    .filter-touch .open span {
      display: block;
      width: 100%;
      height: 2px;
      position: relative;
      background-color: #111115; }
      .filter-touch .open span:nth-child(2) {
        margin: 5px 0; }
    .filter-touch .open .holder {
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  @media (max-width: 1250px) {
    .filter-touch {
      display: block; } }

.navigation {
  width: 100%;
  margin-top: 80px; }
  @media (max-width: 1400px) {
    .navigation {
      margin-top: 70px; } }
  @media (max-width: 640px) {
    .navigation {
      margin-top: 40px; } }
  .navigation .wp-paginate {
    margin-left: 0%;
    text-align: center; }
    .navigation .wp-paginate li {
      height: 26px;
      width: 26px;
      display: inline-block;
      position: relative;
      border: 1px solid black;
      margin: 0px 4px;
      border: 0px; }
      .navigation .wp-paginate li .title {
        display: none; }
      .navigation .wp-paginate li .current {
        background-color: white !important;
        color: #000000 !important;
        border: 0px !important;
        line-height: 27px !important; }
        .navigation .wp-paginate li .current:hover {
          opacity: 1; }
      .navigation .wp-paginate li a, .navigation .wp-paginate li .current {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        box-sizing: border-box;
        font-weight: 800;
        background-color: #000000;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        line-height: 46px;
        font-size: 20px; }
      .navigation .wp-paginate li a {
        line-height: 23px;
        font-size: 16px;
        border: 2px solid white;
        -webkit-transition: all 0.2s 0s ease-in-out;
        -moz-transition: all 0.2s 0s ease-in-out;
        -ms-transition: all 0.2s 0s ease-in-out;
        -o-transition: all 0.2s 0s ease-in-out;
        transition: all 0.2s 0s ease-in-out; }
        .navigation .wp-paginate li a:hover {
          background-color: white;
          color: #000000; }
      .navigation .wp-paginate li .prev, .navigation .wp-paginate li .next {
        position: relative;
        z-index: 9;
        background-color: transparent;
        text-indent: -9999px;
        -webkit-transform: translateX(-50%) translateY(calc(-50% - 7px)) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(calc(-50% - 7px)) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(calc(-50% - 7px)) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(calc(-50% - 7px)) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(calc(-50% - 7px)) translateZ(0px) rotate(0deg) scale(1); }
        .navigation .wp-paginate li .prev:before, .navigation .wp-paginate li .next:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 0 4px 6px;
          border-color: transparent transparent transparent white;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
        .navigation .wp-paginate li .prev:hover:before, .navigation .wp-paginate li .next:hover:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 0 4px 6px;
          border-color: transparent transparent transparent #000000; }
      .navigation .wp-paginate li .prev:before {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(180deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(180deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(180deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(180deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(180deg) scale(1); }

.wpcf7 {
  display: inline-block;
  margin-top: 100px;
  max-width: 100%; }
  @media (max-width: 1300px) {
    .wpcf7 {
      margin-top: 80px; } }
  @media (max-width: 1250px) {
    .wpcf7 {
      margin-top: 60px; } }
  @media (max-width: 640px) {
    .wpcf7 {
      margin-top: 40px; } }

.wpcf7-form {
  width: 540px;
  text-align: left; }
  .wpcf7-form ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-end; }
  @media (max-width: 640px) {
    .wpcf7-form {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  .wpcf7-form input, .wpcf7-form .wpcf7-select {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    margin-top: 5px; }
  .wpcf7-form input[type="text"] {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: #777777;
    width: 100%; }
  .wpcf7-form input:focus {
    outline: none !important;
    border: 1px solid #f31534; }
  .wpcf7-form textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin-top: 5px; }
  .wpcf7-form input, .wpcf7-form textarea {
    padding-left: 6px;
    border: 1px solid #000000; }
  .wpcf7-form .your-title input {
    width: 160px; }
    @media (max-width: 640px) {
      .wpcf7-form .your-title input {
        width: 100%; } }
  .wpcf7-form .checbox {
    position: relative;
    padding: 7px 0; }
    .wpcf7-form .checbox input {
      margin: 0px;
      width: 30px; }
    .wpcf7-form .checbox label {
      padding-left: 35px; }
      @media (max-width: 640px) {
        .wpcf7-form .checbox label {
          display: block; } }
    .wpcf7-form .checbox .wpcf7-form-control-wrap {
      position: absolute;
      top: 0;
      left: 0; }
    .wpcf7-form .checbox .wpcf7-list-item-label {
      opacity: 0;
      visibility: hidden; }
    .wpcf7-form .checbox .mc4wp-checkbox-contact-form-7 input {
      width: 30px;
      display: inline; }
    .wpcf7-form .checbox .mc4wp-checkbox-contact-form-7 label {
      padding-left: 0px; }
    .wpcf7-form .checbox .mc4wp-checkbox-contact-form-7 span {
      line-height: 25px;
      padding-left: 5px; }
  .wpcf7-form .center {
    text-align: center;
    position: relative; }
    .wpcf7-form .center h5 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  .wpcf7-form li {
    width: 100%;
    margin-top: 15px; }
    .wpcf7-form li:first-child input, .wpcf7-form li:first-child span, .wpcf7-form li:first-child label {
      width: 160px; }
      @media (max-width: 640px) {
        .wpcf7-form li:first-child input, .wpcf7-form li:first-child span, .wpcf7-form li:first-child label {
          width: 100%; } }
    .wpcf7-form li.half {
      width: 256px;
      display: inline-block; }
      @media (max-width: 640px) {
        .wpcf7-form li.half {
          width: 100%; } }
    .wpcf7-form li.quater {
      width: 138px;
      display: inline-block; }
      @media (max-width: 640px) {
        .wpcf7-form li.quater {
          width: 100%; } }
    .wpcf7-form li.mr-0 {
      margin-right: 0px !important; }
    .wpcf7-form li label {
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1.2px; }
    .wpcf7-form li p {
      font-size: 12px;
      line-height: 28px;
      text-transform: uppercase; }
    .wpcf7-form li .ajax-loader {
      display: none; }
    .wpcf7-form li button {
      font-size: 18px;
      line-height: normal;
      font-weight: 600;
      background-color: white; }
      .wpcf7-form li button h5 {
        line-height: normal;
        font-weight: 600; }
      .wpcf7-form li button:before {
        z-index: -1; }
      .wpcf7-form li button br {
        display: none; }
  .wpcf7-form .wpcf7-submit {
    display: block;
    width: 275px;
    height: 35px;
    text-transform: uppercase;
    color: white;
    background-color: #000000;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
    padding: 7px 27px;
    margin: 35px auto 0px auto;
    max-width: 100%; }
    .wpcf7-form .wpcf7-submit:focus {
      border: inherit;
      outline: inherit; }
  .wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 5px; }

.acf-map {
  width: 100%;
  height: 880px;
  margin: 0; }
  @media (max-width: 1500px) {
    .acf-map {
      height: 730px; } }
  @media (max-width: 1400px) {
    .acf-map {
      height: 660px; } }
  @media (max-width: 1300px) {
    .acf-map {
      height: 600px; } }
  @media (max-width: 1250px) {
    .acf-map {
      height: 520px; } }
  @media (max-width: 1000px) {
    .acf-map {
      height: 480px; } }
  @media (max-width: 640px) {
    .acf-map {
      height: 420px; } }

.acf-map img {
  max-width: inherit !important; }

.acf-map {
  margin-top: 153px; }
  @media (max-width: 640px) {
    .acf-map {
      margin-top: 0px; } }

.gm-style-iw-d h4, .gm-style-iw-d a {
  display: block;
  text-align: left;
  margin-bottom: 8px; }

.gm-style-iw-d h4 {
  font-size: 18px;
  letter-spacing: 1px; }

.vertical-list {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  display: flex;
  justify-content: space-evenly;
  z-index: 1; }
  @media (max-width: 1250px) {
    .vertical-list {
      top: 160px; } }
  @media (max-width: 640px) {
    .vertical-list {
      width: 100%;
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
  .vertical-list li {
    width: 560px;
    position: relative;
    background-color: white;
    list-style-type: none;
    z-index: 9996;
    text-align: center; }
    @media (max-width: 640px) {
      .vertical-list li {
        width: 100%; } }
    .vertical-list li article {
      padding: 40px;
      box-sizing: border-box;
      position: relative; }
      @media (max-width: 1250px) {
        .vertical-list li article {
          padding: 20px; } }
      .vertical-list li article p {
        font-size: 22px;
        line-height: 26px;
        font-family: 'Trade Gothic LT W00 Bold', sans-serif; }
        .vertical-list li article p a {
          color: #000000; }
        @media (max-width: 640px) {
          .vertical-list li article p {
            font-size: 18px;
            line-height: 24px; } }
    .vertical-list li h3 {
      font-size: 45px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: white;
      background-color: #de122f;
      padding: 12px 10px 12px 10px; }
      @media (max-width: 1250px) {
        .vertical-list li h3 {
          font-size: 36px; } }
      @media (max-width: 640px) {
        .vertical-list li h3 {
          font-size: 24px; } }
      @media (max-width: 320px) {
        .vertical-list li h3 {
          font-size: 20px; } }
  .vertical-list .title {
    font-weight: bold; }
  .vertical-list .telephone {
    margin: 13px 0; }
  .vertical-list .opening-hours {
    font-family: "Trade Gothic LT W00 Bd Cn No.20";
    text-transform: uppercase; }
  .vertical-list h4 {
    position: absolute;
    bottom: 0;
    left: 35px;
    padding: 32px 35px 45px 17px;
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase; }
    .vertical-list h4 a {
      color: #f31534;
      text-decoration: none; }
    .vertical-list h4:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0px;
      width: 105px;
      height: 3px;
      background-color: #000000; }
    .vertical-list h4:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 41px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 2.5px 0 2.5px 5px;
      border-color: transparent transparent transparent #000000; }
  .vertical-list h3 {
    text-align: center;
    padding-top: 70px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }

.dropdown {
  width: 435px;
  height: 500px;
  position: absolute;
  top: 54px;
  left: 0;
  -webkit-transform: translateX(0px) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-10px) translateZ(0px) rotate(0deg) scale(1);
  text-align: left;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
  padding: 20px 55px;
  overflow-y: auto;
  z-index: 2;
  text-transform: uppercase; }
  @media (max-width: 1500px) {
    .dropdown {
      width: 415px; } }
  @media (max-width: 1300px) {
    .dropdown {
      width: 380px; } }
  @media (max-width: 1250px) {
    .dropdown {
      width: 350px; } }
  @media (max-width: 640px) {
    .dropdown {
      width: 100%;
      height: 240px;
      padding: 10px 40px; } }
  .dropdown li {
    color: white;
    margin: 9px 0;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease; }
    .dropdown li:hover {
      color: #f31534; }
  .dropdown.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.dropdown-holder {
  text-align: left;
  position: relative;
  z-index: 3; }
  .dropdown-holder h2 {
    font-size: 24px;
    display: block;
    position: relative;
    cursor: pointer; }
    .dropdown-holder h2:after {
      content: url(../icons/arrow-down-white.png);
      position: absolute;
      top: 2px;
      right: 15px;
      display: block;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5); }
  .dropdown-holder .parent, .dropdown-holder .parent-all {
    font-size: 24px;
    margin-left: -5px; }
  .dropdown-holder .parent {
    cursor: not-allowed; }
  .dropdown-holder .child {
    font-size: 18px; }
  .dropdown-holder .child, .dropdown-holder .parent-all {
    cursor: pointer; }
  .dropdown-holder h2 {
    line-height: 54px; }
  .dropdown-holder .countries-dropdown {
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .dropdown-holder .countries-dropdown::-webkit-scrollbar {
      width: 8px; }
    .dropdown-holder .countries-dropdown::-webkit-scrollbar-track {
      background: white; }
    .dropdown-holder .countries-dropdown::-webkit-scrollbar-thumb {
      background: #777777; }
    .dropdown-holder .countries-dropdown::-webkit-scrollbar-thumb:hover {
      background: #4d4d55; }

.page-template-tpl-retailers .dropdown-holder, .page-template-tpl-retailers .retailers-list {
  position: absolute;
  left: 60px;
  top: -54px;
  z-index: 9;
  width: 435px;
  box-sizing: border-box; }
  @media (max-width: 1500px) {
    .page-template-tpl-retailers .dropdown-holder, .page-template-tpl-retailers .retailers-list {
      width: 415px; } }
  @media (max-width: 1300px) {
    .page-template-tpl-retailers .dropdown-holder, .page-template-tpl-retailers .retailers-list {
      width: 380px; } }
  @media (max-width: 1250px) {
    .page-template-tpl-retailers .dropdown-holder, .page-template-tpl-retailers .retailers-list {
      width: 350px; } }
  @media (max-width: 1000px) {
    .page-template-tpl-retailers .dropdown-holder, .page-template-tpl-retailers .retailers-list {
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
  @media (max-width: 640px) {
    .page-template-tpl-retailers .dropdown-holder, .page-template-tpl-retailers .retailers-list {
      width: 100%; } }

.page-template-tpl-retailers .dropdown-holder h2 {
  padding: 0 50px; }
  @media (max-width: 640px) {
    .page-template-tpl-retailers .dropdown-holder h2 {
      padding: 0 20px; } }

@media (max-width: 1000px) {
  .page-template-tpl-retailers .dropdown-holder {
    left: 60px;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }

@media (max-width: 640px) {
  .page-template-tpl-retailers .dropdown-holder {
    left: 0px; } }

.page-template-tpl-press .dropdown {
  width: 100%;
  padding: 20px 0; }
  .page-template-tpl-press .dropdown li {
    padding: 3px 20px;
    cursor: pointer; }

.page-template-tpl-press .dropdown-holder, .page-template-tpl-retailers .dropdown-holder {
  background-color: #000000;
  color: white; }

/*
HEADER
-------------------------------------------- */
header {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  box-sizing: border-box;
  z-index: 999; }
  @media (max-width: 640px) {
    header {
      padding: 20px; } }
  @media (max-width: 320px) {
    header {
      padding: 10px 20px; } }
  header.sticky {
    visibility: hidden;
    opacity: 0; }
    header.sticky.going-up {
      visibility: visible;
      opacity: 1;
      background-color: #000000;
      -webkit-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1); }
    header.sticky.going-down {
      -webkit-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1); }
  header .logo {
    position: relative;
    display: inline-block;
    z-index: 1; }
    header .logo a {
      display: block;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out; }
    header .logo.hovered a {
      opacity: 0;
      visibility: hidden; }
    header .logo svg {
      width: 61px;
      height: 50px; }
      @media (max-width: 640px) {
        header .logo svg {
          width: 50px;
          height: 40px; } }
  header .logo-big {
    position: absolute;
    width: 38px;
    top: 18px;
    left: 62px;
    display: inline-block;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
    @media (max-width: 1250px) {
      header .logo-big {
        display: none; } }
    header .logo-big.hovered {
      width: 218px; }
    header .logo-big img {
      height: 64px;
      width: auto; }
    header .logo-big a, header .logo-big svg {
      display: block; }
  header .hamburger {
    width: 40px;
    display: inline-block;
    margin: 7px 0 0 40px;
    padding: 10px 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
    header .hamburger.logo-move {
      -webkit-transform: translateX(162px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(162px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(162px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(162px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(162px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 640px) {
      header .hamburger {
        margin: 0 0 0 30px; } }
    @media (max-width: 320px) {
      header .hamburger {
        margin: 0 0 0 20px; } }
    header .hamburger div {
      width: 100%;
      height: 2px;
      background-color: white;
      display: block;
      position: relative;
      direction: ltr;
      -webkit-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -ms-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      header .hamburger div span {
        position: absolute;
        top: 0;
        left: -55px;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        margin-right: 15px;
        background-color: white; }
      header .hamburger div:first-of-type {
        -webkit-transition: all 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
      header .hamburger div:nth-of-type(2) {
        margin: 4px 0;
        -webkit-transition: all 0.4s 0.05s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s 0.05s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.4s 0.05s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s 0.05s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s 0.05s cubic-bezier(0.215, 0.61, 0.355, 1); }
      header .hamburger div:last-of-type {
        width: 19px;
        -webkit-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
    header .hamburger h4 {
      font-size: 13px;
      line-height: 18px;
      color: white;
      letter-spacing: 3px;
      position: absolute;
      -webkit-transform: translateX(0px) translateY(-30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(-30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(-30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(-30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(-30px) translateZ(0px) rotate(0deg) scale(1);
      -webkit-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -ms-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
    header .hamburger.open:hover div {
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1); }
    header .hamburger.open div {
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1); }
    header .hamburger.open h4 {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      header .hamburger.open h4:hover {
        color: #f31534; }
  header .page-link {
    width: 110px;
    height: 23px;
    position: relative;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 12px 0 0 0;
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -ms-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out; }
    header .page-link .link1, header .page-link .link2 {
      -webkit-transition: all 0.6s 0s ease-in-out;
      -moz-transition: all 0.6s 0s ease-in-out;
      -ms-transition: all 0.6s 0s ease-in-out;
      -o-transition: all 0.6s 0s ease-in-out;
      transition: all 0.6s 0s ease-in-out;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    header .page-link .link2 {
      opacity: 0;
      visibility: hidden; }
    header .page-link:hover .link1 {
      opacity: 0;
      visibility: hidden; }
    header .page-link:hover .link2 {
      opacity: 1;
      visibility: visible; }
    @media (max-width: 640px) {
      header .page-link {
        display: none; } }
    header .page-link.active-search {
      -webkit-transform: translateX(-260px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-260px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-260px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-260px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-260px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    header .page-link a {
      color: white; }
  header .search-icon {
    margin: 9px 0 0 45px;
    cursor: pointer;
    position: relative; }
  header .search-me {
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
  header.open-nav, header.open-search-nav {
    visibility: visible;
    opacity: 1;
    background-color: #000000; }

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  z-index: 998;
  -webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (max-width: 1250px) {
    .main-nav {
      right: 50%; } }
  @media (max-width: 1000px) {
    .main-nav {
      right: 35%; } }
  @media (max-width: 640px) {
    .main-nav {
      right: 0; } }
  .main-nav.open {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .main-nav a {
    color: white;
    font-size: 22px;
    line-height: 17px;
    text-transform: uppercase; }
    @media (max-width: 640px) {
      .main-nav a {
        font-size: 20px;
        line-height: 15px; } }
    @media (max-width: 320px) {
      .main-nav a {
        font-size: 18px;
        line-height: 10px; } }
  .main-nav li {
    min-width: 200px;
    margin-bottom: 5px;
    padding: 10px 0 10px 30px; }
    @media (max-width: 1250px) {
      .main-nav li {
        width: 100%;
        box-sizing: border-box; } }
    @media (max-width: 640px) {
      .main-nav li {
        width: 100%;
        box-sizing: border-box;
        padding: 6px 0 6px 20px;
        margin-bottom: 3px; } }
    .main-nav li a {
      -webkit-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -ms-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
      @media (max-width: 640px) {
        .main-nav li a {
          padding-right: 15px; } }
    .main-nav li.lng-switcher {
      margin-top: 30px;
      position: relative; }
      @media (max-width: 640px) {
        .main-nav li.lng-switcher {
          margin-top: 18px; } }
      .main-nav li.lng-switcher svg {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 7px;
        left: -5px; }
        @media (max-width: 1250px) {
          .main-nav li.lng-switcher svg {
            width: 20px;
            height: 20px;
            left: 0px; } }
        @media (max-width: 640px) {
          .main-nav li.lng-switcher svg {
            width: 15px;
            height: 15px;
            top: 5px; } }
      .main-nav li.lng-switcher h4 {
        font-size: 22px;
        line-height: 17px;
        color: white;
        margin-bottom: 15px; }
        @media (max-width: 640px) {
          .main-nav li.lng-switcher h4 {
            font-size: 20px;
            line-height: 15px;
            margin-bottom: 10px; } }
        @media (max-width: 320px) {
          .main-nav li.lng-switcher h4 {
            font-size: 18px;
            line-height: 10px; } }
      .main-nav li.lng-switcher ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        .main-nav li.lng-switcher ul li {
          min-width: auto;
          padding-left: 8px;
          position: relative; }
          @media (max-width: 1250px) {
            .main-nav li.lng-switcher ul li {
              width: auto;
              padding-left: 18px; } }
          @media (max-width: 640px) {
            .main-nav li.lng-switcher ul li {
              padding-left: 4px; } }
          .main-nav li.lng-switcher ul li:first-child {
            padding-left: 0; }
          .main-nav li.lng-switcher ul li.current-menu-item span {
            color: white; }
          .main-nav li.lng-switcher ul li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center; }
            @media (max-width: 640px) {
              .main-nav li.lng-switcher ul li a {
                -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } }
            .main-nav li.lng-switcher ul li a span {
              display: block;
              margin: 0 0 0 8px;
              color: white; }
              @media (max-width: 1250px) {
                .main-nav li.lng-switcher ul li a span {
                  margin: 0 0 0 15px; } }
            .main-nav li.lng-switcher ul li a:hover span {
              color: white; }
  .main-nav #menu-header-menu-new {
    position: absolute;
    top: 140px;
    left: 130px;
    text-align: left;
    z-index: 2; }
    @media (max-width: 1250px) {
      .main-nav #menu-header-menu-new {
        left: 60px;
        width: 75%;
        overflow: hidden;
        height: 580px; } }
    @media (max-width: 640px) {
      .main-nav #menu-header-menu-new {
        position: relative;
        top: 130px;
        left: 0px;
        width: calc(100% - 25px);
        margin: 0 auto;
        height: 100%; } }
    @media (max-width: 320px) {
      .main-nav #menu-header-menu-new {
        height: 320px;
        top: 110px; } }
    @media screen and (max-height: 700px) {
      .main-nav #menu-header-menu-new {
        top: 120px; } }
    .main-nav #menu-header-menu-new .description {
      display: none; }
  .main-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .main-nav .sub-menu a {
      color: white;
      font-size: 18px;
      line-height: 12px; }
      @media (max-width: 320px) {
        .main-nav .sub-menu a {
          font-size: 17px;
          line-height: 10px; } }
    .main-nav .sub-menu .submenu-open {
      z-index: 2; }
      .main-nav .sub-menu .submenu-open:after {
        top: 15px;
        -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(45deg) scale(1); }
  .main-nav .current-menu-item > a, .main-nav .current-menu-parent > a, .main-nav .current_page_ancestor > a {
    color: #f31534; }
  .main-nav .menu-item-has-children {
    position: relative; }
    .main-nav .menu-item-has-children:before, .main-nav .menu-item-has-children:after {
      content: "";
      width: 11px;
      height: 3px;
      position: absolute;
      display: block;
      top: 17px;
      left: 0px;
      background-color: #777777;
      -webkit-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -ms-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
      @media (max-width: 640px) {
        .main-nav .menu-item-has-children:before, .main-nav .menu-item-has-children:after {
          top: 13px; } }
    .main-nav .menu-item-has-children:after {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1); }
    .main-nav .menu-item-has-children .sub-menu {
      position: absolute;
      top: -40px;
      right: auto;
      left: 100%;
      padding: 40px 0 0 15px; }
      @media (max-width: 1250px) {
        .main-nav .menu-item-has-children .sub-menu {
          right: auto;
          left: 0%;
          width: 90%;
          height: 500px;
          -webkit-transform: translateX(-150%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-150%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-150%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-150%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-150%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          background-color: #000000;
          z-index: 1;
          -webkit-transition: all 0.5s 0s ease-in-out;
          -moz-transition: all 0.5s 0s ease-in-out;
          -ms-transition: all 0.5s 0s ease-in-out;
          -o-transition: all 0.5s 0s ease-in-out;
          transition: all 0.5s 0s ease-in-out;
          overflow-y: auto;
          overflow-x: hidden; }
          .main-nav .menu-item-has-children .sub-menu.opened {
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            opacity: 1;
            visibility: visible; } }
      @media (max-width: 640px) {
        .main-nav .menu-item-has-children .sub-menu {
          height: 450px;
          width: 100%;
          padding: 20px 0 0 40px; } }
      @media (max-width: 320px) {
        .main-nav .menu-item-has-children .sub-menu {
          height: 280px; } }
      .main-nav .menu-item-has-children .sub-menu .sub-menu {
        right: -90%; }
        @media (max-width: 1250px) {
          .main-nav .menu-item-has-children .sub-menu .sub-menu {
            top: 15px;
            opacity: 1;
            visibility: visible;
            height: auto;
            position: relative;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -webkit-transition: none 1000ms 0ms ease-in-out;
            -moz-transition: none 1000ms 0ms ease-in-out;
            -ms-transition: none 1000ms 0ms ease-in-out;
            -o-transition: none 1000ms 0ms ease-in-out;
            transition: none 1000ms 0ms ease-in-out;
            margin-bottom: 20px; } }
        @media (max-width: 640px) {
          .main-nav .menu-item-has-children .sub-menu .sub-menu {
            padding-left: 10px;
            padding-top: 0px; } }
        .main-nav .menu-item-has-children .sub-menu .sub-menu a {
          font-size: 13px;
          line-height: 18px;
          letter-spacing: 2px; }
        .main-nav .menu-item-has-children .sub-menu .sub-menu li {
          padding: 5px; }
          .main-nav .menu-item-has-children .sub-menu .sub-menu li.sub-4 {
            position: relative;
            padding-left: 20px; }
            .main-nav .menu-item-has-children .sub-menu .sub-menu li.sub-4:before {
              content: "";
              width: 5px;
              height: 1px;
              background-color: #f31534;
              position: absolute;
              top: 50%;
              left: 5px;
              -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
              -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
              -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
              -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
              transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  .main-nav .current-menu-parent:before, .main-nav .current-menu-parent:after, .main-nav .current_page_ancestor:before, .main-nav .current_page_ancestor:after, .main-nav .current-menu-item:before, .main-nav .current-menu-item:after {
    background-color: #f31534; }
  .main-nav .current-menu-parent:after, .main-nav .current_page_ancestor:after, .main-nav .current-menu-item:after {
    width: 0px; }
  .main-nav .ft-img-holder {
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    top: 80px;
    right: 0;
    box-sizing: border-box;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.35s 0s linear;
    -moz-transition: all 0.35s 0s linear;
    -ms-transition: all 0.35s 0s linear;
    -o-transition: all 0.35s 0s linear;
    transition: all 0.35s 0s linear;
    z-index: 1; }
    @media (max-width: 1400px) {
      .main-nav .ft-img-holder {
        width: 60%;
        background-position: bottom right; } }
    @media (max-width: 1250px) {
      .main-nav .ft-img-holder {
        display: none; } }
  .main-nav .back-menu {
    color: white;
    display: block;
    position: absolute;
    top: 90px;
    left: 70px;
    text-transform: uppercase;
    padding: 5px 20px;
    -webkit-transition: all 0.5s 0.1s ease-in-out;
    -moz-transition: all 0.5s 0.1s ease-in-out;
    -ms-transition: all 0.5s 0.1s ease-in-out;
    -o-transition: all 0.5s 0.1s ease-in-out;
    transition: all 0.5s 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 640px) {
      .main-nav .back-menu {
        left: 30px; } }
    @media (max-width: 320px) {
      .main-nav .back-menu {
        top: 70px; } }
    .main-nav .back-menu:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: -10px;
      width: 7px;
      height: 7px;
      border-bottom: 2px solid white;
      border-right: 2px solid white;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(135deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(135deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(135deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(135deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(135deg) scale(1); }
    @media (max-width: 1250px) {
      .main-nav .back-menu.show {
        opacity: 1;
        visibility: visible; } }

.submenu-open {
  position: absolute;
  top: 0;
  right: 0px;
  width: 70px;
  height: 100%; }
  .submenu-open:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #777777;
    border-right: 2px solid #777777;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1); }
    @media (max-width: 640px) {
      .submenu-open:after {
        right: 20px; } }

.home .scroll-indicator-icon, .single-collections .scroll-indicator-icon, .single-partnerships .scroll-indicator-icon {
  position: fixed;
  bottom: 60px;
  left: 50%;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: all 1000ms 0ms ease-in-out;
  -moz-transition: all 1000ms 0ms ease-in-out;
  -ms-transition: all 1000ms 0ms ease-in-out;
  -o-transition: all 1000ms 0ms ease-in-out;
  transition: all 1000ms 0ms ease-in-out;
  -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  @media (max-width: 480px) {
    .home .scroll-indicator-icon, .single-collections .scroll-indicator-icon, .single-partnerships .scroll-indicator-icon {
      bottom: 5px; } }

@keyframes commonAnim {
  0% {
    background-color: white; }
  50% {
    background-color: #777777; }
  100% {
    background-color: white; } }

@keyframes arrowAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1); }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
  .home .scroll-indicator-icon div, .single-collections .scroll-indicator-icon div, .single-partnerships .scroll-indicator-icon div {
    display: block;
    width: 20px;
    margin: 0 auto;
    background-color: #777777; }
  .home .scroll-indicator-icon .icon-mouse, .single-collections .scroll-indicator-icon .icon-mouse, .single-partnerships .scroll-indicator-icon .icon-mouse {
    height: 28px;
    margin-bottom: 1px;
    -webkit-mask: url(../img/scroll-down-icon-mouse.svg) no-repeat center;
    mask: url(../img/scroll-down-icon-mouse.svg) no-repeat center;
    animation: commonAnim 4s infinite both; }
  .home .scroll-indicator-icon .icon-arrow, .single-collections .scroll-indicator-icon .icon-arrow, .single-partnerships .scroll-indicator-icon .icon-arrow {
    height: 6px;
    -webkit-mask: url(../img/scroll-down-icon-arrow.svg) no-repeat center;
    mask: url(../img/scroll-down-icon-arrow.svg) no-repeat center;
    animation: arrowAnim 2s infinite both, commonAnim 4s infinite both; }
    .home .scroll-indicator-icon .icon-arrow.arrow-1, .single-collections .scroll-indicator-icon .icon-arrow.arrow-1, .single-partnerships .scroll-indicator-icon .icon-arrow.arrow-1 {
      margin-bottom: -1px; }
    .home .scroll-indicator-icon .icon-arrow.arrow-2, .single-collections .scroll-indicator-icon .icon-arrow.arrow-2, .single-partnerships .scroll-indicator-icon .icon-arrow.arrow-2 {
      animation-delay: 100ms; }

/*
FOOTER
-------------------------------------------- */
footer, .footer {
  background-color: #d60028;
  color: white;
  text-align: center;
  padding: 220px 20px 115px 20px; }
  @media (max-width: 640px) {
    footer, .footer {
      padding: 120px 20px 60px 20px; }
      footer.has-slick, .footer.has-slick {
        padding-top: 460px !important; } }
  footer h2, footer h3, footer h4, footer p.small, .footer h2, .footer h3, .footer h4, .footer p.small {
    text-transform: uppercase; }
  footer .footer-social, .footer .footer-social {
    width: 50%;
    margin: 40px auto; }
    @media (max-width: 640px) {
      footer .footer-social, .footer .footer-social {
        width: 90%;
        margin: 20px auto; }
        footer .footer-social ul, .footer .footer-social ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-evenly;
          -moz-justify-content: space-evenly;
          -ms-justify-content: space-evenly;
          justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
          flex-wrap: wrap; } }
    footer .footer-social li, .footer .footer-social li {
      display: inline-block;
      font-size: 29px;
      margin: 0 15px; }
      @media (max-width: 1500px) {
        footer .footer-social li, .footer .footer-social li {
          font-size: 26px; } }
      @media (max-width: 1400px) {
        footer .footer-social li, .footer .footer-social li {
          font-size: 24px; } }
      @media (max-width: 1000px) {
        footer .footer-social li, .footer .footer-social li {
          font-size: 23px;
          margin-right: 0px; } }
      @media (max-width: 640px) {
        footer .footer-social li, .footer .footer-social li {
          margin-bottom: 30px; } }
      @media (max-width: 320px) {
        footer .footer-social li, .footer .footer-social li {
          margin-bottom: 20px; } }
      footer .footer-social li:first-child, .footer .footer-social li:first-child {
        margin-left: 0px; }
      footer .footer-social li:last-child, .footer .footer-social li:last-child {
        margin-right: 0px; }
      footer .footer-social li a, .footer .footer-social li a {
        text-transform: lowercase;
        letter-spacing: 1px; }
        @media (max-width: 320px) {
          footer .footer-social li a, .footer .footer-social li a {
            letter-spacing: 0px; } }
      footer .footer-social li svg, .footer .footer-social li svg {
        height: 40px; }
        @media (max-width: 640px) {
          footer .footer-social li svg, .footer .footer-social li svg {
            height: 30px; } }
        footer .footer-social li svg path, .footer .footer-social li svg path {
          fill: white;
          -webkit-transition: all 0.3s 0s ease;
          -moz-transition: all 0.3s 0s ease;
          -ms-transition: all 0.3s 0s ease;
          -o-transition: all 0.3s 0s ease;
          transition: all 0.3s 0s ease; }
        footer .footer-social li svg:hover path, .footer .footer-social li svg:hover path {
          fill: #000000; }
  footer .footer-logo, .footer .footer-logo {
    margin: 75px 0 60px 0; }
    footer .footer-logo a, .footer .footer-logo a {
      position: relative;
      display: inline-block; }
      footer .footer-logo a:hover img, .footer .footer-logo a:hover img {
        opacity: 0;
        visibility: hidden; }
        footer .footer-logo a:hover img.hover-img, .footer .footer-logo a:hover img.hover-img {
          opacity: 1;
          visibility: visible; }
    footer .footer-logo .hover-img, .footer .footer-logo .hover-img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden; }
    footer .footer-logo img, .footer .footer-logo img {
      width: 200px;
      -webkit-transition: all 0.4s 0s ease;
      -moz-transition: all 0.4s 0s ease;
      -ms-transition: all 0.4s 0s ease;
      -o-transition: all 0.4s 0s ease;
      transition: all 0.4s 0s ease; }
    @media (max-width: 1500px) {
      footer .footer-logo, .footer .footer-logo {
        margin: 70px 0 55px 0; } }
    @media (max-width: 1400px) {
      footer .footer-logo, .footer .footer-logo {
        margin: 60px 0 45px 0; }
        footer .footer-logo img, .footer .footer-logo img {
          width: 160px;
          height: auto; } }
    @media (max-width: 1300px) {
      footer .footer-logo img, .footer .footer-logo img {
        width: 140px; } }
    @media (max-width: 1250px) {
      footer .footer-logo, .footer .footer-logo {
        margin: 50px 0 35px 0; } }
    @media (max-width: 1000px) {
      footer .footer-logo img, .footer .footer-logo img {
        width: 120px; } }
    @media (max-width: 640px) {
      footer .footer-logo, .footer .footer-logo {
        margin: 30px 0 35px 0; } }
  footer .footer-navigation li, .footer .footer-navigation li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 17px; }
    @media (max-width: 1400px) {
      footer .footer-navigation li, .footer .footer-navigation li {
        font-size: 13px;
        padding: 0 15px; } }
    @media (max-width: 640px) {
      footer .footer-navigation li, .footer .footer-navigation li {
        margin-bottom: 6px; } }
    @media (max-width: 320px) {
      footer .footer-navigation li, .footer .footer-navigation li {
        font-size: 10px;
        padding: 0 5px; } }
    footer .footer-navigation li:after, .footer .footer-navigation li:after {
      content: "/";
      position: absolute;
      top: 0px;
      right: -3px;
      display: block; }
    footer .footer-navigation li:first-child, .footer .footer-navigation li:first-child {
      padding-left: 0px; }
    footer .footer-navigation li:last-child, .footer .footer-navigation li:last-child {
      padding-right: 0px; }
      footer .footer-navigation li:last-child:after, .footer .footer-navigation li:last-child:after {
        display: none; }
  footer .footer-navigation a, .footer .footer-navigation a {
    text-transform: uppercase;
    color: white;
    position: relative;
    z-index: 1; }
    footer .footer-navigation a:before, .footer .footer-navigation a:before {
      content: "";
      position: absolute;
      top: -3px;
      left: -3px;
      width: 0%;
      height: calc(100% + 6px);
      background-color: #000000;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out;
      z-index: -1; }
    footer .footer-navigation a:hover:before, .footer .footer-navigation a:hover:before {
      width: calc(100% + 6px); }
  footer .footer-text, .footer .footer-text {
    margin-bottom: 40px; }
    @media (max-width: 1000px) {
      footer .footer-text, .footer .footer-text {
        width: 100%; } }
    @media (max-width: 320px) {
      footer .footer-text, .footer .footer-text {
        margin-bottom: 20px; } }
    footer .footer-text h3, .footer .footer-text h3 {
      font-size: 105px;
      letter-spacing: 7px;
      padding-bottom: 55px;
      position: relative; }
      @media (max-width: 1500px) {
        footer .footer-text h3, .footer .footer-text h3 {
          font-size: 85px; } }
      @media (max-width: 1400px) {
        footer .footer-text h3, .footer .footer-text h3 {
          font-size: 75px;
          letter-spacing: 5.5px; } }
      @media (max-width: 1300px) {
        footer .footer-text h3, .footer .footer-text h3 {
          font-size: 65px; } }
      @media (max-width: 1250px) {
        footer .footer-text h3, .footer .footer-text h3 {
          letter-spacing: 3px; } }
      @media (max-width: 640px) {
        footer .footer-text h3, .footer .footer-text h3 {
          font-size: 45px;
          letter-spacing: 2px;
          padding-bottom: 35px; } }
      @media (max-width: 320px) {
        footer .footer-text h3, .footer .footer-text h3 {
          font-size: 36px;
          letter-spacing: 1.5px;
          padding-bottom: 30px; } }
      footer .footer-text h3:after, .footer .footer-text h3:after {
        content: url(../icons/arrow-down-white.png);
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        display: block; }
        @media (max-width: 640px) {
          footer .footer-text h3:after, .footer .footer-text h3:after {
            -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
            -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
            -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
            -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5);
            transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(0.5); } }
    footer .footer-text p, .footer .footer-text p {
      line-height: 26px;
      font-size: 18px;
      margin-top: 25px;
      width: 50%;
      margin: 0 auto;
      font-family: 'Trade Gothic LT W00 Roman', sans-serif; }
      @media (max-width: 1500px) {
        footer .footer-text p, .footer .footer-text p {
          line-height: 24px;
          font-size: 16px; } }
      @media (max-width: 1000px) {
        footer .footer-text p, .footer .footer-text p {
          width: 100%; } }
      @media (max-width: 640px) {
        footer .footer-text p, .footer .footer-text p {
          font-size: 12px;
          line-height: 18px;
          margin-top: 10px; } }
  footer .footer-copyrights, .footer .footer-copyrights {
    margin-top: 35px; }
    @media (max-width: 1400px) {
      footer .footer-copyrights, .footer .footer-copyrights {
        margin-top: 30px; } }
    @media (max-width: 640px) {
      footer .footer-copyrights, .footer .footer-copyrights {
        margin-top: 15px; } }
    footer .footer-copyrights p, .footer .footer-copyrights p {
      font-size: 12px;
      letter-spacing: 1px;
      font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif; }
      @media (max-width: 1400px) {
        footer .footer-copyrights p, .footer .footer-copyrights p {
          font-size: 10px; } }
      @media (max-width: 320px) {
        footer .footer-copyrights p, .footer .footer-copyrights p {
          font-size: 9px; } }
  footer.offset-footer, .footer.offset-footer {
    padding-top: 410px; }
    @media (max-width: 1250px) {
      footer.offset-footer, .footer.offset-footer {
        padding-top: 310px; } }
    @media (max-width: 1000px) {
      footer.offset-footer, .footer.offset-footer {
        padding-top: 240px; } }
    @media (max-width: 640px) {
      footer.offset-footer, .footer.offset-footer {
        padding-top: 200px; } }
  footer.offset2-footer, .footer.offset2-footer {
    padding-top: 580px; }
    @media (max-width: 1250px) {
      footer.offset2-footer, .footer.offset2-footer {
        padding-top: 420px; } }
  footer.offset3-footer, .footer.offset3-footer {
    padding-top: 130px; }

.partnership-banner {
  width: 1780px;
  height: 580px;
  margin: 80px auto -290px auto;
  overflow: hidden; }
  .partnership-banner h3 {
    font-size: 54px; }
  @media (max-width: 1780px) {
    .partnership-banner {
      width: 93%;
      font-size: 50px; }
      .partnership-banner h3 {
        font-size: 48px; } }
  @media (max-width: 1400px) {
    .partnership-banner {
      height: 500px;
      margin: 30px auto -200px auto; }
      .partnership-banner h3 {
        font-size: 44px; } }
  @media (max-width: 1250px) {
    .partnership-banner {
      height: 400px;
      margin: 30px auto -200px auto;
      font-size: 36px; }
      .partnership-banner h3 {
        font-size: 40px; } }
  @media (max-width: 1000px) {
    .partnership-banner {
      height: 30vh;
      margin: 30px auto -15vh auto; } }
  @media (max-width: 320px) {
    .partnership-banner h3 {
      font-size: 32px; } }
  .partnership-banner figure {
    position: relative;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .partnership-banner:hover figure {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1); }
  .partnership-banner a {
    display: block;
    height: 100%; }
  .partnership-banner h3 {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    width: 90%;
    text-align: center; }

.footer {
  position: relative; }
  .footer .footer-wrapper {
    width: 90%;
    position: absolute;
    top: calc(50% - 70px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 1000px) {
      .footer .footer-wrapper {
        width: 95%; } }
  @media (max-width: 640px) {
    .footer .footer-logo {
      display: none; }
    .footer .footer-wrapper {
      top: 45%; } }
  @media (max-width: 320px) {
    .footer .footer-wrapper {
      top: 50%; } }

.wpml-ja-lng header .page-link a {
  width: 100%; }

.wpml-ja-lng .main-nav .menu-item-has-children .sub-menu {
  right: auto;
  left: 100%; }
  @media (max-width: 1250px) {
    .wpml-ja-lng .main-nav .menu-item-has-children .sub-menu {
      left: 0; } }

.wpml-ja-lng header .hamburger {
  width: 50px; }

.wpml-ja-lng .module-explore .img-description-holder a, .wpml-ja-lng .module-watches-columns .img-holder li .desc .buy a,
.wpml-ja-lng .module-watch-slider.no-slide .no-sl.press, .wpml-ja-lng .module-watch-slider .slider-subitems li.press, .wpml-zh-hans-lng .module-explore .img-description-holder a, .wpml-zh-hans-lng .module-watches-columns .img-holder li .desc .buy a,
.wpml-zh-hans-lng .module-watch-slider.no-slide .no-sl.press, .wpml-zh-hans-lng .module-watch-slider .slider-subitems li.press {
  display: none; }

.wpml-ja-lng.single-collections .module-explore .img-description-holder h3, .wpml-zh-hans-lng.single-collections .module-explore .img-description-holder h3 {
  font-size: 70px;
  letter-spacing: 5px; }
  @media (max-width: 640px) {
    .wpml-ja-lng.single-collections .module-explore .img-description-holder h3, .wpml-zh-hans-lng.single-collections .module-explore .img-description-holder h3 {
      font-size: 26px;
      letter-spacing: -2px; } }

.wpml-ja-lng.single-partnerships .module-watch-columns ul li article .btn-holder, .wpml-zh-hans-lng.single-partnerships .module-watch-columns ul li article .btn-holder {
  display: none; }

.wpml-ja-lng.single-post .socials, .wpml-zh-hans-lng.single-post .socials {
  display: none; }

.wpml-ja-lng .module-image-columns.hide, .wpml-zh-hans-lng .module-image-columns.hide {
  display: none; }

.wpml-ja-lng header .search-form ::placeholder, .wpml-zh-hans-lng header .search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0; }

.wpml-ja-lng header .search-form :-ms-input-placeholder, .wpml-zh-hans-lng header .search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0; }

.wpml-ja-lng header .search-form ::-ms-input-placeholder, .wpml-zh-hans-lng header .search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0; }

.wpml-ja-lng h1, .wpml-ja-lng h2, .wpml-ja-lng h3, .wpml-ja-lng h4, .wpml-ja-lng h5, .wpml-ja-lng h6, .wpml-zh-hans-lng h1, .wpml-zh-hans-lng h2, .wpml-zh-hans-lng h3, .wpml-zh-hans-lng h4, .wpml-zh-hans-lng h5, .wpml-zh-hans-lng h6 {
  font-weight: 700; }

.wpml-ja-lng #catapult-cookie-bar, .wpml-ja-lng #catapultCookie, .wpml-ja-lng .vertical-list li article p,
.wpml-ja-lng .title-text-holder p, .wpml-ja-lng .module-watch-slider .slider-holder .subtitle,
.wpml-ja-lng .module-watch-slider .slider-holder .no-slide-subtitle,
.wpml-ja-lng footer .footer-text p, .wpml-ja-lng .footer .footer-text p,
.wpml-ja-lng footer .footer-copyrights p, .wpml-ja-lng .footer .footer-copyrights p,
.wpml-ja-lng .error404 .columns-section form input[type="submit"], .wpml-ja-lng .error404 .columns-section form input[type="text"],
.wpml-ja-lng.single-partnerships .hero-section .par, .wpml-ja-lng.page-template-tpl-brand .hero-section .par,
.wpml-ja-lng.single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt p, .wpml-ja-lng.page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt p,
.wpml-ja-lng.single-partnerships .module-history .items-holder .item article p, .wpml-ja-lng.page-template-tpl-brand .module-history .items-holder .item article p,
.wpml-ja-lng.home .module-home-full-width p,
.wpml-ja-lng.page-template-tpl-press .title-holder p,
.wpml-ja-lng.page-template-tpl-services .col.txt p,
.wpml-ja-lng.single-collections .top-section .description,
.wpml-ja-lng.single-collections .top-section article p,
.wpml-ja-lng.single-collections .module-title-text-img .txt-holder li p,
.wpml-ja-lng.single-collections .module-watches-columns article p,
.wpml-ja-lng.single-post .main-title,
.wpml-ja-lng.single-post .post-gallery h4,
.wpml-ja-lng.single-post .post-holder, .wpml-ja-lng .def-page .post-holder,
.wpml-ja-lng.single-post .post-holder .wp-caption-text, .wpml-ja-lng .def-page .post-holder .wp-caption-text,
.wpml-ja-lng.single-post .post-holder h1, .wpml-ja-lng.single-post .post-holder h2, .wpml-ja-lng.single-post .post-holder h3, .wpml-ja-lng.single-post .post-holder h4, .wpml-ja-lng.single-post .post-holder h5, .wpml-ja-lng.single-post .post-holder h6, .wpml-ja-lng .def-page .post-holder h1, .wpml-ja-lng .def-page .post-holder h2, .wpml-ja-lng .def-page .post-holder h3, .wpml-ja-lng .def-page .post-holder h4, .wpml-ja-lng .def-page .post-holder h5, .wpml-ja-lng .def-page .post-holder h6 {
  font-family: 'Noto Sans JP', 'Trade Gothic LT W00 Light', sans-serif; }

.wpml-ja-lng #catapultCookie {
  line-height: 100%; }

.wpml-ja-lng header .search-form input[type="submit"], .wpml-ja-lng header .search-form input[type="text"] {
  font-family: 'Noto Sans JP', 'Trade Gothic LT W00 Light', sans-serif; }

@media (max-width: 1400px) {
  .wpml-ja-lng.page-template-tpl-partnerships .two-columns-holder ul li h3 {
    font-size: 41px;
    margin: 20px 0 12px 0;
    letter-spacing: 2px; } }

@media (max-width: 1250px) {
  .wpml-ja-lng.page-template-tpl-partnerships .two-columns-holder ul li h3 {
    font-size: 36px;
    margin: 15px 0 10px 0; } }

.wpml-ja-lng.page-template-tpl-press .dropdown-holder, .wpml-ja-lng.page-template-tpl-retailers .dropdown-holder {
  display: none; }

@media (max-width: 640px) {
  .wpml-ja-lng.page-template-tpl-brand .hero-section h1 {
    font-size: 30px;
    letter-spacing: 1px; } }

@media (max-width: 1000px) {
  .wpml-ja-lng.single-collections .title-text-holder h2, .wpml-ja-lng.single-collections .title-text-holder h3 {
    font-size: 60px; }
  .wpml-ja-lng.single-collections .module-watches-columns article h2, .wpml-ja-lng.single-collections .module-watches-columns article h3 {
    font-size: 60px; }
  .wpml-ja-lng.single-collections .module-explore .title-text-holder h3 {
    font-size: 60px;
    letter-spacing: 4px; } }

@media (max-width: 640px) {
  .wpml-ja-lng.page-template-tpl-brand .module-text-image.normal .txt {
    text-align: center; }
  .wpml-ja-lng.page-template-tpl-brand .module-history h3 {
    font-size: 26px; }
  .wpml-ja-lng.page-template-tpl-collections .title-holder h1 {
    font-size: 40px; }
  .wpml-ja-lng.home .module-home-full-width h1, .wpml-ja-lng.home .module-home-full-width h2, .wpml-ja-lng.home .module-home-full-width h3 {
    font-size: 28px;
    letter-spacing: 2px; }
  .wpml-ja-lng.home .module-home-full-width p {
    font-size: 14px;
    line-height: 20px; }
  .wpml-ja-lng.page-template-tpl-partnerships .two-columns-holder ul li .italic {
    font-size: 16px;
    margin-bottom: 15px; }
  .wpml-ja-lng.page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article p:first-child {
    margin-top: 0 !important; }
  .wpml-ja-lng.single-collections .title-text-holder h2, .wpml-ja-lng.single-collections .title-text-holder h3 {
    font-size: 30px; }
  .wpml-ja-lng.single-collections .module-watches-columns article h2, .wpml-ja-lng.single-collections .module-watches-columns article h3 {
    font-size: 30px; }
  .wpml-ja-lng.single-collections .module-explore .title-text-holder h3 {
    font-size: 30px;
    letter-spacing: 2px; }
  .wpml-ja-lng.page-template-tpl-contact .title-holder h1 {
    font-size: 36px; } }

@media (max-width: 320px) {
  .wpml-ja-lng.single-collections .title-text-holder h2, .wpml-ja-lng.single-collections .title-text-holder h3 {
    font-size: 25px; }
  .wpml-ja-lng.single-collections .title-text-holder h2, .wpml-ja-lng.single-collections .title-text-holder h3 {
    font-size: 25px; }
  .wpml-ja-lng.single-collections .module-watches-columns article h2, .wpml-ja-lng.single-collections .module-watches-columns article h3 {
    font-size: 25px; }
  .wpml-ja-lng.single-collections .one-more .module-title-text-img .title-text-holder h2, .wpml-ja-lng.single-collections .one-more .module-title-text-img .title-text-holder h3 {
    font-size: 25px; } }

.wpml-zh-hans-lng header .page-link {
  width: 140px; }

.wpml-zh-hans-lng.single-collections .module-explore .img-description-holder .subtitle {
  font-size: 42px; }
  @media (max-width: 1250px) {
    .wpml-zh-hans-lng.single-collections .module-explore .img-description-holder .subtitle {
      font-size: 34px; } }
  @media (max-width: 1000px) {
    .wpml-zh-hans-lng.single-collections .module-explore .img-description-holder .subtitle {
      font-size: 28px; } }

.wpml-zh-hans-lng.single-partnerships .module-image-bgr-columns .columns-holder li, .wpml-zh-hans-lng.page-template-tpl-brand .module-image-bgr-columns .columns-holder li {
  max-width: 23%; }

.wpml-zh-hans-lng.single-collections .module-watches-columns .img-holder li .desc {
  width: auto; }
  .wpml-zh-hans-lng.single-collections .module-watches-columns .img-holder li .desc p:first-of-type {
    text-align: center; }

.wpml-zh-hans-lng #catapult-cookie-bar, .wpml-zh-hans-lng #catapultCookie, .wpml-zh-hans-lng .vertical-list li article p,
.wpml-zh-hans-lng .title-text-holder p, .wpml-zh-hans-lng .module-watch-slider .slider-holder .subtitle,
.wpml-zh-hans-lng .module-watch-slider .slider-holder .no-slide-subtitle,
.wpml-zh-hans-lng footer .footer-text p, .wpml-zh-hans-lng .footer .footer-text p,
.wpml-zh-hans-lng footer .footer-copyrights p, .wpml-zh-hans-lng .footer .footer-copyrights p,
.wpml-zh-hans-lng .error404 .columns-section form input[type="submit"], .wpml-zh-hans-lng .error404 .columns-section form input[type="text"],
.wpml-zh-hans-lng.single-partnerships .hero-section .par, .wpml-zh-hans-lng.page-template-tpl-brand .hero-section .par,
.wpml-zh-hans-lng.single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt p, .wpml-zh-hans-lng.page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt p,
.wpml-zh-hans-lng.single-partnerships .module-history .items-holder .item article p, .wpml-zh-hans-lng.page-template-tpl-brand .module-history .items-holder .item article p,
.wpml-zh-hans-lng.home .module-home-full-width p,
.wpml-zh-hans-lng.page-template-tpl-press .title-holder p,
.wpml-zh-hans-lng.page-template-tpl-services .col.txt p,
.wpml-zh-hans-lng.single-collections .top-section .description,
.wpml-zh-hans-lng.single-collections .top-section article p,
.wpml-zh-hans-lng.single-collections .module-title-text-img .txt-holder li p,
.wpml-zh-hans-lng.single-collections .module-watches-columns article p,
.wpml-zh-hans-lng.single-post .main-title,
.wpml-zh-hans-lng.single-post .post-gallery h4,
.wpml-zh-hans-lng.single-post .post-holder, .wpml-zh-hans-lng .def-page .post-holder,
.wpml-zh-hans-lng.single-post .post-holder .wp-caption-text, .wpml-zh-hans-lng .def-page .post-holder .wp-caption-text,
.wpml-zh-hans-lng.single-post .post-holder h1, .wpml-zh-hans-lng.single-post .post-holder h2, .wpml-zh-hans-lng.single-post .post-holder h3, .wpml-zh-hans-lng.single-post .post-holder h4, .wpml-zh-hans-lng.single-post .post-holder h5, .wpml-zh-hans-lng.single-post .post-holder h6, .wpml-zh-hans-lng .def-page .post-holder h1, .wpml-zh-hans-lng .def-page .post-holder h2, .wpml-zh-hans-lng .def-page .post-holder h3, .wpml-zh-hans-lng .def-page .post-holder h4, .wpml-zh-hans-lng .def-page .post-holder h5, .wpml-zh-hans-lng .def-page .post-holder h6 {
  font-family: 'M PLUS 1p', 'Trade Gothic LT W00 Light', sans-serif; }

.wpml-zh-hans-lng header .search-form input[type="submit"], .wpml-zh-hans-lng header .search-form input[type="text"] {
  font-family: 'M PLUS 1p', 'Trade Gothic LT W00 Light', sans-serif; }

.wpml-zh-hans-lng header .hamburger {
  width: 70px; }
  .wpml-zh-hans-lng header .hamburger div {
    width: 40px; }
    .wpml-zh-hans-lng header .hamburger div:last-child {
      width: 19px; }
    .wpml-zh-hans-lng header .hamburger div span {
      left: -85px; }

@media (max-width: 320px) {
  .wpml-zh-hans-lng.single-collections .title-text-holder h2, .wpml-zh-hans-lng.single-collections .title-text-holder h3 {
    font-size: 26px; } }

.wpml-zh-hans-lng.single-post .share {
  display: none; }

.desktop .wpml-zh-hans-lng header .hamburger:hover div {
  -webkit-transform: translateX(85px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(85px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(85px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(85px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(85px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.desktop .wpml-zh-hans-lng header .hamburger.open:hover div {
  -webkit-transform: translateX(0px) translateY(40px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(40px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(40px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(40px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(40px) translateZ(0px) rotate(0deg) scale(1); }

html .wpml-ja-lng, body .wpml-ja-lng {
  font-family: 'Noto Sans JP', 'Trade Gothic LT W00 Light', sans-serif; }

html .wpml-zh-hans-lng, body .wpml-zh-hans-lng {
  font-family: 'M PLUS 1p', 'Trade Gothic LT W00 Light', sans-serif; }

.page-template-default .title-holder {
  margin-bottom: 80px; }
  @media (max-width: 1300px) {
    .page-template-default .title-holder {
      margin-bottom: 60px; } }
  .page-template-default .title-holder h1 {
    margin-bottom: 80px; }
    @media (max-width: 1300px) {
      .page-template-default .title-holder h1 {
        margin-bottom: 60px; } }
    @media (max-width: 640px) {
      .page-template-default .title-holder h1 {
        margin-bottom: 40px; } }
  .page-template-default .title-holder p {
    color: #777777;
    font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif;
    font-size: 23px;
    line-height: 36px;
    font-style: italic; }
    @media (max-width: 1300px) {
      .page-template-default .title-holder p {
        font-size: 21px;
        line-height: 30px; } }
    @media (max-width: 1000px) {
      .page-template-default .title-holder p {
        line-height: 26px; } }
    @media (max-width: 640px) {
      .page-template-default .title-holder p {
        font-size: 18px;
        line-height: 26px; }
        .page-template-default .title-holder p br {
          display: none; } }

.page-template-default .cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding-left: 0 !important;
  margin-top: 80px; }
  @media (max-width: 1500px) {
    .page-template-default .cards {
      margin-top: 60px; } }
  @media (max-width: 1000px) {
    .page-template-default .cards {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }
  @media (max-width: 640px) {
    .page-template-default .cards {
      flex-wrap: wrap; } }
  .page-template-default .cards li {
    width: 30%;
    margin-right: 5%; }
    @media (max-width: 1000px) {
      .page-template-default .cards li {
        width: 45%;
        margin-right: 0; } }
    @media (max-width: 640px) {
      .page-template-default .cards li {
        width: 100%;
        margin-bottom: 30px; } }
    .page-template-default .cards li:before {
      content: none !important; }
    .page-template-default .cards li:nth-child(3n) {
      margin-right: 0; }
    .page-template-default .cards li figure {
      height: calc(1650px * 1 / 3);
      max-width: 85%;
      margin: 0 auto; }
      @media (max-width: 1780px) {
        .page-template-default .cards li figure {
          height: 480px; } }
      @media (max-width: 1500px) {
        .page-template-default .cards li figure {
          height: 420px; } }
      @media (max-width: 1300px) {
        .page-template-default .cards li figure {
          height: 320px; } }
    .page-template-default .cards li .btn {
      width: 100%;
      margin: 30px auto;
      display: block; }
      .page-template-default .cards li .btn h5 {
        color: #000000;
        line-height: 38px;
        margin: 0;
        text-align: center; }
      .page-template-default .cards li .btn:hover h5 {
        color: white; }
      .page-template-default .cards li .btn:hover:before {
        width: 100%; }

.page-template-default .cards-holder h3 {
  text-align: center; }
  .page-template-default .cards-holder h3:after {
    content: none !important; }

.page-template-default .cards_with_rows .cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  flex-wrap: wrap;
  align-items: flex-end; }
  @media (max-width: 1000px) {
    .page-template-default .cards_with_rows .cards {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }
  .page-template-default .cards_with_rows .cards li {
    width: 24%;
    margin-right: 1.33%; }
    .page-template-default .cards_with_rows .cards li:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 1250px) {
      .page-template-default .cards_with_rows .cards li {
        width: 30%;
        margin-right: 5%; }
        .page-template-default .cards_with_rows .cards li:nth-child(4n) {
          margin-right: 5%; }
        .page-template-default .cards_with_rows .cards li:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 1000px) {
      .page-template-default .cards_with_rows .cards li {
        width: 45%;
        margin-right: 0 !important; } }
    @media (max-width: 640px) {
      .page-template-default .cards_with_rows .cards li {
        width: 49%; } }
    .page-template-default .cards_with_rows .cards li figure {
      height: auto;
      aspect-ratio: 400/550; }
    .page-template-default .cards_with_rows .cards li h3 {
      font-size: 21px;
      line-height: 1.2; }
      @media (max-width: 640px) {
        .page-template-default .cards_with_rows .cards li h3 {
          font-size: 13px; } }
    @media (max-width: 640px) {
      .page-template-default .cards_with_rows .cards li .btn {
        margin: 20px auto;
        min-width: unset;
        padding: 0; } }

@media (max-width: 1250px) {
  .page-template-tpl-collections .title-holder {
    margin-bottom: 60px; } }

.page-template-tpl-collections .title-holder h2 {
  font-size: 40px; }
  @media (max-width: 1300px) {
    .page-template-tpl-collections .title-holder h2 {
      font-size: 32px; } }
  @media (max-width: 640px) {
    .page-template-tpl-collections .title-holder h2 {
      font-size: 28px; } }
  @media (max-width: 320px) {
    .page-template-tpl-collections .title-holder h2 {
      font-size: 24px; } }

.page-template-tpl-collections .filter, .page-template-tpl-collections .three-columns-holder {
  width: 1160px; }
  @media (max-width: 1250px) {
    .page-template-tpl-collections .filter, .page-template-tpl-collections .three-columns-holder {
      width: 100%; } }

.page-template-tpl-collections .three-columns-holder {
  margin: 0 auto; }
  .page-template-tpl-collections .three-columns-holder li {
    margin-bottom: 80px; }
    @media (max-width: 640px) {
      .page-template-tpl-collections .three-columns-holder li {
        margin-bottom: 60px; } }
    @media (max-width: 375px) {
      .page-template-tpl-collections .three-columns-holder li {
        margin-bottom: 50px; } }
    @media (max-width: 320px) {
      .page-template-tpl-collections .three-columns-holder li {
        margin-bottom: 40px; } }
    .page-template-tpl-collections .three-columns-holder li img, .page-template-tpl-collections .three-columns-holder li figure {
      height: 255px;
      width: auto; }
      @media (max-width: 1400px) {
        .page-template-tpl-collections .three-columns-holder li img, .page-template-tpl-collections .three-columns-holder li figure {
          height: 235px; } }
      @media (max-width: 1250px) {
        .page-template-tpl-collections .three-columns-holder li img, .page-template-tpl-collections .three-columns-holder li figure {
          height: 205px; } }
      @media (max-width: 640px) {
        .page-template-tpl-collections .three-columns-holder li img, .page-template-tpl-collections .three-columns-holder li figure {
          height: 235px; } }
      @media (max-width: 375px) {
        .page-template-tpl-collections .three-columns-holder li img, .page-template-tpl-collections .three-columns-holder li figure {
          height: 225px; } }
      @media (max-width: 320px) {
        .page-template-tpl-collections .three-columns-holder li img, .page-template-tpl-collections .three-columns-holder li figure {
          height: 210px; } }
    .page-template-tpl-collections .three-columns-holder li img {
      margin-bottom: 30px; }

.page-template-tpl-collections .columns-section {
  padding: 60px 0; }

.home .module-home-full-width {
  color: white;
  height: 100vh;
  position: relative; }
  @media (max-width: 640px) {
    .home .module-home-full-width {
      overflow: hidden; } }
  .home .module-home-full-width:before {
    width: 50%;
    height: 100vh;
    display: block;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 640px) {
      .home .module-home-full-width:before {
        width: 100%;
        opacity: 0.3;
        right: 0;
        bottom: 0; } }
  .home .module-home-full-width:after {
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2; }
  .home .module-home-full-width.has-video:before {
    content: none; }
  .home .module-home-full-width article {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    z-index: 2;
    text-align: center;
    width: 90%;
    opacity: 0;
    -webkit-transition: all 0.6s 0.4s ease;
    -moz-transition: all 0.6s 0.4s ease;
    -ms-transition: all 0.6s 0.4s ease;
    -o-transition: all 0.6s 0.4s ease;
    transition: all 0.6s 0.4s ease; }
    @media (max-width: 640px) {
      .home .module-home-full-width article {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box; } }
    .home .module-home-full-width article h3, .home .module-home-full-width article h5, .home .module-home-full-width article p, .home .module-home-full-width article a {
      -webkit-transition: all 0.6s 0s ease;
      -moz-transition: all 0.6s 0s ease;
      -ms-transition: all 0.6s 0s ease;
      -o-transition: all 0.6s 0s ease;
      transition: all 0.6s 0s ease;
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1); }
    .home .module-home-full-width article h5 {
      -webkit-transition: all 0.6s 0.5s ease;
      -moz-transition: all 0.6s 0.5s ease;
      -ms-transition: all 0.6s 0.5s ease;
      -o-transition: all 0.6s 0.5s ease;
      transition: all 0.6s 0.5s ease; }
    .home .module-home-full-width article h3 {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -webkit-transition: all 0.6s 0.6s ease;
      -moz-transition: all 0.6s 0.6s ease;
      -ms-transition: all 0.6s 0.6s ease;
      -o-transition: all 0.6s 0.6s ease;
      transition: all 0.6s 0.6s ease; }
    .home .module-home-full-width article p {
      opacity: 0;
      -webkit-transition: all 0.6s 0.7s ease;
      -moz-transition: all 0.6s 0.7s ease;
      -ms-transition: all 0.6s 0.7s ease;
      -o-transition: all 0.6s 0.7s ease;
      transition: all 0.6s 0.7s ease; }
  .home .module-home-full-width h1, .home .module-home-full-width h2, .home .module-home-full-width h3 {
    font-size: 105px;
    letter-spacing: 7px; }
    @media (max-width: 1500px) {
      .home .module-home-full-width h1, .home .module-home-full-width h2, .home .module-home-full-width h3 {
        font-size: 85px; } }
    @media (max-width: 1400px) {
      .home .module-home-full-width h1, .home .module-home-full-width h2, .home .module-home-full-width h3 {
        font-size: 75px;
        letter-spacing: 5.5px; } }
    @media (max-width: 1300px) {
      .home .module-home-full-width h1, .home .module-home-full-width h2, .home .module-home-full-width h3 {
        font-size: 65px; } }
    @media (max-width: 1250px) {
      .home .module-home-full-width h1, .home .module-home-full-width h2, .home .module-home-full-width h3 {
        letter-spacing: 3px; } }
    @media (max-width: 640px) {
      .home .module-home-full-width h1, .home .module-home-full-width h2, .home .module-home-full-width h3 {
        font-size: 45px; } }
    @media (max-width: 320px) {
      .home .module-home-full-width h1, .home .module-home-full-width h2, .home .module-home-full-width h3 {
        font-size: 36px; } }
  .home .module-home-full-width h5 {
    font-size: 18px;
    margin-bottom: 80px;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media (max-width: 1400px) {
      .home .module-home-full-width h5 {
        font-size: 16px;
        margin-bottom: 55px;
        letter-spacing: 2.5px; } }
    @media (max-width: 640px) {
      .home .module-home-full-width h5 {
        font-size: 14px;
        margin-bottom: 35px;
        letter-spacing: 2px; } }
  .home .module-home-full-width p {
    width: 780px;
    margin: 40px auto 100px auto;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif;
    font-style: italic; }
    @media (max-width: 1400px) {
      .home .module-home-full-width p {
        margin: 30px auto 80px auto;
        font-size: 22px;
        line-height: 32px; } }
    @media (max-width: 1000px) {
      .home .module-home-full-width p {
        width: 100%; } }
    @media (max-width: 640px) {
      .home .module-home-full-width p {
        font-size: 18px;
        line-height: 24px;
        margin: 20px auto 50px auto; } }
  .home .module-home-full-width:nth-child(2n):before {
    left: auto;
    right: 0; }
    @media (max-width: 640px) {
      .home .module-home-full-width:nth-child(2n):before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .home .module-home-full-width.active article {
    opacity: 1; }
    .home .module-home-full-width.active article p {
      opacity: 1; }
    .home .module-home-full-width.active article h3, .home .module-home-full-width.active article h4, .home .module-home-full-width.active article h5, .home .module-home-full-width.active article p, .home .module-home-full-width.active article a {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.home .footer {
  padding: 80px 20px 115px 20px; }
  @media (max-width: 640px) {
    .home .footer {
      padding: 60px 20px 0 20px; } }
  @media (max-width: 320px) {
    .home .footer {
      padding: 20px 0; } }

.home .has-video {
  position: relative;
  overflow: hidden; }
  .home .has-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3; }

.home .module-creations, .home .module-news {
  box-sizing: border-box; }
  .home .module-creations .fp-tableCell, .home .module-news .fp-tableCell {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  @media (max-width: 2580px) {
    .home .module-creations, .home .module-news {
      padding: 0; } }
  @media (max-width: 2200px) {
    .home .module-creations, .home .module-news {
      padding: 0; } }
  .home .module-creations .wrapper, .home .module-news .wrapper {
    position: relative;
    padding: 0;
    width: 100%; }
  .home .module-creations ul, .home .module-news ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
    .home .module-creations ul img, .home .module-news ul img {
      margin: 0 auto;
      width: auto; }
      @media (max-width: 2580px) {
        .home .module-creations ul img, .home .module-news ul img {
          height: 420px; } }
      @media (max-width: 2200px) {
        .home .module-creations ul img, .home .module-news ul img {
          height: 320px; } }
      @media (max-width: 1500px) {
        .home .module-creations ul img, .home .module-news ul img {
          height: 255px; } }
      @media (max-width: 1400px) {
        .home .module-creations ul img, .home .module-news ul img {
          height: 240px; } }
      @media (max-width: 1250px) {
        .home .module-creations ul img, .home .module-news ul img {
          height: 220px; } }
      @media (max-width: 640px) {
        .home .module-creations ul img, .home .module-news ul img {
          height: 200px; } }
      @media (max-width: 375px) {
        .home .module-creations ul img, .home .module-news ul img {
          height: 150px; } }
    .home .module-creations ul a, .home .module-creations ul h3, .home .module-creations ul h4, .home .module-news ul a, .home .module-news ul h3, .home .module-news ul h4 {
      color: #000000; }
    .home .module-creations ul a, .home .module-news ul a {
      display: inline-block; }
    .home .module-creations ul h3, .home .module-news ul h3 {
      margin-top: 40px;
      font-size: 32px;
      display: inline-block; }
      @media (max-width: 1400px) {
        .home .module-creations ul h3, .home .module-news ul h3 {
          margin-top: 20px; } }
      @media (max-width: 640px) {
        .home .module-creations ul h3, .home .module-news ul h3 {
          font-size: 28px; } }
    .home .module-creations ul h4, .home .module-news ul h4 {
      font-size: 18px;
      letter-spacing: 2px;
      margin-top: 10px; }
      @media (max-width: 640px) {
        .home .module-creations ul h4, .home .module-news ul h4 {
          font-size: 14px;
          letter-spacing: 1px;
          margin-top: 5px; } }
  @media (max-width: 2580px) {
    .home .module-creations article, .home .module-news article {
      padding-top: 200px; } }
  @media (max-width: 2200px) {
    .home .module-creations article, .home .module-news article {
      padding-top: 90px; } }
  @media (max-width: 1500px) {
    .home .module-creations article, .home .module-news article {
      padding-top: 60px; } }
  @media (max-width: 1400px) {
    .home .module-creations article, .home .module-news article {
      padding-top: 40px; } }
  @media (max-width: 1250px) {
    .home .module-creations article, .home .module-news article {
      padding-top: 60px; } }
  @media (max-width: 320px) {
    .home .module-creations article, .home .module-news article {
      padding-top: 40px; } }
  .home .module-creations article h3, .home .module-news article h3 {
    margin: 35px 0 40px 0; }
    @media (max-width: 2580px) {
      .home .module-creations article h3, .home .module-news article h3 {
        font-size: 105px;
        letter-spacing: 7px; } }
    @media (max-width: 2200px) {
      .home .module-creations article h3, .home .module-news article h3 {
        font-size: 75px;
        letter-spacing: 5px; } }
    @media (max-width: 1500px) {
      .home .module-creations article h3, .home .module-news article h3 {
        margin: 25px 0 30px 0; } }
    @media (max-width: 1400px) {
      .home .module-creations article h3, .home .module-news article h3 {
        font-size: 65px;
        letter-spacing: 2px;
        margin: 20px 0 25px 0; } }
    @media (max-width: 640px) {
      .home .module-creations article h3, .home .module-news article h3 {
        font-size: 45px; } }
    @media (max-width: 375px) {
      .home .module-creations article h3, .home .module-news article h3 {
        font-size: 42px;
        letter-spacing: 1px;
        margin: 10px 0 15px 0; } }
    @media (max-width: 320px) {
      .home .module-creations article h3, .home .module-news article h3 {
        font-size: 36px;
        letter-spacing: 0.8px;
        margin: 5px 0 10px 0; } }
  .home .module-creations article h5, .home .module-news article h5 {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media (max-width: 1400px) {
      .home .module-creations article h5, .home .module-news article h5 {
        font-size: 16px;
        letter-spacing: 1px; } }
  .home .module-creations article a h6, .home .module-news article a h6 {
    display: inline;
    font-size: 18px;
    margin: 0px; }
  .home .module-creations .slick-arrow, .home .module-news .slick-arrow {
    display: none;
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -webkit-transition: all 1000ms 0ms ease-in-out;
    -moz-transition: all 1000ms 0ms ease-in-out;
    -ms-transition: all 1000ms 0ms ease-in-out;
    -o-transition: all 1000ms 0ms ease-in-out;
    transition: all 1000ms 0ms ease-in-out;
    outline: none;
    background-color: transparent;
    background-image: url(../icons/arrow-down-black.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    text-indent: -999999px;
    border: none;
    z-index: 9998;
    padding: 50px; }
    @media (max-width: 1000px) {
      .home .module-creations .slick-arrow, .home .module-news .slick-arrow {
        display: block; } }
    .home .module-creations .slick-arrow.slick-prev, .home .module-news .slick-arrow.slick-prev {
      left: 200px; }
      @media (max-width: 1500px) {
        .home .module-creations .slick-arrow.slick-prev, .home .module-news .slick-arrow.slick-prev {
          left: 130px; } }
      @media (max-width: 1300px) {
        .home .module-creations .slick-arrow.slick-prev, .home .module-news .slick-arrow.slick-prev {
          left: 100px; } }
      @media (max-width: 1024px) {
        .home .module-creations .slick-arrow.slick-prev, .home .module-news .slick-arrow.slick-prev {
          left: 60px; } }
      @media (max-width: 1000px) {
        .home .module-creations .slick-arrow.slick-prev, .home .module-news .slick-arrow.slick-prev {
          left: -15px; } }
      @media (max-width: 640px) {
        .home .module-creations .slick-arrow.slick-prev, .home .module-news .slick-arrow.slick-prev {
          left: -25px; } }
    .home .module-creations .slick-arrow.slick-next, .home .module-news .slick-arrow.slick-next {
      right: 200px;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1); }
      @media (max-width: 1500px) {
        .home .module-creations .slick-arrow.slick-next, .home .module-news .slick-arrow.slick-next {
          right: 130px; } }
      @media (max-width: 1300px) {
        .home .module-creations .slick-arrow.slick-next, .home .module-news .slick-arrow.slick-next {
          right: 100px; } }
      @media (max-width: 1024px) {
        .home .module-creations .slick-arrow.slick-next, .home .module-news .slick-arrow.slick-next {
          right: 60px; } }
      @media (max-width: 1000px) {
        .home .module-creations .slick-arrow.slick-next, .home .module-news .slick-arrow.slick-next {
          right: -15px; } }
      @media (max-width: 640px) {
        .home .module-creations .slick-arrow.slick-next, .home .module-news .slick-arrow.slick-next {
          right: -25px; } }
    .home .module-creations .slick-arrow.slick-disabled, .home .module-news .slick-arrow.slick-disabled {
      opacity: 0; }

@media (max-width: 640px) {
  .home .module-creations ul {
    width: 90%;
    margin: 0 auto; } }

.home .module-creations ul .tit-holder {
  display: block;
  outline: none; }

@media (max-width: 480px) {
  .home .module-news .slick-slider {
    padding: 0;
    margin-bottom: 20px; } }

.home .module-news ul {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .home .module-news ul .slick-track {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    box-sizing: border-box; }
  .home .module-news ul li {
    padding: 0px;
    width: 400px;
    height: inherit;
    margin: 10px 30px;
    background-color: white;
    -webkit-box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06);
    box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06); }
    @media (max-width: 1500px) {
      .home .module-news ul li {
        width: 350px; } }
    @media (max-width: 1300px) {
      .home .module-news ul li {
        width: 320px; } }
    @media (max-width: 1000px) {
      .home .module-news ul li {
        width: 100%; } }
    @media (max-width: 480px) {
      .home .module-news ul li {
        margin: 10px 40px; } }
    .home .module-news ul li a {
      display: block;
      outline: none; }
    .home .module-news ul li figure {
      outline: none; }
      @media (max-width: 2580px) {
        .home .module-news ul li figure {
          height: 340px; } }
      @media (max-width: 2200px) {
        .home .module-news ul li figure {
          height: 280px; } }
      @media (max-width: 1500px) {
        .home .module-news ul li figure {
          height: 220px; } }
      @media (max-width: 1400px) {
        .home .module-news ul li figure {
          height: 160px; } }
      @media (max-width: 640px) {
        .home .module-news ul li figure {
          height: 180px; } }
      @media (max-width: 375px) {
        .home .module-news ul li figure {
          height: 130px; } }
      @media (max-width: 320px) {
        .home .module-news ul li figure {
          height: 100px; } }
    .home .module-news ul li p {
      font-size: 12px;
      line-height: 18px;
      text-align: justify; }
      .home .module-news ul li p:not(.category) {
        max-height: 52px;
        overflow: hidden; }
        @media (max-width: 320px) {
          .home .module-news ul li p:not(.category) {
            max-height: 61px; } }
      @media (max-width: 320px) {
        .home .module-news ul li p {
          font-size: 10px;
          line-height: 15px; } }
    .home .module-news ul li h5 {
      font-size: 18px;
      color: #000000;
      letter-spacing: 1.5px;
      line-height: normal;
      text-align: left;
      margin: 0 0 25px 0;
      display: inline-block;
      max-height: 45px;
      overflow: hidden; }
      @media (max-width: 1500px) {
        .home .module-news ul li h5 {
          margin: 0 0 15px 0; } }
      @media (max-width: 1400px) {
        .home .module-news ul li h5 {
          margin: 0 0 5px 0; } }
      @media (max-width: 640px) {
        .home .module-news ul li h5 {
          letter-spacing: 1px; } }
      @media (max-width: 320px) {
        .home .module-news ul li h5 {
          max-height: 36px;
          font-size: 15px;
          letter-spacing: 1px; } }
    .home .module-news ul li article {
      position: relative;
      padding: 25px 25px 55px 25px;
      min-height: 185px;
      text-align: left;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      @media (max-width: 1500px) {
        .home .module-news ul li article {
          padding: 22px 22px 45px 22px;
          min-height: 145px; } }
      @media (max-width: 1000px) {
        .home .module-news ul li article {
          min-height: 145px;
          padding: 15px 15px 55px 15px; } }
      @media (max-width: 640px) {
        .home .module-news ul li article {
          min-height: 105px;
          padding: 10px 10px 55px 10px; } }
      .home .module-news ul li article .tags {
        position: absolute;
        bottom: 15px;
        left: 25px;
        text-transform: uppercase; }
        @media (max-width: 1500px) {
          .home .module-news ul li article .tags {
            left: 17px; } }
        @media (max-width: 1000px) {
          .home .module-news ul li article .tags {
            left: 15px; } }
        @media (max-width: 640px) {
          .home .module-news ul li article .tags {
            left: 10px; } }
        .home .module-news ul li article .tags p, .home .module-news ul li article .tags span {
          display: inline-block; }
        .home .module-news ul li article .tags span {
          margin-left: 5px; }
        .home .module-news ul li article .tags p {
          margin-right: 5px; }
          .home .module-news ul li article .tags p a {
            color: #f31534; }

@media (max-width: 2580px) {
  .home .module-news article {
    padding-top: 130px; } }

@media (max-width: 2200px) {
  .home .module-news article {
    padding-top: 40px; } }

@media (max-width: 1400px) {
  .home .module-news article {
    padding-top: 0px; }
    .home .module-news article h5 {
      display: none; } }

@media (max-width: 1250px) {
  .home .module-news article {
    padding-top: 60px; }
    .home .module-news article h5 {
      display: block; } }

@media (max-width: 1000px) {
  .home .module-news article {
    padding-top: 80px; } }

@media (max-width: 640px) {
  .home .module-news article {
    padding-top: 40px; } }

@media (max-width: 320px) {
  .home .module-news article {
    padding-top: 20px; } }

.home .module-news .slick-arrow.slick-prev {
  left: 50%;
  -webkit-transform: translateX(-742px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
  -moz-transform: translateX(-742px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
  -ms-transform: translateX(-742px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
  -o-transform: translateX(-742px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
  transform: translateX(-742px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1); }

.home .module-news .slick-arrow.slick-next {
  right: 50%;
  -webkit-transform: translateX(742px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
  -moz-transform: translateX(742px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
  -ms-transform: translateX(742px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
  -o-transform: translateX(742px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
  transform: translateX(742px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1); }

@media (max-width: 1500px) {
  .home .module-news .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translateX(-665px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -moz-transform: translateX(-665px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -ms-transform: translateX(-665px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -o-transform: translateX(-665px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    transform: translateX(-665px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1); }
  .home .module-news .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translateX(665px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -moz-transform: translateX(665px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -ms-transform: translateX(665px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -o-transform: translateX(665px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    transform: translateX(665px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1); } }

@media (max-width: 1400px) {
  .home .module-news .slick-arrow.slick-prev {
    padding: 20px;
    -webkit-transform: translateX(-226px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -moz-transform: translateX(-226px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -ms-transform: translateX(-226px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -o-transform: translateX(-226px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    transform: translateX(-226px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1); }
  .home .module-news .slick-arrow.slick-next {
    padding: 20px;
    -webkit-transform: translateX(226px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -moz-transform: translateX(226px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -ms-transform: translateX(226px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -o-transform: translateX(226px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    transform: translateX(226px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1); } }

@media (max-width: 1300px) {
  .home .module-news .slick-arrow.slick-prev {
    -webkit-transform: translateX(-209px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -moz-transform: translateX(-209px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -ms-transform: translateX(-209px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -o-transform: translateX(-209px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    transform: translateX(-209px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1); }
  .home .module-news .slick-arrow.slick-next {
    -webkit-transform: translateX(209px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -moz-transform: translateX(209px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -ms-transform: translateX(209px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -o-transform: translateX(209px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    transform: translateX(209px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1); } }

@media (max-width: 1000px) {
  .home .module-news .slick-arrow.slick-prev {
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -moz-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -ms-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    -o-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    transform: translateX(0) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
    left: 60px; }
  .home .module-news .slick-arrow.slick-next {
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -moz-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -ms-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    -o-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    transform: translateX(0) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
    right: 60px; } }

@media (max-width: 640px) {
  .home .module-news .slick-arrow.slick-prev {
    left: 80px; }
  .home .module-news .slick-arrow.slick-next {
    right: 80px; } }

@media (max-width: 640px) {
  .home .module-news .slick-arrow.slick-prev {
    bottom: -70px;
    left: 0%;
    top: auto;
    -webkit-transform: translateX(30px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
    -moz-transform: translateX(30px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
    -ms-transform: translateX(30px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
    -o-transform: translateX(30px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
    transform: translateX(30px) translateY(0px) translateZ(0px) rotate(90deg) scale(1); }
  .home .module-news .slick-arrow.slick-next {
    bottom: -70px;
    right: 0%;
    top: auto;
    -webkit-transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    -moz-transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    -ms-transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    -o-transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    transform: translateX(-30px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1); } }

@media (max-width: 320px) {
  .home .module-news .slick-arrow.slick-prev {
    bottom: -50px; }
  .home .module-news .slick-arrow.slick-next {
    bottom: -50px; } }

@media (max-width: 640px) {
  .home .footer-navigation {
    margin-top: 40px; } }

@media (max-width: 320px) {
  .home .footer-navigation {
    margin-top: 20px; } }

.single-partnerships .module-image-video, .single-partnerships .module-text {
  margin-bottom: 40px; }

.single-partnerships .module-image-video {
  height: 700px; }
  .single-partnerships .module-image-video .img {
    overflow: hidden;
    height: 100%; }
    .single-partnerships .module-image-video .img span {
      display: block;
      height: 100%; }
  @media (max-width: 1250px) {
    .single-partnerships .module-image-video {
      height: 50vh; } }
  @media (max-width: 1000px) {
    .single-partnerships .module-image-video {
      height: 40vh; } }
  @media (max-width: 640px) {
    .single-partnerships .module-image-video {
      height: 33vh; } }

@media (max-width: 1000px) {
  .single-partnerships .module-watch-slider.no-slide .wrapper {
    padding: 0px; } }

@media (max-width: 640px) {
  .single-partnerships .module-watch-slider {
    margin-bottom: 0px; } }

.single-partnerships .module-watch-columns {
  padding: 220px 0 150px 0;
  background-attachment: fixed; }
  @media (max-width: 1250px) {
    .single-partnerships .module-watch-columns {
      padding: 160px 0 120px 0; } }
  @media (max-width: 1000px) {
    .single-partnerships .module-watch-columns {
      padding: 70px 0; } }
  @media (max-width: 640px) {
    .single-partnerships .module-watch-columns {
      padding: 60px 0; } }
  .single-partnerships .module-watch-columns img {
    margin-bottom: 60px;
    width: auto;
    height: 420px;
    max-width: 100%; }
    @media (max-width: 1400px) {
      .single-partnerships .module-watch-columns img {
        height: 380px; } }
    @media (max-width: 1250px) {
      .single-partnerships .module-watch-columns img {
        height: 320px; } }
    @media (max-width: 1000px) {
      .single-partnerships .module-watch-columns img {
        height: 280px; } }
    @media (max-width: 640px) {
      .single-partnerships .module-watch-columns img {
        height: 260px;
        width: auto; } }
  .single-partnerships .module-watch-columns ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: white; }
    @media (max-width: 640px) {
      .single-partnerships .module-watch-columns ul {
        flex-wrap: wrap; } }
    .single-partnerships .module-watch-columns ul li {
      flex: 1;
      position: relative;
      padding-bottom: 25px; }
      @media (max-width: 640px) {
        .single-partnerships .module-watch-columns ul li {
          flex: auto;
          width: 100%;
          margin-bottom: 80px; }
          .single-partnerships .module-watch-columns ul li:first-child {
            margin-bottom: 80px; }
          .single-partnerships .module-watch-columns ul li:only-child {
            margin-bottom: 0px; } }
      .single-partnerships .module-watch-columns ul li article {
        width: 100%;
        bottom: 0; }
  .single-partnerships .module-watch-columns h3 {
    letter-spacing: 3px;
    font-size: 54px;
    margin-bottom: 15px; }
    @media (max-width: 1400px) {
      .single-partnerships .module-watch-columns h3 {
        font-size: 50px;
        letter-spacing: 2.5px; } }
    @media (max-width: 1300px) {
      .single-partnerships .module-watch-columns h3 {
        letter-spacing: 2px;
        margin-bottom: 10px; } }
    @media (max-width: 1250px) {
      .single-partnerships .module-watch-columns h3 {
        font-size: 48px;
        letter-spacing: 1px;
        margin-bottom: 5px; } }
    @media (max-width: 640px) {
      .single-partnerships .module-watch-columns h3 {
        font-size: 40px;
        letter-spacing: 0.8px; } }
    @media (max-width: 320px) {
      .single-partnerships .module-watch-columns h3 {
        font-size: 36px; } }
  .single-partnerships .module-watch-columns h4 {
    font-size: 27px;
    letter-spacing: 2px;
    margin-bottom: 35px; }
    @media (max-width: 1300px) {
      .single-partnerships .module-watch-columns h4 {
        font-size: 24px; } }
    @media (max-width: 1250px) {
      .single-partnerships .module-watch-columns h4 {
        font-size: 18px; } }
    @media (max-width: 1000px) {
      .single-partnerships .module-watch-columns h4 {
        margin-bottom: 25px; } }
    @media (max-width: 640px) {
      .single-partnerships .module-watch-columns h4 {
        font-size: 16px;
        margin-bottom: 20px; } }
  .single-partnerships .module-watch-columns.one-column h3 {
    font-size: 54px; }
    @media (max-width: 1250px) {
      .single-partnerships .module-watch-columns.one-column h3 {
        font-size: 46px; } }
    @media (max-width: 640px) {
      .single-partnerships .module-watch-columns.one-column h3 {
        font-size: 40px; } }
  .single-partnerships .module-watch-columns.one-column h4 {
    font-size: 18px; }
    @media (max-width: 640px) {
      .single-partnerships .module-watch-columns.one-column h4 {
        font-size: 16px; } }
  .single-partnerships .module-watch-columns.three-columns {
    padding: 350px 0 230px 0; }
    @media (max-width: 1250px) {
      .single-partnerships .module-watch-columns.three-columns {
        padding: 300px 0 140px 0; } }
    @media (max-width: 640px) {
      .single-partnerships .module-watch-columns.three-columns {
        padding: 60px 0; } }
    .single-partnerships .module-watch-columns.three-columns li:nth-child(2) {
      -webkit-transform: translateX(0px) translateY(-200px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(-200px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(-200px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(-200px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(-200px) translateZ(0px) rotate(0deg) scale(1); }
      @media (max-width: 1000px) {
        .single-partnerships .module-watch-columns.three-columns li:nth-child(2) {
          -webkit-transform: translateX(0px) translateY(-150px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(-150px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(-150px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(-150px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(-150px) translateZ(0px) rotate(0deg) scale(1); } }
      @media (max-width: 640px) {
        .single-partnerships .module-watch-columns.three-columns li:nth-child(2) {
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
    .single-partnerships .module-watch-columns.three-columns h3 {
      font-size: 54px; }
      @media (max-width: 1250px) {
        .single-partnerships .module-watch-columns.three-columns h3 {
          font-size: 46px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-watch-columns.three-columns h3 {
          font-size: 38px; } }
    .single-partnerships .module-watch-columns.three-columns h4 {
      font-size: 18px; }
      @media (max-width: 1000px) {
        .single-partnerships .module-watch-columns.three-columns h4 {
          font-size: 16px; } }

.single-partnerships .module-image-columns ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden; }
  @media (max-width: 640px) {
    .single-partnerships .module-image-columns ul {
      flex-wrap: wrap; } }

.single-partnerships .module-image-columns li {
  flex: 1;
  min-height: 680px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 9px;
  position: relative; }
  @media (max-width: 1400px) {
    .single-partnerships .module-image-columns li {
      min-height: 530px; } }
  @media (max-width: 1300px) {
    .single-partnerships .module-image-columns li {
      min-height: 500px; } }
  @media (max-width: 1250px) {
    .single-partnerships .module-image-columns li {
      min-height: 460px; } }
  @media (max-width: 1000px) {
    .single-partnerships .module-image-columns li {
      min-height: 380px; } }
  @media (max-width: 640px) {
    .single-partnerships .module-image-columns li {
      min-height: 280px;
      width: 100%;
      flex: auto;
      margin: 0 9px; } }
  .single-partnerships .module-image-columns li:nth-child(2) {
    margin-right: 0px; }
    @media (max-width: 640px) {
      .single-partnerships .module-image-columns li:nth-child(2) {
        margin: 9px 9px 0 9px; } }
  .single-partnerships .module-image-columns li:nth-child(3) {
    margin-right: 0px;
    margin-left: 9px; }
    @media (max-width: 640px) {
      .single-partnerships .module-image-columns li:nth-child(3) {
        margin: 9px 9px 0 9px; } }
  .single-partnerships .module-image-columns li.zoom-me {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
    .single-partnerships .module-image-columns li.zoom-me:hover {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1); }
  .single-partnerships .module-image-columns li .banner-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .single-partnerships .module-image-columns li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    opacity: 1;
    max-width: 80%;
    height: auto;
    max-height: 80%;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
    .single-partnerships .module-image-columns li img.hovered-img {
      opacity: 0;
      visibility: hidden; }
  .single-partnerships .module-image-columns li.can-hover:hover img.first-img {
    opacity: 0;
    visibility: hidden; }
  .single-partnerships .module-image-columns li.can-hover:hover img.hovered-img {
    opacity: 1;
    visibility: visible; }

@media (max-width: 1000px) {
  .single-partnerships .module-image-columns.logo img {
    max-width: 120px;
    height: auto; } }

@media (max-width: 640px) {
  .single-partnerships .module-image-columns.logo img {
    max-width: 100px;
    height: auto; } }

.single-partnerships .module-logo-gallery ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 1000px) {
    .single-partnerships .module-logo-gallery ul {
      flex-wrap: wrap; } }
  .single-partnerships .module-logo-gallery ul li {
    flex: 1;
    max-width: calc(100% * 1 / 4); }
    @media (max-width: 1000px) {
      .single-partnerships .module-logo-gallery ul li {
        flex: unset;
        max-width: unset;
        width: 50%; } }
    .single-partnerships .module-logo-gallery ul li figure {
      height: 400px; }
      @media (max-width: 1500px) {
        .single-partnerships .module-logo-gallery ul li figure {
          height: 300px; } }
      @media (max-width: 1300px) {
        .single-partnerships .module-logo-gallery ul li figure {
          height: 260px; } }
      @media (max-width: 640px) {
        .single-partnerships .module-logo-gallery ul li figure {
          height: 120px; } }
    .single-partnerships .module-logo-gallery ul li span {
      display: block;
      width: 100%;
      height: 100%;
      background-size: contain;
      -webkit-transition: all 0.3s 0.1s ease;
      -moz-transition: all 0.3s 0.1s ease;
      -ms-transition: all 0.3s 0.1s ease;
      -o-transition: all 0.3s 0.1s ease;
      transition: all 0.3s 0.1s ease; }
    .single-partnerships .module-logo-gallery ul li a:hover span {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1); }

.single-collections .hero-section, .single-collections .after-hero-section {
  position: relative;
  height: 90vh;
  background-color: #c1102a;
  overflow: hidden; }
  .single-collections .hero-section div, .single-collections .after-hero-section div {
    background-attachment: fixed;
    height: 100%; }
    @media (max-width: 640px) {
      .single-collections .hero-section div, .single-collections .after-hero-section div {
        background-attachment: unset; } }
  .single-collections .hero-section.has-video, .single-collections .after-hero-section.has-video {
    height: 100vh; }
    @media (max-width: 1250px) {
      .single-collections .hero-section.has-video, .single-collections .after-hero-section.has-video {
        height: 65vh; } }
    @media (max-width: 1000px) {
      .single-collections .hero-section.has-video, .single-collections .after-hero-section.has-video {
        height: 45vh; } }
    @media (max-width: 640px) {
      .single-collections .hero-section.has-video, .single-collections .after-hero-section.has-video {
        height: 245px; } }
    @media (max-width: 640px) {
      .single-collections .hero-section.has-video iframe, .single-collections .after-hero-section.has-video iframe {
        min-height: 40vh; } }
  .single-collections .hero-section.has-video + .medium-wrapper .top-section, .single-collections .after-hero-section.has-video + .medium-wrapper .top-section {
    margin: 0px 0 -150px 0; }
    @media (max-width: 1300px) {
      .single-collections .hero-section.has-video + .medium-wrapper .top-section, .single-collections .after-hero-section.has-video + .medium-wrapper .top-section {
        margin: 0px 0 -120px 0; } }
    @media (max-width: 1000px) {
      .single-collections .hero-section.has-video + .medium-wrapper .top-section, .single-collections .after-hero-section.has-video + .medium-wrapper .top-section {
        margin: 0px 0 -70px 0; } }
    @media (max-width: 640px) {
      .single-collections .hero-section.has-video + .medium-wrapper .top-section, .single-collections .after-hero-section.has-video + .medium-wrapper .top-section {
        margin: 0px 0 -30px 0; } }
  @media (max-width: 1250px) {
    .single-collections .hero-section, .single-collections .after-hero-section {
      height: 65vh; } }
  @media (max-width: 1000px) {
    .single-collections .hero-section, .single-collections .after-hero-section {
      height: 45vh; } }
  @media (max-width: 640px) {
    .single-collections .hero-section, .single-collections .after-hero-section {
      height: 245px; } }

.single-collections .after-hero-section div {
  height: 130%; }
  @media (max-width: 640px) {
    .single-collections .after-hero-section div {
      height: 100%; } }

.single-collections .after-hero-section + div {
  margin: -120px auto 0 auto; }
  @media (max-width: 1000px) {
    .single-collections .after-hero-section + div {
      margin: -70px 0 0 0; } }
  @media (max-width: 640px) {
    .single-collections .after-hero-section + div {
      margin: -30px 0; } }

.single-collections .top-section {
  position: relative;
  background-color: #f7f7f7;
  padding: 90px 0 150px 0;
  margin: -200px 0 -150px 0;
  z-index: 1; }
  .single-collections .top-section.video-padding {
    padding: 100px 0 150px 0; }
    @media (max-width: 1500px) {
      .single-collections .top-section.video-padding {
        padding: 80px 0 120px 0; } }
    @media (max-width: 1250px) {
      .single-collections .top-section.video-padding {
        padding: 70px 0 100px 0; } }
  @media (max-width: 2580px) {
    .single-collections .top-section {
      padding: 110px 0 150px 0; } }
  @media (max-width: 1500px) {
    .single-collections .top-section {
      margin: -120px 0 -80px 0;
      padding: 90px 0 120px 0; } }
  @media (max-width: 1300px) {
    .single-collections .top-section {
      padding: 70px 0;
      margin: -80px 0 -70px 0; } }
  @media (max-width: 1000px) {
    .single-collections .top-section {
      padding: 60px 0; } }
  @media (max-width: 640px) {
    .single-collections .top-section {
      margin: -30px 0; } }
  .single-collections .top-section .description {
    color: #4d4d55;
    margin-top: 80px;
    font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif;
    font-size: 23px;
    line-height: 36px;
    font-style: italic;
    width: 100%; }
    .single-collections .top-section .description.animated {
      -webkit-transition: all 0.6s 0.2s ease-in-out;
      -moz-transition: all 0.6s 0.2s ease-in-out;
      -ms-transition: all 0.6s 0.2s ease-in-out;
      -o-transition: all 0.6s 0.2s ease-in-out;
      transition: all 0.6s 0.2s ease-in-out;
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      opacity: 0; }
      .single-collections .top-section .description.animated.in-view {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 1300px) {
      .single-collections .top-section .description {
        font-size: 21px;
        line-height: 30px;
        margin-top: 60px; } }
    @media (max-width: 1250px) {
      .single-collections .top-section .description {
        font-size: 20px;
        line-height: 28px;
        margin-top: 50px; } }
    @media (max-width: 1000px) {
      .single-collections .top-section .description {
        font-size: 18px;
        line-height: 26px;
        margin-top: 40px; } }
  @media (max-width: 1400px) {
    .single-collections .top-section .main-img {
      height: 700px; } }
  @media (max-width: 1300px) {
    .single-collections .top-section .main-img {
      height: 650px; } }
  @media (max-width: 640px) {
    .single-collections .top-section .main-img {
      height: 380px; } }
  @media (max-width: 320px) {
    .single-collections .top-section .main-img {
      height: 270px; } }
  .single-collections .top-section .iframe-desc {
    -webkit-transform: translateX(0px) translateY(-50px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50px) translateZ(0px) rotate(0deg) scale(1); }
  .single-collections .top-section article {
    text-align: justify; }
    .single-collections .top-section article p {
      text-align-last: center;
      margin-bottom: 25px;
      font-size: 22px;
      line-height: 30px;
      font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif; }
      .single-collections .top-section article p:last-of-type {
        margin-bottom: 0px; }
      @media (max-width: 1250px) {
        .single-collections .top-section article p {
          font-size: 18px;
          line-height: 26px; } }
      @media (max-width: 640px) {
        .single-collections .top-section article p {
          font-size: 16px;
          line-height: 22px; } }

.single-collections .module-title-text-img {
  position: relative;
  background-color: #f7f7f7;
  padding: 60px 200px;
  z-index: 1; }
  @media (max-width: 1250px) {
    .single-collections .module-title-text-img.big-watch {
      padding: 60px 40px; } }
  @media (max-width: 640px) {
    .single-collections .module-title-text-img.big-watch {
      padding: 40px 30px; } }
  .single-collections .module-title-text-img.big-watch .img-txt-holder .img-holder img {
    max-width: 530px; }
    @media (max-width: 1780px) {
      .single-collections .module-title-text-img.big-watch .img-txt-holder .img-holder img {
        max-width: 500px; } }
    @media (max-width: 1500px) {
      .single-collections .module-title-text-img.big-watch .img-txt-holder .img-holder img {
        max-width: 480px; } }
    @media (max-width: 1400px) {
      .single-collections .module-title-text-img.big-watch .img-txt-holder .img-holder img {
        max-width: 460px; } }
    @media (max-width: 1300px) {
      .single-collections .module-title-text-img.big-watch .img-txt-holder .img-holder img {
        max-width: 420px; } }
    @media (max-width: 1250px) {
      .single-collections .module-title-text-img.big-watch .img-txt-holder .img-holder img {
        max-width: 360px; } }
    @media (max-width: 640px) {
      .single-collections .module-title-text-img.big-watch .img-txt-holder .img-holder img {
        max-width: 100%; } }
  @media (max-width: 1000px) {
    .single-collections .module-title-text-img.big-watch .img-txt-holder .img-holder .touch-locate {
      display: block; } }
  .single-collections .module-title-text-img.padding-b-0 {
    padding: 60px 200px 0 200px; }
    @media (max-width: 1250px) {
      .single-collections .module-title-text-img.padding-b-0 {
        padding: 60px 100px 0px 100px; } }
    @media (max-width: 640px) {
      .single-collections .module-title-text-img.padding-b-0 {
        padding: 60px 20px 0 20px; } }
  .single-collections .module-title-text-img.padding-t-0 {
    padding: 0 200px 100px 200px; }
    @media (max-width: 1250px) {
      .single-collections .module-title-text-img.padding-t-0 {
        padding: 0 100px 60px 100px; } }
    @media (max-width: 640px) {
      .single-collections .module-title-text-img.padding-t-0 {
        padding: 0 20px 60px 20px; } }
  @media (max-width: 1500px) {
    .single-collections .module-title-text-img {
      padding: 60px 100px; } }
  @media (max-width: 1000px) {
    .single-collections .module-title-text-img {
      padding: 60px; } }
  @media (max-width: 640px) {
    .single-collections .module-title-text-img {
      padding: 60px 20px; } }
  .single-collections .module-title-text-img .img-txt-holder {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    .single-collections .module-title-text-img .img-txt-holder .bgr {
      max-height: 100%; }
    .single-collections .module-title-text-img .img-txt-holder .bgr-hol {
      width: 100%;
      height: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  .single-collections .module-title-text-img .img-holder {
    padding: 180px 0;
    z-index: 1;
    position: relative; }
    @media (max-width: 1000px) {
      .single-collections .module-title-text-img .img-holder {
        position: relative; } }
    @media (max-width: 640px) {
      .single-collections .module-title-text-img .img-holder {
        padding: 120px 0 80px 0; } }
    .single-collections .module-title-text-img .img-holder img {
      max-height: 750px;
      width: auto; }
      @media (max-width: 1500px) {
        .single-collections .module-title-text-img .img-holder img {
          max-height: 720px; } }
      @media (max-width: 1400px) {
        .single-collections .module-title-text-img .img-holder img {
          max-height: 680px; } }
      @media (max-width: 1300px) {
        .single-collections .module-title-text-img .img-holder img {
          max-height: 640px; } }
      @media (max-width: 1250px) {
        .single-collections .module-title-text-img .img-holder img {
          max-width: 90%;
          max-height: 600px; } }
      .single-collections .module-title-text-img .img-holder img:nth-child(2) {
        margin-top: 150px; }
    .single-collections .module-title-text-img .img-holder .touch-locate {
      display: none;
      position: absolute;
      width: 41px;
      height: 41px;
      border-radius: 50%;
      background-color: #f31534;
      border: 2px solid white;
      color: white;
      z-index: 9;
      -webkit-transition: all 0.3s 0s ease;
      -moz-transition: all 0.3s 0s ease;
      -ms-transition: all 0.3s 0s ease;
      -o-transition: all 0.3s 0s ease;
      transition: all 0.3s 0s ease;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      cursor: pointer; }
      @media (max-width: 640px) {
        .single-collections .module-title-text-img .img-holder .touch-locate {
          width: 34px;
          height: 34px; } }
      .single-collections .module-title-text-img .img-holder .touch-locate.active {
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
        background-color: #000000; }
      .single-collections .module-title-text-img .img-holder .touch-locate.loc2 {
        position: absolute;
        right: 0;
        top: 260px; }
        @media (max-width: 640px) {
          .single-collections .module-title-text-img .img-holder .touch-locate.loc2 {
            right: -20px;
            top: 190px; } }
      .single-collections .module-title-text-img .img-holder .touch-locate.loc3 {
        position: absolute;
        top: 340px; }
        @media (max-width: 640px) {
          .single-collections .module-title-text-img .img-holder .touch-locate.loc3 {
            left: -20px;
            top: 280px; } }
      .single-collections .module-title-text-img .img-holder .touch-locate.loc4 {
        position: absolute;
        right: 0;
        top: 420px; }
        @media (max-width: 640px) {
          .single-collections .module-title-text-img .img-holder .touch-locate.loc4 {
            right: -20px;
            top: 330px; } }
      .single-collections .module-title-text-img .img-holder .touch-locate.loc5 {
        position: absolute;
        left: 50%;
        bottom: 100px;
        -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
        @media (max-width: 640px) {
          .single-collections .module-title-text-img .img-holder .touch-locate.loc5 {
            bottom: 40px; } }
      .single-collections .module-title-text-img .img-holder .touch-locate h5 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        font-size: 22px; }
  .single-collections .module-title-text-img .txt-holder {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    height: calc(100% - 180px); }
    @media (max-width: 1000px) {
      .single-collections .module-title-text-img .txt-holder {
        position: relative;
        top: auto;
        left: auto;
        height: auto; } }
    .single-collections .module-title-text-img .txt-holder li {
      width: 310px; }
      @media (max-width: 1780px) {
        .single-collections .module-title-text-img .txt-holder li {
          width: 260px; } }
      @media (max-width: 1400px) {
        .single-collections .module-title-text-img .txt-holder li {
          width: 240px; } }
      @media (max-width: 1250px) {
        .single-collections .module-title-text-img .txt-holder li {
          width: 220px; } }
      @media (max-width: 1000px) {
        .single-collections .module-title-text-img .txt-holder li {
          width: 100%;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.4s 0s ease-in-out;
          -moz-transition: all 0.4s 0s ease-in-out;
          -ms-transition: all 0.4s 0s ease-in-out;
          -o-transition: all 0.4s 0s ease-in-out;
          transition: all 0.4s 0s ease-in-out; }
          .single-collections .module-title-text-img .txt-holder li.active {
            opacity: 1;
            visibility: visible;
            position: relative !important; } }
      .single-collections .module-title-text-img .txt-holder li.animated {
        -webkit-transition: all 0.6s 0.2s ease-in-out;
        -moz-transition: all 0.6s 0.2s ease-in-out;
        -ms-transition: all 0.6s 0.2s ease-in-out;
        -o-transition: all 0.6s 0.2s ease-in-out;
        transition: all 0.6s 0.2s ease-in-out;
        -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        opacity: 0; }
        @media (max-width: 1000px) {
          .single-collections .module-title-text-img .txt-holder li.animated {
            -webkit-transition: all 0.4s 0s ease-in-out;
            -moz-transition: all 0.4s 0s ease-in-out;
            -ms-transition: all 0.4s 0s ease-in-out;
            -o-transition: all 0.4s 0s ease-in-out;
            transition: all 0.4s 0s ease-in-out; } }
        .single-collections .module-title-text-img .txt-holder li.animated.in-view {
          opacity: 1;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      .single-collections .module-title-text-img .txt-holder li:nth-child(2n-1) h3, .single-collections .module-title-text-img .txt-holder li:nth-child(2n-1) h4, .single-collections .module-title-text-img .txt-holder li:nth-child(2n-1) p {
        text-align: right; }
        @media (max-width: 1000px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(2n-1) h3, .single-collections .module-title-text-img .txt-holder li:nth-child(2n-1) h4, .single-collections .module-title-text-img .txt-holder li:nth-child(2n-1) p {
            text-align: center; } }
      .single-collections .module-title-text-img .txt-holder li:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0; }
        @media (max-width: 1000px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(1) {
            position: absolute;
            top: 0;
            left: 0;
            bottom: auto;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
      .single-collections .module-title-text-img .txt-holder li:nth-child(2) {
        position: absolute;
        top: 170px;
        right: 0; }
        @media (max-width: 1300px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(2) {
            top: 90px; } }
        @media (max-width: 1000px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            bottom: auto;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
        .single-collections .module-title-text-img .txt-holder li:nth-child(2).animated {
          -webkit-transition: all 0.6s 0.4s ease-in-out;
          -moz-transition: all 0.6s 0.4s ease-in-out;
          -ms-transition: all 0.6s 0.4s ease-in-out;
          -o-transition: all 0.6s 0.4s ease-in-out;
          transition: all 0.6s 0.4s ease-in-out; }
          @media (max-width: 1000px) {
            .single-collections .module-title-text-img .txt-holder li:nth-child(2).animated {
              -webkit-transition: all 0.4s 0s ease-in-out;
              -moz-transition: all 0.4s 0s ease-in-out;
              -ms-transition: all 0.4s 0s ease-in-out;
              -o-transition: all 0.4s 0s ease-in-out;
              transition: all 0.4s 0s ease-in-out; } }
      .single-collections .module-title-text-img .txt-holder li:nth-child(3) {
        position: absolute;
        top: 400px;
        left: 0; }
        @media (max-width: 1300px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(3) {
            top: 380px; } }
        @media (max-width: 1250px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(3) {
            top: 300px; } }
        @media (max-width: 1000px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(3) {
            position: absolute;
            top: 0;
            left: 0;
            bottom: auto;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
        .single-collections .module-title-text-img .txt-holder li:nth-child(3).animated {
          -webkit-transition: all 0.6s 0.6s ease-in-out;
          -moz-transition: all 0.6s 0.6s ease-in-out;
          -ms-transition: all 0.6s 0.6s ease-in-out;
          -o-transition: all 0.6s 0.6s ease-in-out;
          transition: all 0.6s 0.6s ease-in-out; }
          @media (max-width: 1000px) {
            .single-collections .module-title-text-img .txt-holder li:nth-child(3).animated {
              -webkit-transition: all 0.4s 0s ease-in-out;
              -moz-transition: all 0.4s 0s ease-in-out;
              -ms-transition: all 0.4s 0s ease-in-out;
              -o-transition: all 0.4s 0s ease-in-out;
              transition: all 0.4s 0s ease-in-out; } }
      .single-collections .module-title-text-img .txt-holder li:nth-child(4) {
        position: absolute;
        top: 540px;
        right: 60px; }
        @media (max-width: 1300px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(4) {
            top: 420px; } }
        @media (max-width: 1250px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(4) {
            top: 360px;
            right: 30px; } }
        @media (max-width: 1000px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(4) {
            position: absolute;
            top: 0;
            left: 0;
            bottom: auto;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
        .single-collections .module-title-text-img .txt-holder li:nth-child(4).animated {
          -webkit-transition: all 0.6s 0.8s ease-in-out;
          -moz-transition: all 0.6s 0.8s ease-in-out;
          -ms-transition: all 0.6s 0.8s ease-in-out;
          -o-transition: all 0.6s 0.8s ease-in-out;
          transition: all 0.6s 0.8s ease-in-out; }
          @media (max-width: 1000px) {
            .single-collections .module-title-text-img .txt-holder li:nth-child(4).animated {
              -webkit-transition: all 0.4s 0s ease-in-out;
              -moz-transition: all 0.4s 0s ease-in-out;
              -ms-transition: all 0.4s 0s ease-in-out;
              -o-transition: all 0.4s 0s ease-in-out;
              transition: all 0.4s 0s ease-in-out; } }
      .single-collections .module-title-text-img .txt-holder li:nth-child(5) {
        position: absolute;
        left: 33%;
        top: 85%; }
        @media (max-width: 1300px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(5) {
            bottom: -60px;
            top: auto; } }
        @media (max-width: 1000px) {
          .single-collections .module-title-text-img .txt-holder li:nth-child(5) {
            position: absolute;
            top: 0;
            left: 0;
            bottom: auto;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
        .single-collections .module-title-text-img .txt-holder li:nth-child(5).animated {
          -webkit-transition: all 0.6s 1s ease-in-out;
          -moz-transition: all 0.6s 1s ease-in-out;
          -ms-transition: all 0.6s 1s ease-in-out;
          -o-transition: all 0.6s 1s ease-in-out;
          transition: all 0.6s 1s ease-in-out; }
          @media (max-width: 1000px) {
            .single-collections .module-title-text-img .txt-holder li:nth-child(5).animated {
              -webkit-transition: all 0.4s 0s ease-in-out;
              -moz-transition: all 0.4s 0s ease-in-out;
              -ms-transition: all 0.4s 0s ease-in-out;
              -o-transition: all 0.4s 0s ease-in-out;
              transition: all 0.4s 0s ease-in-out; } }
      .single-collections .module-title-text-img .txt-holder li h3, .single-collections .module-title-text-img .txt-holder li h4, .single-collections .module-title-text-img .txt-holder li p {
        text-align: left; }
        @media (max-width: 1000px) {
          .single-collections .module-title-text-img .txt-holder li h3, .single-collections .module-title-text-img .txt-holder li h4, .single-collections .module-title-text-img .txt-holder li p {
            text-align: center; } }
      .single-collections .module-title-text-img .txt-holder li h3, .single-collections .module-title-text-img .txt-holder li h4 {
        font-size: 32px;
        letter-spacing: 6px;
        margin-bottom: 5px; }
        @media (max-width: 1500px) {
          .single-collections .module-title-text-img .txt-holder li h3, .single-collections .module-title-text-img .txt-holder li h4 {
            font-size: 30px;
            letter-spacing: 4px; } }
        @media (max-width: 1300px) {
          .single-collections .module-title-text-img .txt-holder li h3, .single-collections .module-title-text-img .txt-holder li h4 {
            font-size: 28px;
            letter-spacing: 3px; } }
      .single-collections .module-title-text-img .txt-holder li p {
        font-size: 20px;
        line-height: 27px;
        color: #777777;
        font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif; }
        @media (max-width: 1400px) {
          .single-collections .module-title-text-img .txt-holder li p {
            font-size: 18px;
            line-height: 24px; } }
        @media (max-width: 1250px) {
          .single-collections .module-title-text-img .txt-holder li p {
            font-size: 18px;
            line-height: 24px; } }
        @media (max-width: 640px) {
          .single-collections .module-title-text-img .txt-holder li p {
            font-size: 16px;
            line-height: 24px; } }
  @media (max-width: 1400px) {
    .single-collections .module-title-text-img.three-columns .img-holder img, .single-collections .module-title-text-img.four-columns .img-holder img {
      width: 430px; } }
  @media (max-width: 1300px) {
    .single-collections .module-title-text-img.three-columns .img-holder img, .single-collections .module-title-text-img.four-columns .img-holder img {
      width: 390px; } }
  @media (max-width: 640px) {
    .single-collections .module-title-text-img.three-columns .img-holder img, .single-collections .module-title-text-img.four-columns .img-holder img {
      width: 80%; } }

.single-collections .module-watches-columns {
  padding: 275px 0 300px 0;
  background-color: #4d4d55; }
  @media (max-width: 1500px) {
    .single-collections .module-watches-columns {
      padding: 220px 0 120px 0; } }
  @media (max-width: 1250px) {
    .single-collections .module-watches-columns {
      padding: 70px 0; } }
  @media (max-width: 640px) {
    .single-collections .module-watches-columns {
      padding: 140px 0 120px 0; } }
  .single-collections .module-watches-columns article {
    color: white;
    padding-bottom: 80px; }
    @media (max-width: 1250px) {
      .single-collections .module-watches-columns article {
        padding-top: 40px; } }
    @media (max-width: 1000px) {
      .single-collections .module-watches-columns article {
        padding: 0 0 40px 0; } }
    .single-collections .module-watches-columns article h2, .single-collections .module-watches-columns article h3 {
      font-size: 105px;
      letter-spacing: 6px; }
      @media (max-width: 1500px) {
        .single-collections .module-watches-columns article h2 br, .single-collections .module-watches-columns article h3 br {
          display: none; } }
      @media (max-width: 1300px) {
        .single-collections .module-watches-columns article h2, .single-collections .module-watches-columns article h3 {
          font-size: 90px;
          letter-spacing: 4px; } }
      @media (max-width: 1250px) {
        .single-collections .module-watches-columns article h2, .single-collections .module-watches-columns article h3 {
          font-size: 80px;
          letter-spacing: 3px; } }
      @media (max-width: 1000px) {
        .single-collections .module-watches-columns article h2, .single-collections .module-watches-columns article h3 {
          font-size: 72px;
          letter-spacing: 2.5px; } }
      @media (max-width: 640px) {
        .single-collections .module-watches-columns article h2, .single-collections .module-watches-columns article h3 {
          font-size: 48px;
          letter-spacing: 0.5px; } }
      @media (max-width: 320px) {
        .single-collections .module-watches-columns article h2, .single-collections .module-watches-columns article h3 {
          font-size: 42px;
          letter-spacing: 0px; } }
    .single-collections .module-watches-columns article p {
      width: 910px;
      margin: 30px auto 0 auto;
      text-align: justify;
      text-align-last: center;
      font-size: 22px;
      line-height: 30px;
      font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif; }
      @media (max-width: 1400px) {
        .single-collections .module-watches-columns article p {
          width: 90%; } }
      @media (max-width: 1300px) {
        .single-collections .module-watches-columns article p {
          margin: 30px auto 0 auto; } }
      @media (max-width: 1250px) {
        .single-collections .module-watches-columns article p {
          font-size: 18px;
          line-height: 26px;
          text-align: center; } }
      @media (max-width: 1000px) {
        .single-collections .module-watches-columns article p {
          margin: 30px auto 0 auto; } }
      @media (max-width: 640px) {
        .single-collections .module-watches-columns article p {
          font-size: 16px;
          line-height: 24px; }
          .single-collections .module-watches-columns article p br {
            display: none; } }
  .single-collections .module-watches-columns .img-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    flex-wrap: wrap; }
    @media (max-width: 1000px) {
      .single-collections .module-watches-columns .img-holder {
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: space-around; } }
    .single-collections .module-watches-columns .img-holder li {
      margin-bottom: 100px;
      width: calc(100% * 1 / 3); }
      .single-collections .module-watches-columns .img-holder li.animated {
        -webkit-transition: all 0.6s 0.2s ease-in-out;
        -moz-transition: all 0.6s 0.2s ease-in-out;
        -ms-transition: all 0.6s 0.2s ease-in-out;
        -o-transition: all 0.6s 0.2s ease-in-out;
        transition: all 0.6s 0.2s ease-in-out;
        -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        opacity: 0; }
        .single-collections .module-watches-columns .img-holder li.animated.in-view {
          opacity: 1;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      @media (max-width: 1250px) {
        .single-collections .module-watches-columns .img-holder li {
          width: 35%; } }
      @media (max-width: 640px) {
        .single-collections .module-watches-columns .img-holder li {
          width: 100%;
          margin-bottom: 40px; }
          .single-collections .module-watches-columns .img-holder li:last-child {
            margin-bottom: 0px; } }
      .single-collections .module-watches-columns .img-holder li .holder {
        position: relative;
        display: inline-block; }
        .single-collections .module-watches-columns .img-holder li .holder:hover img:first-child {
          opacity: 1; }
      .single-collections .module-watches-columns .img-holder li .desc {
        position: absolute;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s 0s ease-in-out;
        -moz-transition: all 0.2s 0s ease-in-out;
        -ms-transition: all 0.2s 0s ease-in-out;
        -o-transition: all 0.2s 0s ease-in-out;
        transition: all 0.2s 0s ease-in-out;
        font-size: 24px;
        width: 405px;
        border: 3px solid white;
        color: white;
        padding: 5px 20px;
        box-sizing: border-box;
        bottom: 64px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        z-index: 2; }
        .single-collections .module-watches-columns .img-holder li .desc:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background-color: white;
          width: 0px;
          height: 100%;
          -webkit-transition: all 0.2s 0s ease-in-out;
          -moz-transition: all 0.2s 0s ease-in-out;
          -ms-transition: all 0.2s 0s ease-in-out;
          -o-transition: all 0.2s 0s ease-in-out;
          transition: all 0.2s 0s ease-in-out;
          z-index: -1; }
        .single-collections .module-watches-columns .img-holder li .desc.hovered a, .single-collections .module-watches-columns .img-holder li .desc.hovered p {
          color: #000000; }
        .single-collections .module-watches-columns .img-holder li .desc.hovered:before {
          width: 100%; }
        @media (max-width: 1000px) {
          .single-collections .module-watches-columns .img-holder li .desc {
            width: 285px; } }
        .single-collections .module-watches-columns .img-holder li .desc a {
          color: white; }
        .single-collections .module-watches-columns .img-holder li .desc a, .single-collections .module-watches-columns .img-holder li .desc p {
          -webkit-transition: all 0.2s 0s ease-in-out;
          -moz-transition: all 0.2s 0s ease-in-out;
          -ms-transition: all 0.2s 0s ease-in-out;
          -o-transition: all 0.2s 0s ease-in-out;
          transition: all 0.2s 0s ease-in-out; }
        .single-collections .module-watches-columns .img-holder li .desc p {
          display: inline-block;
          font-size: 16px; }
          .single-collections .module-watches-columns .img-holder li .desc p:first-of-type {
            width: 250px;
            text-align: left;
            text-transform: uppercase; }
            @media (max-width: 1000px) {
              .single-collections .module-watches-columns .img-holder li .desc p:first-of-type {
                width: 170px; } }
        .single-collections .module-watches-columns .img-holder li .desc .buy {
          font-size: 32px; }
          .single-collections .module-watches-columns .img-holder li .desc .buy a {
            padding-left: 7px; }
      .single-collections .module-watches-columns .img-holder li p {
        color: white; }
      .single-collections .module-watches-columns .img-holder li .index {
        font-size: 22px;
        margin-top: 40px;
        -webkit-transform: translateX(-7px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-7px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-7px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-7px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-7px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
        @media (max-width: 640px) {
          .single-collections .module-watches-columns .img-holder li .index {
            font-size: 18px;
            margin-top: 30px; } }
    .single-collections .module-watches-columns .img-holder img {
      height: 400px;
      width: auto;
      display: inline-block;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out;
      position: relative;
      z-index: 2;
      opacity: 0.6; }
      .single-collections .module-watches-columns .img-holder img:hover {
        opacity: 1; }
      @media (max-width: 1500px) {
        .single-collections .module-watches-columns .img-holder img {
          height: 360px; } }
      @media (max-width: 1300px) {
        .single-collections .module-watches-columns .img-holder img {
          height: 320px; } }
      @media (max-width: 1000px) {
        .single-collections .module-watches-columns .img-holder img {
          height: 240px; } }
  .single-collections .module-watches-columns .holder:hover .desc {
    opacity: 1;
    visibility: visible; }
  .single-collections .module-watches-columns .holder .desc {
    opacity: 0;
    visibility: hidden; }

.single-collections .module-watch-slider {
  position: relative;
  margin: -200px 0;
  background-color: #f7f7f7;
  z-index: 1; }
  .single-collections .module-watch-slider .fron-back-holder {
    margin-top: 0px;
    padding-bottom: 0px; }
    .single-collections .module-watch-slider .fron-back-holder.mobile {
      padding-bottom: 30px; }
  @media (max-width: 1500px) {
    .single-collections .module-watch-slider {
      margin: -120px 0 -80px 0; } }
  @media (max-width: 1300px) {
    .single-collections .module-watch-slider {
      margin: -80px 0 -70px 0; } }
  @media (max-width: 1000px) {
    .single-collections .module-watch-slider {
      margin: -70px 0 0 0; } }
  .single-collections .module-watch-slider .slider-holder {
    margin: 0 160px; }
    @media (max-width: 1500px) {
      .single-collections .module-watch-slider .slider-holder {
        margin: 0 100px; } }
    @media (max-width: 1250px) {
      .single-collections .module-watch-slider .slider-holder {
        margin: 0 60px; } }
    @media (max-width: 1000px) {
      .single-collections .module-watch-slider .slider-holder {
        margin: 0; } }
    .single-collections .module-watch-slider .slider-holder .parent {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }
    .single-collections .module-watch-slider .slider-holder ul {
      flex: none;
      width: 89%; }
      @media (max-width: 1500px) {
        .single-collections .module-watch-slider .slider-holder ul {
          width: 88%; } }
      @media (max-width: 1400px) {
        .single-collections .module-watch-slider .slider-holder ul {
          width: 86%; } }
      @media (max-width: 1300px) {
        .single-collections .module-watch-slider .slider-holder ul {
          width: 85%; } }
      @media (max-width: 1250px) {
        .single-collections .module-watch-slider .slider-holder ul {
          width: 76%; } }
      @media (max-width: 1000px) {
        .single-collections .module-watch-slider .slider-holder ul {
          width: 100%; } }
      @media (max-width: 640px) {
        .single-collections .module-watch-slider .slider-holder ul {
          order: 1; } }
  .single-collections .module-watch-slider .fron-back-holder {
    width: 100%;
    text-align: left; }
    @media (max-width: 1000px) {
      .single-collections .module-watch-slider .fron-back-holder {
        text-align: center; } }
    @media (max-width: 640px) {
      .single-collections .module-watch-slider .fron-back-holder {
        margin-bottom: 30px; } }
  .single-collections .module-watch-slider .front, .single-collections .module-watch-slider .back {
    border: 5px solid #000000; }
    @media (max-width: 640px) {
      .single-collections .module-watch-slider .front, .single-collections .module-watch-slider .back {
        border: 3px solid #000000; } }
  .single-collections .module-watch-slider h3, .single-collections .module-watch-slider h4, .single-collections .module-watch-slider h5, .single-collections .module-watch-slider p {
    color: #000000; }

.single-collections .wr360_player .container {
  background-color: #f7f7f7 !important; }

.single-collections .module-explore {
  background-color: white;
  padding: 100px 0 250px 0;
  position: relative;
  margin-bottom: -170px; }
  @media (max-width: 1000px) {
    .single-collections .module-explore {
      padding: 60px 60px 120px 60px; } }
  @media (max-width: 640px) {
    .single-collections .module-explore {
      padding: 60px 20px; } }
  .single-collections .module-explore .title-text-holder.animated {
    -webkit-transition: all 0.6s 0.2s ease-in-out;
    -moz-transition: all 0.6s 0.2s ease-in-out;
    -ms-transition: all 0.6s 0.2s ease-in-out;
    -o-transition: all 0.6s 0.2s ease-in-out;
    transition: all 0.6s 0.2s ease-in-out;
    -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    opacity: 0; }
    .single-collections .module-explore .title-text-holder.animated.in-view {
      opacity: 1;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .single-collections .module-explore .title-text-holder h3 {
    font-size: 225px;
    letter-spacing: 35px; }
    .single-collections .module-explore .title-text-holder h3.animated {
      -webkit-transition: all 0.6s 0.2s ease-in-out;
      -moz-transition: all 0.6s 0.2s ease-in-out;
      -ms-transition: all 0.6s 0.2s ease-in-out;
      -o-transition: all 0.6s 0.2s ease-in-out;
      transition: all 0.6s 0.2s ease-in-out;
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      opacity: 0; }
      .single-collections .module-explore .title-text-holder h3.animated.in-view {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 1780px) {
      .single-collections .module-explore .title-text-holder h3 {
        font-size: 205px;
        letter-spacing: 30px; } }
    @media (max-width: 1500px) {
      .single-collections .module-explore .title-text-holder h3 {
        font-size: 180px;
        letter-spacing: 24px; } }
    @media (max-width: 1400px) {
      .single-collections .module-explore .title-text-holder h3 {
        font-size: 160px;
        letter-spacing: 20px; } }
    @media (max-width: 1300px) {
      .single-collections .module-explore .title-text-holder h3 {
        font-size: 140px;
        letter-spacing: 16px; } }
    @media (max-width: 1250px) {
      .single-collections .module-explore .title-text-holder h3 {
        font-size: 90px;
        letter-spacing: 10px; } }
    @media (max-width: 640px) {
      .single-collections .module-explore .title-text-holder h3 {
        font-size: 62px;
        letter-spacing: 2px; } }
    @media (max-width: 320px) {
      .single-collections .module-explore .title-text-holder h3 {
        font-size: 54px;
        letter-spacing: 1px; } }
  .single-collections .module-explore .img-description-holder img {
    margin: 50px 0 75px 0; }
    @media (max-width: 1400px) {
      .single-collections .module-explore .img-description-holder img {
        max-width: 40%; } }
    @media (max-width: 1250px) {
      .single-collections .module-explore .img-description-holder img {
        margin: 30px 0 55px 0;
        max-width: 35%; } }
    @media (max-width: 640px) {
      .single-collections .module-explore .img-description-holder img {
        max-width: 70%; } }
  .single-collections .module-explore .img-description-holder h3 {
    font-size: 105px;
    letter-spacing: 6px; }
    @media (max-width: 1300px) {
      .single-collections .module-explore .img-description-holder h3 {
        font-size: 70px;
        letter-spacing: 4px; } }
    @media (max-width: 1250px) {
      .single-collections .module-explore .img-description-holder h3 {
        font-size: 62px;
        letter-spacing: 2.6px;
        margin-bottom: 20px; } }
    @media (max-width: 640px) {
      .single-collections .module-explore .img-description-holder h3 {
        font-size: 52px;
        letter-spacing: 1.5px; } }
    @media (max-width: 320px) {
      .single-collections .module-explore .img-description-holder h3 {
        font-size: 45px;
        letter-spacing: 0px; } }
  .single-collections .module-explore .img-description-holder .desc {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    position: relative; }
    @media (max-width: 1300px) {
      .single-collections .module-explore .img-description-holder .desc {
        font-size: 32px;
        letter-spacing: 2.5px; } }
    @media (max-width: 1250px) {
      .single-collections .module-explore .img-description-holder .desc {
        font-size: 28px;
        letter-spacing: 1.6px; } }
    @media (max-width: 640px) {
      .single-collections .module-explore .img-description-holder .desc {
        font-size: 24px;
        letter-spacing: 1px; } }
    @media (max-width: 320px) {
      .single-collections .module-explore .img-description-holder .desc {
        font-size: 22px; } }
    .single-collections .module-explore .img-description-holder .desc:before {
      content: url(../icons/arrow-down-red.png);
      width: 20px;
      height: 20px;
      position: absolute;
      top: -50px;
      left: 49.5%;
      -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -webkit-transition: all 0.15s 0s ease-in-out;
      -moz-transition: all 0.15s 0s ease-in-out;
      -ms-transition: all 0.15s 0s ease-in-out;
      -o-transition: all 0.15s 0s ease-in-out;
      transition: all 0.15s 0s ease-in-out;
      z-index: 2; }
  .single-collections .module-explore .img-description-holder h5 {
    font-size: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 80px; }
    @media (max-width: 1300px) {
      .single-collections .module-explore .img-description-holder h5 {
        font-size: 28px;
        letter-spacing: 2.5px;
        margin-bottom: 60px; } }
    @media (max-width: 640px) {
      .single-collections .module-explore .img-description-holder h5 {
        font-size: 26px;
        letter-spacing: 1.5px;
        margin-bottom: 40px; } }
    @media (max-width: 320px) {
      .single-collections .module-explore .img-description-holder h5 {
        font-size: 22px;
        letter-spacing: 0.5px; } }
  .single-collections .module-explore .img-description-holder .subtitle {
    color: #777777; }
  .single-collections .module-explore .img-description-holder .explore-txt {
    width: 850px;
    margin: 0 auto; }
    .single-collections .module-explore .img-description-holder .explore-txt.animated {
      -webkit-transition: all 0.6s 0.2s ease-in-out;
      -moz-transition: all 0.6s 0.2s ease-in-out;
      -ms-transition: all 0.6s 0.2s ease-in-out;
      -o-transition: all 0.6s 0.2s ease-in-out;
      transition: all 0.6s 0.2s ease-in-out;
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      opacity: 0; }
      .single-collections .module-explore .img-description-holder .explore-txt.animated.in-view {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 1250px) {
      .single-collections .module-explore .img-description-holder .explore-txt {
        width: 85%; } }
    @media (max-width: 1000px) {
      .single-collections .module-explore .img-description-holder .explore-txt {
        width: 100%; } }
  .single-collections .module-explore .img-description-holder a {
    color: #000000; }
  .single-collections .module-explore .related-items {
    width: 1220px;
    position: absolute;
    bottom: -260px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    padding: 0 100px;
    overflow: hidden; }
    .single-collections .module-explore .related-items .slick-arrow {
      display: none;
      position: absolute;
      top: 39%;
      left: auto;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      outline: none;
      background-color: transparent;
      background-image: url(../icons/arrow-down-black.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      text-indent: -999999px;
      border: none;
      z-index: 9998;
      padding: 20px; }
      .single-collections .module-explore .related-items .slick-arrow.slick-next {
        right: -100px;
        -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1); }
        @media (max-width: 1500px) {
          .single-collections .module-explore .related-items .slick-arrow.slick-next {
            right: -33px; } }
        @media (max-width: 1300px) {
          .single-collections .module-explore .related-items .slick-arrow.slick-next {
            right: 0; } }
      .single-collections .module-explore .related-items .slick-arrow.slick-prev {
        left: -100px; }
        @media (max-width: 1500px) {
          .single-collections .module-explore .related-items .slick-arrow.slick-prev {
            left: -33px; } }
        @media (max-width: 1300px) {
          .single-collections .module-explore .related-items .slick-arrow.slick-prev {
            left: 0; } }
    @media (max-width: 1250px) {
      .single-collections .module-explore .related-items {
        width: 100%;
        bottom: -170px; } }
    @media (max-width: 640px) {
      .single-collections .module-explore .related-items {
        bottom: -260px; }
        .single-collections .module-explore .related-items.has-slick .slick-arrow {
          display: block; }
        .single-collections .module-explore .related-items.has-slick .slick-next {
          right: -10px; }
        .single-collections .module-explore .related-items.has-slick .slick-prev {
          left: -10px; } }
    .single-collections .module-explore .related-items a {
      display: inline-block;
      outline: none; }
      .single-collections .module-explore .related-items a:hover img {
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .single-collections .module-explore .related-items img {
      max-height: 340px;
      margin: 0 auto 20px auto;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.9);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.9);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.9);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.9);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.9); }
      @media (max-width: 1300px) {
        .single-collections .module-explore .related-items img {
          max-height: 320px; } }
      @media (max-width: 1300px) {
        .single-collections .module-explore .related-items img {
          max-height: 300px; } }
      @media (max-width: 1250px) {
        .single-collections .module-explore .related-items img {
          max-height: 260px;
          margin-bottom: 12px; } }
      @media (max-width: 1000px) {
        .single-collections .module-explore .related-items img {
          max-height: 190px; } }
      @media (max-width: 640px) {
        .single-collections .module-explore .related-items img {
          margin: 10px auto; } }
    .single-collections .module-explore .related-items h4 {
      color: white;
      font-size: 18px;
      margin-top: 15px;
      letter-spacing: 1px; }
      @media (max-width: 1000px) {
        .single-collections .module-explore .related-items h4 {
          font-size: 16px;
          margin-top: 10px; } }
    .single-collections .module-explore .related-items h5 {
      font-size: 14px;
      line-height: normal;
      text-transform: uppercase;
      color: white; }
    .single-collections .module-explore .related-items.three-columns-holder li {
      width: calc(100% * 1 / 3); }
      @media (max-width: 640px) {
        .single-collections .module-explore .related-items.three-columns-holder li {
          width: 100%; } }

@media (max-width: 1500px) {
  .single-collections .inner-wrapper {
    padding: 0 15%; } }

@media (max-width: 1250px) {
  .single-collections .inner-wrapper {
    padding: 0 10%; } }

@media (max-width: 1000px) {
  .single-collections .inner-wrapper {
    padding: 0 60px; } }

@media (max-width: 640px) {
  .single-collections .inner-wrapper {
    padding: 0 20px; } }

@media (max-width: 1000px) {
  .single-collections h1 {
    width: 90%;
    margin: 0 auto; } }

@media (max-width: 640px) {
  .single-collections .one-more .module-title-text-img {
    padding: 20px; }
    .single-collections .one-more .module-title-text-img .title-text-holder h2, .single-collections .one-more .module-title-text-img .title-text-holder h3 {
      font-size: 36px;
      letter-spacing: 0.5px; } }

.single-collections .has-video video {
  display: none; }

.page-template-tpl-partnerships .two-columns-holder {
  padding: 0 60px;
  margin-top: 75px; }
  @media (max-width: 640px) {
    .page-template-tpl-partnerships .two-columns-holder {
      padding: 0 20px; } }
  @media (max-width: 320px) {
    .page-template-tpl-partnerships .two-columns-holder {
      margin-top: 30px; } }
  .page-template-tpl-partnerships .two-columns-holder ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .page-template-tpl-partnerships .two-columns-holder ul li {
      position: relative;
      height: 355px;
      width: calc(50% - 15px);
      margin-bottom: 30px;
      color: white; }
      @media (max-width: 1400px) {
        .page-template-tpl-partnerships .two-columns-holder ul li {
          height: 325px; } }
      @media (max-width: 1300px) {
        .page-template-tpl-partnerships .two-columns-holder ul li {
          height: 275px; } }
      @media (max-width: 1250px) {
        .page-template-tpl-partnerships .two-columns-holder ul li {
          height: 255px; } }
      @media (max-width: 1000px) {
        .page-template-tpl-partnerships .two-columns-holder ul li {
          width: 100%; } }
      @media (max-width: 640px) {
        .page-template-tpl-partnerships .two-columns-holder ul li {
          height: 230px; } }
      .page-template-tpl-partnerships .two-columns-holder ul li:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0; }
      .page-template-tpl-partnerships .two-columns-holder ul li figure {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s 0s cubic-bezier(1, 0.01, 0, 0.97);
        -moz-transition: all 0.5s 0s cubic-bezier(1, 0.01, 0, 0.97);
        -ms-transition: all 0.5s 0s cubic-bezier(1, 0.01, 0, 0.97);
        -o-transition: all 0.5s 0s cubic-bezier(1, 0.01, 0, 0.97);
        transition: all 0.5s 0s cubic-bezier(1, 0.01, 0, 0.97); }
        .page-template-tpl-partnerships .two-columns-holder ul li figure.hovered-img {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
      .page-template-tpl-partnerships .two-columns-holder ul li:hover figure.hovered-img {
        opacity: 1; }
      .page-template-tpl-partnerships .two-columns-holder ul li article {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        z-index: 1; }
      .page-template-tpl-partnerships .two-columns-holder ul li h3 {
        font-size: 54px;
        margin: 40px 0 20px 0;
        letter-spacing: 6px; }
        @media (max-width: 1500px) {
          .page-template-tpl-partnerships .two-columns-holder ul li h3 {
            font-size: 50px;
            line-height: 44px; } }
        @media (max-width: 1400px) {
          .page-template-tpl-partnerships .two-columns-holder ul li h3 {
            font-size: 48px;
            margin: 30px 0 15px 0;
            letter-spacing: 3.2px; } }
        @media (max-width: 1300px) {
          .page-template-tpl-partnerships .two-columns-holder ul li h3 {
            font-size: 44px;
            margin: 25px 0 15px 0; } }
        @media (max-width: 1250px) {
          .page-template-tpl-partnerships .two-columns-holder ul li h3 {
            font-size: 40px;
            line-height: 40px;
            letter-spacing: 2px; } }
        @media (max-width: 1000px) {
          .page-template-tpl-partnerships .two-columns-holder ul li h3 {
            font-size: 36px;
            line-height: 36px;
            margin: 25px 0 10px 0;
            letter-spacing: 3px; } }
        @media (max-width: 640px) {
          .page-template-tpl-partnerships .two-columns-holder ul li h3 {
            font-size: 32px;
            line-height: 32px;
            margin: 20px 0 10px 0;
            letter-spacing: 2px; } }
        @media (max-width: 320px) {
          .page-template-tpl-partnerships .two-columns-holder ul li h3 {
            font-size: 30px;
            line-height: 30px;
            letter-spacing: 1px;
            margin: 15px 0 8px 0; } }
      .page-template-tpl-partnerships .two-columns-holder ul li .title {
        text-transform: uppercase;
        letter-spacing: 3px; }
        @media (max-width: 1000px) {
          .page-template-tpl-partnerships .two-columns-holder ul li .title {
            letter-spacing: 2px; } }
        @media (max-width: 640px) {
          .page-template-tpl-partnerships .two-columns-holder ul li .title {
            letter-spacing: 1px; } }
      .page-template-tpl-partnerships .two-columns-holder ul li .italic {
        font-size: 24px;
        margin-bottom: 45px; }
        @media (max-width: 1500px) {
          .page-template-tpl-partnerships .two-columns-holder ul li .italic {
            margin-bottom: 35px; } }
        @media (max-width: 1300px) {
          .page-template-tpl-partnerships .two-columns-holder ul li .italic {
            font-size: 22px;
            margin-bottom: 28px; } }
        @media (max-width: 1250px) {
          .page-template-tpl-partnerships .two-columns-holder ul li .italic {
            font-size: 20px;
            margin-bottom: 20px; } }
        @media (max-width: 320px) {
          .page-template-tpl-partnerships .two-columns-holder ul li .italic {
            font-size: 18px;
            margin-bottom: 18px; } }

.page-template-tpl-partnerships .title-holder h2 {
  font-size: 40px; }
  @media (max-width: 1300px) {
    .page-template-tpl-partnerships .title-holder h2 {
      font-size: 32px; } }
  @media (max-width: 1250px) {
    .page-template-tpl-partnerships .title-holder h2 {
      font-size: 28px; } }
  @media (max-width: 320px) {
    .page-template-tpl-partnerships .title-holder h2 {
      font-size: 24px; } }

@media (max-width: 640px) {
  .page-template-tpl-partnerships .columns-section {
    padding: 60px 0; } }

.search .section-columns {
  background-color: #000000;
  padding: 120px 0; }
  @media (max-width: 640px) {
    .search .section-columns {
      padding: 120px 0 60px 0; } }
  .search .section-columns .post-holder li {
    text-align: left;
    border-bottom: 2px solid #777777;
    padding: 50px 0; }
    .search .section-columns .post-holder li .wpcf7 {
      display: none; }
    @media (max-width: 1500px) {
      .search .section-columns .post-holder li {
        padding: 40px 0; } }
    @media (max-width: 1400px) {
      .search .section-columns .post-holder li {
        padding: 32px 0; } }
    @media (max-width: 1250px) {
      .search .section-columns .post-holder li {
        padding: 28px 0; } }
    @media (max-width: 1000px) {
      .search .section-columns .post-holder li {
        padding: 26px 0; } }
    @media (max-width: 640px) {
      .search .section-columns .post-holder li {
        padding: 22px 0; } }
    @media (max-width: 320px) {
      .search .section-columns .post-holder li {
        padding: 20px 0; } }
    .search .section-columns .post-holder li:first-child {
      border-top: 2px solid #777777; }
    .search .section-columns .post-holder li p {
      margin: 15px 0;
      font-size: 18px; }
      @media (max-width: 1500px) {
        .search .section-columns .post-holder li p {
          margin: 13px 0;
          font-size: 16px; } }
      @media (max-width: 1300px) {
        .search .section-columns .post-holder li p {
          margin: 10px 0;
          font-size: 15px; } }
      @media (max-width: 640px) {
        .search .section-columns .post-holder li p {
          margin: 8px 0;
          font-size: 13px; } }
      @media (max-width: 320px) {
        .search .section-columns .post-holder li p {
          font-size: 12px; } }
    .search .section-columns .post-holder li .date {
      color: #777777;
      margin: 0;
      font-size: 16px; }
      @media (max-width: 1500px) {
        .search .section-columns .post-holder li .date {
          font-size: 15px; } }
      @media (max-width: 1300px) {
        .search .section-columns .post-holder li .date {
          font-size: 14px; } }
      @media (max-width: 1250px) {
        .search .section-columns .post-holder li .date {
          font-size: 13px; } }
      @media (max-width: 1000px) {
        .search .section-columns .post-holder li .date {
          font-size: 12px; } }
      @media (max-width: 640px) {
        .search .section-columns .post-holder li .date {
          font-size: 10px; } }

.search .section-columns, .search a {
  color: white; }

.search .hero-content {
  margin-bottom: 60px; }
  @media (max-width: 1400px) {
    .search .hero-content {
      margin-bottom: 45px; } }

@media (max-width: 1780px) {
  .search h1 {
    font-size: 110px; } }

@media (max-width: 1500px) {
  .search h1 {
    font-size: 100px; } }

@media (max-width: 1400px) {
  .search h1 {
    font-size: 85px; } }

@media (max-width: 1300px) {
  .search h1 {
    font-size: 75px; } }

@media (max-width: 1250px) {
  .search h1 {
    font-size: 60px; } }

@media (max-width: 1000px) {
  .search h1 {
    font-size: 50px; } }

@media (max-width: 640px) {
  .search h1 {
    font-size: 40px; } }

@media (max-width: 320px) {
  .search h1 {
    font-size: 32px; } }

.search h3 {
  margin-bottom: 7px; }
  @media (max-width: 1500px) {
    .search h3 {
      font-size: 44px; } }
  @media (max-width: 1400px) {
    .search h3 {
      font-size: 40px; } }
  @media (max-width: 1300px) {
    .search h3 {
      font-size: 35px; } }
  @media (max-width: 1250px) {
    .search h3 {
      font-size: 28px; } }
  @media (max-width: 1000px) {
    .search h3 {
      font-size: 26px; } }
  @media (max-width: 640px) {
    .search h3 {
      font-size: 24px; } }
  @media (max-width: 320px) {
    .search h3 {
      font-size: 22px; } }

@media (max-width: 640px) {
  .search footer {
    padding: 60px 20px; } }

.page-template-tpl-contact .hero-section {
  height: 385px; }
  @media (max-width: 640px) {
    .page-template-tpl-contact .hero-section {
      height: 245px; } }

.page-template-tpl-contact section {
  background-color: #f7f7f7; }

.page-template-tpl-contact .map-section {
  position: relative;
  margin-bottom: -150px; }
  @media (max-width: 640px) {
    .page-template-tpl-contact .map-section {
      margin-bottom: -70px; } }

.page-template-tpl-contact .form-section {
  padding: 60px 0 180px 0;
  margin-top: -150px; }
  @media (max-width: 1500px) {
    .page-template-tpl-contact .form-section {
      padding: 60px 0 140px 0; } }
  @media (max-width: 1300px) {
    .page-template-tpl-contact .form-section {
      padding: 60px 0 100px 0; } }
  @media (max-width: 640px) {
    .page-template-tpl-contact .form-section {
      padding: 30px 0 60px 0;
      margin-top: -70px; } }

@media (max-width: 640px) {
  .page-template-tpl-contact .wpcf7-form {
    padding: 0px; } }

.page-template-tpl-retailers .hero-section {
  height: 330px; }
  @media (max-width: 640px) {
    .page-template-tpl-retailers .hero-section {
      height: 245px; } }

.page-template-tpl-retailers .acf-map {
  height: 85vh;
  margin: 0px;
  z-index: 1; }
  @media (max-width: 1250px) {
    .page-template-tpl-retailers .acf-map {
      height: 70vh; } }
  @media (max-width: 1000px) {
    .page-template-tpl-retailers .acf-map {
      height: 50vh; } }
  @media (max-width: 640px) {
    .page-template-tpl-retailers .acf-map {
      height: 60vh; } }

.page-template-tpl-retailers .wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0 60px; }
  @media (max-width: 640px) {
    .page-template-tpl-retailers .wrapper {
      padding: 0 20px; } }

.page-template-tpl-retailers .retailers-list {
  text-align: left;
  background-color: white;
  top: 0;
  z-index: 2;
  padding: 0 50px;
  height: 90vh;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  @media (max-width: 1000px) {
    .page-template-tpl-retailers .retailers-list {
      display: none; } }
  @media (max-width: 640px) {
    .page-template-tpl-retailers .retailers-list {
      padding: 0 40px;
      overflow: hidden; } }
  .page-template-tpl-retailers .retailers-list.tablet-show {
    display: none; }
    @media (max-width: 1000px) {
      .page-template-tpl-retailers .retailers-list.tablet-show {
        display: block;
        position: relative;
        height: 500px;
        width: 100%;
        overflow-y: auto; }
        .page-template-tpl-retailers .retailers-list.tablet-show ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          position: relative; }
          .page-template-tpl-retailers .retailers-list.tablet-show ul:after {
            width: 1px;
            height: 100%;
            position: absolute;
            left: 50%;
            background-color: #777777; }
          .page-template-tpl-retailers .retailers-list.tablet-show ul li {
            width: 45%; } }
      @media (max-width: 1000px) and (max-width: 640px) {
        .page-template-tpl-retailers .retailers-list.tablet-show ul li {
          width: 100%; } }
  .page-template-tpl-retailers .retailers-list li {
    padding: 50px 0;
    position: relative; }
    @media (max-width: 1500px) {
      .page-template-tpl-retailers .retailers-list li {
        padding: 40px 0; } }
    @media (max-width: 1300px) {
      .page-template-tpl-retailers .retailers-list li {
        padding: 30px 0; } }
    @media (max-width: 1250px) {
      .page-template-tpl-retailers .retailers-list li {
        padding: 25px 0; } }
    @media (max-width: 640px) {
      .page-template-tpl-retailers .retailers-list li {
        padding: 18px 0; }
        .page-template-tpl-retailers .retailers-list li:last-child:after {
          content: none; } }
    .page-template-tpl-retailers .retailers-list li:after {
      content: "";
      width: 115%;
      height: 1px;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      background-color: #777777; }
      @media (max-width: 1000px) {
        .page-template-tpl-retailers .retailers-list li:after {
          width: 105%; } }
      @media (max-width: 640px) {
        .page-template-tpl-retailers .retailers-list li:after {
          width: 500px; } }
    .page-template-tpl-retailers .retailers-list li svg {
      position: absolute;
      left: -23px;
      top: 2px;
      height: 14px; }
      .page-template-tpl-retailers .retailers-list li svg path {
        fill: #f31534; }
  .page-template-tpl-retailers .retailers-list .tel {
    margin: 15px 0; }
    @media (max-width: 1250px) {
      .page-template-tpl-retailers .retailers-list .tel {
        margin: 10px 0; } }
  .page-template-tpl-retailers .retailers-list .ret-type {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px; }
    @media (max-width: 1000px) {
      .page-template-tpl-retailers .retailers-list .ret-type {
        margin-top: -5px; } }
    .page-template-tpl-retailers .retailers-list .ret-type span {
      text-transform: uppercase;
      padding: 3px 5px;
      color: white;
      font-size: 14px;
      letter-spacing: 1.5px; }
      .page-template-tpl-retailers .retailers-list .ret-type span.retailer {
        background-color: #000000; }
      .page-template-tpl-retailers .retailers-list .ret-type span.distributor {
        background-color: #f31534; }
      .page-template-tpl-retailers .retailers-list .ret-type span.showroom {
        background-color: #777777; }
  .page-template-tpl-retailers .retailers-list a {
    color: #000000; }
  .page-template-tpl-retailers .retailers-list h4 {
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block; }
    @media (max-width: 1250px) {
      .page-template-tpl-retailers .retailers-list h4 {
        margin-bottom: 13px; } }
    .page-template-tpl-retailers .retailers-list h4:before {
      content: url(../icons/pin-red.png);
      position: absolute;
      left: -25px;
      top: 0;
      display: block; }
  .page-template-tpl-retailers .retailers-list h5 {
    font-size: 16px;
    position: relative; }
  .page-template-tpl-retailers .retailers-list .website {
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    position: relative; }
    .page-template-tpl-retailers .retailers-list .website:hover {
      color: #f31534; }
  .page-template-tpl-retailers .retailers-list::-webkit-scrollbar {
    width: 8px; }
  .page-template-tpl-retailers .retailers-list::-webkit-scrollbar-track {
    background: #a2a29d; }
  .page-template-tpl-retailers .retailers-list::-webkit-scrollbar-thumb {
    background: white; }
  .page-template-tpl-retailers .retailers-list::-webkit-scrollbar-thumb:hover {
    background: #000000; }

.page-template-tpl-retailers h1 {
  font-size: 105px;
  letter-spacing: 6px;
  padding-top: 90px; }
  @media (max-width: 1500px) {
    .page-template-tpl-retailers h1 {
      font-size: 90px;
      letter-spacing: 5px;
      padding-top: 100px; } }
  @media (max-width: 1300px) {
    .page-template-tpl-retailers h1 {
      font-size: 80px;
      letter-spacing: 5px;
      padding-top: 110px; } }
  @media (max-width: 1250px) {
    .page-template-tpl-retailers h1 {
      font-size: 72px;
      letter-spacing: 4px;
      padding-top: 130px; } }
  @media (max-width: 640px) {
    .page-template-tpl-retailers h1 {
      font-size: 52px;
      letter-spacing: 2px;
      padding-top: 110px; } }

@media (max-width: 1000px) {
  .page-template-tpl-retailers footer {
    padding: 70px 20px 115px 20px; } }

@media (max-width: 640px) {
  .page-template-tpl-retailers footer {
    padding: 60px 20px; } }

.page-template-tpl-retailers .gm-style-iw-d .tel {
  color: #000000; }

.page-template-tpl-retailers .gm-style-iw-d .red {
  color: #f31534; }

.page-template-tpl-retailers .gm-style-iw-d h4 {
  font-weight: bold; }

.blog .hero-section, .archive .hero-section {
  height: 385px; }
  @media (max-width: 640px) {
    .blog .hero-section, .archive .hero-section {
      height: 245px; } }

.blog .filter, .archive .filter {
  width: 1160px; }

.blog .main-post ul, .archive .main-post ul {
  padding: 0 60px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  @media (max-width: 640px) {
    .blog .main-post ul, .archive .main-post ul {
      padding: 0 20px; } }

.blog .main-post li a, .archive .main-post li a {
  display: inline-block; }

.blog .main-post li .img-anchor, .archive .main-post li .img-anchor {
  display: block; }

.blog .main-post li:nth-child(3n+2), .archive .main-post li:nth-child(3n+2) {
  margin-right: 3.5%; }
  @media (max-width: 1300px) {
    .blog .main-post li:nth-child(3n+2), .archive .main-post li:nth-child(3n+2) {
      margin-right: 2%; } }
  @media (max-width: 1250px) {
    .blog .main-post li:nth-child(3n+2), .archive .main-post li:nth-child(3n+2) {
      margin-right: 0%; } }

.blog .main-post li:nth-child(3n+4), .archive .main-post li:nth-child(3n+4) {
  margin-left: 3.5%; }
  @media (max-width: 1300px) {
    .blog .main-post li:nth-child(3n+4), .archive .main-post li:nth-child(3n+4) {
      margin-left: 2%; } }
  @media (max-width: 1250px) {
    .blog .main-post li:nth-child(3n+4), .archive .main-post li:nth-child(3n+4) {
      margin-left: 0%; } }

@media (max-width: 1250px) {
  .blog .main-post li:nth-child(2n), .archive .main-post li:nth-child(2n) {
    margin-right: 6%; } }

@media (max-width: 1000px) {
  .blog .main-post li:nth-child(2n), .archive .main-post li:nth-child(2n) {
    margin-right: 0%; } }

@media (max-width: 1250px) {
  .blog .title-holder, .archive .title-holder {
    margin-bottom: 60px; } }

@media (max-width: 640px) {
  .blog .title-holder, .archive .title-holder {
    margin-bottom: 40px; } }

.blog .columns-section, .archive .columns-section {
  padding: 60px 0px; }

.blog .main-post li:first-child {
  width: 100%;
  height: 530px;
  position: relative;
  box-sizing: border-box;
  z-index: 1; }
  .blog .main-post li:first-child:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.45;
    z-index: 1; }
  @media (max-width: 1250px) {
    .blog .main-post li:first-child {
      height: 420px; } }
  @media (max-width: 1000px) {
    .blog .main-post li:first-child {
      height: 340px; } }
  @media (max-width: 640px) {
    .blog .main-post li:first-child {
      height: 280px; } }
  .blog .main-post li:first-child article {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    padding: 0px 50px;
    z-index: 2;
    text-align: center; }
    @media (max-width: 1000px) {
      .blog .main-post li:first-child article {
        width: 85%; } }
    @media (max-width: 640px) {
      .blog .main-post li:first-child article {
        width: 90%;
        padding: 0px; } }
  .blog .main-post li:first-child a {
    color: white;
    display: block;
    height: 100%;
    position: relative;
    z-index: 2; }
  .blog .main-post li:first-child p {
    width: 730px;
    margin: 55px auto 0 auto;
    text-align: center; }
    @media (max-width: 1250px) {
      .blog .main-post li:first-child p {
        width: 560px; } }
    @media (max-width: 1000px) {
      .blog .main-post li:first-child p {
        width: 90%; } }
    @media (max-width: 1000px) {
      .blog .main-post li:first-child p {
        display: none;
        margin: 35px auto 0 auto;
        width: 100%; } }

.blog .main-post li:nth-child(3n+2) {
  margin-right: 3.5%; }
  @media (max-width: 1300px) {
    .blog .main-post li:nth-child(3n+2) {
      margin-right: 2%; } }
  @media (max-width: 1250px) {
    .blog .main-post li:nth-child(3n+2) {
      margin-right: 0%; } }

.blog .main-post li:nth-child(3n+4) {
  margin-left: 3.5%; }
  @media (max-width: 1300px) {
    .blog .main-post li:nth-child(3n+4) {
      margin-left: 2%; } }
  @media (max-width: 1250px) {
    .blog .main-post li:nth-child(3n+4) {
      margin-left: 0%; } }

@media (max-width: 1250px) {
  .blog .main-post li:nth-child(2n) {
    margin-right: 6%; } }

@media (max-width: 1000px) {
  .blog .main-post li:nth-child(2n) {
    margin-right: 0%; } }

.blog .main-post li h2 {
  font-size: 40px;
  letter-spacing: 5px; }
  @media (max-width: 640px) {
    .blog .main-post li h2 {
      font-size: 32px;
      letter-spacing: 2px; } }

.archive .main-post li, .tag .main-post li {
  margin-right: 3.5%; }
  @media (max-width: 1300px) {
    .archive .main-post li, .tag .main-post li {
      margin-right: 2%; } }
  .archive .main-post li:nth-child(3n+4), .tag .main-post li:nth-child(3n+4) {
    margin-left: 0%; }
  .archive .main-post li:nth-child(3n), .tag .main-post li:nth-child(3n) {
    margin-right: 0%; }
  @media (max-width: 1250px) {
    .archive .main-post li, .tag .main-post li {
      margin-right: 0%; }
      .archive .main-post li:nth-child(2n), .tag .main-post li:nth-child(2n) {
        margin-left: 6%;
        margin-right: 0%; } }
  @media (max-width: 1000px) {
    .archive .main-post li:nth-child(2n), .tag .main-post li:nth-child(2n) {
      margin-left: 0%; } }
  .archive .main-post li h2, .tag .main-post li h2 {
    font-size: 45px;
    letter-spacing: 5px; }

.single-post .title {
  font-size: 135px;
  letter-spacing: 9px; }
  @media (max-width: 1300px) {
    .single-post .title {
      font-size: 105px;
      letter-spacing: 4px; } }
  @media (max-width: 1250px) {
    .single-post .title {
      margin-bottom: 60px; } }
  @media (max-width: 640px) {
    .single-post .title {
      margin-bottom: 40px;
      font-size: 52px;
      letter-spacing: 1px; } }

.single-post .main-title {
  font-size: 40px;
  letter-spacing: 4px;
  width: 830px;
  margin: 45px auto;
  font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif;
  text-align: center; }
  @media (max-width: 1000px) {
    .single-post .main-title {
      width: 100%;
      font-size: 34px;
      letter-spacing: 3px; } }
  @media (max-width: 640px) {
    .single-post .main-title {
      font-size: 28px;
      letter-spacing: 1px;
      margin: 25px auto; } }

.single-post .columns-section {
  padding: 60px;
  z-index: 1; }
  @media (max-width: 640px) {
    .single-post .columns-section {
      padding: 60px 20px; } }

.single-post .three-columns-holder ul li {
  margin-right: 3.5%; }
  .single-post .three-columns-holder ul li:nth-child(3n) {
    margin-right: 0%; }
  @media (max-width: 1250px) {
    .single-post .three-columns-holder ul li:nth-child(3n) {
      margin-right: 3.5%; }
    .single-post .three-columns-holder ul li:nth-child(2n) {
      margin-right: 0; } }
  @media (max-width: 640px) {
    .single-post .three-columns-holder ul li {
      margin-right: 0px; }
      .single-post .three-columns-holder ul li:nth-child(3n) {
        margin-right: 0%; } }

.single-post .related-post h3 {
  padding: 105px 0 60px 0;
  position: relative; }
  @media (max-width: 640px) {
    .single-post .related-post h3 {
      padding: 65px 0 30px 0; } }
  .single-post .related-post h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #777777;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 640px) {
      .single-post .related-post h3:after {
        bottom: 20px; } }

.single-post .btns-holder {
  margin: 60px 0 30px 0; }
  @media (max-width: 640px) {
    .single-post .btns-holder {
      margin: 40px 0 0 0; }
      .single-post .btns-holder a:last-child {
        margin-top: 20px; } }

.single-post .post-gallery h4 {
  text-transform: uppercase;
  margin: 40px 0;
  text-align: center;
  font-family: 'Trade Gothic LT W00 Bold', sans-serif; }

.single-post .post-gallery a {
  height: 100%; }

.single-post .post-gallery ul {
  padding-left: 0px; }
  @media (max-width: 1250px) {
    .single-post .post-gallery ul {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }
  .single-post .post-gallery ul li {
    height: 190px; }
    .single-post .post-gallery ul li:before {
      content: none !important; }
    @media (max-width: 1500px) {
      .single-post .post-gallery ul li {
        height: 170px; } }
    @media (max-width: 1300px) {
      .single-post .post-gallery ul li {
        height: 155px; } }
    @media (max-width: 1300px) {
      .single-post .post-gallery ul li:nth-child(3n-2) {
        margin-right: 2%; } }
    @media (max-width: 1250px) {
      .single-post .post-gallery ul li:nth-child(3n-2) {
        margin-right: 0%; } }
    @media (max-width: 1300px) {
      .single-post .post-gallery ul li:nth-child(3n-1) {
        margin-right: 2%; } }
    @media (max-width: 1250px) {
      .single-post .post-gallery ul li:nth-child(3n-1) {
        margin-right: 0%; } }
    @media (max-width: 1000px) {
      .single-post .post-gallery ul li {
        width: 45%; } }
    @media (max-width: 640px) {
      .single-post .post-gallery ul li {
        width: 100%; } }

.single-post .share {
  margin-top: 20px; }
  .single-post .share h4 {
    text-transform: uppercase; }
  .single-post .share p {
    display: inline-block; }
  .single-post .share .tag {
    color: #f31534;
    text-transform: uppercase; }
  .single-post .share .tag-holder {
    margin: 20px 0 30px 0; }

.single-post .mejs-container, .single-post iframe {
  width: 100%;
  max-width: 100%; }

@media (max-width: 640px) {
  .single-post iframe {
    height: 220px; } }

@media (max-width: 320px) {
  .single-post iframe {
    height: 190px; } }

.single-post .socials li {
  display: inline-block; }

@media (max-width: 1000px) {
  .single-post .socials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .single-post .socials a {
      min-width: 167px; } }

@media (max-width: 640px) {
  .single-post .socials {
    flex-wrap: wrap; }
    .single-post .socials li {
      width: 100%;
      margin-bottom: 15px; }
      .single-post .socials li:last-child {
        margin-bottom: 0px; }
    .single-post .socials a {
      width: 170px; } }

.single-post .alignleft, .single-post .alignright, .single-post .aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px 0; }

.single-post .post-holder, .def-page .post-holder {
  text-align: left;
  font-family: 'Trade Gothic LT W00 Roman', sans-serif; }
  .single-post .post-holder figure, .def-page .post-holder figure {
    width: 100%;
    height: 500px; }
    @media (max-width: 1250px) {
      .single-post .post-holder figure, .def-page .post-holder figure {
        height: 400px; } }
    @media (max-width: 1000px) {
      .single-post .post-holder figure, .def-page .post-holder figure {
        height: 320px; } }
    @media (max-width: 640px) {
      .single-post .post-holder figure, .def-page .post-holder figure {
        height: 200px;
        margin-bottom: 30px; } }
    @media (max-width: 320px) {
      .single-post .post-holder figure, .def-page .post-holder figure {
        height: 160px; } }
  .single-post .post-holder .alignleft, .single-post .post-holder .aligncenter, .single-post .post-holder .alignright, .def-page .post-holder .alignleft, .def-page .post-holder .aligncenter, .def-page .post-holder .alignright {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .single-post .post-holder .wp-caption-text, .def-page .post-holder .wp-caption-text {
    font-family: 'Trade Gothic LT W00 Light', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #777777; }
  .single-post .post-holder h1, .single-post .post-holder h2, .single-post .post-holder h3, .single-post .post-holder h4, .single-post .post-holder h5, .single-post .post-holder h6, .def-page .post-holder h1, .def-page .post-holder h2, .def-page .post-holder h3, .def-page .post-holder h4, .def-page .post-holder h5, .def-page .post-holder h6 {
    font-family: 'Trade Gothic LT W00 Bold', sans-serif; }
  .single-post .post-holder h2, .def-page .post-holder h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Trade Gothic LT W00 Bold', sans-serif;
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase; }
    @media (max-width: 1500px) {
      .single-post .post-holder h2, .def-page .post-holder h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media (max-width: 1000px) {
      .single-post .post-holder h2, .def-page .post-holder h2 {
        font-size: 30px;
        line-height: 35px; } }
  .single-post .post-holder h3, .def-page .post-holder h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px; }
    .single-post .post-holder h3:after, .def-page .post-holder h3:after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      margin-top: 20px;
      margin-bottom: 25px;
      background-color: #000000;
      -webkit-transform: skew(-20deg, 0deg);
      -moz-transform: skew(-20deg, 0deg);
      -ms-transform: skew(-20deg, 0deg);
      -o-transform: skew(-20deg, 0deg);
      transform: skew(-20deg, 0deg); }
    @media (max-width: 1500px) {
      .single-post .post-holder h3, .def-page .post-holder h3 {
        font-size: 30px; } }
    @media (max-width: 1250px) {
      .single-post .post-holder h3, .def-page .post-holder h3 {
        margin: 10px 0 15px 0; } }
    @media (max-width: 1000px) {
      .single-post .post-holder h3, .def-page .post-holder h3 {
        font-size: 28px;
        line-height: 34px; } }
  .single-post .post-holder h4, .def-page .post-holder h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase; }
    @media (max-width: 1500px) {
      .single-post .post-holder h4, .def-page .post-holder h4 {
        font-size: 20px;
        line-height: 26px; } }
    @media (max-width: 1000px) {
      .single-post .post-holder h4, .def-page .post-holder h4 {
        font-size: 18px;
        line-height: 23px; } }
  .single-post .post-holder h5, .def-page .post-holder h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Trade Gothic LT W00 Bold', sans-serif;
    font-size: 22px;
    line-height: 26px; }
    @media (max-width: 1500px) {
      .single-post .post-holder h5, .def-page .post-holder h5 {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 1000px) {
      .single-post .post-holder h5, .def-page .post-holder h5 {
        font-size: 16px;
        line-height: 21px; } }
  .single-post .post-holder h6, .def-page .post-holder h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .single-post .post-holder p, .def-page .post-holder p {
    margin-bottom: 10px;
    font-family: 'Trade Gothic LT W00 Light', sans-serif;
    font-size: 18px;
    line-height: 26px; }
    .single-post .post-holder p strong, .def-page .post-holder p strong {
      font-family: 'Trade Gothic LT W00 Bold', sans-serif;
      font-size: 19px; }
    .single-post .post-holder p a, .def-page .post-holder p a {
      color: #f31534; }
      .single-post .post-holder p a:hover, .def-page .post-holder p a:hover {
        color: #000000; }
    @media (max-width: 1000px) {
      .single-post .post-holder p, .def-page .post-holder p {
        font-size: 16px;
        line-height: 22px; } }
  .single-post .post-holder em, .def-page .post-holder em {
    font-style: italic; }
  .single-post .post-holder table, .def-page .post-holder table {
    margin-bottom: 25px; }
    .single-post .post-holder table.spec-table td, .single-post .post-holder table.spec-table th, .def-page .post-holder table.spec-table td, .def-page .post-holder table.spec-table th {
      font-size: 16px;
      line-height: 26px; }
    .single-post .post-holder table.spec-table th, .def-page .post-holder table.spec-table th {
      width: 30%;
      padding-right: 40px;
      font-family: 'Trade Gothic LT W00 Bold', sans-serif; }
    @media (max-width: 640px) {
      .single-post .post-holder table.spec-table td, .single-post .post-holder table.spec-table th, .def-page .post-holder table.spec-table td, .def-page .post-holder table.spec-table th {
        width: 100%;
        display: block; }
      .single-post .post-holder table.spec-table th, .def-page .post-holder table.spec-table th {
        padding-right: 0; }
      .single-post .post-holder table.spec-table td, .def-page .post-holder table.spec-table td {
        margin-bottom: 10px; } }
  .single-post .post-holder ul,
  .single-post .post-holder ol, .def-page .post-holder ul,
  .def-page .post-holder ol {
    margin-bottom: 30px; }
    .single-post .post-holder ul li,
    .single-post .post-holder ol li, .def-page .post-holder ul li,
    .def-page .post-holder ol li {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 10px; }
  .single-post .post-holder ul, .def-page .post-holder ul {
    padding-left: 15px; }
    .single-post .post-holder ul li, .def-page .post-holder ul li {
      position: relative;
      list-style-type: none; }
      .single-post .post-holder ul li:before, .def-page .post-holder ul li:before {
        content: "";
        display: block;
        position: absolute;
        left: -15px;
        top: 10px;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #000000; }
      .single-post .post-holder ul li a, .def-page .post-holder ul li a {
        color: #f31534; }
        .single-post .post-holder ul li a:hover, .def-page .post-holder ul li a:hover {
          color: black; }
      .single-post .post-holder ul li:last-child, .def-page .post-holder ul li:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
  .single-post .post-holder ol, .def-page .post-holder ol {
    padding-left: 20px;
    margin-left: 0;
    list-style: decimal; }
  .single-post .post-holder blockquote, .def-page .post-holder blockquote {
    margin-bottom: 15px; }
    .single-post .post-holder blockquote p, .def-page .post-holder blockquote p {
      font-family: 'Trade Gothic LT W00 Bold', sans-serif;
      font-size: 22px;
      line-height: 1.4;
      quotes: "“" "”" "‘" "’"; }
      .single-post .post-holder blockquote p:before, .def-page .post-holder blockquote p:before {
        content: open-quote; }
      .single-post .post-holder blockquote p:after, .def-page .post-holder blockquote p:after {
        content: close-quote; }
      .single-post .post-holder blockquote p:last-child, .def-page .post-holder blockquote p:last-child {
        margin-bottom: 0; }
  .single-post .post-holder cite, .def-page .post-holder cite {
    margin-bottom: 30px;
    font-family: 'Trade Gothic LT W00 Bold', sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.2; }
  @media (max-width: 480px) {
    .single-post .post-holder p, .def-page .post-holder p {
      font-size: 18px; }
    .single-post .post-holder cite, .def-page .post-holder cite {
      font-size: 14px; } }

.page-template-tpl-services .title-holder, .page-template-tpl-services .module-text-form {
  background-color: white; }

.page-template-tpl-services .title-holder {
  margin-bottom: 10px; }

.page-template-tpl-services .wrapper {
  padding: 30px;
  background-color: white;
  margin: -150px auto;
  z-index: 2;
  position: relative; }
  @media (max-width: 1780px) {
    .page-template-tpl-services .wrapper {
      width: 90%; } }
  @media (max-width: 640px) {
    .page-template-tpl-services .wrapper {
      margin: 0px auto;
      padding: 20px 20px; } }
  @media (max-width: 320px) {
    .page-template-tpl-services .wrapper {
      padding: 20px 15px; } }

.page-template-tpl-services .col.txt {
  text-align: left;
  padding-right: 20px;
  box-sizing: border-box; }
  .page-template-tpl-services .col.txt p, .page-template-tpl-services .col.txt h2, .page-template-tpl-services .col.txt h3 {
    margin-bottom: 30px; }
    @media (max-width: 640px) {
      .page-template-tpl-services .col.txt p, .page-template-tpl-services .col.txt h2, .page-template-tpl-services .col.txt h3 {
        margin-bottom: 20px; } }
  @media (max-width: 1500px) {
    .page-template-tpl-services .col.txt h2 {
      font-size: 90px; } }
  @media (max-width: 1400px) {
    .page-template-tpl-services .col.txt h2 {
      font-size: 80px; } }
  .page-template-tpl-services .col.txt p {
    text-align: justify;
    font-family: 'Trade Gothic LT W00 Roman', sans-serif;
    font-size: 18px; }
    @media (max-width: 1300px) {
      .page-template-tpl-services .col.txt p {
        font-size: 16px; } }
  @media (max-width: 1300px) {
    .page-template-tpl-services .col.txt {
      padding-right: 30px;
      box-sizing: border-box; } }
  @media (max-width: 1250px) {
    .page-template-tpl-services .col.txt {
      padding-right: 10px; } }
  @media (max-width: 1000px) {
    .page-template-tpl-services .col.txt {
      padding-right: 0px; } }

.page-template-tpl-services .col.form {
  text-align: right; }

.page-template-tpl-services .wpcf7 {
  margin-top: 0px; }

.page-template-tpl-services .wpcf7-form {
  padding: 0; }
  @media (max-width: 1300px) {
    .page-template-tpl-services .wpcf7-form {
      width: 440px; } }
  @media (max-width: 1250px) {
    .page-template-tpl-services .wpcf7-form {
      width: 380px; } }
  @media (max-width: 1000px) {
    .page-template-tpl-services .wpcf7-form {
      width: 100%; } }
  .page-template-tpl-services .wpcf7-form li label, .page-template-tpl-services .wpcf7-form li p {
    color: white; }
  .page-template-tpl-services .wpcf7-form li.quater label {
    white-space: nowrap; }
  .page-template-tpl-services .wpcf7-form li.quater .wpcf7-form-control-wrap {
    display: block; }
  @media (max-width: 1300px) {
    .page-template-tpl-services .wpcf7-form li.quater {
      width: 113px; } }
  @media (max-width: 1250px) {
    .page-template-tpl-services .wpcf7-form li.quater {
      width: 98px; } }
  @media (max-width: 1000px) {
    .page-template-tpl-services .wpcf7-form li.quater {
      width: 25.5%; } }
  @media (max-width: 640px) {
    .page-template-tpl-services .wpcf7-form li.quater {
      width: 49%; } }
  @media (max-width: 1300px) {
    .page-template-tpl-services .wpcf7-form li.half {
      width: 206px; } }
  @media (max-width: 1250px) {
    .page-template-tpl-services .wpcf7-form li.half {
      width: 176px; } }
  @media (max-width: 1000px) {
    .page-template-tpl-services .wpcf7-form li.half {
      width: 47%;
      margin-right: 5%; }
      .page-template-tpl-services .wpcf7-form li.half:nth-child(2n-1) {
        margin-right: 0%; } }
  @media (max-width: 640px) {
    .page-template-tpl-services .wpcf7-form li.half {
      width: 100%;
      margin-right: 0px; } }
  .page-template-tpl-services .wpcf7-form .wpcf7-submit {
    background-color: #f31534; }
  .page-template-tpl-services .wpcf7-form .wpcf7-select {
    width: 82%; }
    @media (max-width: 640px) {
      .page-template-tpl-services .wpcf7-form .wpcf7-select {
        width: 100%; } }

.page-template-tpl-services .module-text-form {
  padding: 440px 90px 100px 90px; }
  @media (max-width: 1500px) {
    .page-template-tpl-services .module-text-form {
      padding: 360px 60px 80px 60px; } }
  @media (max-width: 1400px) {
    .page-template-tpl-services .module-text-form {
      padding: 340px 50px 50px 50px; } }
  @media (max-width: 1300px) {
    .page-template-tpl-services .module-text-form {
      padding: 280px 30px 30px 30px; } }
  @media (max-width: 640px) {
    .page-template-tpl-services .module-text-form {
      padding: 60px 20px; } }

.page-template-tpl-services .module-image-banner {
  height: 600px;
  position: relative;
  margin-top: 30px; }
  @media (max-width: 1500px) {
    .page-template-tpl-services .module-image-banner {
      height: 500px; } }
  @media (max-width: 1250px) {
    .page-template-tpl-services .module-image-banner {
      height: 400px; } }
  @media (max-width: 1000px) {
    .page-template-tpl-services .module-image-banner {
      height: 30vh; } }
  .page-template-tpl-services .module-image-banner a {
    display: block;
    height: 100%;
    color: white; }
  .page-template-tpl-services .module-image-banner article {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
    @media (max-width: 1250px) {
      .page-template-tpl-services .module-image-banner article {
        width: 80%; } }
  .page-template-tpl-services .module-image-banner h3 {
    font-size: 54px;
    line-height: 110px; }
    @media (max-width: 1500px) {
      .page-template-tpl-services .module-image-banner h3 {
        line-height: 90px; } }
    @media (max-width: 1300px) {
      .page-template-tpl-services .module-image-banner h3 {
        line-height: 80px; } }
    @media (max-width: 1250px) {
      .page-template-tpl-services .module-image-banner h3 {
        line-height: 70px; } }
    @media (max-width: 1000px) {
      .page-template-tpl-services .module-image-banner h3 {
        line-height: 50px; } }
    @media (max-width: 640px) {
      .page-template-tpl-services .module-image-banner h3 {
        font-size: 40px;
        line-height: 42px; } }
    @media (max-width: 320px) {
      .page-template-tpl-services .module-image-banner h3 {
        font-size: 36px;
        line-height: 40px; } }

@media (max-width: 640px) {
  .page-template-tpl-services footer {
    padding: 60px 20px; } }

.page-template-tpl-press .columns-section {
  padding: 60px 100px 120px 100px; }
  @media (max-width: 1250px) {
    .page-template-tpl-press .columns-section {
      padding: 60px 60px 80px 60px; } }
  @media (max-width: 640px) {
    .page-template-tpl-press .columns-section {
      padding: 60px 20px; } }

.page-template-tpl-press .dropdown-holder h3 {
  text-align: center;
  cursor: pointer;
  padding: 3px 0; }

.page-template-tpl-press .dropdown-holder li {
  text-transform: uppercase;
  font-size: 19px;
  margin: 9px 0; }
  @media (max-width: 1250px) {
    .page-template-tpl-press .dropdown-holder li {
      font-size: 16px;
      margin: 7px 0; } }

.page-template-tpl-press .wpcf7-form article {
  text-align: center; }
  .page-template-tpl-press .wpcf7-form article h3 {
    margin-bottom: 30px; }
    @media (max-width: 1300px) {
      .page-template-tpl-press .wpcf7-form article h3 {
        margin-bottom: 20px; } }
  .page-template-tpl-press .wpcf7-form article h4 {
    margin-bottom: 45px; }
    @media (max-width: 1300px) {
      .page-template-tpl-press .wpcf7-form article h4 {
        margin-bottom: 35px; } }
  .page-template-tpl-press .wpcf7-form article p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 70px; }
    @media (max-width: 1300px) {
      .page-template-tpl-press .wpcf7-form article p {
        margin-bottom: 60px;
        font-size: 14px;
        line-height: 20px; } }

@media (max-width: 640px) {
  .page-template-tpl-press .wpcf7-form {
    padding: 0px; } }

.page-template-tpl-press .gallery li h4 {
  color: white;
  text-align: center;
  padding-top: 70px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  @media (max-width: 1500px) {
    .page-template-tpl-press .gallery li h4 {
      padding-top: 30px; } }
  @media (max-width: 1000px) {
    .page-template-tpl-press .gallery li h4 {
      padding-top: 10px; } }

.page-template-tpl-press .gallery li h4, .page-template-tpl-press .gallery li a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }

.page-template-tpl-press .gallery li a:hover {
  color: #f31534; }

.page-template-tpl-press .gallery li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  z-index: 1; }

.page-template-tpl-press .gallery li:hover h4, .page-template-tpl-press .gallery li:hover a {
  opacity: 1;
  visibility: visible; }

.page-template-tpl-press .gallery li:hover:after {
  opacity: 1; }

.page-template-tpl-press .title-holder {
  max-width: 820px;
  margin-bottom: 80px; }
  @media (max-width: 1300px) {
    .page-template-tpl-press .title-holder {
      margin-bottom: 60px; } }
  .page-template-tpl-press .title-holder h1 {
    margin-bottom: 80px; }
    @media (max-width: 1300px) {
      .page-template-tpl-press .title-holder h1 {
        margin-bottom: 60px; } }
    @media (max-width: 640px) {
      .page-template-tpl-press .title-holder h1 {
        margin-bottom: 40px; } }
  .page-template-tpl-press .title-holder p {
    color: #777777;
    font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif;
    font-size: 23px;
    line-height: 36px;
    font-style: italic; }
    @media (max-width: 1300px) {
      .page-template-tpl-press .title-holder p {
        font-size: 21px;
        line-height: 30px; } }
    @media (max-width: 1000px) {
      .page-template-tpl-press .title-holder p {
        line-height: 26px; } }
    @media (max-width: 640px) {
      .page-template-tpl-press .title-holder p {
        font-size: 18px;
        line-height: 26px; }
        .page-template-tpl-press .title-holder p br {
          display: none; } }

.page-template-tpl-press .model-holder {
  margin-top: 70px; }
  @media (max-width: 1300px) {
    .page-template-tpl-press .model-holder {
      margin-top: 60px; } }
  .page-template-tpl-press .model-holder .gallery-holder {
    margin: 80px 0 50px 0; }
    @media (max-width: 1300px) {
      .page-template-tpl-press .model-holder .gallery-holder {
        margin: 60px 0 40px 0; } }
  .page-template-tpl-press .model-holder .releases h4, .page-template-tpl-press .model-holder .releases a {
    display: inline-block; }
  .page-template-tpl-press .model-holder .releases a, .page-template-tpl-press .model-holder .releases span {
    color: #f31534; }
  .page-template-tpl-press .model-holder .releases span {
    font-size: 24px; }
    .page-template-tpl-press .model-holder .releases span:last-child {
      display: none; }
  .page-template-tpl-press .model-holder .releases article {
    margin-bottom: 30px; }
    @media (max-width: 320px) {
      .page-template-tpl-press .model-holder .releases article {
        margin-bottom: 20px; } }
    .page-template-tpl-press .model-holder .releases article:last-child {
      margin-bottom: 0; }
  @media (max-width: 1000px) {
    .page-template-tpl-press .model-holder h1 {
      font-size: 60px;
      letter-spacing: 2px; } }
  @media (max-width: 640px) {
    .page-template-tpl-press .model-holder h1 {
      font-size: 42px;
      letter-spacing: 1px; } }
  @media (max-width: 320px) {
    .page-template-tpl-press .model-holder h1 {
      font-size: 34px;
      letter-spacing: 0.5px; } }
  @media (max-width: 640px) {
    .page-template-tpl-press .model-holder h3 {
      font-size: 20px; } }
  @media (max-width: 320px) {
    .page-template-tpl-press .model-holder h3 {
      font-size: 18px;
      letter-spacing: 0.5px; } }

@media (max-width: 1300px) {
  .page-template-tpl-press .dropdown {
    top: 42px; } }

@media (max-width: 1250px) {
  .page-template-tpl-press .dropdown {
    top: 37px; } }

@media (max-width: 640px) {
  .page-template-tpl-press .dropdown {
    top: 33px; } }

.single-partnerships, .page-template-tpl-brand {
  background-color: white; }
  .single-partnerships .hero-section, .page-template-tpl-brand .hero-section {
    height: 100vh;
    color: white;
    position: relative;
    background-attachment: fixed;
    overflow: hidden; }
    @media (max-width: 1250px) {
      .single-partnerships .hero-section, .page-template-tpl-brand .hero-section {
        height: 70vh; } }
    @media (max-width: 1000px) {
      .single-partnerships .hero-section, .page-template-tpl-brand .hero-section {
        height: 60vh; } }
    .single-partnerships .hero-section article, .page-template-tpl-brand .hero-section article {
      width: 90%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
      @media (max-width: 1250px) {
        .single-partnerships .hero-section article, .page-template-tpl-brand .hero-section article {
          padding-top: 205px;
          margin: 0 auto; } }
      @media (max-width: 1000px) {
        .single-partnerships .hero-section article, .page-template-tpl-brand .hero-section article {
          padding-top: 150px; } }
      @media (max-width: 640px) {
        .single-partnerships .hero-section article, .page-template-tpl-brand .hero-section article {
          padding-top: 65px; } }
    .single-partnerships .hero-section div.animated, .page-template-tpl-brand .hero-section div.animated {
      -webkit-transition: all 0.3s 0.5s ease-in-out;
      -moz-transition: all 0.3s 0.5s ease-in-out;
      -ms-transition: all 0.3s 0.5s ease-in-out;
      -o-transition: all 0.3s 0.5s ease-in-out;
      transition: all 0.3s 0.5s ease-in-out;
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      opacity: 0; }
      .single-partnerships .hero-section div.animated.in-view, .page-template-tpl-brand .hero-section div.animated.in-view {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .single-partnerships .hero-section h1, .page-template-tpl-brand .hero-section h1 {
      font-size: 105px;
      letter-spacing: 8px; }
      @media (max-width: 1500px) {
        .single-partnerships .hero-section h1, .page-template-tpl-brand .hero-section h1 {
          font-size: 85px; } }
      @media (max-width: 1400px) {
        .single-partnerships .hero-section h1, .page-template-tpl-brand .hero-section h1 {
          font-size: 75px;
          letter-spacing: 5.5px; } }
      @media (max-width: 1300px) {
        .single-partnerships .hero-section h1, .page-template-tpl-brand .hero-section h1 {
          font-size: 65px; } }
      @media (max-width: 1250px) {
        .single-partnerships .hero-section h1, .page-template-tpl-brand .hero-section h1 {
          letter-spacing: 3px; } }
      @media (max-width: 640px) {
        .single-partnerships .hero-section h1, .page-template-tpl-brand .hero-section h1 {
          font-size: 45px;
          letter-spacing: 1.5px; } }
    .single-partnerships .hero-section h5, .page-template-tpl-brand .hero-section h5 {
      margin-bottom: 80px;
      letter-spacing: 3px;
      text-transform: uppercase; }
      @media (max-width: 1300px) {
        .single-partnerships .hero-section h5, .page-template-tpl-brand .hero-section h5 {
          margin-bottom: 60px; } }
      @media (max-width: 1250px) {
        .single-partnerships .hero-section h5, .page-template-tpl-brand .hero-section h5 {
          margin-bottom: 50px;
          letter-spacing: 2px; } }
      @media (max-width: 640px) {
        .single-partnerships .hero-section h5, .page-template-tpl-brand .hero-section h5 {
          margin-bottom: 30px; } }
    .single-partnerships .hero-section .par, .page-template-tpl-brand .hero-section .par {
      width: 780px;
      margin: 60px auto 0px auto;
      text-align: center;
      font-size: 24px;
      line-height: 36px;
      font-family: 'Trade Gothic LT W00 Bd Cn No.20', sans-serif;
      font-style: italic; }
      @media (max-width: 1400px) {
        .single-partnerships .hero-section .par, .page-template-tpl-brand .hero-section .par {
          margin: 30px auto 0px auto;
          font-size: 22px;
          line-height: 32px; } }
      @media (max-width: 1000px) {
        .single-partnerships .hero-section .par, .page-template-tpl-brand .hero-section .par {
          width: 100%; } }
      @media (max-width: 640px) {
        .single-partnerships .hero-section .par, .page-template-tpl-brand .hero-section .par {
          font-size: 18px;
          line-height: 24px;
          margin: 20px auto 0px auto; } }
  .single-partnerships .subhero-section, .page-template-tpl-brand .subhero-section {
    padding: 40px 0; }
    @media (max-width: 640px) {
      .single-partnerships .subhero-section, .page-template-tpl-brand .subhero-section {
        padding: 30px 0; } }
    .single-partnerships .subhero-section p, .page-template-tpl-brand .subhero-section p {
      line-height: 36px; }
      @media (max-width: 1500px) {
        .single-partnerships .subhero-section p br, .page-template-tpl-brand .subhero-section p br {
          display: none; } }
      @media (max-width: 1300px) {
        .single-partnerships .subhero-section p, .page-template-tpl-brand .subhero-section p {
          font-size: 22px;
          line-height: 32px; } }
      @media (max-width: 1250px) {
        .single-partnerships .subhero-section p, .page-template-tpl-brand .subhero-section p {
          font-size: 20px;
          line-height: 30px; } }
      @media (max-width: 640px) {
        .single-partnerships .subhero-section p, .page-template-tpl-brand .subhero-section p {
          font-size: 18px;
          line-height: 26px; } }
    .single-partnerships .subhero-section .small-wrapper.animated, .page-template-tpl-brand .subhero-section .small-wrapper.animated {
      -webkit-transition: all 0.6s 0.2s ease-in-out;
      -moz-transition: all 0.6s 0.2s ease-in-out;
      -ms-transition: all 0.6s 0.2s ease-in-out;
      -o-transition: all 0.6s 0.2s ease-in-out;
      transition: all 0.6s 0.2s ease-in-out;
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      opacity: 0; }
      .single-partnerships .subhero-section .small-wrapper.animated.in-view, .page-template-tpl-brand .subhero-section .small-wrapper.animated.in-view {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .single-partnerships .module-text-image, .page-template-tpl-brand .module-text-image {
    padding: 185px 0;
    background-color: #181818;
    overflow: hidden;
    background-attachment: fixed; }
    .single-partnerships .module-text-image:last-of-type, .page-template-tpl-brand .module-text-image:last-of-type {
      margin-bottom: 40px; }
    @media (max-width: 1300px) {
      .single-partnerships .module-text-image, .page-template-tpl-brand .module-text-image {
        padding: 120px 0; } }
    @media (max-width: 1250px) {
      .single-partnerships .module-text-image, .page-template-tpl-brand .module-text-image {
        padding: 85px 0; } }
    @media (max-width: 1000px) {
      .single-partnerships .module-text-image, .page-template-tpl-brand .module-text-image {
        padding: 60px 0; }
        .single-partnerships .module-text-image .col, .page-template-tpl-brand .module-text-image .col {
          margin: 30px 0; } }
    @media (max-width: 640px) {
      .single-partnerships .module-text-image .col, .page-template-tpl-brand .module-text-image .col {
        width: 100%;
        margin: 0;
        padding: 30px 0; } }
    @media (max-width: 1000px) {
      .single-partnerships .module-text-image .col img, .page-template-tpl-brand .module-text-image .col img {
        max-height: 350px;
        margin: 0 auto;
        display: block; } }
    .single-partnerships .module-text-image h3, .page-template-tpl-brand .module-text-image h3 {
      font-size: 32px;
      letter-spacing: 3px;
      margin-bottom: 45px; }
      .single-partnerships .module-text-image h3.animated, .page-template-tpl-brand .module-text-image h3.animated {
        -webkit-transition: all 0.5s 0.35s ease-in-out;
        -moz-transition: all 0.5s 0.35s ease-in-out;
        -ms-transition: all 0.5s 0.35s ease-in-out;
        -o-transition: all 0.5s 0.35s ease-in-out;
        transition: all 0.5s 0.35s ease-in-out;
        -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        opacity: 0; }
        .single-partnerships .module-text-image h3.animated.in-view, .page-template-tpl-brand .module-text-image h3.animated.in-view {
          opacity: 1;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      @media (max-width: 1300px) {
        .single-partnerships .module-text-image h3, .page-template-tpl-brand .module-text-image h3 {
          font-size: 28px;
          margin-bottom: 35px; } }
      @media (max-width: 1250px) {
        .single-partnerships .module-text-image h3, .page-template-tpl-brand .module-text-image h3 {
          font-size: 24px;
          letter-spacing: 2px;
          margin-bottom: 30px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image h3, .page-template-tpl-brand .module-text-image h3 {
          text-align: center; } }
      @media (max-width: 320px) {
        .single-partnerships .module-text-image h3, .page-template-tpl-brand .module-text-image h3 {
          font-size: 22px;
          letter-spacing: 1px; } }
    .single-partnerships .module-text-image p, .page-template-tpl-brand .module-text-image p {
      font-size: 24px;
      line-height: 36px; }
      .single-partnerships .module-text-image p.animated, .page-template-tpl-brand .module-text-image p.animated {
        -webkit-transition: all 0.5s 0.55s ease-in-out;
        -moz-transition: all 0.5s 0.55s ease-in-out;
        -ms-transition: all 0.5s 0.55s ease-in-out;
        -o-transition: all 0.5s 0.55s ease-in-out;
        transition: all 0.5s 0.55s ease-in-out;
        -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        opacity: 0; }
        .single-partnerships .module-text-image p.animated.in-view, .page-template-tpl-brand .module-text-image p.animated.in-view {
          opacity: 1;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      @media (max-width: 1400px) {
        .single-partnerships .module-text-image p, .page-template-tpl-brand .module-text-image p {
          font-size: 20px;
          line-height: 30px; } }
      @media (max-width: 1250px) {
        .single-partnerships .module-text-image p, .page-template-tpl-brand .module-text-image p {
          font-size: 18px;
          line-height: 26px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image p, .page-template-tpl-brand .module-text-image p {
          text-align-last: center;
          text-align: justify; } }
      @media (max-width: 640px) {
        .single-partnerships .module-text-image p, .page-template-tpl-brand .module-text-image p {
          font-size: 16px;
          line-height: 22px; } }
    .single-partnerships .module-text-image blockquote, .page-template-tpl-brand .module-text-image blockquote {
      font-style: italic; }
      .single-partnerships .module-text-image blockquote.animated, .page-template-tpl-brand .module-text-image blockquote.animated {
        -webkit-transition: all 0.5s 0.55s ease-in-out;
        -moz-transition: all 0.5s 0.55s ease-in-out;
        -ms-transition: all 0.5s 0.55s ease-in-out;
        -o-transition: all 0.5s 0.55s ease-in-out;
        transition: all 0.5s 0.55s ease-in-out;
        -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        opacity: 0; }
        .single-partnerships .module-text-image blockquote.animated.in-view, .page-template-tpl-brand .module-text-image blockquote.animated.in-view {
          opacity: 1;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .single-partnerships .module-text-image.no-padding, .page-template-tpl-brand .module-text-image.no-padding {
      padding: 0px; }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image.no-padding, .page-template-tpl-brand .module-text-image.no-padding {
          padding: 60px 0; } }
    .single-partnerships .module-text-image .wrapper, .page-template-tpl-brand .module-text-image .wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image .wrapper, .page-template-tpl-brand .module-text-image .wrapper {
          flex-wrap: wrap; } }
    .single-partnerships .module-text-image .txt.animated, .page-template-tpl-brand .module-text-image .txt.animated {
      -webkit-transition: all 0.6s 0.2s ease-in-out;
      -moz-transition: all 0.6s 0.2s ease-in-out;
      -ms-transition: all 0.6s 0.2s ease-in-out;
      -o-transition: all 0.6s 0.2s ease-in-out;
      transition: all 0.6s 0.2s ease-in-out;
      -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
      opacity: 0; }
      .single-partnerships .module-text-image .txt.animated.in-view, .page-template-tpl-brand .module-text-image .txt.animated.in-view {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .single-partnerships .module-text-image.normal .txt, .page-template-tpl-brand .module-text-image.normal .txt {
      text-align: left;
      padding-right: 125px; }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image.normal .txt, .page-template-tpl-brand .module-text-image.normal .txt {
          padding-right: 0px; } }
    .single-partnerships .module-text-image.normal .img, .page-template-tpl-brand .module-text-image.normal .img {
      text-align: right; }
    .single-partnerships .module-text-image.inverse .txt, .page-template-tpl-brand .module-text-image.inverse .txt {
      text-align: left;
      order: 1;
      padding-left: 125px; }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image.inverse .txt, .page-template-tpl-brand .module-text-image.inverse .txt {
          padding-left: 0px;
          text-align: center; } }
    .single-partnerships .module-text-image.inverse .img, .page-template-tpl-brand .module-text-image.inverse .img {
      text-align: left; }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image.inverse .img, .page-template-tpl-brand .module-text-image.inverse .img {
          text-align: center; } }
    .single-partnerships .module-text-image.imgtop .wrapper, .page-template-tpl-brand .module-text-image.imgtop .wrapper {
      height: 100%;
      flex-wrap: wrap; }
    .single-partnerships .module-text-image.imgtop .txt, .page-template-tpl-brand .module-text-image.imgtop .txt {
      order: 1;
      padding: 0 18%; }
      @media (max-width: 640px) {
        .single-partnerships .module-text-image.imgtop .txt, .page-template-tpl-brand .module-text-image.imgtop .txt {
          padding: 0; } }
      .single-partnerships .module-text-image.imgtop .txt article, .page-template-tpl-brand .module-text-image.imgtop .txt article {
        text-align: justify;
        text-align: -webkit-center;
        text-align-last: center; }
    .single-partnerships .module-text-image.imgtop .img, .page-template-tpl-brand .module-text-image.imgtop .img {
      order: 0;
      margin-bottom: 100px; }
      @media (max-width: 1250px) {
        .single-partnerships .module-text-image.imgtop .img, .page-template-tpl-brand .module-text-image.imgtop .img {
          margin-bottom: 60px; } }
      @media (max-width: 640px) {
        .single-partnerships .module-text-image.imgtop .img, .page-template-tpl-brand .module-text-image.imgtop .img {
          margin-bottom: 40px; } }
    .single-partnerships .module-text-image.imgtop .txt, .single-partnerships .module-text-image.imgtop .img, .page-template-tpl-brand .module-text-image.imgtop .txt, .page-template-tpl-brand .module-text-image.imgtop .img {
      width: 100%; }
    .single-partnerships .module-text-image.full-h, .page-template-tpl-brand .module-text-image.full-h {
      height: 100vh; }
      @media (max-width: 640px) {
        .single-partnerships .module-text-image.full-h, .page-template-tpl-brand .module-text-image.full-h {
          height: auto; } }
    .single-partnerships .module-text-image.padding-15pr, .page-template-tpl-brand .module-text-image.padding-15pr {
      padding: 15% 0; }
    .single-partnerships .module-text-image.no-fix, .page-template-tpl-brand .module-text-image.no-fix {
      background-attachment: initial !important; }
    .single-partnerships .module-text-image.onlytext .img, .page-template-tpl-brand .module-text-image.onlytext .img {
      display: none; }
    .single-partnerships .module-text-image.onlytext .txt, .page-template-tpl-brand .module-text-image.onlytext .txt {
      width: 100%;
      padding: 0 18%; }
      @media (max-width: 640px) {
        .single-partnerships .module-text-image.onlytext .txt, .page-template-tpl-brand .module-text-image.onlytext .txt {
          padding: 0px; } }
    .single-partnerships .module-text-image.bgrtxt-img, .page-template-tpl-brand .module-text-image.bgrtxt-img {
      padding: 0px;
      background-attachment: initial !important;
      background-image: none !important; }
      .single-partnerships .module-text-image.bgrtxt-img .wrapper, .page-template-tpl-brand .module-text-image.bgrtxt-img .wrapper {
        width: 100%;
        padding: 0px !important; }
      .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex: 1; }
        .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li {
          width: 100%;
          min-height: 800px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          @media (max-width: 1500px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li {
              min-height: 700px; } }
          @media (max-width: 1400px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li {
              min-height: 650px; } }
          @media (max-width: 1300px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li {
              min-height: 600px; } }
          @media (max-width: 1250px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li {
              min-height: 540px; } }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li {
              position: relative;
              min-height: auto; }
              .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li:last-child .txt, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li:last-child .txt {
                border-bottom: 0px; } }
          .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li:nth-child(2n) .txt, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li:nth-child(2n) .txt {
            order: 1; }
          .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder li:nth-child(2n) .img, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder li:nth-child(2n) .img {
            order: 0; }
        .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt article, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt article {
          width: 600px;
          margin: 0 auto; }
          @media (max-width: 1300px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt article, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt article {
              width: 90%; } }
        .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt h4, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt h4 {
          color: #f31534;
          font-size: 38px;
          margin-bottom: 35px; }
          @media (max-width: 1300px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt h4, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt h4 {
              font-size: 34px; } }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt h4, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt h4 {
              font-size: 30px; } }
        .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt .year, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt .year {
          color: white;
          font-size: 48px;
          margin-bottom: 50px; }
          @media (max-width: 1300px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt .year, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt .year {
              font-size: 38px; } }
          @media (max-width: 1250px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt .year, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt .year {
              font-size: 36px;
              margin-bottom: 40px; } }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt .year, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt .year {
              font-size: 34px;
              margin-bottom: 35px; } }
        .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt h5, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt h5 {
          text-transform: uppercase;
          font-size: 18px;
          margin-top: 65px; }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt h5, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt h5 {
              font-size: 16px;
              margin-top: 60px; } }
        .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt p, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt p {
          font-size: 22px;
          line-height: 28px;
          font-family: 'Trade Gothic LT W00 Light', sans-serif; }
          @media (max-width: 1500px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt p, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt p {
              font-size: 20px;
              line-height: 26px; } }
          @media (max-width: 1300px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt p, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt p {
              font-size: 18px;
              line-height: 22px; } }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt p, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt p {
              font-size: 16px;
              line-height: 20px; } }
        @media (max-width: 640px) {
          .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .txt, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .txt {
            z-index: 2;
            background-color: rgba(24, 24, 24, 0.75);
            border-bottom: 4px solid white; } }
        .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .img, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .img {
          height: 100%; }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image.bgrtxt-img .txt-img-holder .img, .page-template-tpl-brand .module-text-image.bgrtxt-img .txt-img-holder .img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              z-index: 1;
              margin: 0; } }
  .single-partnerships .onlytext, .page-template-tpl-brand .onlytext {
    padding: 0px 0 185px 0;
    overflow: visible; }
  .single-partnerships .module-text, .page-template-tpl-brand .module-text {
    margin: 40px 0; }
    .single-partnerships .module-text h2, .page-template-tpl-brand .module-text h2 {
      margin-bottom: 20px; }
      .single-partnerships .module-text h2.animated, .page-template-tpl-brand .module-text h2.animated {
        -webkit-transition: all 0.6s 0.2s ease-in-out;
        -moz-transition: all 0.6s 0.2s ease-in-out;
        -ms-transition: all 0.6s 0.2s ease-in-out;
        -o-transition: all 0.6s 0.2s ease-in-out;
        transition: all 0.6s 0.2s ease-in-out;
        -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        opacity: 0; }
        .single-partnerships .module-text h2.animated.in-view, .page-template-tpl-brand .module-text h2.animated.in-view {
          opacity: 1;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .single-partnerships .module-text p, .page-template-tpl-brand .module-text p {
      width: 1100px;
      text-align: justify;
      text-align-last: center;
      font-size: 20px;
      line-height: 36px;
      margin: 0 auto 35px auto; }
      @media (max-width: 1400px) {
        .single-partnerships .module-text p, .page-template-tpl-brand .module-text p {
          font-size: 18px;
          line-height: 30px; } }
      @media (max-width: 1250px) {
        .single-partnerships .module-text p, .page-template-tpl-brand .module-text p {
          width: 100%;
          font-size: 16px;
          line-height: 26px; }
          .single-partnerships .module-text p br, .page-template-tpl-brand .module-text p br {
            display: none; } }
      .single-partnerships .module-text p:last-of-type, .page-template-tpl-brand .module-text p:last-of-type {
        margin: 0 auto; }
      .single-partnerships .module-text p.animated, .page-template-tpl-brand .module-text p.animated {
        -webkit-transition: all 0.6s 0.32s ease-in-out;
        -moz-transition: all 0.6s 0.32s ease-in-out;
        -ms-transition: all 0.6s 0.32s ease-in-out;
        -o-transition: all 0.6s 0.32s ease-in-out;
        transition: all 0.6s 0.32s ease-in-out;
        -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
        opacity: 0; }
        .single-partnerships .module-text p.animated.in-view, .page-template-tpl-brand .module-text p.animated.in-view {
          opacity: 1;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .single-partnerships .module-text a, .page-template-tpl-brand .module-text a {
      color: #000000; }
    .single-partnerships .module-text.padding-30, .page-template-tpl-brand .module-text.padding-30 {
      padding: 30px 0; }
  .single-partnerships .module-watch-columns, .single-partnerships .module-image-columns, .single-partnerships .module-text-image, .single-partnerships .module-watch-slider, .page-template-tpl-brand .module-watch-columns, .page-template-tpl-brand .module-image-columns, .page-template-tpl-brand .module-text-image, .page-template-tpl-brand .module-watch-slider {
    margin-bottom: 9px; }
    .single-partnerships .module-watch-columns.margin-b-0, .single-partnerships .module-image-columns.margin-b-0, .single-partnerships .module-text-image.margin-b-0, .single-partnerships .module-watch-slider.margin-b-0, .page-template-tpl-brand .module-watch-columns.margin-b-0, .page-template-tpl-brand .module-image-columns.margin-b-0, .page-template-tpl-brand .module-text-image.margin-b-0, .page-template-tpl-brand .module-watch-slider.margin-b-0 {
      margin-bottom: 0px; }
  .single-partnerships .module-text-image-cplx, .page-template-tpl-brand .module-text-image-cplx {
    min-height: 100vh;
    padding: 15% 0; }
    @media (max-width: 1000px) {
      .single-partnerships .module-text-image-cplx, .page-template-tpl-brand .module-text-image-cplx {
        min-height: 50vh;
        position: relative; } }
    .single-partnerships .module-text-image-cplx .items-holder, .page-template-tpl-brand .module-text-image-cplx .items-holder {
      width: 100%;
      min-height: 100vh; }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image-cplx .items-holder, .page-template-tpl-brand .module-text-image-cplx .items-holder {
          min-height: 50vh; } }
      .single-partnerships .module-text-image-cplx .items-holder li, .page-template-tpl-brand .module-text-image-cplx .items-holder li {
        width: 620px;
        margin: 0 auto;
        z-index: 1; }
        @media (max-width: 1500px) {
          .single-partnerships .module-text-image-cplx .items-holder li, .page-template-tpl-brand .module-text-image-cplx .items-holder li {
            width: 560px; } }
        @media (max-width: 1250px) {
          .single-partnerships .module-text-image-cplx .items-holder li, .page-template-tpl-brand .module-text-image-cplx .items-holder li {
            width: 390px; } }
        @media (max-width: 1000px) {
          .single-partnerships .module-text-image-cplx .items-holder li, .page-template-tpl-brand .module-text-image-cplx .items-holder li {
            width: 260px; } }
        .single-partnerships .module-text-image-cplx .items-holder li .holder, .page-template-tpl-brand .module-text-image-cplx .items-holder li .holder {
          position: relative;
          padding-top: 30px;
          background-color: rgba(0, 0, 0, 0);
          -webkit-transition: all 0.4s 0s ease-in-out;
          -moz-transition: all 0.4s 0s ease-in-out;
          -ms-transition: all 0.4s 0s ease-in-out;
          -o-transition: all 0.4s 0s ease-in-out;
          transition: all 0.4s 0s ease-in-out; }
          .single-partnerships .module-text-image-cplx .items-holder li .holder.show, .page-template-tpl-brand .module-text-image-cplx .items-holder li .holder.show {
            background-color: rgba(0, 0, 0, 0.65); }
          .single-partnerships .module-text-image-cplx .items-holder li .holder:after, .page-template-tpl-brand .module-text-image-cplx .items-holder li .holder:after {
            content: "";
            width: 620px;
            height: auto;
            background-color: rgba(0, 0, 0, 0.65); }
        .single-partnerships .module-text-image-cplx .items-holder li article, .page-template-tpl-brand .module-text-image-cplx .items-holder li article {
          display: none;
          width: 100%;
          height: auto;
          color: white;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          padding: 50px 60px 20px 60px;
          text-align: justify;
          text-align-last: center;
          box-sizing: border-box;
          background-color: rgba(0, 0, 0, 0.65); }
          @media (max-width: 1500px) {
            .single-partnerships .module-text-image-cplx .items-holder li article, .page-template-tpl-brand .module-text-image-cplx .items-holder li article {
              padding: 40px 50px 20px 50px; } }
          .single-partnerships .module-text-image-cplx .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx .items-holder li article p {
            margin-bottom: 20px; }
        .single-partnerships .module-text-image-cplx .items-holder li img, .page-template-tpl-brand .module-text-image-cplx .items-holder li img {
          display: block;
          margin: 0 auto;
          cursor: pointer;
          -webkit-transition: all 0.2s 0s ease-in-out;
          -moz-transition: all 0.2s 0s ease-in-out;
          -ms-transition: all 0.2s 0s ease-in-out;
          -o-transition: all 0.2s 0s ease-in-out;
          transition: all 0.2s 0s ease-in-out; }
          @media (max-width: 1000px) {
            .single-partnerships .module-text-image-cplx .items-holder li img, .page-template-tpl-brand .module-text-image-cplx .items-holder li img {
              max-height: 120px; } }
        .single-partnerships .module-text-image-cplx .items-holder li .hover-img, .page-template-tpl-brand .module-text-image-cplx .items-holder li .hover-img {
          position: absolute;
          top: 30px;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          opacity: 0;
          visibility: hidden; }
        .single-partnerships .module-text-image-cplx .items-holder li:nth-child(1), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(1) {
          position: absolute;
          left: 50%;
          top: 10%;
          -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
          @media (max-width: 1250px) {
            .single-partnerships .module-text-image-cplx .items-holder li:nth-child(1), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(1) {
              top: 0; } }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image-cplx .items-holder li:nth-child(1), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(1) {
              position: relative;
              left: auto;
              top: auto;
              bottom: auto;
              right: auto;
              -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
        .single-partnerships .module-text-image-cplx .items-holder li:nth-child(2), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(2) {
          position: absolute;
          right: 0%;
          top: 50%;
          -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image-cplx .items-holder li:nth-child(2), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(2) {
              position: relative;
              left: auto;
              top: auto;
              bottom: auto;
              right: auto;
              -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
        .single-partnerships .module-text-image-cplx .items-holder li:nth-child(3), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(3) {
          position: absolute;
          left: 50%;
          bottom: 10%;
          -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
          @media (max-width: 1250px) {
            .single-partnerships .module-text-image-cplx .items-holder li:nth-child(3), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(3) {
              bottom: 0; } }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image-cplx .items-holder li:nth-child(3), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(3) {
              position: relative;
              left: auto;
              top: auto;
              bottom: auto;
              right: auto;
              -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
        .single-partnerships .module-text-image-cplx .items-holder li:nth-child(4), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(4) {
          position: absolute;
          left: 0%;
          top: 50%;
          -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
          @media (max-width: 640px) {
            .single-partnerships .module-text-image-cplx .items-holder li:nth-child(4), .page-template-tpl-brand .module-text-image-cplx .items-holder li:nth-child(4) {
              position: relative;
              left: auto;
              top: auto;
              bottom: auto;
              right: auto;
              -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
              transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }
  .single-partnerships .module-text-image-cplx .items-holder, .single-partnerships .module-text-image-cplx-touch .items-holder, .page-template-tpl-brand .module-text-image-cplx .items-holder, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder {
    position: relative; }
    .single-partnerships .module-text-image-cplx .items-holder li article p, .single-partnerships .module-text-image-cplx-touch .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article p {
      font-size: 20px; }
      @media (max-width: 1500px) {
        .single-partnerships .module-text-image-cplx .items-holder li article p, .single-partnerships .module-text-image-cplx-touch .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article p {
          font-size: 18px; } }
      @media (max-width: 1300px) {
        .single-partnerships .module-text-image-cplx .items-holder li article p, .single-partnerships .module-text-image-cplx-touch .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article p {
          font-size: 16px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-text-image-cplx .items-holder li article p, .single-partnerships .module-text-image-cplx-touch .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx .items-holder li article p, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article p {
          font-size: 14px; } }
      .single-partnerships .module-text-image-cplx .items-holder li article p:last-child, .single-partnerships .module-text-image-cplx-touch .items-holder li article p:last-child, .page-template-tpl-brand .module-text-image-cplx .items-holder li article p:last-child, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article p:last-child {
        margin-top: 50px; }
    .single-partnerships .module-text-image-cplx .items-holder li article a, .single-partnerships .module-text-image-cplx-touch .items-holder li article a, .page-template-tpl-brand .module-text-image-cplx .items-holder li article a, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article a {
      font-size: 23px;
      letter-spacing: 4px;
      padding: 12px 25px;
      border: 4px solid white;
      text-transform: uppercase;
      position: relative;
      color: white;
      cursor: pointer;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out;
      background-color: transparent;
      margin-top: 20px; }
      .single-partnerships .module-text-image-cplx .items-holder li article a:before, .single-partnerships .module-text-image-cplx-touch .items-holder li article a:before, .page-template-tpl-brand .module-text-image-cplx .items-holder li article a:before, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 100%;
        -webkit-transition: all 0.2s 0s ease-in-out;
        -moz-transition: all 0.2s 0s ease-in-out;
        -ms-transition: all 0.2s 0s ease-in-out;
        -o-transition: all 0.2s 0s ease-in-out;
        transition: all 0.2s 0s ease-in-out;
        background-color: white;
        z-index: -1; }
      .single-partnerships .module-text-image-cplx .items-holder li article a:hover, .single-partnerships .module-text-image-cplx-touch .items-holder li article a:hover, .page-template-tpl-brand .module-text-image-cplx .items-holder li article a:hover, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article a:hover {
        color: #000000; }
        .single-partnerships .module-text-image-cplx .items-holder li article a:hover:before, .single-partnerships .module-text-image-cplx-touch .items-holder li article a:hover:before, .page-template-tpl-brand .module-text-image-cplx .items-holder li article a:hover:before, .page-template-tpl-brand .module-text-image-cplx-touch .items-holder li article a:hover:before {
          width: 100%; }
  .single-partnerships .module-text-image-cplx-touch, .page-template-tpl-brand .module-text-image-cplx-touch {
    display: none;
    width: 100%;
    background-color: #000000;
    color: white;
    padding-bottom: 60px; }
    .single-partnerships .module-text-image-cplx-touch li, .page-template-tpl-brand .module-text-image-cplx-touch li {
      display: none; }
    @media (max-width: 1000px) {
      .single-partnerships .module-text-image-cplx-touch, .page-template-tpl-brand .module-text-image-cplx-touch {
        display: block; } }
  .single-partnerships .module-history, .page-template-tpl-brand .module-history {
    color: white;
    overflow: hidden;
    padding: 100px 0; }
    .single-partnerships .module-history .items-holder, .page-template-tpl-brand .module-history .items-holder {
      position: relative;
      margin-bottom: 100px; }
      .single-partnerships .module-history .items-holder .item, .page-template-tpl-brand .module-history .items-holder .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        align-items: center; }
        @media (max-width: 640px) {
          .single-partnerships .module-history .items-holder .item, .page-template-tpl-brand .module-history .items-holder .item {
            flex-wrap: wrap; } }
        .single-partnerships .module-history .items-holder .item article, .page-template-tpl-brand .module-history .items-holder .item article {
          width: 430px;
          text-align: left;
          margin-left: 25px; }
          @media (max-width: 1000px) {
            .single-partnerships .module-history .items-holder .item article, .page-template-tpl-brand .module-history .items-holder .item article {
              width: 55%; } }
          @media (max-width: 640px) {
            .single-partnerships .module-history .items-holder .item article, .page-template-tpl-brand .module-history .items-holder .item article {
              width: 100%;
              margin-left: 0px; } }
          .single-partnerships .module-history .items-holder .item article h3, .page-template-tpl-brand .module-history .items-holder .item article h3 {
            font-size: 48px; }
            @media (max-width: 1250px) {
              .single-partnerships .module-history .items-holder .item article h3, .page-template-tpl-brand .module-history .items-holder .item article h3 {
                font-size: 38px; } }
            @media (max-width: 640px) {
              .single-partnerships .module-history .items-holder .item article h3, .page-template-tpl-brand .module-history .items-holder .item article h3 {
                font-size: 32px; } }
          .single-partnerships .module-history .items-holder .item article h4, .page-template-tpl-brand .module-history .items-holder .item article h4 {
            font-size: 28px;
            letter-spacing: 3px;
            margin-bottom: 25px; }
            @media (max-width: 1250px) {
              .single-partnerships .module-history .items-holder .item article h4, .page-template-tpl-brand .module-history .items-holder .item article h4 {
                font-size: 24px;
                letter-spacing: 2px; } }
            @media (max-width: 640px) {
              .single-partnerships .module-history .items-holder .item article h4, .page-template-tpl-brand .module-history .items-holder .item article h4 {
                font-size: 22px;
                letter-spacing: 1px; } }
          .single-partnerships .module-history .items-holder .item article h5, .page-template-tpl-brand .module-history .items-holder .item article h5 {
            font-size: 18px;
            letter-spacing: 1.2px;
            margin-bottom: 25px; }
            @media (max-width: 640px) {
              .single-partnerships .module-history .items-holder .item article h5, .page-template-tpl-brand .module-history .items-holder .item article h5 {
                font-size: 16px;
                letter-spacing: 1px; } }
          .single-partnerships .module-history .items-holder .item article h3, .single-partnerships .module-history .items-holder .item article h4, .single-partnerships .module-history .items-holder .item article h5, .page-template-tpl-brand .module-history .items-holder .item article h3, .page-template-tpl-brand .module-history .items-holder .item article h4, .page-template-tpl-brand .module-history .items-holder .item article h5 {
            text-transform: uppercase; }
          .single-partnerships .module-history .items-holder .item article p, .page-template-tpl-brand .module-history .items-holder .item article p {
            font-size: 18px;
            line-height: 26px;
            font-family: 'Trade Gothic LT W00 Light', sans-serif; }
            @media (max-width: 1250px) {
              .single-partnerships .module-history .items-holder .item article p, .page-template-tpl-brand .module-history .items-holder .item article p {
                font-size: 16px;
                line-height: 24px; } }
        .single-partnerships .module-history .items-holder .item img, .page-template-tpl-brand .module-history .items-holder .item img {
          max-width: 50%;
          margin-right: 25px; }
          @media (max-width: 1000px) {
            .single-partnerships .module-history .items-holder .item img, .page-template-tpl-brand .module-history .items-holder .item img {
              width: 45%; } }
          @media (max-width: 640px) {
            .single-partnerships .module-history .items-holder .item img, .page-template-tpl-brand .module-history .items-holder .item img {
              width: 100%;
              max-width: 80%;
              margin-right: 0px; } }
    .single-partnerships .module-history .slick-arrow, .page-template-tpl-brand .module-history .slick-arrow {
      display: none;
      position: absolute;
      top: 50%;
      left: auto;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(90deg) scale(1);
      -webkit-transition: all 1000ms 0ms ease-in-out;
      -moz-transition: all 1000ms 0ms ease-in-out;
      -ms-transition: all 1000ms 0ms ease-in-out;
      -o-transition: all 1000ms 0ms ease-in-out;
      transition: all 1000ms 0ms ease-in-out;
      outline: none;
      background-color: transparent;
      background-image: url(../icons/arrow-down-white.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      text-indent: -999999px;
      border: none;
      z-index: 997;
      padding: 50px; }
      @media (max-width: 1250px) {
        .single-partnerships .module-history .slick-arrow, .page-template-tpl-brand .module-history .slick-arrow {
          padding: 30px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-history .slick-arrow, .page-template-tpl-brand .module-history .slick-arrow {
          display: block; } }
      .single-partnerships .module-history .slick-arrow.slick-prev, .page-template-tpl-brand .module-history .slick-arrow.slick-prev {
        left: 0px; }
        @media (max-width: 1400px) {
          .single-partnerships .module-history .slick-arrow.slick-prev, .page-template-tpl-brand .module-history .slick-arrow.slick-prev {
            left: -30px; } }
        @media (max-width: 1250px) {
          .single-partnerships .module-history .slick-arrow.slick-prev, .page-template-tpl-brand .module-history .slick-arrow.slick-prev {
            left: -50px; } }
        @media (max-width: 640px) {
          .single-partnerships .module-history .slick-arrow.slick-prev, .page-template-tpl-brand .module-history .slick-arrow.slick-prev {
            left: 0;
            top: 30%;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1); } }
      .single-partnerships .module-history .slick-arrow.slick-next, .page-template-tpl-brand .module-history .slick-arrow.slick-next {
        right: 0px;
        -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1);
        transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-90deg) scale(1); }
        @media (max-width: 1400px) {
          .single-partnerships .module-history .slick-arrow.slick-next, .page-template-tpl-brand .module-history .slick-arrow.slick-next {
            right: -30px; } }
        @media (max-width: 1250px) {
          .single-partnerships .module-history .slick-arrow.slick-next, .page-template-tpl-brand .module-history .slick-arrow.slick-next {
            right: -50px; } }
        @media (max-width: 640px) {
          .single-partnerships .module-history .slick-arrow.slick-next, .page-template-tpl-brand .module-history .slick-arrow.slick-next {
            right: 0;
            top: 30%;
            -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
            -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
            -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
            -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
            transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1); } }
      .single-partnerships .module-history .slick-arrow.slick-disabled, .page-template-tpl-brand .module-history .slick-arrow.slick-disabled {
        opacity: 0; }
    .single-partnerships .module-history .year-slider, .page-template-tpl-brand .module-history .year-slider {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transition: all 0.6s 0s ease-in-out;
      -moz-transition: all 0.6s 0s ease-in-out;
      -ms-transition: all 0.6s 0s ease-in-out;
      -o-transition: all 0.6s 0s ease-in-out;
      transition: all 0.6s 0s ease-in-out; }
      .single-partnerships .module-history .year-slider.active, .page-template-tpl-brand .module-history .year-slider.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
      .single-partnerships .module-history .year-slider:not(:first-of-type), .page-template-tpl-brand .module-history .year-slider:not(:first-of-type) {
        position: absolute;
        top: 0;
        left: 0; }
    .single-partnerships .module-history .years-holder, .page-template-tpl-brand .module-history .years-holder {
      margin: 40px 0; }
      .single-partnerships .module-history .years-holder li, .page-template-tpl-brand .module-history .years-holder li {
        font-size: 24px;
        color: white;
        -webkit-transition: all 0.6s 0s ease-in-out;
        -moz-transition: all 0.6s 0s ease-in-out;
        -ms-transition: all 0.6s 0s ease-in-out;
        -o-transition: all 0.6s 0s ease-in-out;
        transition: all 0.6s 0s ease-in-out;
        padding: 0 20px;
        position: relative;
        display: inline-block;
        cursor: pointer; }
        @media (max-width: 1250px) {
          .single-partnerships .module-history .years-holder li, .page-template-tpl-brand .module-history .years-holder li {
            font-size: 20px; } }
        .single-partnerships .module-history .years-holder li:after, .page-template-tpl-brand .module-history .years-holder li:after {
          content: "/";
          position: absolute;
          top: 0;
          right: 0; }
        .single-partnerships .module-history .years-holder li:first-child, .page-template-tpl-brand .module-history .years-holder li:first-child {
          padding-left: 0px; }
        .single-partnerships .module-history .years-holder li:last-child, .page-template-tpl-brand .module-history .years-holder li:last-child {
          padding-right: 0px; }
          .single-partnerships .module-history .years-holder li:last-child:after, .page-template-tpl-brand .module-history .years-holder li:last-child:after {
            content: none; }
        .single-partnerships .module-history .years-holder li.active, .page-template-tpl-brand .module-history .years-holder li.active {
          color: #f31534; }
        .single-partnerships .module-history .years-holder li:hover, .page-template-tpl-brand .module-history .years-holder li:hover {
          color: #f31534; }
  .single-partnerships .module-image-bgr-columns, .page-template-tpl-brand .module-image-bgr-columns {
    position: relative;
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .single-partnerships .module-image-bgr-columns:before, .page-template-tpl-brand .module-image-bgr-columns:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 35%;
      background: rgba(239, 123, 113, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 35%, black 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 35%, black 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 35%, black 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 35%, black 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 35%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); }
    .single-partnerships .module-image-bgr-columns .top-img, .page-template-tpl-brand .module-image-bgr-columns .top-img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-30%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-30%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-30%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-30%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-30%) translateZ(0px) rotate(0deg) scale(1); }
    .single-partnerships .module-image-bgr-columns .bottom-img, .page-template-tpl-brand .module-image-bgr-columns .bottom-img {
      display: block; }
    .single-partnerships .module-image-bgr-columns .columns-holder, .page-template-tpl-brand .module-image-bgr-columns .columns-holder {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      padding: 400px 0 150px 0; }
      @media (max-width: 1000px) {
        .single-partnerships .module-image-bgr-columns .columns-holder, .page-template-tpl-brand .module-image-bgr-columns .columns-holder {
          flex-wrap: wrap; } }
      @media (max-width: 640px) {
        .single-partnerships .module-image-bgr-columns .columns-holder, .page-template-tpl-brand .module-image-bgr-columns .columns-holder {
          padding: 220px 0 100px 0; } }
      .single-partnerships .module-image-bgr-columns .columns-holder li, .page-template-tpl-brand .module-image-bgr-columns .columns-holder li {
        max-width: 250px;
        flex: 1; }
        @media (max-width: 1000px) {
          .single-partnerships .module-image-bgr-columns .columns-holder li, .page-template-tpl-brand .module-image-bgr-columns .columns-holder li {
            max-width: 100%;
            flex: auto;
            width: 50%;
            margin-bottom: 30px; } }
        @media (max-width: 640px) {
          .single-partnerships .module-image-bgr-columns .columns-holder li, .page-template-tpl-brand .module-image-bgr-columns .columns-holder li {
            width: 100%; } }
        .single-partnerships .module-image-bgr-columns .columns-holder li h3, .page-template-tpl-brand .module-image-bgr-columns .columns-holder li h3 {
          font-size: 32px;
          letter-spacing: 3px;
          margin-bottom: 20px; }
          @media (max-width: 1250px) {
            .single-partnerships .module-image-bgr-columns .columns-holder li h3, .page-template-tpl-brand .module-image-bgr-columns .columns-holder li h3 {
              font-size: 28px;
              letter-spacing: 2px;
              margin-bottom: 10px; } }
        .single-partnerships .module-image-bgr-columns .columns-holder li p, .page-template-tpl-brand .module-image-bgr-columns .columns-holder li p {
          font-size: 22px;
          letter-spacing: 0.8px; }
          @media (max-width: 1250px) {
            .single-partnerships .module-image-bgr-columns .columns-holder li p, .page-template-tpl-brand .module-image-bgr-columns .columns-holder li p {
              font-size: 18px;
              letter-spacing: 0.5px; } }
    .single-partnerships .module-image-bgr-columns.margin-bottom-0, .page-template-tpl-brand .module-image-bgr-columns.margin-bottom-0 {
      margin-bottom: 0; }
  @media (max-width: 2200px) {
    .single-partnerships .module-news, .page-template-tpl-brand .module-news {
      padding: 0; } }
  .single-partnerships .module-news ul, .page-template-tpl-brand .module-news ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 640px) {
      .single-partnerships .module-news ul, .page-template-tpl-brand .module-news ul {
        flex-wrap: wrap; } }
    .single-partnerships .module-news ul li, .page-template-tpl-brand .module-news ul li {
      padding: 0px;
      width: 400px;
      height: inherit;
      margin: 10px 30px;
      background-color: white;
      -webkit-box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06);
      box-shadow: -1px 0px 5px 5px rgba(0, 0, 0, 0.06); }
      @media (max-width: 1300px) {
        .single-partnerships .module-news ul li, .page-template-tpl-brand .module-news ul li {
          width: 320px;
          margin: 10px 20px; } }
      @media (max-width: 1250px) {
        .single-partnerships .module-news ul li, .page-template-tpl-brand .module-news ul li {
          margin: 10px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-news ul li, .page-template-tpl-brand .module-news ul li {
          width: 100%; }
          .single-partnerships .module-news ul li:last-child, .page-template-tpl-brand .module-news ul li:last-child {
            display: none; } }
      @media (max-width: 480px) {
        .single-partnerships .module-news ul li, .page-template-tpl-brand .module-news ul li {
          margin: 10px 40px; } }
      .single-partnerships .module-news ul li a, .page-template-tpl-brand .module-news ul li a {
        display: block; }
      @media (max-width: 2580px) {
        .single-partnerships .module-news ul li figure, .page-template-tpl-brand .module-news ul li figure {
          height: 340px; } }
      @media (max-width: 2200px) {
        .single-partnerships .module-news ul li figure, .page-template-tpl-brand .module-news ul li figure {
          height: 280px; } }
      @media (max-width: 1500px) {
        .single-partnerships .module-news ul li figure, .page-template-tpl-brand .module-news ul li figure {
          height: 220px; } }
      @media (max-width: 1400px) {
        .single-partnerships .module-news ul li figure, .page-template-tpl-brand .module-news ul li figure {
          height: 160px; } }
      @media (max-width: 640px) {
        .single-partnerships .module-news ul li figure, .page-template-tpl-brand .module-news ul li figure {
          height: 180px; } }
      @media (max-width: 375px) {
        .single-partnerships .module-news ul li figure, .page-template-tpl-brand .module-news ul li figure {
          height: 130px; } }
      @media (max-width: 320px) {
        .single-partnerships .module-news ul li figure, .page-template-tpl-brand .module-news ul li figure {
          height: 100px; } }
      .single-partnerships .module-news ul li p, .page-template-tpl-brand .module-news ul li p {
        font-size: 12px;
        line-height: 18px;
        text-align: justify; }
        .single-partnerships .module-news ul li p:not(.category), .page-template-tpl-brand .module-news ul li p:not(.category) {
          max-height: 52px;
          overflow: hidden; }
          @media (max-width: 320px) {
            .single-partnerships .module-news ul li p:not(.category), .page-template-tpl-brand .module-news ul li p:not(.category) {
              max-height: 61px; } }
        @media (max-width: 320px) {
          .single-partnerships .module-news ul li p, .page-template-tpl-brand .module-news ul li p {
            font-size: 10px;
            line-height: 15px; } }
      .single-partnerships .module-news ul li h5, .page-template-tpl-brand .module-news ul li h5 {
        font-size: 18px;
        color: #000000;
        letter-spacing: 1.5px;
        line-height: normal;
        text-align: left;
        margin: 0 0 25px 0;
        display: inline-block;
        max-height: 45px;
        overflow: hidden;
        text-transform: uppercase; }
        @media (max-width: 1500px) {
          .single-partnerships .module-news ul li h5, .page-template-tpl-brand .module-news ul li h5 {
            margin: 0 0 15px 0; } }
        @media (max-width: 1400px) {
          .single-partnerships .module-news ul li h5, .page-template-tpl-brand .module-news ul li h5 {
            margin: 0 0 5px 0; } }
        @media (max-width: 1000px) {
          .single-partnerships .module-news ul li h5, .page-template-tpl-brand .module-news ul li h5 {
            letter-spacing: 1px; } }
        @media (max-width: 640px) {
          .single-partnerships .module-news ul li h5, .page-template-tpl-brand .module-news ul li h5 {
            letter-spacing: 0.8px; } }
        @media (max-width: 320px) {
          .single-partnerships .module-news ul li h5, .page-template-tpl-brand .module-news ul li h5 {
            max-height: 36px;
            font-size: 15px;
            letter-spacing: 1px; } }
      .single-partnerships .module-news ul li article, .page-template-tpl-brand .module-news ul li article {
        position: relative;
        padding: 25px 25px 55px 25px;
        min-height: 185px;
        text-align: left;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
        @media (max-width: 1500px) {
          .single-partnerships .module-news ul li article, .page-template-tpl-brand .module-news ul li article {
            padding: 22px 22px 45px 22px;
            min-height: 145px; } }
        @media (max-width: 1000px) {
          .single-partnerships .module-news ul li article, .page-template-tpl-brand .module-news ul li article {
            min-height: 145px;
            padding: 15px 15px 55px 15px; } }
        @media (max-width: 640px) {
          .single-partnerships .module-news ul li article, .page-template-tpl-brand .module-news ul li article {
            min-height: 105px;
            padding: 10px 10px 55px 10px; } }
        .single-partnerships .module-news ul li article .tags, .page-template-tpl-brand .module-news ul li article .tags {
          position: absolute;
          bottom: 15px;
          left: 25px;
          text-transform: uppercase; }
          @media (max-width: 1500px) {
            .single-partnerships .module-news ul li article .tags, .page-template-tpl-brand .module-news ul li article .tags {
              left: 17px; } }
          @media (max-width: 1000px) {
            .single-partnerships .module-news ul li article .tags, .page-template-tpl-brand .module-news ul li article .tags {
              left: 15px; } }
          @media (max-width: 640px) {
            .single-partnerships .module-news ul li article .tags, .page-template-tpl-brand .module-news ul li article .tags {
              left: 10px; } }
          .single-partnerships .module-news ul li article .tags p, .single-partnerships .module-news ul li article .tags span, .page-template-tpl-brand .module-news ul li article .tags p, .page-template-tpl-brand .module-news ul li article .tags span {
            display: inline-block; }
          .single-partnerships .module-news ul li article .tags span, .page-template-tpl-brand .module-news ul li article .tags span {
            margin-left: 5px; }
          .single-partnerships .module-news ul li article .tags p, .page-template-tpl-brand .module-news ul li article .tags p {
            margin-right: 5px; }
            .single-partnerships .module-news ul li article .tags p a, .page-template-tpl-brand .module-news ul li article .tags p a {
              color: #f31534; }
  @media (max-width: 2580px) {
    .single-partnerships .module-news article, .page-template-tpl-brand .module-news article {
      padding-top: 130px; } }
  @media (max-width: 2200px) {
    .single-partnerships .module-news article, .page-template-tpl-brand .module-news article {
      padding-top: 40px; } }
  @media (max-width: 1400px) {
    .single-partnerships .module-news article, .page-template-tpl-brand .module-news article {
      padding-top: 0px; } }
  @media (max-width: 1250px) {
    .single-partnerships .module-news article, .page-template-tpl-brand .module-news article {
      padding-top: 60px; }
      .single-partnerships .module-news article h5, .page-template-tpl-brand .module-news article h5 {
        display: block; } }
  @media (max-width: 1000px) {
    .single-partnerships .module-news article, .page-template-tpl-brand .module-news article {
      padding-top: 80px; } }
  @media (max-width: 375px) {
    .single-partnerships .module-news article, .page-template-tpl-brand .module-news article {
      padding-top: 40px; } }
  .single-partnerships .module-creations ul, .page-template-tpl-brand .module-creations ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly; }
    @media (max-width: 1500px) {
      .single-partnerships .module-creations ul, .page-template-tpl-brand .module-creations ul {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    @media (max-width: 640px) {
      .single-partnerships .module-creations ul, .page-template-tpl-brand .module-creations ul {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap; } }
    .single-partnerships .module-creations ul .tit-holder, .page-template-tpl-brand .module-creations ul .tit-holder {
      display: block;
      outline: none; }
  .single-partnerships .module-creations li, .page-template-tpl-brand .module-creations li {
    width: calc(100% * 1 / 3); }
    @media (max-width: 640px) {
      .single-partnerships .module-creations li, .page-template-tpl-brand .module-creations li {
        width: 100%;
        margin-bottom: 30px; } }
    .single-partnerships .module-creations li img, .page-template-tpl-brand .module-creations li img {
      width: auto;
      height: 390px; }
      @media (max-width: 1500px) {
        .single-partnerships .module-creations li img, .page-template-tpl-brand .module-creations li img {
          height: 350px; } }
      @media (max-width: 1300px) {
        .single-partnerships .module-creations li img, .page-template-tpl-brand .module-creations li img {
          height: 320px; } }
      @media (max-width: 1250px) {
        .single-partnerships .module-creations li img, .page-template-tpl-brand .module-creations li img {
          height: 280px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-creations li img, .page-template-tpl-brand .module-creations li img {
          height: 200px; } }
    .single-partnerships .module-creations li a, .single-partnerships .module-creations li h4, .page-template-tpl-brand .module-creations li a, .page-template-tpl-brand .module-creations li h4 {
      display: inline-block;
      color: #000000; }
    .single-partnerships .module-creations li h3, .page-template-tpl-brand .module-creations li h3 {
      margin-top: 40px;
      font-size: 32px; }
      @media (max-width: 1250px) {
        .single-partnerships .module-creations li h3, .page-template-tpl-brand .module-creations li h3 {
          margin-top: 36px;
          font-size: 28px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-creations li h3, .page-template-tpl-brand .module-creations li h3 {
          margin-top: 32px;
          font-size: 26px; } }
      @media (max-width: 640px) {
        .single-partnerships .module-creations li h3, .page-template-tpl-brand .module-creations li h3 {
          margin-top: 5px; } }
    .single-partnerships .module-creations li h4, .page-template-tpl-brand .module-creations li h4 {
      font-size: 18px;
      letter-spacing: 2px;
      margin-top: 10px; }
      @media (max-width: 1250px) {
        .single-partnerships .module-creations li h4, .page-template-tpl-brand .module-creations li h4 {
          font-size: 16px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-creations li h4, .page-template-tpl-brand .module-creations li h4 {
          font-size: 14px; } }
      @media (max-width: 640px) {
        .single-partnerships .module-creations li h4, .page-template-tpl-brand .module-creations li h4 {
          font-size: 12px;
          margin-top: 0; } }
  .single-partnerships .module-creations, .single-partnerships .module-news, .page-template-tpl-brand .module-creations, .page-template-tpl-brand .module-news {
    padding: 130px 0 100px 0; }
    @media (max-width: 1300px) {
      .single-partnerships .module-creations, .single-partnerships .module-news, .page-template-tpl-brand .module-creations, .page-template-tpl-brand .module-news {
        padding: 100px 0 80px 0; } }
    @media (max-width: 1250px) {
      .single-partnerships .module-creations, .single-partnerships .module-news, .page-template-tpl-brand .module-creations, .page-template-tpl-brand .module-news {
        padding: 80px 0; } }
    @media (max-width: 640px) {
      .single-partnerships .module-creations, .single-partnerships .module-news, .page-template-tpl-brand .module-creations, .page-template-tpl-brand .module-news {
        padding: 40px 0; } }
    .single-partnerships .module-creations .wrapper > article, .single-partnerships .module-news .wrapper > article, .page-template-tpl-brand .module-creations .wrapper > article, .page-template-tpl-brand .module-news .wrapper > article {
      margin-top: 110px; }
      @media (max-width: 1250px) {
        .single-partnerships .module-creations .wrapper > article, .single-partnerships .module-news .wrapper > article, .page-template-tpl-brand .module-creations .wrapper > article, .page-template-tpl-brand .module-news .wrapper > article {
          padding-top: 0px; } }
      @media (max-width: 1000px) {
        .single-partnerships .module-creations .wrapper > article, .single-partnerships .module-news .wrapper > article, .page-template-tpl-brand .module-creations .wrapper > article, .page-template-tpl-brand .module-news .wrapper > article {
          margin-top: 60px; } }
      @media (max-width: 640px) {
        .single-partnerships .module-creations .wrapper > article, .single-partnerships .module-news .wrapper > article, .page-template-tpl-brand .module-creations .wrapper > article, .page-template-tpl-brand .module-news .wrapper > article {
          margin-top: 40px; } }
      .single-partnerships .module-creations .wrapper > article h5, .single-partnerships .module-news .wrapper > article h5, .page-template-tpl-brand .module-creations .wrapper > article h5, .page-template-tpl-brand .module-news .wrapper > article h5 {
        font-size: 18px;
        letter-spacing: 3px;
        text-transform: uppercase; }
        @media (max-width: 1400px) {
          .single-partnerships .module-creations .wrapper > article h5, .single-partnerships .module-news .wrapper > article h5, .page-template-tpl-brand .module-creations .wrapper > article h5, .page-template-tpl-brand .module-news .wrapper > article h5 {
            font-size: 16px;
            letter-spacing: 1px; } }
        @media (max-width: 1000px) {
          .single-partnerships .module-creations .wrapper > article h5, .single-partnerships .module-news .wrapper > article h5, .page-template-tpl-brand .module-creations .wrapper > article h5, .page-template-tpl-brand .module-news .wrapper > article h5 {
            font-size: 14px; } }
      .single-partnerships .module-creations .wrapper > article h3, .single-partnerships .module-news .wrapper > article h3, .page-template-tpl-brand .module-creations .wrapper > article h3, .page-template-tpl-brand .module-news .wrapper > article h3 {
        font-size: 75px;
        letter-spacing: 5px;
        margin: 35px 0 40px 0; }
        @media (max-width: 1400px) {
          .single-partnerships .module-creations .wrapper > article h3, .single-partnerships .module-news .wrapper > article h3, .page-template-tpl-brand .module-creations .wrapper > article h3, .page-template-tpl-brand .module-news .wrapper > article h3 {
            font-size: 65px;
            letter-spacing: 2px;
            margin: 20px 0 25px 0; } }
        @media (max-width: 1250px) {
          .single-partnerships .module-creations .wrapper > article h3, .single-partnerships .module-news .wrapper > article h3, .page-template-tpl-brand .module-creations .wrapper > article h3, .page-template-tpl-brand .module-news .wrapper > article h3 {
            font-size: 50px; } }
        @media (max-width: 1000px) {
          .single-partnerships .module-creations .wrapper > article h3, .single-partnerships .module-news .wrapper > article h3, .page-template-tpl-brand .module-creations .wrapper > article h3, .page-template-tpl-brand .module-news .wrapper > article h3 {
            font-size: 48px; } }
        @media (max-width: 640px) {
          .single-partnerships .module-creations .wrapper > article h3, .single-partnerships .module-news .wrapper > article h3, .page-template-tpl-brand .module-creations .wrapper > article h3, .page-template-tpl-brand .module-news .wrapper > article h3 {
            font-size: 40px; } }
      .single-partnerships .module-creations .wrapper > article .ghost-btn, .single-partnerships .module-news .wrapper > article .ghost-btn, .page-template-tpl-brand .module-creations .wrapper > article .ghost-btn, .page-template-tpl-brand .module-news .wrapper > article .ghost-btn {
        display: inline-block; }
  .single-partnerships .justify article, .page-template-tpl-brand .justify article {
    text-align: justify;
    text-align-last: center; }

.page-template-tpl-brand .justify article h3 {
  text-align: center; }

.page-template-tpl-brand footer {
  padding: 115px 20px; }
  @media (max-width: 640px) {
    .page-template-tpl-brand footer {
      padding: 65px 20px; } }

.page-template-tpl-brand .imgtop h3, .page-template-tpl-brand .onlytext h3, .page-template-tpl-brand .module-history h3 {
  font-size: 48px; }
  @media (max-width: 1500px) {
    .page-template-tpl-brand .imgtop h3, .page-template-tpl-brand .onlytext h3, .page-template-tpl-brand .module-history h3 {
      font-size: 42px; } }
  @media (max-width: 1250px) {
    .page-template-tpl-brand .imgtop h3, .page-template-tpl-brand .onlytext h3, .page-template-tpl-brand .module-history h3 {
      font-size: 38px; } }
  @media (max-width: 1000px) {
    .page-template-tpl-brand .imgtop h3, .page-template-tpl-brand .onlytext h3, .page-template-tpl-brand .module-history h3 {
      font-size: 32px; } }
  @media (max-width: 640px) {
    .page-template-tpl-brand .imgtop h3, .page-template-tpl-brand .onlytext h3, .page-template-tpl-brand .module-history h3 {
      font-size: 28px; } }

.page-template-tpl-brand .imgtop h3, .page-template-tpl-brand .onlytext h3 {
  text-align: center; }

.error404 h1 {
  font-size: 120px;
  line-height: 126px; }
  @media (max-width: 1500px) {
    .error404 h1 {
      font-size: 100px;
      line-height: 106px; } }
  @media (max-width: 1300px) {
    .error404 h1 {
      font-size: 80px;
      line-height: 86px; } }
  @media (max-width: 640px) {
    .error404 h1 {
      font-size: 40px;
      line-height: 46px; } }

.error404 h2 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 62px;
  letter-spacing: 3px; }
  @media (max-width: 1500px) {
    .error404 h2 {
      font-size: 30px;
      line-height: 42px; } }
  @media (max-width: 1300px) {
    .error404 h2 {
      font-size: 25px;
      line-height: 32px; } }
  @media (max-width: 640px) {
    .error404 h2 {
      margin-top: 5px;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 1px; } }

.error404 .columns-section {
  padding: 60px 60px 120px 60px; }
  @media (max-width: 1000px) {
    .error404 .columns-section {
      padding: 60px 40px 80px 40px; } }
  @media (max-width: 640px) {
    .error404 .columns-section {
      padding: 60px 20px; } }
  .error404 .columns-section form {
    position: relative;
    padding-top: 80px; }
    .error404 .columns-section form input[type="submit"], .error404 .columns-section form input[type="text"] {
      background-color: transparent;
      border: none;
      outline: none;
      border-radius: 0px;
      font-size: 14px;
      line-height: 23px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #000000;
      font-family: 'Trade Gothic LT W00 Bold', sans-serif;
      -moz-appearance: none;
      -webkit-appearance: none;
      box-shadow: none; }
    .error404 .columns-section form input[type="text"] {
      border-bottom: 1px solid #000000;
      width: 500px;
      padding-left: 5px;
      box-sizing: border-box; }
      @media (max-width: 1250px) {
        .error404 .columns-section form input[type="text"] {
          width: 70%; } }
      @media (max-width: 640px) {
        .error404 .columns-section form input[type="text"] {
          width: 90%; } }
    .error404 .columns-section form input[type="submit"] {
      border: none;
      position: absolute;
      top: 0;
      right: -60px;
      width: 20px;
      display: none; }
      .error404 .columns-section form input[type="submit"].active {
        display: block; }
    .error404 .columns-section form .search-me-error {
      cursor: pointer; }
      .error404 .columns-section form .search-me-error path {
        fill: #000000; }

.page-template-default .def-page {
  padding: 60px 100px 120px 100px; }
  @media (max-width: 1250px) {
    .page-template-default .def-page {
      padding: 60px 80px 120px 80px; } }
  @media (max-width: 1000px) {
    .page-template-default .def-page {
      padding: 60px; } }
  @media (max-width: 640px) {
    .page-template-default .def-page {
      padding: 60px 20px; } }
  .page-template-default .def-page .post-holder {
    margin-top: 60px; }
