html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
shops,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1;
  background: #000000; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-box > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-box.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

section img {
  width: 100%; }

section p:not(td) {
  font-size: 18px; }

.text:not(td) > *,
.text:not(td) h2,
.text:not(td) h4,
.text:not(td) p {
  color: #ffffff; }

.text:not(td) h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2 !important;
  color: #ffffff;
  text-transform: uppercase; }

.flex-box .bg-image {
  background-size: cover;
  background-position: center;
  min-height: 650px;
  margin: 0 auto; }

.small {
  font-size: .9em !important;
  color: #d1d1d1; }

.active {
  display: block; }

.hide {
  display: none; }

.gh__header {
  position: absolute !important;
  width: 100%;
  top: 0; }

.pc-marq {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.mobile-marq {
  display: none !important; }

#pd-nav #subNavDropDown {
  background: none;
  color: #999999;
  border: none; }

#pd-nav #subNavDropDown .icon-down-open-big::before {
  color: #999; }

#pd-nav #subNavDropDown .icon-down-open-big.active::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block; }

#pd-nav .dropdown-content {
  background-color: rgba(40, 40, 40, 0.95);
  border-bottom: 1px solid #444;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: calc(5% + 55px);
  z-index: -1;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

#pd-nav .dropdown-content li {
  text-align: center;
  padding: 10px;
  margin: 0;
  display: block; }

#pd-nav .dropdown-content li a {
  color: #999999;
  font-size: 14px; }

span.icon-down-open-big.active {
  display: inline-block; }

#pd-nav .dropdown-content.active {
  top: 100px;
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block; }

@media (min-width: 1024px) {
  #pd-nav .dropdown-content.active {
    top: 110px;
    padding: 10px 0; } }

@media (min-width: 1170px) {
  #pd-nav .dropdown-content {
    left: calc(50% - 585px + 52px); } }

#hero {
  line-height: 0;
  height: 95vh;
  overflow: hidden;
  position: relative;
  z-index: 25;
  background-image: url(../images/kv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  #hero > div {
    margin-top: 0;
    padding-bottom: 0;
    background-position: center;
    background-size: cover;
    display: block;
    position: relative;
    min-height: auto; }
  #hero .scene {
    height: 50vw; }
  #hero .bg {
    width: 100%;
    height: 900px;
    background-image: url(../images/kv-mountain.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 20vh;
    z-index: 5; }
  #hero .bg2 {
    background-image: url(../images/cloud.jpg);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    height: 600px;
    opacity: .6;
    width: 100%;
    -webkit-animation: scrollbg 150s linear infinite;
    animation: scrollbg 150s linear infinite;
    z-index: 1; }
  #hero .slogandiv {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 20; }
  #hero .slogan {
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4% auto 0 auto;
    opacity: 1;
    -webkit-animation: switch 1s linear 1;
    animation: switch 1s linear 1;
    z-index: 15; }
  #hero .product-carbon, #hero .product-titanium, #hero .product-all {
    width: 130vh;
    max-width: 1600px;
    position: absolute !important;
    top: 77% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 20;
    display: block; }
  #hero .product-titanium {
    opacity: 0; }
  #hero .product-carbon-m, #hero .product-titanium-m {
    display: none; }
  #hero .mask {
    content: "";
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 30%);
    background: -o-linear-gradient(top, transparent 0%, #000000 30%);
    background: linear-gradient(to bottom, transparent 0%, #000000 30%);
    width: 100vw;
    height: 100vh;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: -170vh;
    z-index: 40; }

#hero:after {
  content: "";
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 70%);
  background: -o-linear-gradient(top, transparent 0%, #000000 70%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 90%);
  background: -o-linear-gradient(top, transparent 0%, #000000 90%);
  background: linear-gradient(to bottom, transparent 0%, #000000 90%);
  width: 100vw;
  height: 10vh;
  min-height: 400px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10; }

@-webkit-keyframes switch {
  10% {
    opacity: .2;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  30% {
    opacity: .5;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  63% {
    opacity: .8;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes switch {
  10% {
    opacity: .2;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  30% {
    opacity: .5;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  63% {
    opacity: .8;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes scrollbg {
  100% {
    background-position: -3000px 0px; } }

@keyframes scrollbg {
  100% {
    background-position: -3000px 0px; } }

@media (min-width: 1024px) {
  section.hero {
    height: 48vw; } }

@media (max-width: 767px) {
  #hero {
    height: auto; } }

#pin {
  z-index: 9; }

@-webkit-keyframes grow {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@keyframes grow {
  0% {
    width: 0; }
  to {
    width: 120%; } }

#fire {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 10;
  opacity: 0; }
  #fire #videoContainer {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
  #fire #myVideo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

#damascus {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 50;
  opacity: 0;
  overflow: hidden;
  background-color: #000000; }
  #damascus .bg {
    position: fixed;
    background-image: url(../images/damascus-bg.jpg);
    background-size: cover;
    background-position: center;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    scale: 1; }
  #damascus .bg02 {
    position: fixed;
    background-image: url(../images/damascus-bg-spark.png);
    background-size: cover;
    top: 0;
    z-index: 22;
    width: 100%;
    height: 100vh;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: spark_animate;
    animation-name: spark_animate; }
  #damascus .bg03 {
    position: fixed;
    background-image: url(../images/damascus-bg-spark-2.png);
    background-size: cover;
    top: 0;
    z-index: 22;
    width: 100%;
    height: 100vh;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mask_animate-mask;
    animation-name: mask_animate-mask;
    -webkit-backdrop-filter: brightness(1);
    backdrop-filter: brightness(1); }
  #damascus .spark {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #ff6600;
    border-radius: 50%;
    z-index: 32; }
  #damascus .all-content {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 80vh;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50; }
    #damascus .all-content .left, #damascus .all-content .right {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      z-index: 50; }
    #damascus .all-content .right {
      text-align: center; }
    #damascus .all-content h3, #damascus .all-content p {
      color: #ffffff; }
    #damascus .all-content h3 {
      font-size: 42px;
      font-weight: 500;
      letter-spacing: 5px;
      margin-bottom: 0;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    #damascus .all-content h2 {
      font-size: 90px;
      letter-spacing: 3px;
      margin-bottom: 0; }
    #damascus .all-content p {
      font-size: 24px;
      letter-spacing: 4px; }
    #damascus .all-content hr {
      border-top: 1px solid #D56937; }
    #damascus .all-content a {
      cursor: pointer; }
    #damascus .all-content .arrow {
      color: #ffffff;
      font-size: 18px;
      margin: 10px 26px 10px 0;
      position: relative; }
    #damascus .all-content .arrow:after {
      position: absolute;
      top: 10px;
      right: 30px;
      display: inline-block;
      padding: 0;
      width: 0.5em;
      height: 0.5em;
      border: solid #fff;
      border-width: 0 3px 3px 0;
      content: "";
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #damascus .all-content a:hover .arrow:after {
      -webkit-animation: move 1s ease-out .4s infinite both;
      animation: move 1s ease-out .4s infinite both; }

@-webkit-keyframes spark_animate {
  0% {
    opacity: 1; }
  25% {
    opacity: .7; }
  50% {
    opacity: .3; }
  75% {
    opacity: .7; }
  100% {
    opacity: 1; } }

@keyframes spark_animate {
  0% {
    opacity: 1; }
  25% {
    opacity: .7; }
  50% {
    opacity: .3; }
  75% {
    opacity: .7; }
  100% {
    opacity: 1; } }

@-webkit-keyframes mask_animate-mask {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: .8; }
  75% {
    opacity: .2; }
  100% {
    opacity: .3; } }

@keyframes mask_animate-mask {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: .8; }
  75% {
    opacity: .2; }
  100% {
    opacity: .3; } }

#maincontent {
  position: relative;
  height: 100vh;
  background-image: url("../images/stone-bg.jpg");
  background-size: cover;
  z-index: 15; }
  #maincontent .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25vh 0; }
    #maincontent .container .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 80%;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto;
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 15; }
      #maincontent .container .text h2 {
        font-size: 80px;
        text-transform: uppercase;
        margin: 30px auto;
        font-weight: 800;
        line-height: 1.2 !important;
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#b8b8b8));
        background-image: -webkit-linear-gradient(top, white, #b8b8b8);
        background-image: -o-linear-gradient(top, white, #b8b8b8);
        background-image: linear-gradient(180deg, white, #b8b8b8);
        color: #fff;
        position: relative;
        opacity: 0;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: normal; }
      #maincontent .container .text p:nth-child(2) {
        font-size: 24px;
        margin-bottom: 0;
        position: relative;
        top: 100px;
        opacity: 0; }
      #maincontent .container .text p:nth-child(3) {
        font-size: 24px;
        margin-bottom: 30px;
        position: relative;
        top: 100px;
        opacity: 0; }
      #maincontent .container .text p:nth-child(4) {
        margin-bottom: 0;
        position: relative;
        top: 100px;
        opacity: 0;
        color: #dddddd; }
      #maincontent .container .text p:nth-child(5) {
        margin-bottom: 30px;
        position: relative;
        top: 100px;
        opacity: 0;
        color: #dddddd; }

.lifestyle [class^="icon-"]:before, .lifestyle [class*=" icon-"]:before {
  font-size: 50px;
  width: auto !important;
  margin: 0 !important;
  cursor: pointer; }

#product {
  background: #000000;
  position: relative;
  z-index: 40;
  opacity: 0; }
  #product .container .text {
    margin: 3vw auto 3vw auto; }
  #product .container p {
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px; }
  #product .container span {
    display: block;
    font-size: 85% !important;
    color: #222222; }
  #product .wrapper {
    position: relative; }
    #product .wrapper .all-content {
      position: relative;
      height: 980px;
      width: 30%;
      margin-left: 20vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #product .wrapper .life-slide ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 60px 0 0 15px; }
    #product .wrapper .watch {
      position: absolute;
      width: 400px;
      bottom: 50px; }
    #product .wrapper .edition {
      color: #ffffff;
      font-size: 18px;
      letter-spacing: 3px;
      height: 23px;
      padding: 0 9px 0 12px;
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff; }
    #product .wrapper .watch-brand {
      font-size: 90px;
      height: 110px;
      color: #ffffff;
      font-family: 'oswald'; }
    #product .wrapper .watch-name {
      font-size: 30px;
      letter-spacing: 5px;
      color: #ffffff;
      margin-top: 20px; }
    #product .wrapper hr {
      width: 180px !important;
      height: 2px;
      margin: 15px 0 15px 0;
      -webkit-animation: grow 1s ease-out .4s both;
      animation: grow 1s ease-out .4s both; }
    #product .wrapper .arrow {
      color: #ffffff;
      font-size: 18px;
      margin: 10px 26px 10px 0;
      position: relative; }
    #product .wrapper .arrow:after {
      position: absolute;
      top: 0.4em;
      right: -1em;
      display: inline-block;
      padding: 0;
      width: 0.5em;
      height: 0.5em;
      border: solid #fff;
      border-width: 0 3px 3px 0;
      content: "";
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #product .wrapper .carbon-commander hr {
      border: 2px #98a3a5;
      background-color: #98a3a5; }
    #product .wrapper .carbon-commander video {
      position: absolute;
      margin-top: -80.1%;
      left: 49.6%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 219px;
      border-radius: 50%; }
    #product .wrapper .carbon-golfer hr {
      border: 2px #6BA055;
      background-color: #6BA055; }
    #product .wrapper .carbon-golfer video {
      position: absolute;
      margin-top: -87.6%;
      left: 50.8%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 214px;
      border-radius: 50%; }
    #product .wrapper .carbon-athlete hr {
      border: 2px #DCDB55;
      background-color: #DCDB55; }
    #product .wrapper .carbon-athlete video {
      position: absolute;
      margin-top: -77.4%;
      left: 49.8%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 210px;
      border-radius: 50%;
      opacity: 1; }
    #product .wrapper .golfer hr {
      border: 2px #6BA055;
      background-color: #6BA055; }
    #product .wrapper .golfer video {
      position: absolute;
      margin-top: -82.2%;
      left: 51.5%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 215px;
      border-radius: 50%; }
    #product .wrapper .athlete hr {
      border: 2px #DCDB55;
      background-color: #DCDB55; }
    #product .wrapper .athlete video {
      position: absolute;
      margin-top: -78.6%;
      left: 51.8%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 230px;
      border-radius: 50%;
      opacity: 1; }
    #product .wrapper .adventurer hr {
      border: 2px #e76123;
      background-color: #e76123; }
    #product .wrapper .adventurer video {
      position: absolute;
      margin-top: -86%;
      left: 52.5%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 227px;
      border-radius: 50%;
      opacity: 1; }
    #product .wrapper .aviator hr {
      border: 2px #0074B8;
      background-color: #0074B8; }
    #product .wrapper .aviator video {
      position: absolute;
      margin-top: -81.9%;
      left: 51.5%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 225px;
      border-radius: 50%;
      opacity: 1; }
    #product .wrapper .captain hr {
      border: 2px #8BC6D0;
      background-color: #8BC6D0; }
    #product .wrapper .captain video {
      position: absolute;
      margin-top: -82.3%;
      left: 51.5%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 215px;
      border-radius: 50%;
      opacity: 1; }
  #product a:hover .arrow:after {
    -webkit-animation: move 1s ease-out .4s infinite both;
    animation: move 1s ease-out .4s infinite both; }

