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

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

p {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #535353;
  font-size: 17px;
  line-height: 1.6;
}

a {
  color: #5790c0;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.top-section {
  padding-top: 0px;
  background-image: -webkit-linear-gradient(90deg, #fdfdfd, #fff 85%);
  background-image: linear-gradient(0deg, #fdfdfd, #fff 85%);
}

.nav-bar {
  border-bottom: 1px solid #b4b4b4;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
}

.container {
  max-width: 1170px;
}

.container.footer-flex {
  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;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding: 24px 8px 24px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.left-content-column {
  max-width: 754px;
  margin-right: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-side-bar-column {
  width: 320px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

._300x600-ad {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  max-width: 320px;
  margin-right: auto;
  margin-left: 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;
  background-color: #f3f3f3;
}

._300x600-ad.dark-rolex {
  width: 100%;
  -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;
  background-color: #131313;
  text-decoration: none;
}

.sidebar-block {
  margin-top: 16px;
  margin-bottom: 32px;
  padding-top: 0px;
}

.sidebar-block.ad {
  margin-top: 16px;
  margin-bottom: 48px;
}

.sidebar-block.last {
  margin-bottom: 0px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c7c7c7;
}

.sidebar-block.social {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
}

.sidebar--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: dimgrey;
  text-align: left;
  text-decoration: none;
}

.sidebar--item:hover {
  -webkit-filter: brightness(73%);
  filter: brightness(73%);
  text-decoration: underline;
}

.sidebar--item.last {
  margin-bottom: 0px;
}

.sidebar--item.midlecenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #363636;
}

.img-thumb-1 {
  position: relative;
  overflow: hidden;
  width: 86px;
  height: 64px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #ececec;
  border-radius: 2px;
}

.img-thumb-1.no-margin {
  height: auto;
  margin-right: 0px;
  border-style: none;
  border-color: #666;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
}

.image.tier1 {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
}

.watches-price {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.watches-price.gold {
  padding: 4px 8px;
  background-color: #ca7;
  color: #fff;
}

.watches-price.gold-txt {
  color: #f3d6ad;
}

.image-credit {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 16px 8px;
  border-bottom: 1px dotted #dcdbdc;
  background-color: hsla(0, 0%, 100%, .87);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.posted-on {
  margin-bottom: 0px;
  float: right;
  font-style: italic;
}

.nav-divider {
  width: 1px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #afafaf;
}

.offer {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 32px;
  border: 1px dashed #c08330;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, #fff 9%, #fff 32%, hsla(0, 0%, 100%, .93) 35%, hsla(0, 0%, 100%, 0) 37%), url('../images/watches.jpg');
  background-image: linear-gradient(180deg, #fff 9%, #fff 32%, hsla(0, 0%, 100%, .93) 35%, hsla(0, 0%, 100%, 0) 37%), url('../images/watches.jpg');
  background-position: 0px 0px, -25px 100%;
  background-size: auto, auto 300px;
  background-repeat: repeat, no-repeat;
  text-align: center;
  text-decoration: none;
}

.offer.v2 {
  display: block;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  border-color: #00be26;
}

.offer-head {
  padding: 4px 8px;
  background-color: #999797;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.offer-head.green {
  background-color: #42a752;
}

.offer-head.blue {
  background-color: #48769b;
}

.shipping-icon {
  position: relative;
  top: -1px;
  max-width: 48px;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article-line {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.article-line.smaller {
  font-size: 14px;
}

.img-thumb-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.siderbar-item-2 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.siderbar-item-2.last {
  margin-bottom: 0px;
}

.siderbar-item-2.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.head-style {
  margin-top: -33px;
  margin-bottom: 0px;
  padding: 8px;
  background-color: rgba(0, 0, 0, .69);
  color: #fff;
}

.realtive-position {
  position: relative;
}

.head-style-2 {
  width: 100%;
  padding: 4px 8px;
  background-color: #3d3d3d;
  color: #fff;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offer-tutle-wrapper {
  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;
}

.offer-titel-txt {
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
  color: #494949;
}

.offer-titel-txt.dark {
  color: #000;
}

.offer-title-line {
  height: 1px;
  max-width: 232px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #c2c2c2;
}

.offer-important-text {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Lato, sans-serif;
  color: #af8629;
}

.offer-important-text.grey {
  color: #4e4e4d;
}

.offer-important-text.grey {
  color: #4e4e4d;
}

.promo-code-txt {
  color: #3f6b90;
  font-size: 1.2em;
}

.offer-line-divider {
  display: block;
  height: 1px;
  max-width: 697px;
  margin: 16px auto 32px;
  background-color: #bababa;
}

.offer-txt {
  font-size: 15px;
}

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

.button {
  max-width: 280px;
  padding: 16px;
  border-radius: 6px;
  background-color: #c08330;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button.orange {
  background-color: #ff8120;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.button.orange:hover {
  background-color: #fda159;
}

.cta-flex-qrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.offer-pic-block {
  width: 38%;
  max-width: 175px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-item {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.flex-item.alt {
  max-width: 392px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-5 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 110px 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(90deg, #000, rgba(0, 0, 0, .6) 42%, hsla(0, 100%, 75%, 0) 80%);
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .6) 42%, hsla(0, 100%, 75%, 0) 80%);
  color: #fff;
}

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

.white {
  color: #fff;
}

.tier-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.footer {
  margin-top: 32px;
  padding: 21px;
  border-top: 1px solid #a8a8a8;
  background-color: #f8f8f8;
  font-size: 13px;
}

.read-more-btn {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  color: #c08330;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.scissor-icon {
  position: absolute;
  top: -36px;
  right: 30px;
  max-width: 58px;
}

.div-block-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.orphan {
  display: inline-block;
}

.brand {
  width: 100%;
  margin-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ad-watch-image {
  position: absolute;
  top: 104px;
  max-width: 100%;
}

.ad-watch-image.v2 {
  left: 190px;
  top: 0px;
  bottom: 0px;
  max-width: 22%;
  margin-top: auto;
  margin-bottom: auto;
}

.ad-title {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.ad-title.v2 {
  position: absolute;
  max-width: 190px;
  margin-top: 15px;
  margin-bottom: auto;
  margin-left: 16px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 19px;
}

.banner-content-wrapper {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 12px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(90deg, #000, transparent);
  background-image: linear-gradient(0deg, #000, transparent);
  font-family: Lato, sans-serif;
  color: #ece9e9;
  font-size: 15px;
  text-align: left;
  text-shadow: 0 1px 37px #000;
}

.banner-btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #c08330;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .47);
  font-size: 13px;
}

.banner-btn.v2 {
  position: absolute;
  right: 12px;
  bottom: 39px;
  border-color: #ce8c32;
}

.gold-txt {
  color: #dbba8e;
}

.summary-txt {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  color: #272727;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.summary-blck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 32px auto;
  padding: 24px;
  -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;
  border: 2px solid #c08330;
  border-radius: 2px;
  text-align: center;
}

.had-logo {
  max-width: 250px;
}

.div-block-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.bullets-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #fdfdfd;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.bullets-wrapper.v2 {
  left: 46%;
  top: 44px;
  z-index: 1;
  overflow: hidden;
  width: 38%;
  height: 21px;
  margin-left: 0px;
  color: #dbba8e;
  font-size: 13px;
  text-align: left;
}

.unordered-list {
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 18px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-align: left;
}

.banner-list-item {
  margin-top: 1px;
  margin-bottom: 8px;
}

.text-block {
  color: #f1cfa1;
  font-size: 14px;
}

.alert-section {
  position: relative;
  overflow: hidden;
  height: auto;
  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;
  background-color: #00c300;
  background-image: -webkit-linear-gradient(330deg, #00c300, rgba(105, 172, 110, .65));
  background-image: linear-gradient(120deg, #00c300, rgba(105, 172, 110, .65));
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.alert-section.gold {
  background-color: #e0bc00;
  background-image: -webkit-linear-gradient(341deg, #f0cd1b, #ffcc2a 99%);
  background-image: linear-gradient(109deg, #f0cd1b, #ffcc2a 99%);
}

.alert-section.blue {
  background-color: #3f6b90;
  background-image: -webkit-linear-gradient(330deg, #3f6b90, #5790c0);
  background-image: linear-gradient(120deg, #3f6b90, #5790c0);
}

.alert-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  max-width: 1150px;
  margin: 16px auto;
}

.text-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.white-tag {
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #fff;
  color: #030303;
}

.summary-info {
  margin-bottom: 0px;
  font-size: 16px;
  text-align: left;
}

.summary-info.border-top {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted #7e7e7e;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.calendar-img {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.banner-logo {
  display: block;
  max-width: 100px;
  margin: 24px auto 16px;
}

.banner-logo.v2 {
  position: absolute;
  left: 14px;
  top: 0px;
  margin-top: 29px;
  margin-bottom: 8px;
}

.text-block-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.text-block-3.v2 {
  position: absolute;
  left: 46%;
  top: 33px;
  z-index: 6;
  max-width: 34%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-title {
  display: inline-block;
  padding: 5px 8px;
  background-color: #b3b3b3;
  color: #fff;
}

.sidebar-title.dark {
  background-color: #414141;
}

.sidebar-title-warpper {
  border-bottom: 1px solid #c7c7c7;
  text-align: left;
}

.sidebar-title-warpper.dark {
  border-bottom-color: #474747;
}

.article-info-block {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #e9e9e9;
  color: #a7a7a7;
}

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #353535;
  font-family: Watchgang, sans-serif;
  color: #fff;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

.boost-font {
  font-size: 18px;
}

.watch-icon {
  position: relative;
  top: 8px;
  max-width: 28px;
  margin-right: 4px;
  margin-bottom: 18px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.disclaimer {
  margin-top: 8px;
  color: #616161;
  font-size: 11px;
  line-height: 17px;
}

.banner-border {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  border: 8px solid #e6b572;
  opacity: 0;
}

.btn-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #c08330;
  opacity: 0;
}

.btn-label {
  position: relative;
  z-index: 1;
}

.content-ad {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.content-ad.dark-rolex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  margin-bottom: 37px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

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

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

.navbar {
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}

.text-block-6 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2 {
  border-bottom: 2px solid #fff;
}

.nav-link-2.w--current {
  border-bottom-color: #acacac;
  color: #333;
}

.row-2 {
  margin-top: 31px;
}

.related-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
}

.related-thumbnail-wrapper.a1 {
  background-image: url('../images/thumbnail-a1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.related-thumbnail-wrapper.a2 {
  background-image: url('../images/thumbnail-a2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.related-thumbnail-wrapper.a3 {
  background-image: url('../images/thumbnail-a3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.related-content-item {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: #8f8f8f;
  text-decoration: none;
}

.related-content-section {
  padding-top: 34px;
  padding-right: 24px;
  padding-left: 24px;
}

.related-link-caret {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  padding-left: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-15 {
  max-width: 754px;
  margin-left: 24px;
}

.image-26 {
  max-width: 24px;
  margin-top: -3px;
  margin-right: 6px;
  float: left;
}

.div-block-16 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.double-margin-bottom {
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.html-embed-4 {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-34 {
  width: 48%;
  margin-right: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-34.invert-margin {
  margin-right: 0%;
  margin-left: 2%;
}

.watch-image {
  width: 100%;
}

.div-block-36 {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.embed-block-wrapper {
  position: relative;
  margin-bottom: 24px;
  padding: 25px;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(270deg, #f8f8f8, #fdfdfd 55%, #f8f8f8);
  background-image: linear-gradient(180deg, #f8f8f8, #fdfdfd 55%, #f8f8f8);
}

.hero-image {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
}

.round-number {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #252525;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.green-txt {
  color: #1e9600;
}

.right-align-cell {
  padding-right: 0px;
  text-align: right;
}

.left-align-cell {
  padding-right: 0px;
  padding-left: 10px;
  text-align: left;
}

.value-tables {
  width: 100%;
  font-size: 18px;
}

.value-tables.border-bottom {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #d6d6d6;
}

.div-block-43 {
  width: 100%;
  max-width: 312px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.as-seen-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px 16px 16px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #ececec;
  border-bottom: 1px solid #ececec;
}

.ass-seen-txt {
  color: #8f8f8f;
  font-weight: 700;
}

.forbes-logo {
  position: relative;
  top: -1px;
  width: 100%;
  max-width: 10%;
}

.buzzfed-logo {
  width: 100%;
  max-width: 13%;
}

.yahoo-logo {
  position: relative;
  top: 1px;
  width: 100%;
  max-width: 10%;
}

.mens-health-logo {
  position: relative;
  top: 1px;
  width: 100%;
  max-width: 12%;
}

.esquire-logo {
  position: relative;
  top: 4px;
  right: -6px;
  width: 100%;
  max-width: 88px;
}

.msn-logo {
  position: relative;
  top: -2px;
  width: 100%;
  max-width: 10%;
}

html.w-mod-js *[data-ix="rolex-glow"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="alert-message"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="alert-txt"] {
  opacity: 0;
  -webkit-transform: translate(0px, -46px);
  -ms-transform: translate(0px, -46px);
  transform: translate(0px, -46px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 43px;
  }
  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .left-content-column {
    width: 70%;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .right-side-bar-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .watches-price {
    font-size: 12px;
    line-height: 16px;
  }
  .offer {
    background-image: -webkit-linear-gradient(270deg, #fff 33%, hsla(0, 0%, 100%, 0) 47%), url('../images/watches.jpg');
    background-image: linear-gradient(180deg, #fff 33%, hsla(0, 0%, 100%, 0) 47%), url('../images/watches.jpg');
    background-position: 0px 0px, -134px 100%;
    background-size: auto, auto 400px;
    background-repeat: repeat, no-repeat;
  }
  .offer-important-text {
    max-width: 420px;
  }
  .cta-flex-qrapper.v2 {
    padding-right: 0px;
  }
  .flex-item {
    padding-right: 0px;
  }
  .flex-item.alt {
    width: 70%;
    margin-right: 12px;
  }
  .brand {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ad-watch-image {
    top: 108px;
    max-width: 100%;
  }
  .ad-watch-image.v2 {
    left: 27%;
    top: 4px;
    max-width: 26%;
  }
  .ad-title {
    max-width: 184px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 21px;
  }
  .ad-title.v2 {
    left: 16px;
    top: 44px;
    display: block;
    max-width: 160px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
    text-align: left;
  }
  .banner-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 20px;
    text-align: center;
  }
  .banner-btn {
    margin-top: 8px;
  }
  .banner-btn.v2 {
    right: 14%;
    bottom: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .menu-button {
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .had-logo {
    max-width: 250px;
  }
  .bullets-wrapper {
    margin-bottom: 12px;
  }
  .bullets-wrapper.v2 {
    left: 53%;
    top: 8px;
    width: 47%;
    height: 19px;
    font-size: 12px;
    line-height: 16px;
  }
  .text-block {
    display: block;
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-2 {
    display: block;
    max-width: 564px;
    margin-right: auto;
    margin-left: auto;
  }
  .calendar-img {
    max-width: 126px;
  }
  .banner-logo {
    margin-top: 16px;
  }
  .banner-logo.v2 {
    left: 16px;
    margin-top: 16px;
  }
  .text-block-3 {
    max-width: 181px;
    margin-bottom: 8px;
  }
  .text-block-3.v2 {
    left: 53%;
    top: 12px;
    right: 0px;
    max-width: 47%;
    font-size: 15px;
    text-align: left;
  }
  .div-block-11 {
    display: block;
  }
  .dt-only {
    display: none;
  }
  .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);
  }
  .related-thumbnail-wrapper {
    height: 133px;
  }
  .related-content-item {
    margin-right: 0px;
    margin-left: 0px;
  }
  .related-content-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .div-block-15 {
    max-width: 676px;
    margin-left: 0px;
  }
  .esquire-logo {
    right: -4px;
    max-width: 12%;
  }
}

@media (max-width: 767px) {
  .container.footer-flex {
    display: block;
    width: 100%;
    -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;
  }
  .nav-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .content-container {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-content-column {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .right-side-bar-column {
    display: block;
    width: 100%;
    max-width: 480px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  .offer {
    display: block;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    background-position: 0px 0px, -121px 100%;
    background-size: auto, auto 356px;
  }
  .offer-line-divider {
    margin-bottom: 24px;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cta-flex-qrapper {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta-flex-qrapper.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-item {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .flex-item.alt {
    max-width: 245px;
    margin-left: 14px;
    text-align: left;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .brand {
    padding-left: 0px;
  }
  .ad-watch-image {
    top: 90px;
  }
  .ad-watch-image.v2 {
    left: 50%;
    top: -106px;
    max-width: 53%;
  }
  .ad-title.v2 {
    top: 60px;
    max-width: 175px;
    font-family: Oswald, sans-serif;
    font-size: 19px;
    line-height: 24px;
  }
  .banner-content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .banner-btn.v2 {
    right: 16px;
    bottom: 16px;
    z-index: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .had-logo {
    max-width: 194px;
  }
  .bullets-wrapper.v2 {
    left: 9%;
    top: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    -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;
    color: #f5f5f5;
    text-align: center;
  }
  .unordered-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 9px;
    -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;
  }
  .text-block.v2 {
    position: absolute;
    left: 11px;
    bottom: 18px;
    max-width: 175px;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
  }
  .alert-section {
    font-size: 13px;
    line-height: 20px;
  }
  .text-block-3.v2 {
    left: 0%;
    top: 139px;
    right: 0px;
    display: block;
    max-width: 91%;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .boost-font {
    display: block;
  }
  .dt-only {
    display: none;
  }
  .content-ad.dark-rolex {
    width: 300px;
    height: 250px;
    -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;
    text-align: center;
  }
  .related-thumbnail-wrapper {
    height: 87px;
  }
  .related-content-section {
    padding-top: 0px;
  }
  .as-seen-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .ass-seen-txt {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 38px;
  }
  h5 {
    font-size: 16px;
  }
  .container.related-content {
    max-width: 320px;
  }
  .container.footer-flex {
    display: block;
  }
  .nav-container {
    padding: 0px 0px 0px 16px;
  }
  .content-section {
    position: relative;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .content-container {
    display: block;
  }
  .left-content-column {
    margin-bottom: 48px;
  }
  .right-side-bar-column {
    max-width: 320px;
  }
  .sidebar-block.last {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .image-credit {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: transparent;
  }
  .posted-on {
    margin-bottom: 0px;
    margin-left: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .offer {
    margin-top: 64px;
    background-image: none;
  }
  .offer-titel-txt.dark {
    max-width: 191px;
  }
  .offer-important-text {
    position: relative;
    z-index: 3;
  }
  .offer-important-text.grey {
    padding-right: 9px;
    padding-left: 9px;
  }
  .offer-line-divider {
    position: relative;
    z-index: 4;
    margin-bottom: 24px;
  }
  .cta-flex-qrapper.v2 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offer-pic-block {
    position: relative;
    display: none;
    max-width: 180px;
  }
  .flex-item.alt {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .brand {
    padding-left: 0px;
  }
  .ad-watch-image {
    top: 71px;
  }
  .ad-watch-image.v2 {
    left: 49%;
    top: -99px;
  }
  .ad-title {
    max-width: 250px;
  }
  .banner-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .summary-txt {
    width: auto;
    max-width: 125px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .summary-blck {
    padding: 16px;
  }
  .had-logo {
    max-width: 180px;
  }
  .bullets-wrapper.v2 {
    left: 0%;
    right: 0px;
    width: 97%;
    margin-right: 0px;
    font-size: 13px;
  }
  .unordered-list {
    display: block;
    padding-left: 19px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .unordered-list.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block.v2 {
    max-width: 161px;
    font-size: 12px;
  }
  .text-block-2 {
    font-size: 13px;
  }
  .summary-info {
    font-size: 15px;
  }
  .summary-info.border-top {
    font-size: 15px;
    text-align: center;
  }
  .calendar-img {
    width: 46%;
    max-width: 84px;
    margin-bottom: 14px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .text-block-3 {
    max-width: 274px;
  }
  .text-block-3.v2 {
    left: 0%;
    max-width: 255px;
    font-size: 15px;
  }
  .article-info-block {
    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;
    font-size: 13px;
  }
  .text-block-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .boost-font {
    display: block;
    margin-bottom: 3px;
  }
  .watch-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .related-content-item {
    margin-bottom: 21px;
  }
  .related-content-section {
    padding-top: 44px;
  }
  .image-26 {
    max-width: 18px;
    margin-top: 0px;
  }
  .div-block-33 {
    display: block;
  }
  .div-block-34 {
    width: 100%;
    margin-right: 0%;
  }
  .text-block-11 {
    text-align: left;
  }
  .text-span {
    display: inline-block;
  }
  .embed-block-wrapper {
    padding: 0px;
    background-color: transparent;
    background-image: none;
  }
  .green-txt {
    display: inline-block;
  }
  .right-align-cell {
    padding-left: 0px;
  }
  .value-tables {
    font-size: 15px;
    line-height: 16px;
  }
  .value-tables.border-bottom {
    padding-bottom: 8px;
  }
  .as-seen-block {
    margin-top: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ass-seen-txt {
    position: relative;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    margin: 0px auto 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
  }
  .forbes-logo {
    max-width: 22%;
    margin-right: 2%;
    margin-bottom: 16px;
    margin-left: 2%;
  }
  .buzzfed-logo {
    max-width: 28%;
    margin-right: 2%;
    margin-bottom: 16px;
    margin-left: 2%;
  }
  .yahoo-logo {
    max-width: 23%;
    margin-right: 2%;
    margin-bottom: 16px;
    margin-left: 2%;
  }
  .mens-health-logo {
    max-width: 26%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .esquire-logo {
    max-width: 27%;
    margin-right: 25px;
    margin-left: 2%;
  }
  .msn-logo {
    max-width: 18%;
    margin-right: 2%;
    margin-left: 2%;
  }
}

@font-face {
  font-family: 'Watchgang';
  src: url('../fonts/watchgang.eot') format('embedded-opentype'), url('../fonts/watchgang.woff') format('woff'), url('../fonts/watchgang.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}