h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
}

p {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: #ca8f37;
  text-decoration: underline;
}

.html-embed {
  position: relative;
  display: block;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
}

.html-embed.v2 {
  padding-bottom: 56.25%;
}

.button {
  display: block;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px;
  border: 2px solid #d09a3e;
  border-radius: 7px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #d09a3e;
  color: #fff;
}

.button.hero-btn {
  display: inline-block;
  min-width: 31%;
  margin-right: 8px;
  margin-left: 8px;
  color: #fff;
}

.button.hero-btn.solid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button.hero-btn.solid.lef-aligned {
  margin-left: 0px;
}

.button.solid {
  border-style: none;
  background-color: #d09a3e;
  color: #fff;
  cursor: pointer;
}

.button.solid:hover {
  background-color: #f0c000;
}

.hero-logo-section {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.hero-logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.icons-container.container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3a3a3a;
  text-align: center;
}

.icon-divider {
  width: 1px;
  height: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d4d4d4;
}

.icon-divider.social {
  height: 27px;
  background-color: #838383;
}

.container {
  max-width: 1170px;
  text-align: center;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #969696;
}

.container.hero-contianer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.border-bottom {
  padding-bottom: 64px;
  border-bottom: 1px solid #a3a3a3;
}

.wg_logo {
  width: 100%;
  max-width: 150px;
  margin-top: 16px;
}

.nav-bar {
  padding-right: 0px;
  padding-left: 24px;
  background-color: #000;
}

.nav-container {
  width: 100%;
  max-width: 100%;
}

.menu-btn {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ddd;
  font-size: 32px;
}