.life-button-prev, .life-container-rtl .life-button-next, .life-button-next, .life-container-rtl .life-button-prev {
  z-index: 20; }

.life-slide {
  position: relative;
  max-height: 910px;
  min-height: 850px; }

.life-pagination-bullet-active:nth-child(1) {
  opacity: 1;
  background-color: #6BA055; }

.life-pagination-bullet-active:nth-child(2) {
  opacity: 1;
  background-color: #DCDB55; }

.life-pagination-bullet-active:nth-child(3) {
  opacity: 1;
  background-color: #e76123; }

.life-pagination-bullet-active:nth-child(4) {
  opacity: 1;
  background-color: #0074B8; }

.life-pagination-bullet-active:nth-child(5) {
  opacity: 1;
  background-color: #8BC6D0; }

.life-pagination-bullet-active:nth-child(6) {
  opacity: 1;
  background-color: #e76123; }

.life-pagination-bullet-active:nth-child(7) {
  opacity: 1;
  background-color: #8BC6D0; }

.life-pagination-bullet-active:nth-child(8) {
  opacity: 1;
  background-color: #0074B8; }

.icon-left-open-big:before, .icon-right-open-big:before {
  color: #ffffff; }

.life-button-prev, .life-container-rtl .life-button-next {
  left: 20px;
  right: auto; }

.life-button-next, .life-container-rtl .life-button-prev {
  right: 20px;
  left: auto; }

#overview, #overview2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 42;
  background-color: #000000; }
  #overview .container-1, #overview2 .container-1 {
    width: 100% !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    height: 100vh;
    opacity: 0; }
    #overview .container-1 .text, #overview2 .container-1 .text {
      position: absolute;
      bottom: 10%;
      left: 60%;
      z-index: 10; }
    #overview .container-1 h1, #overview2 .container-1 h1 {
      font-size: 1px; }
    #overview .container-1 h2, #overview2 .container-1 h2 {
      text-transform: uppercase;
      font-weight: 800;
      line-height: 1.2 !important;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#b8b8b8));
      background-image: -webkit-linear-gradient(top, white, #b8b8b8);
      background-image: -o-linear-gradient(top, white, #b8b8b8);
      background-image: linear-gradient(180deg, white, #b8b8b8);
      color: #fff;
      position: relative;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
    #overview .container-1 img, #overview2 .container-1 img {
      width: 100%;
      max-width: 1040px;
      margin-left: 100px;
      position: relative;
      opacity: .7;
      -webkit-filter: brightness(1);
      filter: brightness(1);
      -webkit-animation: light 1s linear infinite;
      animation: light 1s linear infinite; }
    #overview .container-1 hr, #overview2 .container-1 hr {
      border: 1px solid #96A1A4 !important;
      width: 180px !important;
      margin: 10px 0 20px 0;
      margin-left: 0; }
    #overview .container-1 p, #overview2 .container-1 p {
      width: 65%; }
    #overview .container-1 .bg, #overview2 .container-1 .bg {
      background-position: center; }
  #overview .container-2, #overview2 .container-2 {
    width: 90% !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    height: 100vh;
    background: #000000; }
    #overview .container-2 .text, #overview2 .container-2 .text {
      margin-left: 10%;
      padding: 0; }
    #overview .container-2 h2, #overview2 .container-2 h2 {
      text-transform: uppercase;
      font-weight: 800;
      line-height: 1.2 !important;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#b8b8b8));
      background-image: -webkit-linear-gradient(top, white, #b8b8b8);
      background-image: -o-linear-gradient(top, white, #b8b8b8);
      background-image: linear-gradient(180deg, white, #b8b8b8);
      color: #fff;
      position: relative;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
    #overview .container-2 img, #overview2 .container-2 img {
      width: 50%;
      max-width: 750px;
      position: relative;
      opacity: 1;
      z-index: 5; }
    #overview .container-2 hr, #overview2 .container-2 hr {
      border: 1px solid #96A1A4 !important;
      margin: 10px 0 20px 0;
      width: 180px !important;
      margin-left: 0; }
    #overview .container-2 p, #overview2 .container-2 p {
      width: 65%; }

#overview {
  height: 100vh; }
  #overview .container-1 .bg {
    background-image: url(../images/overview-bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; }

@-webkit-keyframes light {
  10% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); }
  50% {
    -webkit-filter: brightness(130%);
    filter: brightness(130%); }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }

@keyframes light {
  10% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); }
  50% {
    -webkit-filter: brightness(130%);
    filter: brightness(130%); }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }

#design:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000000), color-stop(30%, transparent), color-stop(70%, transparent), color-stop(90%, #000000));
  background: -webkit-linear-gradient(bottom, #000000 20%, transparent 30%, transparent 70%, #000000 90%);
  background: -o-linear-gradient(bottom, #000000 20%, transparent 30%, transparent 70%, #000000 90%);
  background: linear-gradient(to top, #000000 20%, transparent 30%, transparent 70%, #000000 90%);
  width: 100vw;
  height: 110vh;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

#design {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  background-color: #000000; }
  #design .container {
    position: relative;
    width: 100% !important;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden; }
    #design .container hr {
      border: 1px solid #a7b7bb !important;
      width: 290px;
      margin-left: 0;
      margin: 0 auto 10px auto; }
    #design .container .text {
      padding: 8em 4em;
      min-height: 200px !important; }
    #design .container .video {
      position: relative;
      min-height: 90vh !important;
      margin-top: 30px; }
    #design .container video {
      position: absolute;
      top: 0 !important;
      opacity: 0;
      min-width: 100%;
      min-height: 100%;
      z-index: 1; }
    #design .container .text2 {
      width: 100%;
      position: fixed;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 20;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #design .container .text2 h2 {
        font-size: 120px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;
        line-height: 1.2 !important;
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#b8b8b8));
        background-image: -webkit-linear-gradient(top, white, #b8b8b8);
        background-image: -o-linear-gradient(top, white, #b8b8b8);
        background-image: linear-gradient(180deg, white, #b8b8b8);
        color: #fff;
        position: relative;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 0;
        scale: 1; }
      #design .container .text2 p {
        color: #ffffff;
        font-size: 24px;
        margin: -10px auto 0 auto;
        text-align: center;
        line-height: 1.4 !important;
        letter-spacing: 3px;
        opacity: 0; }
      #design .container .text2 .icon-play-circled2:before {
        content: '\e81b';
        font-size: 20px; }
      #design .container .text2 a {
        margin-top: 30px; }
    #design .container svg {
      fill: #ffffff;
      width: 100px;
      margin-top: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

#design .container .text2 .video-btn:hover .icon-play-circled2,
#design .container .text2 .video-btn:active .icon-play-circled2,
#design .container .text2 .video-btn:focus .icon-play-circled2 {
  color: #000; }

.icon-play-circled2:before {
  content: '\e81b';
  font-size: 20px;
  margin-bottom: 4px; }

a, #design .container .video-btn {
  cursor: pointer; }

#material {
  width: 100%;
  height: 120vh;
  position: relative;
  z-index: 50;
  overflow: hidden;
  background-color: #000000; }

#material-01, #material-02, #material-03 {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
  background-color: #000000;
  opacity: 0; }
  #material-01 .container, #material-02 .container, #material-03 .container {
    position: absolute;
    width: 100% !important;
    height: 100vh;
    margin-top: 50px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    #material-01 .container img, #material-02 .container img, #material-03 .container img {
      width: 50%;
      max-width: 800px;
      z-index: 20; }
    #material-01 .container h2, #material-01 .container p, #material-02 .container h2, #material-02 .container p, #material-03 .container h2, #material-03 .container p {
      color: #ffffff; }
    #material-01 .container h2, #material-02 .container h2, #material-03 .container h2 {
      text-transform: uppercase;
      font-size: 42px; }
    #material-01 .container p, #material-02 .container p, #material-03 .container p {
      font-size: 18px;
      max-width: 400px;
      color: #DDDDDD; }
    #material-01 .container hr, #material-02 .container hr, #material-03 .container hr {
      border: 1px solid #a7b7bb !important;
      width: 36%;
      margin-left: 0;
      margin: 10px 0 15px 0; }
    #material-01 .container .watch, #material-02 .container .watch, #material-03 .container .watch {
      width: 80%;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    #material-01 .container .text, #material-02 .container .text, #material-03 .container .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 0;
      width: 30%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      text-align: left;
      z-index: 20; }
    #material-01 .container .product, #material-02 .container .product, #material-03 .container .product {
      position: relative; }
  #material-01 .bg, #material-02 .bg, #material-03 .bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 10;
    opacity: 0; }
  #material-01 .circle, #material-02 .circle, #material-03 .circle {
    width: 1000px;
    height: 1000px;
    background: -webkit-radial-gradient(circle, black 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
    background: -o-radial-gradient(circle, black 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
    background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 19;
    -webkit-filter: blur(20px);
    filter: blur(20px); }

#material-01 .bg {
  background-image: url("../images/material-bg-01.jpg");
  -webkit-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
  width: 110%;
  height: 100vh; }

#material-01 .circle {
  left: 10%; }

#material-01 .container .text {
  width: 40%;
  margin-left: 100px; }

#material-01:after, #material-03:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000000), to(transparent));
  background: -webkit-linear-gradient(left, #000000 50%, transparent 100%);
  background: -o-linear-gradient(left, #000000 50%, transparent 100%);
  background: linear-gradient(to right, #000000 50%, transparent 100%);
  width: 20%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

#material-02:after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #000000), to(transparent));
  background: -webkit-linear-gradient(right, #000000 50%, transparent 100%);
  background: -o-linear-gradient(right, #000000 50%, transparent 100%);
  background: linear-gradient(to left, #000000 50%, transparent 100%);
  width: 20%;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

#material-02 .bg {
  background-image: url("../images/material-bg-02.jpg");
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  width: 120%;
  height: 100vh; }

#material-02 .circle {
  right: 10%; }

#material-02 .container img {
  width: 60%;
  max-width: 850px; }

#material-03 .bg {
  background-image: url("../images/material-bg-03.jpg");
  -webkit-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
  width: 110%;
  height: 100vh; }

#material-03 .circle {
  left: 10%;
  width: 870px; }

#material-03 .container .text {
  width: 40%;
  margin-left: 100px; }

#design-2 {
  position: relative;
  top: 0;
  z-index: 50;
  display: block;
  overflow: hidden;
  background-color: #000000;
  background-image: url("../images/carbon-bg.jpg");
  background-size: cover;
  background-position: center; }
  #design-2 .container {
    position: relative;
    width: 100% !important;
    min-height: 80vh;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    #design-2 .container .group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #design-2 .container .group img {
        width: 100%;
        max-width: 600px; }
      #design-2 .container .group h3, #design-2 .container .group p {
        color: #ffffff; }
      #design-2 .container .group h3 {
        text-transform: uppercase; }
      #design-2 .container .group p {
        font-size: 16px; }
      #design-2 .container .group hr {
        border: 1px solid #a7b7bb !important;
        width: 290px;
        margin-left: 0;
        margin: 0 auto 10px auto; }
      #design-2 .container .group .watch {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      #design-2 .container .group .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0; }
      #design-2 .container .group .ti {
        position: relative;
        left: 5%; }
        #design-2 .container .group .ti .text {
          padding-right: 0; }
          #design-2 .container .group .ti .text h3, #design-2 .container .group .ti .text p {
            text-align: right; }
        #design-2 .container .group .ti img {
          position: relative;
          left: 100px; }
      #design-2 .container .group .carbon {
        position: relative;
        right: 5%; }
        #design-2 .container .group .carbon .text {
          padding-left: 0; }
        #design-2 .container .group .carbon img {
          position: relative;
          left: -100px; }

