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

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

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: 20px;
  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: #c08330;
  text-decoration: underline;
}

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

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

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

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

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

.as-seen-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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 solid #ececec;
  border-bottom: 1px solid #ececec;
}

.yahoo-logo {
  width: 100%;
  max-width: 100px;
}

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

.abc-logo {
  width: 100%;
  max-width: 40px;
}

.nbc-logo {
  width: 100%;
  max-width: 45px;
}

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

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

.html-embed {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}

.image-credit {
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #dcdbdc;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.capital-initial {
  position: relative;
  margin-top: -10px;
  float: left;
  font-size: 2em;
  line-height: 1;
}

.double-margin-top {
  margin-top: 32px;
}

.double-margin-top.double-margin-bottom {
  margin-bottom: 32px;
}

.border-wrapper {
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid #cacaca;
  text-align: center;
}

.image-3 {
  display: block;
  max-width: 86%;
  margin: 15px auto;
  padding-top: 23px;
  padding-bottom: 23px;
}

.center {
  text-align: center;
}

.row {
  margin-top: 24px;
}

.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;
  margin-top: 31px;
  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-head {
  padding: 4px 8px;
  background-color: #999797;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

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

.realtive-position {
  position: relative;
}

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

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

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

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

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

.no-margin {
  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;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.oferr-slider {
  height: auto;
  background-color: transparent;
}

.offer-slide {
  height: auto;
}

.slide-watch-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.slide-thumbs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding: 4px;
  -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 dotted #ddd;
  border-bottom: 1px dotted #e6e6e6;
}

.mask {
  height: auto;
}

.slide-nav-thumb {
  max-width: 50px;
  border: 1px none #e7e7e7;
}

.slide-nav-thumb.active {
  border-style: solid;
  border-width: 2px;
  opacity: 0.62;
}

.right-arrow {
  color: transparent;
}

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

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

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

.left-image {
  display: block;
  width: 50%;
  margin-top: 25px;
  margin-right: 24px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-4 {
  padding-top: 28px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
}

.number-list {
  padding-left: 17px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
  list-style-type: decimal;
}

.item-margin {
  margin-bottom: 24px;
}

.flex-wrapper {
  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-7 {
  padding-top: 32px;
}

.orphan {
  display: inline-block;
}

.normal-txt {
  font-weight: 400;
}

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

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

.gold-txt {
  color: #dbba8e;
}

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

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

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

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

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

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

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

.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: 38px;
  border-radius: 50%;
  background-color: #353535;
  font-family: Watchgang, sans-serif;
  color: #fff;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}

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

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

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

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) {
  .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;
  }
  .div-block-4 {
    padding-right: 0px;
  }
  .left-image {
    margin-top: 35px;
  }
  .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-title {
    max-width: 184px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 21px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .banner-logo {
    margin-top: 16px;
  }
  .text-block-3 {
    max-width: 181px;
    margin-bottom: 8px;
  }
  .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);
  }
}

@media (max-width: 767px) {
  .nav-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .content-container {
    -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;
  }
  .as-seen-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .yahoo-logo {
    max-width: 75px;
  }
  .ass-seen-txt {
    font-size: 12px;
  }
  .abc-logo {
    max-width: 24px;
  }
  .nbc-logo {
    max-width: 24px;
  }
  .huff-logo {
    max-width: 80px;
  }
  .msn-logo {
    max-width: 60px;
  }
  .row {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .offer {
    display: block;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
  }
  .offer-line-divider {
    margin-bottom: 24px;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-3 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-4 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .column-5 {
    padding-left: 0px;
  }
  .div-block-7 {
    padding-top: 0px;
  }
  .brand {
    padding-left: 0px;
  }
  .ad-watch-image {
    top: 90px;
  }
  .banner-content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .had-logo {
    max-width: 194px;
  }
  .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;
  }
  .alert-section {
    font-size: 13px;
    line-height: 20px;
  }
  .boost-font {
    display: block;
  }
  .dt-only {
    display: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
  }
  h5 {
    font-size: 16px;
  }
  .nav-container {
    padding: 0px 0px 0px 16px;
  }
  .content-section {
    position: relative;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .content-container {
    display: block;
  }
  .right-side-bar-column {
    max-width: 320px;
  }
  .sidebar-block.last {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .as-seen-block {
    margin-top: 0px;
    padding-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .yahoo-logo {
    max-width: 60px;
  }
  .ass-seen-txt {
    position: absolute;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    margin-top: -26px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 400;
    text-align: center;
  }
  .huff-logo {
    max-width: 62px;
  }
  .msn-logo {
    max-width: 50px;
  }
  .image-credit {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .posted-on {
    margin-bottom: 0px;
    margin-left: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .double-margin-top {
    margin-top: 24px;
  }
  .offer-line-divider {
    margin-bottom: 24px;
  }
  .left-image {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
  }
  .column-4 {
    padding-top: 0px;
    padding-right: 0px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .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;
  }
  .brand {
    padding-left: 0px;
  }
  .ad-watch-image {
    top: 71px;
  }
  .ad-title {
    max-width: 250px;
  }
  .banner-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .had-logo {
    max-width: 180px;
  }
  .unordered-list {
    display: block;
    padding-left: 19px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-2 {
    font-size: 13px;
  }
  .text-block-3 {
    max-width: 274px;
  }
  .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;
  }
}

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