.menu-btn:hover {
  background-color: #d09a3e;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 72px;
  background-image: url('../images/pattern-wood.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
}

.hero-section.short {
  padding-bottom: 48px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 34% 46%, #000, transparent 46%), url('../images/pattern-wood.jpg');
  background-image: radial-gradient(circle farthest-corner at 34% 46%, #000, transparent 46%), url('../images/pattern-wood.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
}

.video-frame {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/video-border.png');
  background-position: 0px 0px;
  background-size: cover;
}

.featured-logo.huff {
  max-width: 100px;
}

.featured-logo.msn {
  position: relative;
  top: -4px;
  max-width: 90px;
  -webkit-filter: brightness(139%);
  filter: brightness(139%);
}

.featured-logo.abc {
  opacity: 0.87;
}

.featured-logo.enterpreneur {
  max-width: 100px;
  opacity: 0.75;
}

.featured-logo.squire {
  position: relative;
  top: 2px;
  max-width: 100px;
  opacity: 0.7;
}

.gold-txt {
  color: #ebbc5a;
}

.half-margin-bottom {
  margin-bottom: 8px;
}

.hero-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-flex-wrapper.rolex {
  position: relative;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-flex-wrapper.rolex.shrt {
  margin-top: 16px;
  margin-bottom: 47px;
}

.hero-content {
  width: 49%;
  margin-right: 2%;
  margin-left: 2%;
  color: #fff;
  text-align: center;
}

.hero-content.rolex-version {
  position: relative;
  margin-right: 9%;
  margin-left: 0%;
}

.hero-content.rolex-version.left-align {
  text-align: left;
}

.section-subhead {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 16px auto 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: Montserrat, sans-serif;
  color: #515150;
  font-size: 18px;
  font-weight: 500;
}

.section {
  padding: 64px 4%;
}

.section.grey {
  background-color: #f3f4f9;
}

.section.pale-section {
  background-color: #f6f7f1;
}

.section.no-padding-bottom {
  padding-bottom: 0px;
}

.section.tighter {
  padding-top: 32px;
  padding-bottom: 32px;
}

.step-icon {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.step-icon.ship.v2 {
  max-width: 100px;
}

.step-icon.subscribe-icon.v2 {
  max-width: 100px;
}

.step-icon.v2 {
  max-width: 100px;
  margin-right: 16px;
  margin-left: 0px;
}

.slider-arrow {
  color: #cecece;
}

.quote-slide {
  height: 100%;
  padding-right: 72px;
  padding-left: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.quote-slider {
  height: auto;
  margin-bottom: 52px;
  background-color: transparent;
}

.quote-slider.split {
  width: 50%;
}

.quote-slider-content-wrapper {
  display: block;
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.quote-ornament-image {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.quote-stars-image {
  display: block;
  margin: 32px auto 9px;
}

.mask-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-2 {
  display: none;
}

.quote-author {
  display: inline-block;
  padding: 18px;
  border: 2px solid #d09a3e;
  border-radius: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.qupoe-date {
  color: #909090;
}

.orphan {
  display: inline-block;
}

.social-section {
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #4c5255;
}

.social-icon {
  width: 27px;
  height: 27px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/social.png');
  background-position: 50% 0px;
  background-size: 27px;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-position: 0px -111px;
}

.social-icon.pinterest {
  background-position: 0px -74px;
}

.social-icon.instagram {
  background-position: 0px -37px;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.logo-footer {
  max-width: 150px;
  margin-bottom: 24px;
  opacity: 0.48;
}

.footer-block1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-block-2 {
  max-width: 362px;
  text-align: left;
}

.inline-block {
  display: inline-block;
}

.beckertime-logo {
  margin-top: -9px;
  margin-left: 4px;
}

.footer-diclaimer {
  margin-top: 12px;
  font-size: 13px;
  line-height: 16px;
}

.nav-menu {
  width: 100%;
  max-width: 320px;
  margin-top: 64px;
  background-color: hsla(0, 0%, 98%, .94);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .35);
}

.nav-btn {
  width: 100%;
  border-bottom: 1px solid #b1b1b1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.hero-p {
  display: block;
  max-width: 468px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 17px;
}

.hero-p.smaller {
  margin-left: 0px;
}

.hero-headline {
  margin-bottom: 16px;
}

.hero-headline.rolex.smaller {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.link {
  color: #333;
  text-decoration: none;
}

.thumb-item-head {
  position: relative;
  margin-bottom: 16px;
  padding: 8px 4px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.thumb-img {
  width: 1005px;
}

.row {
  margin-bottom: 26px;
}

.items-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.caret {
  position: relative;
  top: -0.1em;
  display: inline-block;
  margin-left: 4px;
  font-size: 0.8em;
  line-height: 0em;
}

.footer-link {
  color: #979797;
}

.truck-icon {
  margin-top: 12px;
  margin-bottom: 12px;
}

.win-icon {
  margin-top: 7px;
  margin-bottom: 7px;
}

.why-watchgang-section.section.no-padding-bottom {
  position: relative;
  display: none;
  overflow: hidden;
  height: 0px;
}

.border-bottom {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #b3b3b3;
}

.instagram-image {
  max-width: 32%;
  border: 1px solid #c9c9c9;
  box-shadow: 0 1px 21px 0 rgba(0, 0, 0, .21);
}

.html-embed-2 {
  height: 0px;
}

.circle-mask-watch {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: 32px;
  border: 1px solid dimgrey;
  border-radius: 50%;
}

.circle-mask-watch.dt {
  width: 32%;
  margin-top: -44px;
  margin-bottom: -64px;
  border-color: #444;
}

.circle-mask-watch.mb {
  display: none;
}

.image-22 {
  width: 100%;
  max-width: none;
}

.dark-rolex {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.feautured-txt {
  margin-right: 8px;
  color: #a0a0a0;
  font-size: 13px;
}

.picture-mosaic-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  margin: 32px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mosaic-pic {
  position: relative;
  width: 24.5%;
  margin-bottom: 0.5%;
  color: #fff;
  text-decoration: none;
}

.cover-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .13);
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .45), rgba(0, 0, 0, .61));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .45), rgba(0, 0, 0, .61));
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-shadow: 1px 1px 27px #000;
}

.watch-pic {
  width: 100%;
}

.more-block {
  display: none;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fff 46%, #e6e6e6 97%, #d4d4d4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 46%, #e6e6e6 97%, #d4d4d4);
  opacity: 1;
}

.preloader-gif {
  max-width: 100px;
}

.spin-icon-btn {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 1999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  height: 74px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d1d1d;
  box-shadow: 0 1px 15px 0 #000;
}

.wheel-icon {
  width: 60px;
  height: auto;
  max-width: auto;
}

.spin-message {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d09a3e;
  opacity: 0;
  color: #f3f0f0;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
}

.listagram-wheel-1170 {
  display: none;
  opacity: 0;
}

.listagram-wheel-1170.spin-icon-btn {
  cursor: pointer;
}

.smaller {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .button:hover {
    color: #fff;
  }
  .hero-logo-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-wrapper.v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-wrapper.testimonials {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .container {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .container.hero-contianer {
    text-align: left;
  }
  .container.testimonials {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-section.short {
    background-image: -webkit-radial-gradient(circle farthest-corner at 24% 50%, #000, transparent 46%), url('../images/pattern-wood.jpg');
    background-image: radial-gradient(circle farthest-corner at 24% 50%, #000, transparent 46%), url('../images/pattern-wood.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, contain;
    background-repeat: repeat, repeat;
  }
  .video-frame {
    width: 100%;
    max-width: 520px;
  }
  .featured-logo.msn {
    max-width: 84px;
  }
  .hero-flex-wrapper {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-flex-wrapper.rolex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-content {
    width: 83%;
    margin-top: 24px;
  }
  .hero-content.rolex-version {
    width: 65%;
    max-width: 463px;
    margin-top: 0px;
    margin-right: 0%;
  }
  .section {
    padding-right: 33px;
    padding-left: 33px;
  }
  .step-icon {
    max-width: 136px;
    margin-bottom: 14px;
  }
  .step-icon.ship {
    margin-top: 21px;
  }
  .step-icon.subscribe-icon {
    margin-top: -23px;
    margin-bottom: 0px;
  }
  .quote-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quote-slider.split {
    width: 60%;
  }
  .quote-slider-content-wrapper {
    max-width: 72%;
  }
  .social-icon {
    margin-right: 4px;
  }
  .social-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-block-2 {
    max-width: 337px;
  }
  .hero-headline.rolex.smaller {
    font-size: 38px;
  }
  .thumb-item-head {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 18px;
  }
  .items-list-wrapper {
    display: block;
    width: 100%;
    max-width: 514px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  .instagram-image {
    max-width: 37%;
  }
  .feautured-txt {
    font-size: 11px;
  }
  .preloader {
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fff 56%, #e6e6e6);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 56%, #e6e6e6);
  }
}

@media (max-width: 767px) {
  .button.hero-btn.solid.lef-aligned {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-logo-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-logos-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-wrapper.v2 {
    margin-top: 32px;
  }
  .icons-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icons-container.container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-block {
    width: 48%;
    max-width: 380px;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .icon-divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.slider-watch {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-section.short {
    background-image: -webkit-radial-gradient(circle farthest-corner at 48% 19%, #000, transparent 57%), url('../images/pattern-wood.jpg');
    background-image: radial-gradient(circle farthest-corner at 48% 19%, #000, transparent 57%), url('../images/pattern-wood.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, contain;
    background-repeat: repeat, repeat;
  }
  .video-frame {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .featured-logo.yahoo {
    max-width: 69px;
    margin-left: 9px;
  }
  .featured-logo.huff {
    max-width: 71px;
  }
  .featured-logo.msn {
    max-width: 70px;
  }
  .featured-logo.enterpreneur {
    max-width: 80px;
  }
  .featured-logo.squire {
    top: 0px;
    max-width: 80px;
  }
  .hero-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-flex-wrapper.rolex {
    width: auto;
    margin: 24px 0px 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-flex-wrapper.rolex.shrt {
    margin-bottom: 55px;
  }
  .hero-content {
    width: 100%;
    margin-top: 16px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .hero-content.rolex-version {
    position: relative;
    width: 100%;
    max-width: 444px;
  }
  .hero-content.rolex-version.left-align {
    text-align: center;
  }
  .slider-arrow {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .quote-slider {
    margin-right: -24px;
    margin-left: -24px;
  }
  .quote-slider.split {
    width: 102%;
  }
  .social-section {
    padding-top: 16px;
    padding-bottom: 1px;
  }
  .social-icon {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .social-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    margin-bottom: -6px;
    font-size: 15px;
  }
  .footer-block1 {
    margin-bottom: 22px;
    text-align: center;
  }
  .footer-block-2 {
    text-align: center;
  }
  .footer-diclaimer {
    margin-top: 24px;
  }
  .slider-click-area {
    width: 50px;
  }
  .hero-p {
    display: block;
    max-width: 384px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-p.smaller {
    font-size: 15px;
  }
  .hero-headline.rolex {
    text-shadow: 0 0 24px #000;
  }
  .items-head {
    font-size: 16px;
  }
  .div-block {
    width: 100%;
    margin-bottom: -8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .social-label {
    display: none;
  }
  .instagram-image {
    width: 100%;
    max-width: 280px;
  }
  .circle-mask-watch {
    width: 202px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .circle-mask-watch.dt {
    display: none;
  }
  .circle-mask-watch.mb {
    display: block;
    border-style: none;
  }
  .feautured-txt {
    width: 100%;
    margin-top: -6px;
    margin-right: 0px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 10px;
  }
  .mosaic-pic {
    max-width: 32%;
  }
}

@media (max-width: 479px) {
  h1 {
    line-height: 1;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 27px;
    line-height: 1.1;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
    font-weight: 300;
  }
  .html-embed {
    padding-bottom: 90.25%;
  }
  .html-embed.v2 {
    padding-bottom: 56.25%;
  }
  .button {
    display: block;
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 600;
  }
  .button.hero-btn {
    display: inline-block;
    width: 44%;
    max-width: 100%;
    min-width: 141px;
    margin-right: 4px;
    margin-left: 4px;
  }
  .button.hero-btn.solid {
    width: 100%;
    max-width: 280px;
  }
  .hero-logos-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrapper {
    margin-bottom: 8px;
  }
  .flex-wrapper.v2 {
    margin-top: 16px;
  }
  .flex-wrapper.testimonials {
    display: block;
  }
  .icons-container.container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .icon-block {
    padding-right: 8px;
    padding-left: 8px;
  }
  .container.hero-contianer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container.testimonials {
    padding-right: 24px;
    padding-left: 24px;
  }
  .nav-bar {
    padding-left: 16px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .21);
  }
  .hero-section {
    padding-bottom: 120px;
  }
  .hero-section.short {
    background-image: -webkit-linear-gradient(270deg, #000 20%, transparent 65%), url('../images/pattern-wood.jpg');
    background-image: linear-gradient(180deg, #000 20%, transparent 65%), url('../images/pattern-wood.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, contain;
    background-repeat: repeat, repeat;
  }
  .video-frame {
    margin-top: 16px;
  }
  .featured-logo.yahoo {
    margin-right: 10px;
    margin-bottom: 8px;
    margin-left: 10px;
  }
  .featured-logo.huff {
    margin: 9px 12px 8px 13px;
  }
  .featured-logo.msn {
    top: 0px;
    margin-right: 16px;
    margin-bottom: 8px;
    margin-left: 16px;
  }
  .featured-logo.abc {
    margin-right: 12px;
    margin-bottom: 8px;
    margin-left: 12px;
  }
  .featured-logo.nbc {
    margin-right: 12px;
    margin-bottom: 8px;
    margin-left: 12px;
  }
  .featured-logo.enterpreneur {
    margin-right: 17px;
    margin-left: 17px;
  }
  .featured-logo.squire {
    margin-right: 8px;
    margin-left: 8px;
  }
  .gold-txt.v2 {
    color: #f1b245;
  }
  .hero-flex-wrapper {
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-flex-wrapper.rolex {
    width: auto;
    margin-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-flex-wrapper.rolex.shrt {
    margin-bottom: 107px;
  }
  .hero-content.rolex-version {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subhead {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
  }
  .section {
    position: relative;
    overflow: hidden;
    padding-top: 48px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.grey {
    padding-right: 24px;
    padding-left: 24px;
  }
  .section.pale-section {
    padding-bottom: 48px;
  }
  .section.instagram-section {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .step-icon.ship.v2 {
    margin-bottom: 0px;
  }
  .step-icon.subscribe-icon {
    margin-bottom: -24px;
  }
  .step-icon.subscribe-icon.v2 {
    margin-bottom: -13px;
  }
  .step-icon.v2 {
    display: block;
    margin-right: auto;
    margin-bottom: 6px;
    margin-left: auto;
  }
  .slider-arrow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }
  .quote-slider {
    margin-right: -58px;
    margin-left: -58px;
  }
  .quote-slider.split {
    width: auto;
    margin-right: -24px;
    margin-left: -24px;
  }
  .quote-author {
    padding: 16px 10px;
    font-size: 12px;
  }
  .beckertime-logo {
    margin-top: 0px;
  }
  .slider-click-area {
    width: 35px;
  }
  .nav-menu {
    width: 100%;
    max-width: 1005px;
  }
  .hero-p {
    display: block;
    max-width: 337px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-p.smaller {
    max-width: 316px;
    font-size: 14px;
  }
  .hero-headline {
    margin-bottom: 8px;
    font-weight: 700;
  }
  .hero-headline.rolex.smaller {
    font-size: 25px;
    font-weight: 700;
  }
  .items-head {
    font-size: 12px;
  }
  .row {
    margin-bottom: 0px;
  }
  .items-list-wrapper {
    margin-top: 48px;
  }
  .flex-item {
    display: block;
    margin-bottom: 32px;
    text-align: center;
  }
  .item-block {
    margin-bottom: 32px;
  }
  .instagram-image {
    width: 88%;
    margin-top: 16px;
  }
  .circle-mask-watch {
    width: 166px;
  }
  .circle-mask-watch.mb {
    width: 252px;
    margin-top: -59px;
    margin-bottom: -46px;
  }
  .feautured-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .picture-mosaic-grid-wrapper {
    margin-top: 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .mosaic-pic {
    width: 49%;
    max-width: 49%;
    margin-bottom: 5px;
  }
  .cover-block {
    padding: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .mobile-hide.mosaic-pic {
    display: none;
  }
  .more-block {
    display: block;
    margin-top: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Lato, sans-serif;
    color: #d09a3e;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
  }
  .many-more-txt {
    display: none;
  }
}