#sapphire {
  position: relative;
  z-index: 20;
  background: #000000;
  overflow: hidden; }
  #sapphire .container {
    position: relative;
    width: 100% !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #sapphire .container .text {
      margin-top: 15vh;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #sapphire .container .text div {
        margin: 0 100px; }
    #sapphire .container .watch {
      margin-top: -100px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    #sapphire .container h3 {
      font-size: 36px;
      margin: 0 auto;
      text-align: center;
      color: #ffffff; }
    #sapphire .container p {
      font-size: 21px;
      color: #DDDDDD;
      margin: 0 auto;
      text-align: center; }
    #sapphire .container img {
      width: 1000px;
      margin: 10vh auto 0 auto;
      opacity: 0;
      bottom: 10%; }
    #sapphire .container hr {
      border: 1px solid #96A1A4 !important;
      width: 100%;
      margin: 5px auto 10px auto; }

#bands {
  position: relative;
  z-index: 42;
  background-color: #000000; }
  #bands .bg {
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    background-image: url("../images/marq-bands-bg.jpg");
    background-size: cover;
    background-position: center; }
  #bands .container {
    position: relative;
    width: 60% !important;
    margin: 0 auto;
    padding-bottom: 10vh;
    z-index: 42;
    opacity: 0; }
    #bands .container .text {
      text-align: center; }
    #bands .container h2 {
      font-weight: 800;
      margin: 0 auto;
      padding-bottom: 10px;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 1.2 !important;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#b8b8b8));
      background-image: -webkit-linear-gradient(top, white, #b8b8b8);
      background-image: -o-linear-gradient(top, white, #b8b8b8);
      background-image: linear-gradient(180deg, white, #b8b8b8);
      color: #fff;
      position: relative;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
    #bands .container p {
      font-size: 16px; }
  #bands .flex-box .text {
    padding: 2em 4em;
    min-height: 300px; }
  #bands .container-2 {
    position: absolute;
    width: 100% !important;
    height: 100vh;
    max-height: 1000px;
    top: 0;
    left: 0;
    z-index: 50;
    opacity: 0; }
    #bands .container-2 p {
      font-size: 18px;
      color: #DCDCDC;
      margin: 0 auto; }
    #bands .container-2 .text-2 {
      position: absolute;
      top: 90%;
      left: 20%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #bands .container-2 .text-2 h3, #bands .container-2 .text-2 p {
        text-align: left; }
      #bands .container-2 .text-2 hr {
        border: 0.5px solid #96A1A4 !important;
        width: 180px;
        margin-left: 0; }
    #bands .container-2 .text-3 {
      position: absolute;
      top: 75%;
      left: 45%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #bands .container-2 .text-3 h3, #bands .container-2 .text-3 p {
        text-align: left; }
      #bands .container-2 .text-3 p {
        line-height: 1.4 !important; }
      #bands .container-2 .text-3 hr {
        border: 0.5px solid #96A1A4 !important;
        width: 180px; }
    #bands .container-2 .text-4 {
      position: absolute;
      top: 83%;
      left: 63%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #bands .container-2 .text-4 h3, #bands .container-2 .text-4 p {
        text-align: left; }
      #bands .container-2 .text-4 hr {
        border: 0.5px solid #96A1A4 !important;
        width: 180px; }

#legacy {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background-color: #000000;
  z-index: 42; }
  #legacy .container {
    position: relative;
    width: 70% !important;
    border: 2px solid #ffffff;
    z-index: 20; }
    #legacy .container img {
      position: relative;
      z-index: 25;
      width: 100%;
      max-width: 900px;
      right: -10%;
      padding: 4em 0; }
    #legacy .container .content {
      padding: 8em 0em 8em 1.6em;
      margin-left: 3em;
      min-height: 500px;
      min-width: 15%; }
    #legacy .container h2 {
      font-size: 48px;
      color: #ffffff;
      width: 150%;
      line-height: 1.2 !important; }
    #legacy .container hr {
      border: 1px solid #96A1A4 !important;
      width: 220px;
      margin-left: 0;
      margin-bottom: 15px; }
    #legacy .container p {
      font-size: 16px;
      color: #dddddd;
      width: 100%;
      margin-bottom: 30px; }

#color {
  position: relative;
  width: 100%;
  padding: 12vw 0 8vw 0;
  background-position: center;
  overflow: hidden;
  background-image: url("../images/marq-spec-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50; }
  #color .container {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #color .container .slogan {
      max-width: 360px;
      margin-bottom: 10px; }
    #color .container ol {
      width: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px auto;
      padding: 0;
      text-align: center;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      z-index: 4;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #color .container li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0px 25px; }
      #color .container li p {
        color: #ffffff;
        margin-bottom: 5px;
        line-height: 1.4 !important; }
      #color .container li .edition {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 10px;
        color: #999999;
        height: 34px; }
      #color .container li .small {
        font-size: .9em !important;
        color: #ffffff;
        margin-bottom: 5px; }
      #color .container li .price {
        font-size: .9em;
        margin-right: 16px; }
      #color .container li h3 {
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 0;
        letter-spacing: 2px; }
      #color .container li hr {
        border: 1px solid !important;
        width: 100%; }
      #color .container li hr.carbon-commander {
        color: #98a3a5; }
      #color .container li hr.athlete, #color .container li hr.carbon-athlete {
        color: #DCDB55; }
      #color .container li hr.adventurer {
        color: #e76123; }
      #color .container li hr.golfer, #color .container li hr.carbon-golfer {
        color: #6BA055; }
      #color .container li hr.captain {
        color: #8BC6D0; }
      #color .container li hr.aviator {
        color: #0074B8; }
      #color .container li a {
        color: #ffffff !important;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 1em;
        letter-spacing: .1em;
        border-radius: 0;
        position: relative;
        margin-top: 45px; }
      #color .container li .price {
        position: relative; }
      #color .container li .price:after {
        position: absolute;
        top: 0.2em;
        right: -15px;
        display: inline-block;
        padding: 0;
        width: 0.5em;
        height: 0.5em;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        content: "";
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #color .container li a:hover .price:after {
        -webkit-animation: move 1s ease-out .4s infinite both;
        animation: move 1s ease-out .4s infinite both; }
    #color .container .new:after {
      position: absolute;
      display: inline-block;
      content: "NEW";
      background-color: transparent;
      color: #dddddd;
      padding: 0.2rem 0.8rem 0.1rem 0.8rem;
      font-size: 12px;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      top: 0; }
    #color .container .tag {
      background-color: #798b9c;
      padding: 0.2rem 0.8rem;
      border-radius: 5px;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 12px;
      margin-bottom: 5px; }
    #color .container .stroked-title {
      color: transparent;
      -webkit-text-stroke: 2px #dfdfdf;
      text-stroke: 2px white;
      font-size: 13vw;
      position: absolute;
      top: -13vw;
      z-index: 1;
      width: 100%;
      text-transform: uppercase;
      text-align: center; }
  #color .owl-nav {
    position: absolute;
    width: 220%;
    top: 50%;
    left: -5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
  #color .button {
    background: none;
    width: 100px;
    height: 600px;
    margin-top: 0;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  #color .button:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s; }
  #color .button:before {
    font-size: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #color .button.swiper-button-next, #color .button.swiper-button-next:before {
    right: 0; }
  #color .button.swiper-button-prev {
    left: 0; }
  #color img {
    width: 100%;
    max-width: 300px; }

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg); }
  to {
    -webkit-transform: translateX(0.5em) rotate(-45deg);
    transform: translateX(0.5em) rotate(-45deg); } }

@keyframes move {
  0% {
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg); }
  to {
    -webkit-transform: translateX(0.5em) rotate(-45deg);
    transform: translateX(0.5em) rotate(-45deg); } }

#aem-email, .gf__footer {
  position: relative;
  z-index: 50; }

/*owl*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100; }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 60%;
  margin: 0 auto; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

#hero2 {
  line-height: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  z-index: 25;
  background-size: cover;
  background-image: url(../images/legacy-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  #hero2 > div {
    margin-top: 0;
    padding-bottom: 0;
    background-position: center;
    background-size: cover;
    display: block;
    position: relative;
    min-height: auto; }
  #hero2 .bg {
    width: 100%;
    height: 900px;
    background-image: url(../images/kv-mountain.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 20%;
    z-index: 5; }
  #hero2 .slogandiv {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 20; }
  #hero2 .slogan {
    width: 100%;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9% auto 0 auto;
    opacity: 1;
    z-index: 15; }
  #hero2 .flex-box .text {
    width: 70%;
    padding: 6em 2em 8em 2em !important;
    min-height: 300px !important; }
  #hero2 .container {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #hero2 .container h2 {
      font-size: 48px;
      margin: 0 auto;
      text-align: center;
      color: #ffffff; }
    #hero2 .container p {
      font-size: 18px;
      color: #ffffff;
      margin: 0 auto;
      text-align: center; }
    #hero2 .container img {
      width: 100%;
      margin: 0 auto 0 auto; }
    #hero2 .container hr {
      border: 2px solid #96A1A4 !important;
      width: 20%;
      margin-left: 0;
      margin: 10px auto 20px auto; }
    #hero2 .container .flex-box .text {
      min-height: 300px !important; }

#legacy-overview .flex-box .text, #legacy-quality .flex-box .text, #legacy-design .flex-box .text {
  width: 70% !important; }

#kvmovie {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  z-index: 25; }
  #kvmovie .container {
    max-width: 100vw;
    width: 100% !important;
    height: calc(100vh - 120px);
    position: relative; }
    #kvmovie .container video {
      position: absolute;
      top: -110px;
      width: 100vw; }
    #kvmovie .container .text {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 4; }
      #kvmovie .container .text .icon-play-circled2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 80px;
        color: #fff; }

.icon-play-circled2:before {
  content: '\e81b';
  font-size: 80px; }

#kvmovie:after {
  content: "";
  background: #000000;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }

#legacy-quality {
  position: relative;
  z-index: 20; }
  #legacy-quality .container {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #legacy-quality .container h2 {
      font-size: 48px;
      text-align: left;
      color: #ffffff;
      opacity: 0; }
    #legacy-quality .container p {
      font-size: 18px;
      color: #ffffff;
      margin: 0 auto 30px auto;
      text-align: left;
      opacity: 0; }
    #legacy-quality .container img {
      width: 100%;
      margin: 0 auto 0 auto; }
    #legacy-quality .container hr {
      border: 1px solid #96A1A4 !important;
      width: 150px;
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 20px; }
    #legacy-quality .container .frame {
      border: 1px #ffffff solid; }
      #legacy-quality .container .frame p {
        font-size: 16px;
        color: #ffffff;
        margin: 0 auto;
        text-align: left;
        padding: 2em; }

#legacy-design {
  position: relative;
  z-index: 20; }
  #legacy-design .container {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #legacy-design .container h2 {
      font-size: 48px;
      text-align: left;
      color: #ffffff;
      opacity: 0; }
    #legacy-design .container p {
      font-size: 18px;
      color: #ffffff;
      margin: 0 auto 30px auto;
      text-align: left;
      opacity: 0; }
    #legacy-design .container img {
      width: 100%;
      margin: 0 auto 0 auto; }
    #legacy-design .container hr {
      border: 1px solid #96A1A4 !important;
      width: 132px;
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 20px;
      text-align: left; }
    #legacy-design .container .frame {
      border: 1px #ffffff solid; }
      #legacy-design .container .frame p {
        font-size: 16px;
        color: #ffffff;
        margin: 0 auto;
        text-align: left;
        padding: 2em 0;
        width: 90%; }

#backarea .container {
  position: relative;
  width: 100%;
  padding: 5vh 0; }
  #backarea .container .text {
    margin: 0 auto;
    text-align: center; }
    #backarea .container .text a {
      color: #ffffff;
      font-size: 32px;
      position: relative; }
      #backarea .container .text a span {
        color: #96A1A4;
        display: inline-block; }

#backarea .container a:after {
  position: absolute;
  top: 0.4em;
  right: -1em;
  display: inline-block;
  padding: 0;
  width: 0.5em;
  height: 0.5em;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (min-width: 2100px) and (max-width: 2400px) {
  #product .wrapper .watch {
    bottom: 10px; }
  #product .wrapper .all-content {
    max-height: 1010px; }
  #product .wrapper .carbon-commander video {
    margin-top: -70.1%;
    left: 49.6%;
    width: 219px; }
  #product .wrapper .carbon-golfer video {
    margin-top: -77.6%; }
  #product .wrapper .carbon-athlete video {
    position: absolute;
    margin-top: -67.4%; }
  #product .wrapper .golfer video {
    margin-top: -71.7%;
    left: 51.2%; }
  #product .wrapper .adventurer video {
    margin-top: -76%; }
  #product .wrapper .athlete video {
    margin-top: -68.2%;
    left: 51.8%; }
  #product .wrapper .aviator video {
    margin-top: -71.9%;
    left: 51.6%; }
  #product .wrapper .captain video {
    margin-top: -72.3%;
    left: 51.5%; }
  #product .life-slide {
    height: 100vh;
    position: relative;
    max-height: 1000px;
    min-height: 850px;
    background-position: center center; }
  #overview .container-1 img {
    margin-left: 15%; }
  #bands .container-2 .text-4 {
    left: 65%; } }

@media (min-width: 2400px) and (max-width: 2560px) {
  #hero .bg {
    height: 1040px; }
  #hero .slogan {
    width: 100%;
    max-width: 650px; }
  #hero .bg2 {
    height: 750px; }
  #product .wrapper .all-content {
    height: 100vh; }
  .life-slide {
    max-height: 1160px;
    height: 100vh;
    background-size: cover;
    background-position: center center; }
  #product .wrapper .edition {
    font-size: 24px;
    height: 32px; }
  #product .wrapper .all-content {
    max-height: 1300px;
    min-height: 850px; }
  #product .wrapper .watch-brand {
    font-size: 145px;
    height: 170px; }
  #product .wrapper .watch-name {
    font-size: 50px; }
  #product .wrapper .life-slide ol {
    width: 34%;
    margin-top: 4%; }
  #overview2 .container-1 img, #overview .container-1 img {
    max-width: 1350px;
    margin-left: 100px;
    position: relative;
    opacity: .7; }
  #overview .container-1 .text {
    position: absolute;
    bottom: 20%;
    left: 60%; }
  #overview2 .container-2 img {
    max-width: 1100px;
    margin-right: -10vw; }
  #design .container-2 .text-3 {
    top: 50%;
    right: 13vw; }
  #design .container-2 .text-2 {
    top: 50%;
    left: 25%; }
  #legacy .container p {
    width: 100%; }
  #bands .container-2 .text-4 {
    top: 83%;
    left: 67%; } }

@media (max-width: 1800px) {
  #legacy .container p {
    width: 130%; }
  #legacy .container img {
    max-width: 860px; } }

@media (max-width: 1680px) {
  .text:not(td) h2 {
    font-size: 55px; }
  section p:not(td) {
    font-size: 16px; }
  #damascus .all-content h3 {
    font-size: 36px;
    letter-spacing: 3px; }
  #damascus .all-content p {
    font-size: 21px; }
  #damascus .all-content .arrow {
    font-size: 16px; }
  #damascus .all-content .left {
    padding-right: 30px; }
  #damascus .all-content .arrow:after {
    top: 10px;
    right: 40px;
    width: 0.4em;
    height: 0.4em; }
  #material-01 .container hr, #material-02 .container hr, #material-03 .container hr {
    width: 42%; }
  .life-slide {
    max-height: 900px; }
  #product .wrapper .all-content {
    height: 930px; }
  #product .wrapper .watch {
    width: 350px;
    margin-right: 15px; }
  #product .wrapper .watch-name {
    font-size: 30px; }
  #product .wrapper .watch-brand {
    font-size: 110px;
    height: 135px; }
  #product .wrapper hr {
    margin: 10px 0 20px 0; }
  #product .wrapper .carbon-commander video {
    margin-top: -82.4%;
    left: 49.6%;
    width: 185px; }
  #product .wrapper .carbon-golfer video {
    margin-top: -89.2%;
    left: 50.8%;
    width: 185px; }
  #product .wrapper .carbon-athlete video {
    margin-top: -79.0%;
    left: 49.8%;
    width: 185px; }
  #product .wrapper .golfer video {
    margin-top: -292px;
    left: 51.5%;
    width: 191px; }
  #product .wrapper .athlete video {
    margin-top: -277px;
    left: 51.8%;
    width: 202px; }
  #product .wrapper .adventurer video {
    left: 52.5%;
    width: 198px;
    margin-top: -87.3%; }
  #product .wrapper .captain video {
    left: 51.3%;
    width: 189px;
    margin-top: -84.3%; }
  #product .wrapper .aviator video {
    left: 52.3%;
    width: 198px;
    margin-top: -84.1%; }
  #overview .container-1 p, #overview .container-2 p, #overview2 .container-1 p, #overview2 .container-2 p {
    width: 75%; }
  #overview .container-1 .text, #overview2 .container-1 .text {
    left: 52%; }
  #design .container .text {
    padding: 6em 4em;
    min-height: 200px !important; }
    #design .container .text h2 {
      font-size: 100px; }
  #design .container-2 .text-2 {
    top: 50%;
    left: 21%; }
  #design .container-2 .text-3 {
    top: 50%;
    right: 5%; }
  #bands .container-2 .text-3 {
    top: 75%;
    left: 43%; }
  #bands .container-2 .text-4 {
    top: 83%;
    left: 65%; }
  #legacy .container {
    width: 80% !important; }
  #legacy .container p {
    width: 100%; } }

@media (max-width: 1600px) {
  #hero .slogan {
    margin: 4% auto 0 auto; }
  #maincontent {
    height: 130vh; }
    #maincontent .container .text h2 {
      font-size: 70px; }
  .life-slide {
    height: 100vh;
    max-height: 730px;
    min-height: 690px; }
  #product .wrapper .all-content {
    height: 720px; }
  #product .wrapper .edition {
    font-size: 16px; }
  #product .wrapper .watch {
    width: 280px;
    bottom: 10px;
    margin-right: 15px; }
  #product .wrapper .life-slide ol {
    width: 100%;
    left: 10%;
    padding: 60px 0 0 0px; }
  #product .wrapper .watch-brand {
    font-size: 80px;
    height: 100px; }
  #product .wrapper .watch-name {
    font-size: 24px; }
  #product .wrapper .arrow {
    font-size: 16px;
    margin: 0 15px 0 0; }
  #product .wrapper .carbon-commander video {
    left: 49.5%;
    width: 150px;
    margin-top: -200px; }
  #product .wrapper .carbon-golfer video {
    left: 49.8%;
    width: 150px;
    margin-top: -220px; }
  #product .wrapper .carbon-athlete video {
    left: 49.5%;
    width: 146px;
    margin-top: -191px; }
  #product .wrapper .golfer video {
    left: 51.4%;
    width: 150px;
    margin-top: -205px; }
  #product .wrapper .athlete video {
    left: 51.8%;
    margin-top: -193px;
    width: 160px; }
  #product .wrapper .adventurer video {
    left: 52.4%;
    margin-top: -216px;
    width: 157px; }
  #product .wrapper .aviator video {
    left: 52.0%;
    width: 155px;
    margin-top: -207px; }
  #product .wrapper .captain video {
    left: 51.5%;
    width: 151px;
    margin-top: -206px; }
  #overview .container-1 img {
    max-width: 840px; }
  #overview .container-1 .text, #overview2 .container-1 .text {
    bottom: 5%; }
  #overview2 .container-2 img {
    max-width: 720px; }
  #design .container .text2 h2 {
    font-size: 100px; }
  #design-2 .container {
    min-height: 680px; }
    #design-2 .container .group p {
      font-size: 16px; }
    #design-2 .container .group img {
      width: 100%;
      max-width: 420px; }
  #color .container li h3 {
    font-size: 21px; } }

@media (max-width: 1512px) {
  #product .wrapper .all-content {
    height: 710px; } }

@media (max-width: 1440px) {
  .text:not(td) h2 {
    font-size: 52px; }
  section p:not(td) {
    font-size: 16px; }
  #hero .bg {
    top: 25%; }
  #hero .product {
    max-width: 1200px;
    top: auto;
    bottom: 0; }
  #hero .product-carbon, #hero .product-titanium {
    max-width: 1300px; }
  #maincontent .container .text h2 {
    font-size: 70px;
    font-weight: normal; }
  #product .wrapper hr {
    margin: 5px 0 10px 0; }
  #product .wrapper .all-content {
    max-height: 740px;
    min-height: 650px; }
  .life-slide {
    height: 100vh;
    max-height: 690px;
    min-height: 650px; }
  #product .wrapper .watch {
    width: 300px;
    bottom: 25px;
    margin-right: 15px; }
  #product .wrapper .watch-brand {
    font-size: 70px;
    height: 90px; }
  #product .wrapper .watch-name {
    margin-top: 10px; }
  #product .wrapper .edition {
    font-size: 14px; }
  #product .wrapper .athlete .watch {
    bottom: 35px; }
  #product .wrapper .life-slide ol {
    width: 40%;
    left: 10%;
    padding: 35px 0 0 0px; }
  #product .wrapper .carbon-commander video {
    top: 55.5%;
    left: 49.5%;
    width: 155px;
    margin-top: -230px; }
  #product .wrapper .carbon-golfer video {
    top: 55.5%;
    left: 49.8%;
    width: 160px;
    margin-top: -250px; }
  #product .wrapper .carbon-athlete video {
    top: 54.5%;
    left: 49.5%;
    width: 156px;
    margin-top: -220px; }
  #product .wrapper .golfer video {
    top: 51.5%;
    left: 51.4%;
    width: 160px;
    margin-top: -233px; }
  #product .wrapper .athlete video {
    top: 54.2%;
    left: 51.7%;
    margin-top: -232px;
    width: 170px; }
  #product .wrapper .adventurer video {
    top: 48.1%;
    left: 52.5%;
    margin-top: -244px;
    width: 170px; }
  #product .wrapper .captain video {
    top: 50.6%;
    left: 51.3%;
    width: 162px;
    margin-top: -234px; }
  #product .wrapper .aviator video {
    top: 68.5%;
    left: 52.0%;
    width: 168px;
    margin-top: -233px; }
  #overview .container-1 img, #overview2 .container-1 img {
    max-width: 810px;
    margin-left: 100px; }
  #overview .container-1 .text, #overview2 .container-1 .text {
    bottom: 5px;
    left: auto;
    right: 0; }
  #overview .container-1 p, #overview2 .container-1 p {
    width: 90%; }
  #overview .container-2 p, #overview2 .container-2 p {
    width: 85%; }
  #overview .container-2 img, #overview2 .container-2 img {
    max-width: 610px; }
  #overview2 .container-2 hr, #overview .container-1 hr {
    width: 156px !important; }
  #overview .container-1 p, #overview2 .container-1 p {
    width: 80%; }
  #damascus .all-content h3 {
    font-size: 30px;
    letter-spacing: 3px; }
  #overview .container-1 .text, #overview2 .container-1 .text {
    left: 50%; }
  #legacy .container p {
    width: 160%; }
  #damascus .all-content p {
    font-size: 18px; }
  #design {
    position: relative;
    z-index: 20; }
    #design .container {
      position: relative;
      width: 100% !important; }
      #design .container h2 {
        margin: 0 auto;
        text-align: center; }
      #design .container hr {
        margin-left: 0;
        margin: 30px auto 0 auto; }
      #design .container .text {
        padding: 8em 4em;
        min-height: 200px !important; }
      #design .container .text2 p {
        font-size: 21px; }
    #design .container-2 h3 {
      font-size: 36px; }
    #design .container-2 p {
      font-size: 21px; }
    #design .container-2 .text-2 {
      top: 50%;
      left: 20%; }
      #design .container-2 .text-2 hr {
        margin-left: 0; }
    #design .container-2 .text-3 {
      top: 50%;
      right: 10%; }
      #design .container-2 .text-3 h3 {
        text-align: right; }
      #design .container-2 .text-3 hr {
        width: 135%;
        margin-left: -49px; }
  #design-2 .container .group hr {
    width: 250px; }
  #material-01 .container p, #material-02 .container p, #material-03 .container p {
    font-size: 16px; }
  #material-01 .container h2, #material-02 .container h2, #material-03 .container h2 {
    font-size: 36px; }
  #material-02 .container .text {
    width: 40%; }
  #sapphire .container p {
    font-size: 18px; }
  #bands .container-2 p {
    font-size: 16px; }
  #bands .container-2 .text-3 {
    top: 75%;
    left: 41vw; }
  #bands .container-2 .text-4 {
    top: 83%;
    left: 65vw; }
  #legacy .container {
    width: 85% !important; }
    #legacy .container .content {
      padding: 8em 0; }
    #legacy .container h2 {
      width: 130%; }
    #legacy .container p {
      font-size: 16px;
      margin-bottom: 30px; }
    #legacy .container img {
      max-width: 850px;
      right: -10%;
      padding: 4em; }
  #color {
    padding: 5vw 0;
    background-position: center; }
    #color .container li {
      padding: 0 20px; }
  #color .container li h3 {
    font-size: 21px;
    margin-bottom: 0; }
  #hero2 .slogan {
    max-width: 35vw; }
  #kvmovie .container video {
    top: -100px; }
  #backarea .container .text a {
    font-size: 21px; } }

@media (min-width: 1370px) and (max-width: 1439px) {
  #legacy .container img {
    max-width: 700px; }
  #legacy .container p {
    width: 120%; } }

@media (max-width: 1368px) {
  #hero .product {
    max-width: 1000px; }
  #hero .slogan {
    max-width: 420px;
    margin: 4% auto 0 auto; }
  #damascus .all-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #damascus .all-content h2 {
      font-size: 80px; }
    #damascus .all-content h3 {
      font-size: 32px; }
    #damascus .all-content p {
      font-size: 18px; }
    #damascus .all-content .left, #damascus .all-content .right {
      width: 35%; }
  #damascus .bg {
    bottom: -40px; }
  #product .wrapper .all-content {
    max-height: 750px;
    min-height: 560px;
    height: 650px; }
  #product .wrapper .watch-name {
    font-size: 21px; }
  #product .wrapper li a {
    font-size: 14px; }
  #product .wrapper .arrow {
    font-size: 15px;
    margin: 10px 26px 10px 0; }
  #product .wrapper hr {
    margin: 10px 0 5px 0; }
  #product .wrapper .watch {
    width: 250px;
    bottom: 30px;
    margin-right: 15px; }
  #product .wrapper .life-slide ol {
    padding: 4vh 0 0 0; }
  #product .wrapper .carbon-athlete video {
    top: 54.5%;
    left: 49.5%;
    width: 131px;
    margin-top: -192px; }
  #product .wrapper .carbon-commander video {
    top: 55.5%;
    left: 49.5%;
    width: 130px;
    margin-top: -200px; }
  #product .wrapper .carbon-golfer video {
    top: 55.5%;
    left: 50%;
    width: 132px;
    margin-top: -218px; }
  #product .wrapper .athlete video {
    top: 54.2%;
    left: 51.7%;
    margin-top: -199px;
    width: 145px; }
  #product .wrapper .adventurer video {
    top: 53.6%;
    left: 52.5%;
    margin-top: -214px;
    width: 140px; }
  #product .wrapper .golfer video {
    top: 51.5%;
    left: 51.4%;
    width: 135px;
    margin-top: -204px; }
  #product .wrapper .captain video {
    top: 50.6%;
    left: 51.3%;
    width: 135px;
    margin-top: -205px; }
  #product .wrapper .aviator video {
    top: 68.5%;
    left: 52.0%;
    width: 140px;
    margin-top: -205px; }
  .life-slide {
    height: 93vh;
    max-height: 700px;
    min-height: 560px; }
  #overview .container-1 img {
    max-width: 700px;
    margin-left: 120px; }
  #overview2 .container-2 img {
    max-width: 520px; }
  #overview .container-1 .text {
    bottom: 0%;
    left: 60%; }
  #overview .container-1 .text {
    bottom: 0%;
    left: 50%; }
  #design .container .text2 h2 {
    font-size: 90px; }
  #design-2 .container {
    min-height: 600px; }
    #design-2 .container .group img {
      width: 100%;
      max-width: 350px; }
  #legacy .container img {
    max-width: 800px;
    right: -10%;
    padding: 4em; }
  #color .container .slogan {
    max-width: 300px;
    margin-bottom: 10px; }
  #color .container li {
    padding: 0 10px; }
  #bands .flex-box .text {
    padding: 0;
    min-height: 300px; } }

@media (max-width: 1280px) {
  .text:not(td) h2 {
    font-size: 48px; }
  #hero .slogan {
    max-width: 400px;
    margin: 4% auto 0 auto; }
  #maincontent .container .text h2 {
    font-size: 60px; }
  #maincontent .container .text p:nth-child(2), #maincontent .container .text p:nth-child(3) {
    font-size: 20px; }
  #damascus .all-content {
    width: 80%; }
    #damascus .all-content h2 {
      font-size: 70px; }
    #damascus .all-content h3 {
      font-size: 28px;
      letter-spacing: 1px; }
    #damascus .all-content p {
      font-size: 16px;
      letter-spacing: 2px; }
    #damascus .all-content .left {
      padding-right: 0px; }
    #damascus .all-content .right {
      padding-left: 0px;
      width: 32%; }
    #damascus .all-content .left {
      width: 32%; }
  #damascus .all-content .arrow:after {
    top: 9px;
    right: 15px;
    width: 0.4em;
    height: 0.4em; }
  #product .wrapper .life-slide ol {
    width: 40%;
    top: 7%;
    left: 12%;
    padding: 4.5vh 0 0 0; }
  #product .wrapper .athlete video {
    margin-top: -202px; }
  #overview .container-1 .text {
    bottom: 0%;
    left: 60%; }
  #overview .container-1 p, #overview2 .container-1 p {
    font-size: 15px; }
  #overview .container-1 p {
    width: 80%; }
  #overview .container-1 .text {
    bottom: 0%;
    left: 50%; }
  #overview .container-1 .text {
    padding-left: 0; }
  #legacy .container p {
    width: 100%; }
  #legacy .container img {
    max-width: 600px;
    right: -40px;
    padding: 0; }
  #legacy .container .content {
    min-height: 300px; }
  #design .container-2 .text-3 {
    top: 50%;
    right: 7%; }
  #design .container .text {
    padding: 6em 2em 4em 2em;
    min-height: 200px !important; }
  #design .container .text2 p {
    font-size: 21px; }
  #design-2 .container .group hr {
    width: 225px; }
  #sapphire .container h3 {
    font-size: 32px; }
  #bands .container {
    padding-bottom: 0; }
  #bands .flex-box .text {
    padding: 2em 0;
    min-height: 300px; }
  #legacy .container h2 {
    font-size: 36px; }
  #color .container .slogan {
    max-width: 260px;
    margin-bottom: 10px; }
  #color .container li h3 {
    font-size: 20px; }
  #hero2 .flex-box .text {
    width: 70%;
    padding: 6em 2em 8em 2em !important;
    min-height: 200px !important; } }

@media (min-width: 1025px) and (max-width: 1270px) {
  #hero .slogan {
    max-width: 360px;
    margin: 7% auto 0 auto; }
  #damascus .all-content h3 {
    font-size: 28px; }
  #damascus .all-content .left, #damascus .all-content .right {
    width: 40%; }
  #product .wrapper .watch {
    bottom: 35px; }
  #overview .container-1 img {
    max-width: 800px;
    margin-left: 30px; }
  #legacy .container .content {
    padding: 8em 1em; }
  #legacy .container img {
    max-width: 660px; } }

@media (max-width: 1024px) {
  .pc-marq {
    display: none !important; }
  .mobile-marq {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  #hero {
    height: 110vw; }
    #hero .slogandiv {
      width: 100%; }
    #hero .slogan {
      max-width: 50vw;
      margin: 15% auto 0 auto; }
    #hero .bg {
      top: 16%;
      background-position: center; }
    #hero .product-carbon, #hero .product-titanium {
      width: 100vw;
      max-width: 1400px; }
    #hero .mask {
      bottom: -170vh; }
  #hero .product-carbon, #hero .product-titanium, #hero .product-all {
    width: 100vh; }
  #hero:after {
    height: 40vh;
    min-height: 700px; }
  #damascus .all-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 300px;
    width: 100%;
    text-align: center; }
    #damascus .all-content .left {
      padding-right: 0;
      width: 100%; }
    #damascus .all-content .right {
      padding-left: 0;
      margin-top: 30px; }
    #damascus .all-content h3 {
      font-size: 36px; }
    #damascus .all-content h2 {
      font-size: 80px; }
    #damascus .all-content p {
      font-size: 20px; }
  #damascus .bg {
    bottom: 0;
    height: 70vh; }
  #maincontent {
    height: 80vh; }
    #maincontent .container .text h2 {
      font-size: 60px; }
    #maincontent .container .text {
      width: 100%; }
  #product .container .text {
    margin: 3vw auto 3vw auto; }
  #product .container p {
    width: 100%;
    margin-bottom: 30px; }
  #product .container span {
    font-size: 85% !important; }
  #product .wrapper {
    position: relative; }
    #product .wrapper .athlete .watch {
      bottom: 35px; }
    #product .wrapper .watch-name {
      font-size: 24px; }
    #product .wrapper hr {
      width: 130px !important; }
    #product .wrapper li a {
      color: #ffffff;
      font-size: 20px;
      margin: 10px 0;
      position: relative; }
    #product .wrapper .life-slide ol {
      width: 50%;
      margin-top: -3%;
      margin-left: -2%; }
    #product .wrapper .all-content {
      height: 710px; }
  #product .wrapper .athlete video {
    top: 54.2%;
    left: 51.7%;
    margin-top: -198px;
    width: 140px; }
  #overview .container-1 img, #overview2 .container-1 img {
    max-width: 650px;
    margin-left: 20px; }
  #overview .container-1 .text, #overview .container-2 .text, #overview2 .container-1 .text, #overview2 .container-2 .text {
    margin-left: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #overview .container-2 img, #overview2 .container-2 img {
    max-width: 450px; }
  #overview {
    height: 110vh; }
    #overview .container-1 .bg {
      background-position: 30%;
      height: 60vh; }
    #overview .container-1 .text {
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    #overview .container-1 p {
      width: 80%; }
  #overview2 .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100% !important;
    height: 80vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    #overview2 .container-2 img {
      width: 100%;
      max-width: 600px; }
    #overview2 .container-2 .text {
      width: 100%;
      min-height: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
    #overview2 .container-2 p {
      width: 80%; }
  #design .container .text2 p {
    font-size: 24px; }
  #design .container .text2 h2 {
    font-size: 78px;
    margin-bottom: 15px;
    width: 100%; }
  #material-01 .container .watch, #material-02 .container .watch, #material-03 .container .watch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #material-01 .container img, #material-02 .container img, #material-03 .container img {
    width: 100%;
    max-width: 750px; }
  #material-01 .container .text, #material-02 .container .text, #material-03 .container .text {
    width: 100%;
    margin-top: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  #material-01 .container h2, #material-02 .container h2, #material-03 .container h2 {
    font-size: 48px; }
  #material-01 .container p, #material-02 .container p, #material-03 .container p {
    font-size: 20px;
    max-width: 800px; }
  #material-01 .circle, #material-02 .circle, #material-03 .circle {
    width: 900px;
    height: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #material-02 .container .watch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  #material-02 .circle {
    width: 80%;
    height: 1000px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #material-01 .container .text, #material-03 .container .text {
    margin-left: 0; }
  #material-02 .container .text {
    margin-right: 0; }
  #material-02 .circle {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: -webkit-radial-gradient(circle, black 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
    background: -o-radial-gradient(circle, black 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
    background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.1) 95%, transparent 100%); }
  #sapphire {
    height: 90vh;
    width: 100%;
    overflow: hidden; }
    #sapphire .container {
      overflow: hidden; }
      #sapphire .container img {
        width: 100% !important;
        margin: 25vh auto 0 auto;
        bottom: 5%; }
    #sapphire .flex-box .text {
      padding: 8em 0 !important;
      min-height: 500px; }
  #bands .bg {
    background-image: url("../images/marq-bands-bg-m.jpg");
    background-size: cover; }
  #bands .container-2 .text-3 {
    top: 80%;
    left: 36%; }
  #bands .container-2 .text-4 {
    top: 85%;
    left: 76%; }
  #bands .container {
    width: 80% !important;
    padding-bottom: 0; }
  #legacy {
    overflow: hidden;
    padding: 5em 0; }
    #legacy .container .content {
      padding: 4em 0;
      min-height: 200px; }
      #legacy .container .content img {
        max-width: 90%;
        right: 0;
        padding: 4em; }
      #legacy .container .content p {
        font-size: 16px;
        margin-bottom: 30px;
        width: 90%; }
      #legacy .container .content li {
        width: calc(100%/6);
        padding: 0 20px; }
  #color .container ol {
    padding: 0; }
  #legacy .container img {
    max-width: 100%;
    right: 0;
    padding: 2em; }
  #hero2 .slogandiv {
    width: 100%;
    margin: 16% auto 0 auto; }
  #hero2 .flex-box .text {
    width: 80%;
    padding: 6em 2em 8em 2em !important;
    min-height: 200px !important; }
  #kvmovie .container .text .icon-play-circled2 {
    top: 40%; }
  #legacy-overview .flex-box .text, #legacy-quality .flex-box .text, #legacy-design .flex-box .text {
    width: 80% !important; }
  #legacy-quality .container .frame p {
    margin: 0 auto;
    text-align: left;
    padding: 2em 0;
    width: 90%; } }

@media (min-width: 900px) and (max-width: 1020px) {
  #product .wrapper .watch-brand {
    font-size: 105px;
    height: 130px; }
  #product .wrapper .life-slide ol {
    margin-left: 1.2%; } }

@media (min-width: 821px) and (max-width: 899px) {
  #hero .slogan {
    max-width: 50vw;
    margin: 15% auto 0 auto; }
  #product .wrapper .watch-brand {
    font-size: 105px;
    height: 130px; }
  #product .wrapper .life-slide ol {
    margin-left: 4%; } }

@media (max-width: 820px) {
  .text:not(td) h2 {
    font-size: 48px; }
  #hero .mask {
    height: 70vh; }
  #hero .bg {
    top: 30%;
    background-position: center; }
  #hero .product {
    width: 100vw;
    max-width: 1400px;
    top: 80% !important;
    left: 50% !important; }
  #hero .slogan {
    max-width: 50vw;
    margin: 15% auto 0 auto; }
  #maincontent .container .text {
    width: 70%; }
  .life-slide {
    height: 100vh;
    max-height: 900px;
    min-height: 560px; }
  .life-pagination-bullet {
    width: 80px !important; }
  #damascus .all-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 320px;
    text-align: center; }
    #damascus .all-content .left {
      padding-right: 0;
      width: 100%; }
    #damascus .all-content .right {
      padding-left: 0;
      margin-top: 30px;
      width: 100%; }
    #damascus .all-content h3 {
      font-size: 36px; }
    #damascus .all-content h2 {
      font-size: 70px; }
    #damascus .all-content p {
      font-size: 21px; }
  #damascus .bg {
    bottom: 0;
    height: 65vh; }
  #product .wrapper .all-content {
    height: 100vh;
    max-height: 900px;
    min-height: 560px; }
  #product .wrapper .life-slide ol {
    width: 100%; }
  #product .wrapper .watch-brand {
    font-size: 100px;
    height: 125px; }
  #product .wrapper .edition {
    font-size: 18px; }
  #product .wrapper .watch {
    width: 300px;
    bottom: 35px;
    margin-right: 15px; }
  #product .wrapper .watch-name {
    font-size: 28px; }
  #product .wrapper .carbon-commander video {
    top: 55.5%;
    left: 49.5%;
    width: 160px;
    margin-top: -239px; }
  #product .wrapper .carbon-golfer video {
    top: 55.5%;
    left: 50.3%;
    width: 160px;
    margin-top: -262px; }
  #product .wrapper .carbon-athlete video {
    top: 54.5%;
    left: 49.5%;
    width: 157px;
    margin-top: -229px; }
  #product .wrapper .golfer video {
    top: 51.5%;
    left: 51.5%;
    width: 167px;
    margin-top: -244px; }
  #product .wrapper .athlete video {
    top: 54.2%;
    left: 51.4%;
    margin-top: -232px;
    width: 170px; }
  #product .wrapper .adventurer video {
    top: 48.1%;
    left: 52.5%;
    margin-top: -255px;
    width: 170px; }
  #product .wrapper .captain video {
    top: 50.6%;
    left: 51.3%;
    width: 160px;
    margin-top: -246px; }
  #product .wrapper .aviator video {
    top: 68.5%;
    left: 52.0%;
    width: 165px;
    margin-top: -245px; }
  #overview .container-1, #overview2 .container-1 {
    width: 100% !important;
    padding: 5vh 0; }
  #overview .container-2, #overview2 .container-2 {
    width: 100% !important;
    padding: 5vh 0; }
    #overview .container-2 p, #overview2 .container-2 p {
      width: 80%; }
    #overview .container-2 .text, #overview2 .container-2 .text {
      padding: 0 1em; }
  #overview2 .container-2 img {
    max-width: 500px; }
  #design .container .text2 h2 {
    font-size: 75px; }
  #sapphire .container .text div {
    margin: 0 30px; }
  #sapphire .container img {
    width: 800px; }
  #sapphire .flex-box .text {
    padding: 8em 0 !important;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #legacy .container .content p {
    padding-right: 30px; }
  #color .container li h3 {
    font-size: 24px;
    margin-bottom: 0; }
  #color .container li a {
    font-size: 14px; }
  #color .container .slogan {
    max-width: 320px;
    margin-bottom: 10px; }
  #hero2 .slogan {
    max-width: 50vw; } }

@media (max-width: 768px) {
  .text:not(td) h2 {
    font-size: 42px; }
  .text:not(td) p {
    font-size: 16px; }
  .life-slide {
    height: 100vh;
    max-height: 860px; }
  .life-pagination-bullet {
    width: 70px !important; }
  #damascus .all-content {
    top: 300px; }
    #damascus .all-content .left {
      padding-right: 0; }
    #damascus .all-content .right {
      padding-left: 0;
      margin-top: 20px; }
    #damascus .all-content h3 {
      font-size: 32px; }
    #damascus .all-content h2 {
      font-size: 60px; }
    #damascus .all-content p {
      font-size: 18px; }
  #damascus .bg {
    bottom: 0;
    height: 65vh; }
  #product .wrapper .life-slide ol {
    width: 100%;
    margin-left: 0%; }
  #product .wrapper .edition {
    font-size: 18px; }
  #product .wrapper .watch-name {
    font-size: 28px; }
  #product .wrapper hr {
    width: 240px !important; }
  #product .wrapper .life-slide ol {
    margin-top: 15%; }
  #product .wrapper .watch-brand {
    font-size: 90px;
    height: 110px; }
  #product .wrapper .arrow {
    font-size: 18px;
    margin: 10px 26px 10px 0; }
  #product .wrapper .arrow:after {
    top: 0.4em; }
  #overview .container-1, #overview2 .container-1 {
    width: 100% !important;
    padding: 5vh 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #overview .container-2 img, #overview2 .container-2 img {
    max-width: 435px; }
  #material-01 .container h2, #material-02 .container h2, #material-03 .container h2 {
    font-size: 36px; }
  #material-01 .container p, #material-02 .container p, #material-03 .container p {
    font-size: 18px; }
  #design .container .text2 h2 {
    font-size: 85px; }
  #design .container-2 h3 {
    font-size: 32px; }
  #design .container-2 p {
    font-size: 18px; }
  #sapphire {
    height: 100vh; }
    #sapphire .container img {
      margin: 25vh auto 0 auto;
      bottom: 10%; }
    #sapphire .container h3 {
      font-size: 32px; }
  #bands .flex-box .text {
    padding: 6em 0;
    min-height: 300px; }
  #bands .container h2 {
    font-size: 42px; }
  #legacy .container .content p {
    font-size: 16px;
    margin-bottom: 30px;
    width: 90%; }
  #color {
    overflow: hidden; }
    #color .container ol {
      padding: 0;
      width: 100%;
      overflow: hidden; }
    #color .container li {
      min-width: 30vw;
      padding: 1.5em; }
    #color .container .slogan {
      max-width: 350px;
      margin-bottom: 10px; }
    #color .owl-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #color .owl-carousel .owl-nav button.owl-prev {
      margin-left: -75%; }
  .owl-carousel .owl-stage-outer {
    width: 100%;
    margin: 0 auto;
    z-index: 100; }
  #color .button.swiper-button-prev {
    position: relative;
    left: -30%; }
  #color img {
    width: 100%;
    max-width: 200px; } }

@media (min-width: 600px) and (max-width: 760px) {
  #legacy .container h2 {
    font-size: 52px;
    width: 100%; }
  #legacy .container .content {
    margin-left: 0; }
  #legacy .container .content p {
    margin: 0 auto 30px auto; }
  #legacy .container hr {
    margin: 0 auto 30px auto; } }

@media (min-width: 600px) and (max-width: 660px) {
  #product .wrapper .life-slide ol {
    margin-left: 2%;
    margin-top: 0%; }
  #product .wrapper .watch-brand {
    font-size: 105px;
    height: 130px; }
  #product .wrapper .watch {
    left: 7%; }
  #product .wrapper .athlete video {
    margin-top: -65%;
    left: 59.7%;
    width: 194px; }
  #product .wrapper .adventurer video {
    margin-top: -74%;
    left: 60.2%;
    width: 190px; }
  #product .wrapper .golfer video {
    margin-top: -69%;
    left: 59.2%;
    width: 190px; }
  #product .wrapper .captain video {
    margin-top: -70%;
    left: 60%;
    width: 185px; }
  #product .wrapper .aviator video {
    margin-top: -70%;
    left: 60%;
    width: 190px; } }

@media (max-width: 599px) {
  .text:not(td) p {
    font-size: 14px; }
  #hero {
    height: 180vw; }
    #hero .bg {
      top: 40%;
      background-position: center; }
    #hero .mask {
      height: 250vw;
      bottom: -280vw; }
    #hero .slogan {
      max-width: 80vw;
      margin: 25% auto 0 auto; }
    #hero .bg {
      top: 25%;
      background-position: center; }
    #hero .product-carbon, #hero .product-titanium {
      display: none; }
    #hero .product-carbon-m, #hero .product-titanium-m {
      width: 95vw;
      max-width: 500px;
      position: absolute !important;
      top: 77% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
      z-index: 30;
      display: block; }
    #hero .product-all {
      width: 71vh;
      left: 52% !important; }
  #hero:after {
    height: 60vh;
    min-height: 350px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 60%);
    background: -o-linear-gradient(top, transparent 0%, #000000 60%);
    background: linear-gradient(to bottom, transparent 0%, #000000 60%); }
  #maincontent {
    height: 210vw; }
    #maincontent .container .text h2 {
      font-size: 42px; }
    #maincontent .container .text {
      width: 100%;
      padding: 0 2em;
      margin-top: 10vw; }
    #maincontent .wrapper li a {
      font-size: 18px;
      margin: 0; }
  #maincontent .container .text p:nth-child(2), #maincontent .container .text p:nth-child(3) {
    font-size: 17px;
    width: 80%; }
  #maincontent .container .text p:nth-child(4), #maincontent .container .text p:nth-child(5) {
    font-size: 14px;
    width: 80%; }
  .life-pagination-bullet {
    width: 35px !important; }
  .life-slide {
    height: 200vw;
    max-height: 850px;
    background-position: top center; }
  #damascus .all-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 300px;
    height: 42vh; }
    #damascus .all-content .left {
      width: 90%; }
    #damascus .all-content .right {
      width: 90%;
      margin-top: 0; }
    #damascus .all-content h3 {
      font-size: 2.2vh; }
    #damascus .all-content h2 {
      font-size: 7vh; }
    #damascus .all-content p {
      font-size: 2vh; }
    #damascus .all-content .arrow {
      font-size: 14px; }
  #damascus .bg {
    bottom: 0;
    height: 100vh;
    background-image: url(../images/damascus-bg-m.jpg); }
  #damascus .all-content .arrow:after {
    top: 7px;
    right: 5px;
    width: 0.4em;
    height: 0.4em; }
  #fire #myVideo {
    width: 100%;
    height: 70%;
    margin-top: 170px;
    -o-object-fit: cover;
    object-fit: cover; }
  #product .wrapper .all-content {
    height: 200vw;
    max-height: 850px;
    min-height: 400px;
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #product .wrapper .watch {
    width: 225px;
    margin-top: auto;
    margin-right: auto;
    position: absolute;
    bottom: auto;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #product .wrapper .athlete .watch {
    top: 54%;
    bottom: auto; }
  #product .wrapper .edition {
    font-size: 12px;
    height: 15px;
    position: absolute;
    bottom: 505%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #product .wrapper .watch-brand {
    font-size: 60px;
    height: 70px;
    position: absolute;
    bottom: 235%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #product .wrapper hr {
    width: 100px !important;
    margin: 15px 0 10px 0;
    position: absolute;
    bottom: 150%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #product .wrapper .watch-name {
    font-size: 18px;
    position: absolute;
    bottom: auto;
    margin-top: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #product .wrapper li a {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    position: absolute;
    bottom: auto;
    left: 50%;
    margin-top: 45px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #product .wrapper li a:after {
    position: absolute;
    top: 0.7em; }
  #product .wrapper .life-slide ol {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #product .wrapper .arrow {
    font-size: 14px;
    margin: 0px 20px 10px 0;
    bottom: 10px; }
  #product .wrapper .carbon-golfer video {
    left: 50.3%;
    width: 116px;
    margin-top: -10px; }
  #product .wrapper .carbon-commander video {
    left: 49.5%;
    width: 115px;
    margin-top: 6px; }
  #product .wrapper .carbon-athlete video {
    top: 54.5%;
    left: 49.5%;
    width: 120px;
    margin-top: 14px; }
  #product .wrapper .athlete video {
    margin-top: 5%;
    left: 52.2%;
    width: 130px; }
  #product .wrapper .adventurer video {
    margin-top: -3%;
    left: 52.2%;
    width: 126px; }
  #product .wrapper .golfer video {
    margin-top: 2%;
    left: 51.2%;
    width: 125px; }
  #product .wrapper .captain video {
    margin-top: 1%;
    left: 51.2%;
    width: 120px; }
  #product .wrapper .aviator video {
    margin-top: 1%;
    left: 51.5%;
    width: 125px; }
  .life-container-horizontal > .life-pagination-bullets .life-pagination-bullet {
    margin: 0 5px;
    height: 4px !important; }
  .life-pagination-fraction, .life-pagination-custom, .life-container-horizontal > .life-pagination-bullets {
    bottom: 5px; }
  #overview .container-1, #overview2 .container-1 {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    #overview .container-1 img, #overview2 .container-1 img {
      max-width: 1000px;
      width: 120%;
      margin-left: 0;
      left: 0; }
    #overview .container-1 .text, #overview2 .container-1 .text {
      margin-left: 0;
      left: 0;
      padding: 20px 0 10px 0; }
    #overview .container-1 hr, #overview2 .container-1 hr {
      margin: 20px auto; }
    #overview .container-1 h2, #overview2 .container-1 h2 {
      margin-bottom: 0;
      font-size: 36px; }
    #overview .container-1 p, #overview2 .container-1 p {
      width: 90%; }
  #overview .container-2, #overview2 .container-2 {
    width: 100% !important; }
    #overview .container-2 img, #overview2 .container-2 img {
      max-width: auto;
      width: 90%;
      max-width: 500px;
      margin-left: 0; }
    #overview .container-2 .text, #overview2 .container-2 .text {
      margin-left: 0;
      padding: 0;
      z-index: 30; }
    #overview .container-2 hr, #overview2 .container-2 hr {
      margin: 20px auto; }
    #overview .container-2 h2, #overview2 .container-2 h2 {
      margin-bottom: 0;
      font-size: 36px; }
    #overview .container-2 p, #overview2 .container-2 p {
      width: 90%; }
  #overview .container-1 .bg {
    background-position: 30% top;
    background-size: 270%;
    height: auto; }
  #overview .container-1 .text {
    width: 100%;
    padding: 20px 0 50px 0; }
  #design .intro video {
    width: 350% !important;
    left: -125%; }
  #design .container {
    height: 100vh; }
    #design .container .text2 {
      top: 52%; }
    #design .container .text2 h2 {
      max-width: 400px;
      font-size: 48px; }
    #design .container .text2 p {
      font-size: 14px;
      letter-spacing: 1px;
      width: 80%; }
    #design .container video {
      position: relative;
      top: 5% !important;
      left: -75% !important;
      width: 250% !important; }
  #design .container .video {
    position: relative;
    min-height: 100vh !important;
    margin-top: 30px; }
  #design:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(30%, transparent), color-stop(70%, transparent), color-stop(90%, #000000));
    background: -webkit-linear-gradient(bottom, #000000 0%, transparent 30%, transparent 70%, #000000 90%);
    background: -o-linear-gradient(bottom, #000000 0%, transparent 30%, transparent 70%, #000000 90%);
    background: linear-gradient(to top, #000000 0%, transparent 30%, transparent 70%, #000000 90%);
    height: 100vh;
    display: block; }
  .spacer.s2 {
    min-height: 650px; }
  #material {
    height: 100vh; }
  #material-01 .container img, #material-02 .container img, #material-03 .container img {
    width: 110%;
    max-width: 750px; }
  #material-01 .container h2, #material-02 .container h2, #material-03 .container h2 {
    font-size: 28px; }
  #material-01 .container p, #material-02 .container p, #material-03 .container p {
    font-size: 14px;
    max-width: 800px; }
  #material-01 .bg {
    background-image: url("../images/material-bg-01-m.jpg");
    width: 110%;
    height: 100vh;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #material-01 .circle {
    width: 100%;
    height: 500px;
    top: 46%; }
  #material-01:after, #material-03:after {
    display: none; }
  #material-02 .bg {
    background-image: url("../images/material-bg-02-m.jpg");
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #material-03 .bg {
    background-image: url("../images/material-bg-03-m.jpg");
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #material-03 .circle {
    width: 100%;
    height: 200px;
    top: 50%; }
  #sapphire {
    z-index: 50;
    height: 150vw; }
    #sapphire .flex-box .text {
      padding: 2em 0 !important; }
    #sapphire .container {
      height: 150vw; }
      #sapphire .container img {
        width: 120% !important;
        margin: 0 auto;
        position: absolute;
        top: 60%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #sapphire .container .text {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 40; }
        #sapphire .container .text div {
          margin: 0 30px 20px 30px; }
      #sapphire .container h3 {
        font-size: 21px; }
      #sapphire .container p {
        font-size: 16px; }
      #sapphire .container hr {
        width: 205px; }
  #bands .bg {
    height: 170vw;
    background-size: contain;
    background-repeat: no-repeat; }
  #bands .container {
    width: 90% !important;
    padding-bottom: 0; }
    #bands .container p {
      font-size: 14px; }
  #bands .container h2 {
    font-size: 32px; }
  #bands .container-2 {
    height: 175vw; }
    #bands .container-2 p {
      font-size: 14px; }
  #bands .container-2 .text-2 {
    top: 81%;
    left: 26%; }
    #bands .container-2 .text-2 p {
      width: 80%;
      line-height: 1.6 !important; }
    #bands .container-2 .text-2 hr {
      width: 115px;
      margin-right: 35px; }
  #bands .container-2 .text-3 {
    top: 66%;
    left: 32%; }
    #bands .container-2 .text-3 p {
      width: 80%;
      line-height: 1.6 !important; }
    #bands .container-2 .text-3 hr {
      width: 115px;
      margin-left: 0; }
  #bands .container-2 .text-4 {
    top: 77%;
    left: 76%; }
    #bands .container-2 .text-4 hr {
      width: 120px;
      margin-left: 10px; }
    #bands .container-2 .text-4 p {
      text-align: left;
      width: 56%;
      line-height: 1.6 !important;
      width: 77%; }
  #bands .flex-box .text {
    padding: 0em 0;
    min-height: 200px; }
  #legacy {
    padding: 40px 0; }
    #legacy .container h2 {
      font-size: 36px;
      width: 100%; }
    #legacy .container .content {
      padding: 30px 0 0 0;
      min-height: 200px;
      margin-left: auto; }
    #legacy .container .content p {
      font-size: 14px;
      width: 90%;
      padding-right: 0;
      margin: 0 auto 30px auto; }
    #legacy .container hr {
      width: 220px;
      margin: 0 auto 30px auto; }
    #legacy .container a {
      width: 80%;
      font-size: 14px !important; }
    #legacy .container img {
      max-width: 90%;
      right: 0;
      padding: 0;
      margin: 30px auto; }
  #color .container {
    overflow: hidden; }
    #color .container ol {
      padding: 0;
      width: 100%;
      overflow: hidden; }
    #color .container li {
      min-width: 60vw;
      padding: 0;
      margin-right: 40%; }
      #color .container li h3 {
        font-size: 21px;
        margin-bottom: 0; }
      #color .container li .price {
        font-size: 14px !important;
        margin-right: 6%; }
    #color .container li a {
      z-index: 50; }
  #color img {
    width: 100%;
    max-width: 220px; }
  #color .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #color .owl-carousel .owl-nav button.owl-prev {
    margin-left: -60%; }
  .owl-carousel .owl-stage-outer {
    width: 60%;
    margin: 0 auto;
    z-index: 100; }
  #color .container .slogan {
    max-width: 300px; }
  #hero2 {
    background-image: url(../images/legacy-bg-m.jpg); }
    #hero2 .slogan {
      max-width: 85vw;
      margin: 25% auto 0 auto; }
    #hero2 .flex-box .text {
      width: 90%;
      padding: 4em 0 4em 0 !important;
      min-height: 200px !important; }
    #hero2 .container p {
      font-size: 16px;
      color: #ffffff;
      margin: 0 auto;
      text-align: center; }
    #hero2 .container h2 {
      font-size: 36px; }
    #hero2 .container hr {
      width: 120px; }
  #legacy-design .flex-box .text, #legacy-overview .flex-box .text, #legacy-quality .flex-box .text {
    width: 80% !important;
    padding: 0; }
  #legacy-design .container img {
    width: 100%;
    margin: 50px auto 0 auto; }
  #legacy-quality .container img {
    width: 100%;
    margin: 50px auto 0 auto; }
  .icon-play-circled2:before {
    font-size: 50px; }
  #kvmovie {
    width: 100%;
    min-height: 200px; }
    #kvmovie .container {
      height: 200px; }
    #kvmovie .container video {
      position: relative;
      top: 0;
      left: 0;
      width: 200%; }
    #kvmovie .container .text .icon-play-circled2 {
      margin-top: 10px; }
  #legacy-quality .container, #legacy-design .container {
    margin: 10vw 0; }
    #legacy-quality .container h2, #legacy-design .container h2 {
      font-size: 36px; }
    #legacy-quality .container p, #legacy-design .container p {
      font-size: 16px; }
    #legacy-quality .container hr, #legacy-design .container hr {
      width: 100px; }
    #legacy-quality .container .frame p, #legacy-design .container .frame p {
      font-size: 14px;
      color: #ffffff;
      margin: 0 auto;
      text-align: left;
      padding: 1.5em; } }

@media (max-width: 414px) {
  .life-slide {
    height: 155vw;
    max-height: 850px; }
  #legacy .container a {
    width: 80%;
    max-width: 180px;
    margin: 0 auto; } }

@media (max-width: 400px) {
  #product .wrapper .watch {
    top: 33%; } }

@media (max-width: 390px) {
  #hero {
    height: 190vw; }
  #maincontent .container .text {
    padding: 0 1em; }
  .life-slide {
    height: 185vw;
    max-height: 850px; }
  #product .wrapper .watch {
    top: 45%; }
  #product .wrapper .athlete .watch {
    top: 45%; }
  #product .wrapper .life-slide ol {
    bottom: 10%; }
  #overview2 .container-2 {
    width: 100% !important;
    padding: 20px 0 20px 0; }
  #design-m {
    height: 220vw; }
    #design-m .container-2 .text-3 hr {
      width: 140%;
      margin-top: 0;
      margin-bottom: 5px;
      margin-left: 0; }
  #design .container .text2 a {
    margin-top: 30px;
    max-width: 180px;
    margin: 30px auto; }
  #imagesequence img {
    display: block;
    width: 150%;
    margin: 0 auto;
    position: absolute;
    left: -25%;
    bottom: -36vh; }
  #legacy a {
    width: 50%; }
  #legacy-overview .container h2 {
    font-size: 36px; }
  #legacy-design .container h2, #legacy-quality .container h2 {
    font-size: 32px; }
  .icon-play-circled2:before {
    content: '\e81b';
    font-size: 60px; }
  #hero2 {
    background-image: url(../images/legacy-bg-m.jpg); }
    #hero2 .container p {
      font-size: 14px; }
    #hero2 .container h2 {
      font-size: 36px; } }

@media (max-width: 375px) {
  #maincontent .container .text p:nth-child(2), #maincontent .container .text p:nth-child(3) {
    font-size: 16px; }
  #product .wrapper .edition {
    font-size: 12px;
    bottom: 470%; }
  #product .wrapper hr {
    margin: 15px 0 10px 0;
    bottom: 115%;
    left: 50%; }
  #product .wrapper .watch-name {
    font-size: 18px;
    bottom: auto;
    margin-top: -80px; }
  #product .wrapper .arrow {
    bottom: 5px; }
  #product .wrapper .watch-brand {
    font-size: 55px;
    height: 70px;
    bottom: 190%; }
  #maincontent p {
    font-size: 15px; }
  #overview .container-1 p, #overview2 .container-1 p {
    width: 90%;
    font-size: 12px; }
  #overview .container-2 p, #overview2 .container-2 p {
    width: 90%;
    font-size: 12px; }
  #overview .container-2 h2, #overview2 .container-2 h2 {
    margin-bottom: 0;
    font-size: 32px; }
  #overview .container-1 .text {
    padding: 30px 0; }
  #overview2 .container-2 {
    padding: 30px 0; }
  #overview2 .container-2 .text {
    margin-left: 0;
    padding: 30px 0; }
  #overview2 .container-2 img {
    max-width: 270px; }
  #damascus .all-content {
    top: 255px; }
  #sapphire .container img {
    top: 60%; } }

@media (max-width: 360px) {
  section p:not(td) {
    font-size: 13px;
    font-weight: normal; }
  .text:not(td) p {
    font-size: 13px; }
  .text:not(td) h2 {
    font-size: 36px; }
  #hero {
    height: 170vw; }
    #hero .product-m {
      width: 85vw; }
    #hero .slogan {
      max-width: 80vw;
      margin: 29% auto 0 auto; }
  #maincontent .container .text {
    top: 55%; }
  #maincontent .container .text h2 {
    font-size: 40px; }
  #maincontent .container .text p:nth-child(2), #maincontent .container .text p:nth-child(3) {
    font-size: 16px; }
  #maincontent .container .text p:nth-child(4), #maincontent .container .text p:nth-child(5) {
    font-size: 14px; }
  .life-container-horizontal > .life-pagination-bullets .life-pagination-bullet {
    margin: 0px 2px;
    width: 35px !important;
    height: 3px !important; }
  #damascus .all-content {
    top: 250px; }
    #damascus .all-content h3 {
      font-size: 16px; }
    #damascus .all-content h2 {
      font-size: 42px; }
    #damascus .all-content p {
      font-size: 14px; }
    #damascus .all-content .arrow {
      font-size: 12px; }
    #damascus .all-content hr {
      margin-bottom: 10px; }
  #damascus .bg {
    bottom: 0;
    height: 180vw; }
  #damascus .all-content .arrow:after {
    right: -5px; }
  #product .wrapper .all-content {
    height: 80vw;
    max-height: 650px;
    min-height: 530px; }
  #product .wrapper .edition {
    font-size: 12px;
    bottom: 305%; }
  #product .wrapper .watch-name {
    margin-top: 0; }
  #product .wrapper .watch {
    max-width: 180px;
    top: 43%; }
  #product .wrapper .watch-brand {
    font-size: 50px;
    bottom: 10%;
    height: 65px; }
  #product .wrapper hr {
    margin: 10px 0 5px 0;
    bottom: 0; }
  #product .wrapper .arrow {
    bottom: -35px; }
  #product .wrapper li a {
    font-size: 15px;
    bottom: auto;
    left: 50%;
    margin-top: 38px; }
  #product .wrapper .carbon-commander video {
    margin-top: 2.8%;
    left: 49.4%;
    width: 93px; }
  #product .wrapper .carbon-golfer video {
    margin-top: -4%;
    left: 50.2%;
    width: 95px; }
  #product .wrapper .carbon-athlete video {
    margin-top: 6%;
    left: 49.1%;
    width: 94px; }
  #product .wrapper .athlete video {
    margin-top: 5%;
    left: 52.1%;
    width: 102px; }
  #product .wrapper .adventurer video {
    margin-top: -3%;
    left: 52.4%;
    width: 100px; }
  #product .wrapper .golfer video {
    margin-top: 1%;
    left: 51.2%;
    width: 95px; }
  #product .wrapper .captain video {
    margin-top: 1%;
    left: 51.5%;
    width: 98px; }
  #product .wrapper .aviator video {
    margin-top: 1%;
    left: 51.5%;
    width: 98px; }
  #product .wrapper .life-slide ol {
    bottom: 6%; }
  .life-slide {
    height: 80vw;
    max-height: 650px;
    min-height: 530px; }
  .life-pagination-fraction, .life-pagination-custom, .life-container-horizontal > .life-pagination-bullets {
    bottom: 0; }
  #overview .container-1 h2, #overview .container-2 h2, #overview2 .container-1 h2, #overview2 .container-2 h2 {
    margin-bottom: 0;
    font-size: 28px; }
  #overview .container-1 .bg {
    background-position: 25% top;
    background-size: 200%;
    height: auto; }
  #overview .container-1 hr {
    margin: 15px auto; }
  #overview2 .container-2 img {
    width: 100%;
    margin-left: 0; }
  #overview .container-1 p, #overview2 .container-2 p {
    font-size: 12px; }
  #overview2 .container-2 img {
    max-width: 220px; }
  #material-01 .container img, #material-02 .container img, #material-03 .container img {
    width: 100%;
    max-width: 600px; }
  #material-01 .container h2, #material-02 .container h2, #material-03 .container h2 {
    font-size: 24px; }
  #material-01 .container p, #material-02 .container p, #material-03 .container p {
    font-size: 13px;
    max-width: 800px; }
  #material-03 .container .text {
    margin-top: 20px; }
  #design .container .text2 a {
    margin-top: 30px; }
  #design .container svg {
    width: 80px; }
  #design-2 .container .group .ti .text h3,
  #design-2 .container .group .carbon .text h3 {
    font-size: 16px;
    margin-bottom: 0; }
  #sapphire .container .text {
    margin-top: 10vh;
    margin-bottom: 30px; }
  #sapphire .container img {
    top: 70%; }
  #bands .container p {
    font-size: 15px; }
  #bands .container h2, #legacy .container h2 {
    font-size: 28px; }
  #bands .container p, #legacy .container .content p {
    font-size: 14px; }
  #legacy .container .content p {
    font-size: 15px; }
  #color .container .slogan {
    max-width: 260px; } }

@media (max-width: 320px) {
  .text:not(td) p {
    font-size: 12px; }
  #hero .product-carbon-m, #hero .product-titanium-m {
    width: 85vw; }
  #hero .slogan {
    max-width: 90vw;
    margin: 29% auto 0 auto; }
  #maincontent .container .text h2 {
    font-size: 28px; }
  #maincontent p {
    font-size: 13px; }
  #maincontent .container .text p:nth-child(2), #maincontent .container .text p:nth-child(3) {
    font-size: 14px; }
  #maincontent .container .text p:nth-child(4), #maincontent .container .text p:nth-child(5) {
    font-size: 12px; }
  #damascus .all-content {
    top: 220px; }
    #damascus .all-content h3 {
      font-size: 13px; }
    #damascus .all-content h2 {
      font-size: 40px; }
    #damascus .all-content p {
      font-size: 12px;
      margin-bottom: 5px; }
    #damascus .all-content .arrow {
      font-size: 12px; }
    #damascus .all-content hr {
      margin-bottom: 10px; }
  #damascus .bg {
    bottom: 0; }
  .life-container-horizontal > .life-pagination-bullets .life-pagination-bullet {
    width: 30px !important; }
  #product .wrapper .life-slide ol {
    bottom: 10%; }
  #product .wrapper .watch {
    max-width: 160px;
    margin-top: auto;
    top: 42%; }
  #product .wrapper .carbon-commander video {
    margin-top: 2.8%;
    left: 49.4%;
    width: 82px; }
  #product .wrapper .carbon-golfer video {
    margin-top: -4%;
    left: 50.5%;
    width: 84px; }
  #product .wrapper .carbon-athlete video {
    margin-top: 5.7%;
    left: 50.1%;
    width: 84px; }
  #product .wrapper .athlete .watch {
    max-width: 160px;
    margin-top: auto;
    top: 42%; }
  #product .wrapper .golfer video {
    margin-top: 1%;
    left: 51.2%;
    width: 84px; }
  #product .wrapper .athlete video {
    margin-top: 5%;
    left: 52.0%;
    width: 91px; }
  #product .wrapper .adventurer video {
    margin-top: -3%;
    left: 52.4%;
    width: 89px; }
  #product .wrapper .aviator video {
    margin-top: 1%;
    left: 51.5%;
    width: 87px; }
  #product .wrapper .captain video {
    margin-top: 1%;
    left: 51.5%;
    width: 86px; }
  #product .wrapper .edition {
    font-size: 10px;
    bottom: 270%; }
  #product .wrapper .watch-brand {
    font-size: 40px;
    height: 50px;
    bottom: 25%; }
  #product .wrapper .watch-name {
    font-size: 15px;
    bottom: 10%; }
  #product .wrapper hr {
    bottom: -10%; }
  #product .wrapper .all-content {
    height: 70vw;
    max-height: 650px;
    min-height: 460px; }
  #product .wrapper .arrow {
    bottom: -35px;
    font-size: 12px; }
  #overview2 .container-2 .text {
    margin-left: 0;
    padding: 80px 0 30px 0; }
  .life-slide {
    height: 70vw;
    max-height: 650px;
    min-height: 460px; }
  .life-pagination-bullet {
    width: 42px !important; }
  #overview2 .container-2 img {
    max-width: 210px;
    width: 100%;
    margin-left: 0; }
  #design .container {
    height: 100vh; }
    #design .container .text2 {
      top: 58%; }
    #design .container .text2 h2 {
      font-size: 40px; }
    #design .container video {
      position: relative;
      top: 10% !important;
      left: -30% !important;
      width: 150% !important; }
  #design .container .text2 p {
    font-size: 14px; }
  #material-01 .container .product, #material-02 .container .product, #material-03 .container .product {
    margin-top: 30px; }
  #material-01 .container .text, #material-02 .container .text, #material-03 .container .text {
    margin-top: 30px; }
  #material-01 .container h2, #material-02 .container h2, #material-03 .container h2 {
    font-size: 21px; }
  #sapphire .container .text div {
    margin: 0 100px 10px 100px; }
  #sapphire .container .text {
    margin-top: 0vh;
    margin-bottom: 30px; }
  #sapphire .container p {
    font-size: 12px; }
  #sapphire .container img {
    top: 55%; }
  #bands .container-2 p {
    font-size: 12px; }
  #bands .container-2 .text-2 p {
    font-size: 12px;
    line-height: 1.6 !important; }
  #bands .container p {
    font-size: 12px; }
  #color .container .slogan {
    max-width: 250px; }
  #legacy .container .content p {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 30px auto; }
  #legacy .container a {
    width: 80%;
    font-size: 12px !important; }
  .btn-size-default {
    padding: 0.75em 1.3em !important;
    font-size: 14px !important; }
  #legacy-design .container p, #legacy-quality .container p {
    font-size: 12px; }
  #legacy-design .container .frame p, #legacy-quality .container .frame p {
    font-size: 12px; } }
