@font-face {
  font-family: SamsungSharpSans;
  src: url(fonts/samsungsharpsans-regular.eot);
  src: url(fonts/samsungsharpsans-regular.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/samsungsharpsans-regular.woff) format("woff"),
    url(fonts/samsungsharpsans-regular.ttf) format("truetype"),
    url(fonts/samsungsharpsans-regular.svg#samsungsharpsans-regular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SamsungSharpSans;
  src: url(fonts/samsungsharpsans-medium.eot);
  src: url(fonts/samsungsharpsans-medium.eot?#iefix) format("embedded-opentype"),
    url(fonts/samsungsharpsans-medium.woff) format("woff"),
    url(fonts/samsungsharpsans-medium.ttf) format("truetype"),
    url(fonts/samsungsharpsans-medium.svg#samsungsharpsans-medium) format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SamsungSharpSans;
  src: url(fonts/samsungsharpsans-bold.eot);
  src: url(fonts/samsungsharpsans-bold.eot?#iefix) format("embedded-opentype"),
    url(fonts/samsungsharpsans-bold.woff) format("woff"),
    url(fonts/samsungsharpsans-bold.ttf) format("truetype"),
    url(fonts/samsungsharpsans-bold.svg#samsungsharpsans-bold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SamsungOne;
  src: url(fonts/SamsungOne-400.eot);
  src: url(fonts/SamsungOne-400.eot?#iefix) format("embedded-opentype"),
    url(fonts/SamsungOne-400.woff2) format("woff2"),
    url(fonts/SamsungOne-400.woff) format("woff"),
    url(fonts/SamsungOne-400.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SamsungOne;
  src: url(fonts/SamsungOne-700.eot);
  src: url(fonts/SamsungOne-700.eot?#iefix) format("embedded-opentype"),
    url(fonts/SamsungOne-700.woff2) format("woff2"),
    url(fonts/SamsungOne-700.woff) format("woff"),
    url(fonts/SamsungOne-700.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
.ss-dream {
  font-family: SamsungOne, Helvetica, Arial, sans-serif;
  max-width: 90em;
  margin: 0 auto;
}
@media (min-width: 30em) {
  .ss-dream .row {
    width: 100%;
    display: table;
    table-layout: fixed;
    max-width: 1300px;
    margin: auto;
  }
  .ss-dream .row .col {
    display: table-cell;
    vertical-align: top;
  }
  .ss-dream .row .col-gutter {
    width: 10%;
  }
}
@media (min-width: 75em) {
  .ss-dream .macro-row {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .ss-dream .macro-row .col {
    display: table-cell;
    vertical-align: top;
  }
}
.ss-dream .micro-row {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ss-dream .micro-row .col {
  display: table-cell;
  vertical-align: top;
}
.ss-dream .micro-row .col-gutter {
  width: 10%;
}
.ss-dream .hidden {
  display: none;
  opacity: 0;
}
.ss-dream .clearfix {
  clear: both;
}
.ss-dream h1,
.ss-dream h2 {
  font-weight: 700;
  font-family: SamsungSharpSans, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream h1,
  .ss-dream h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream h1,
  .ss-dream h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream h1,
  .ss-dream h2 {
    font-size: 3.7rem;
  }
}
@media only screen and (min-width: 75em) {
  .ss-dream h1,
  .ss-dream h2 {
    font-size: 3.9rem;
  }
}
.ss-dream h3 {
  font-family: SamsungSharpSans, Tahoma, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 75em) {
  .ss-dream h3 {
    font-size: 2rem;
  }
}
.ss-dream h4 {
  font-family: SamsungSharpSans, Tahoma, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 55em) {
  .ss-dream h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 75em) {
  .ss-dream h4 {
    font-size: 2.2rem;
  }
}
.ss-dream p {
  font-size: 0.75rem;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream p {
    font-size: 1.2rem;
  }
}
.ss-dream .ssdr-pri-btn,
.ss-dream .ssdr-sec-btn {
  padding: 12px 30px;
  border: 2px solid #000;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  outline: 0;
  text-decoration: none;
  font-family: SamsungOne, Helvetica, Arial, sans-serif;
  font-size: 0.55rem;
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.2em;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (min-width: 55em) {
  .ss-dream .ssdr-pri-btn,
  .ss-dream .ssdr-sec-btn {
    font-size: 0.8rem;
  }
}
.ss-dream .ssdr-btn-light,
.ss-dream .ssdr-pri-btn,
.ss-dream .ssdr-sec-btn:hover {
  color: #000;
  background: 0 0;
}
.ss-dream .ssdr-btn-dark,
.ss-dream .ssdr-pri-btn:hover,
.ss-dream .ssdr-sec-btn {
  background: #000;
  color: #fff;
}
.ss-dream .ssdr-sec-btn {
  display: inline-block;
}
.ss-dream .ssdr-btn-radio {
  border-width: 2px;
  text-transform: none;
  font-family: SamsungSharpSans, Tahoma, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream .ssdr-btn-radio {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 85em) {
  .ss-dream .ssdr-btn-radio {
    font-size: 0.9rem;
  }
}
.ss-dream .ssdr-btn-radio:not(.selected) {
  border-color: #c4c4c4;
  color: #626262;
}
.ss-dream .ssdr-btn-radio:not(.selected):hover {
  border-color: #000;
  color: #fff;
}
.ss-dream .ssdr-btn-radio.selected:hover {
  background: 0 0;
  color: #000;
}
.ss-dream .ssdr-color-selector {
  margin-bottom: 1em;
}
.ss-dream .ssdr-color-selector .color {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 7px solid #fff;
}
.ss-dream .ssdr-color-selector .color:not(:last-of-type) {
  margin-right: 1em;
}
.ss-dream .ssdr-color-selector .color.color-black {
  background: #000;
}
.ss-dream .ssdr-color-selector .color.color-grey {
  background: #a3a0b3;
}
.ss-dream .ssdr-color-selector .color.color-gold {
  background: #e1dec4;
}
.ss-dream .ssdr-color-selector.active {
  margin-bottom: 1em;
}
.ss-dream .ssdr-color-selector.active .color {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 7px solid #fff;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.ss-dream .ssdr-color-selector.active .color:not(:last-of-type) {
  margin-right: 1em;
}
.ss-dream .ssdr-color-selector.active .color.color-black {
  background: #000;
}
.ss-dream .ssdr-color-selector.active .color.color-black:hover:not(.selected) {
  box-shadow: 0 0 0 2px #000;
}
.ss-dream .ssdr-color-selector.active .color.color-grey {
  background: #a3a0b3;
}
.ss-dream .ssdr-color-selector.active .color.color-grey:hover:not(.selected) {
  box-shadow: 0 0 0 2px #dbdbdb;
}
.ss-dream .ssdr-color-selector.active .color.color-gold {
  background: #e1dec4;
}
.ss-dream .ssdr-color-selector.active .color.color-gold:hover:not(.selected) {
  box-shadow: 0 0 0 2px #e1dec4;
}
.ss-dream .ssdr-color-selector.active .color.selected {
  box-shadow: 0 0 0 2px #000;
}
.ss-dream .ssdr-color-selector.no-hover {
  margin-bottom: 1em;
}
.ss-dream .ssdr-color-selector.no-hover .color {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  border: none;
  transition: all 0.25s ease-in-out;
  cursor: default;
}
.ss-dream .ssdr-color-selector.no-hover .color:not(:last-of-type) {
  margin-right: 1em;
}
.ss-dream .ssdr-color-selector.no-hover .color.color-black {
  background: #000;
}
.ss-dream
  .ssdr-color-selector.no-hover
  .color.color-black:hover:not(.selected) {
  box-shadow: none;
}
.ss-dream .ssdr-color-selector.no-hover .color.color-grey {
  background: #a3a0b3;
}
.ss-dream .ssdr-color-selector.no-hover .color.color-grey:hover:not(.selected) {
  box-shadow: none;
}
.ss-dream .ssdr-color-selector.no-hover .color.color-gold {
  background: #e1dec4;
}
.ss-dream .ssdr-color-selector.no-hover .color.color-gold:hover:not(.selected) {
  box-shadow: none;
}
.ss-dream .ssdr-color-selector.no-hover .color.selected {
  box-shadow: none;
}
.ss-dream section {
  margin-bottom: 1em;
  min-height: 25em;
  padding: 25px;
}
@media only screen and (min-width: 65em) {
  .ss-dream section {
    min-height: 32em;
  }
}
.ss-dream section h2 {
  margin-bottom: 0;
  text-align: center;
}
.ss-dream section h3 {
  margin-top: 0.5em;
  text-align: center;
}
.ss-dream header.dream-header .brand-logo img {
  max-height: 15px;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream header.dream-header .brand-logo img {
    max-height: 30px;
  }
}
.ss-dream header.dream-header .model-name {
  font-family: SamsungSharpSans, Tahoma, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: right;
  font-size: 1rem;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream header.dream-header .model-name {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream header.dream-header .model-name {
    font-size: 2rem;
  }
}
.ss-dream header.dream-header .divider-line {
  border-right: 2px solid #000;
  margin-right: 8px;
  top: -2px;
  position: relative;
}
.ss-dream section.dream-intro {
  background: #fff;
  position: relative;
  min-height: 30em;
  margin-bottom: 0;
}
@media only screen and (min-width: 55em) {
  .ss-dream section.dream-intro {
    min-height: 32em;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream section.dream-intro {
    min-height: 40em;
  }
}
.ss-dream section.dream-intro .intro-text {
  padding: 2em 1em;
  padding: 1em 0;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .intro-text {
    padding: 2em 1.2em;
    text-align: left;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream section.dream-intro .intro-text {
    padding: 1.5em 5.5rem;
    padding-left: 20px;
  }
}
.ss-dream section.dream-intro h1 {
  margin-bottom: 0.5em;
  margin-top: 0;
}
@media only screen and (min-width: 55em) {
  .ss-dream section.dream-intro h1 {
    max-width: 70%;
    margin-top: 0.8em;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream section.dream-intro h1 {
    max-width: 60%;
  }
}
.ss-dream section.dream-intro p {
  margin: 0.5em 0;
  margin-bottom: 2em;
  margin-top: 2em;
  line-height: 1.5;
}
@media only screen and (min-width: 390px) {
  .ss-dream section.dream-intro p {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 430px) {
  .ss-dream section.dream-intro p {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 490px) {
  .ss-dream section.dream-intro p {
    margin-top: 0;
  }
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro p {
    width: 60%;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream section.dream-intro p {
    margin-bottom: 2em;
    line-height: 2;
    max-width: 45%;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream section.dream-intro .pre-order-button-group {
    max-width: 55%;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream section.dream-intro .pre-order-button-group a {
    display: block;
    max-width: 11em;
    margin: 1em 0;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream section.dream-intro .pre-order-button-group a {
    display: inline-block;
    margin-right: 1%;
  }
}
.ss-dream section.dream-intro .model-selector {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .model-selector {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream section.dream-intro .model-selector {
    margin-bottom: 2em;
  }
}
.ss-dream section.dream-intro .model-selector .model-options {
  width: 105%;
  margin-left: -5%;
  margin-bottom: 1em;
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .model-selector .model-options {
    padding-right: 2em;
    width: 100%;
  }
}
@media only screen and (min-width: 75em) {
  .ss-dream section.dream-intro .model-selector .model-options {
    width: 29%;
  }
}
.ss-dream section.dream-intro .model-selector .model-options .ssdr-btn-radio {
  width: 49%;
}
.ss-dream section.dream-intro .model-selector #ssdr-cs-choose {
  vertical-align: middle;
}
.ss-dream section.dream-intro .model-selector #ssdr-cs-choose .color {
  border-color: #f5f5f5;
}
.ss-dream
  section.dream-intro
  .model-selector
  #ssdr-cs-choose
  .color:not(:last-of-type) {
  margin-right: 0.5em;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .model-prices {
    max-width: 46%;
  }
}
.ss-dream section.dream-intro .disclaimer {
  font-size: 0.7rem;
  display: block;
  margin-top: 2em;
}
@media only screen and (min-width: 22em) {
  .ss-dream section.dream-intro .disclaimer {
    position: static;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .intro-images.open .wrapper {
    height: 36em;
  }
}
.ss-dream section.dream-intro .intro-images.desktop {
  display: none;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .intro-images.desktop {
    display: block;
  }
}
.ss-dream section.dream-intro .intro-images.desktop .wrapper {
  position: absolute;
  top: 3em;
  width: 73%;
  right: 1em;
  height: 18em;
  padding-top: 35px;
}
@media only screen and (min-width: 25em) {
  .ss-dream section.dream-intro .intro-images.desktop .wrapper {
    height: 19em;
  }
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .intro-images.desktop .wrapper {
    width: 50%;
    top: 1.5em;
    height: 28em;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream section.dream-intro .intro-images.desktop .wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream section.dream-intro .intro-images.desktop .wrapper {
    top: 9em;
    width: 51%;
    right: 2em;
  }
}
@media only screen and (min-width: 80em) {
  .ss-dream section.dream-intro .intro-images.desktop .wrapper {
    top: 4em;
  }
}
.ss-dream section.dream-intro .intro-images.mobile {
  position: relative;
  width: 100%;
  height: 10em;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .intro-images.mobile {
    display: none;
  }
}
.ss-dream section.dream-intro .intro-images.mobile .wrapper {
  max-height: 100%;
}
.ss-dream section.dream-intro .intro-images .combo,
.ss-dream section.dream-intro .intro-images .phone {
  position: absolute;
  width: 100%;
  max-height: 100%;
  bottom: 0;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.dream-intro .intro-images .combo,
  .ss-dream section.dream-intro .intro-images .phone {
    text-align: right;
  }
}
.ss-dream section.dream-intro .intro-images .combo img,
.ss-dream section.dream-intro .intro-images .phone img {
  max-width: 90%;
  max-height: 100%;
}
@media only screen and (max-width: 30.5em) {
  .ss-dream section.dream-intro .intro-images .combo img,
  .ss-dream section.dream-intro .intro-images .phone img {
    max-width: 60%;
    min-width: 190px;
  }
}
.ss-dream section.dream-intro .intro-images .combo {
  left: 0;
}
.ss-dream section.dream-intro .intro-images .phone {
  right: 0;
}
.ss-dream #ssdr-preload-images {
  width: 0;
  height: 0;
  display: inline;
}
.ss-dream #ssdr-preload-images .img1 {
  background-image: url(/wp-content/themes/sdg/assets/samsung/images/model-black.jpg);
}
.ss-dream #ssdr-preload-images .img2 {
  background-image: url(/wp-content/themes/sdg/assets/samsung/images/model-grey.jpg);
}
.ss-dream #ssdr-preload-images .img3 {
  background-image: url(/wp-content/themes/sdg/assets/samsung/images/model-gold.jpg);
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .ss-dream #ssdr-preload-images .img1 {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/model-black@2x.jpg);
  }
  .ss-dream #ssdr-preload-images .img2 {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/model-grey@2x.jpg);
  }
  .ss-dream #ssdr-preload-images .img3 {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/model-gold@2x.jpg);
  }
}
.ss-dream section.great-display {
  background: #050608
    url(/wp-content/themes/sdg/assets/samsung/images/bg-dobig.jpg) center center
    no-repeat;
  margin-bottom: 0;
  background-size: 100%;
  background-position: center;
  color: #fff;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .ss-dream section.great-display {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/bg-dobig@2x.jpg);
    background-size: 100%;
  }
}
@media only screen and (max-width: 851px) {
  .ss-dream section.great-display {
    background: #050608
      url(/wp-content/themes/sdg/assets/samsung/images/lake-mo.jpg) center
      center no-repeat;
    padding-bottom: 40%;
    background-position: center 90%;
  }
}
@media only screen and (max-width: 851px) and (min--moz-device-pixel-ratio: 1.3),
  only screen and (max-width: 851px) and (-o-min-device-pixel-ratio: 2.6 / 2),
  only screen and (max-width: 851px) and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (max-width: 851px) and (min-device-pixel-ratio: 1.3),
  only screen and (max-width: 851px) and (min-resolution: 1.3dppx) {
  .ss-dream section.great-display {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/lake-mo@2x.jpg);
    background-size: 100%;
  }
}
@media only screen and (max-width: 30.5em) {
  .ss-dream section.great-display {
    background: #3a8bcd
      url(/wp-content/themes/sdg/assets/samsung/images/lake-mo.jpg) center
      center no-repeat;
    padding-bottom: 30%;
    background-position: center 90%;
    min-height: 360px;
  }
}
@media only screen and (max-width: 30.5em) and (min--moz-device-pixel-ratio: 1.3),
  only screen and (max-width: 30.5em) and (-o-min-device-pixel-ratio: 2.6 / 2),
  only screen and (max-width: 30.5em) and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (max-width: 30.5em) and (min-device-pixel-ratio: 1.3),
  only screen and (max-width: 30.5em) and (min-resolution: 1.3dppx) {
  .ss-dream section.great-display {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/lake-mo@2x.jpg);
    background-size: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .ss-dream section.great-display {
    padding-bottom: 30%;
    min-height: 300px;
  }
}
@media only screen and (min-width: 852px) {
  .ss-dream section.great-display {
    background: #050608
      url(/wp-content/themes/sdg/assets/samsung/images/bg-dobig.jpg) center
      center no-repeat;
  }
}
@media only screen and (min-width: 852px) and (min--moz-device-pixel-ratio: 1.3),
  only screen and (min-width: 852px) and (-o-min-device-pixel-ratio: 2.6 / 2),
  only screen and (min-width: 852px) and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-width: 852px) and (min-device-pixel-ratio: 1.3),
  only screen and (min-width: 852px) and (min-resolution: 1.3dppx) {
  .ss-dream section.great-display {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/bg-dobig@2x.jpg);
    background-size: 100%;
  }
}
.ss-dream section.great-display h2 {
  margin-top: 0;
  text-align: left;
}
@media only screen and (max-width: 530px) {
  .ss-dream section.great-display h2 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 350px) {
  .ss-dream section.great-display h2 {
    font-size: 0.9rem;
  }
}
.ss-dream section.great-display p {
  line-height: 1.4;
}
@media only screen and (max-width: 530px) {
  .ss-dream section.great-display p {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 350px) {
  .ss-dream section.great-display p {
    font-size: 0.6rem;
  }
}
.ss-dream section.great-display .great-display-text {
  max-width: 410px;
  padding: 7em 1em;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1160px) {
  .ss-dream section.great-display .great-display-text {
    width: 360px;
  }
}
@media only screen and (max-width: 1000px) {
  .ss-dream section.great-display .great-display-text {
    width: 280px;
    padding: 4em 1em;
  }
}
@media only screen and (max-width: 890px) {
  .ss-dream section.great-display .great-display-text {
    width: 250px;
  }
}
@media only screen and (max-width: 851px) {
  .ss-dream section.great-display .great-display-text {
    text-align: center;
    width: 100%;
    padding: 20px;
    max-width: 550px;
    margin: auto;
  }
  .ss-dream section.great-display .great-display-text h2,
  .ss-dream section.great-display .great-display-text p {
    text-align: center;
  }
}
.ss-dream section.great-features {
  margin-bottom: 0;
  background: #000;
  color: #fff;
  padding-bottom: 10px;
}
@media only screen and (min-width: 55em) {
  .ss-dream section.great-features {
    padding-left: 7em;
    padding-right: 7em;
  }
}
.ss-dream section.great-features .content {
  margin-top: 2em;
}
.ss-dream section.great-features .content .content-para {
  max-width: 60%;
  margin: 20px auto;
  text-align: center;
}
.ss-dream section.great-features .content .screen-spotlight {
  padding-top: 20px;
}
@media only screen and (min-width: 75em) {
  .ss-dream section.great-features .content .screen-spotlight {
    padding-top: 30px;
  }
}
.ss-dream section.great-features .content-group {
  position: relative;
}
.ss-dream section.great-features .content-box-image {
  overflow: hidden;
  vertical-align: middle;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.great-features .content-box-image {
    float: left;
    max-width: 50%;
  }
}
.ss-dream section.great-features .content-box-image img {
  max-width: 100%;
}
.ss-dream section.great-features .content-box-text {
  line-height: 1.56;
  padding-right: 0;
  padding-left: 0;
  vertical-align: middle;
  margin-bottom: 60px;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.great-features .content-box-text {
    float: right;
    max-width: 42%;
  }
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.great-features .content-box-text {
    padding-left: 6%;
  }
}
.ss-dream section.great-features .content-box-text h4 {
  text-align: center;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.great-features .content-box-text h4 {
    text-align: left;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .ss-dream section.great-features .content-box-text h4 {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 40em) {
  .ss-dream section.great-features .content-box-text p {
    font-size: 0.75rem;
  }
}
.ss-dream section.great-features .content-box-text small {
  display: block;
  margin-top: 1em;
}
.ss-dream section.great-features .icon-box {
  display: block;
  margin-top: 30px;
  clear: both;
  padding-bottom: 10px;
}
.ss-dream section.great-features img.icon {
  float: left;
  height: 120px;
  display: inline-block;
  width: auto;
  margin-right: 35px;
}
@media only screen and (max-width: 1285px) {
  .ss-dream section.great-features img.icon {
    height: 100px;
  }
}
@media only screen and (max-width: 1224px) {
  .ss-dream section.great-features img.icon {
    height: 90px;
  }
}
@media only screen and (max-width: 1060px) {
  .ss-dream section.great-features img.icon {
    height: 70px;
  }
}
@media only screen and (max-width: 925px) {
  .ss-dream section.great-features img.icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .ss-dream section.great-features img.icon {
    margin-right: 15px;
    height: 60px;
  }
}
.ss-dream section.great-features img.icon:last-of-type {
  margin-right: 0;
}
.ss-dream section.great-features img.icon2 {
  float: left;
  height: 50px;
  display: inline-block;
  width: auto;
  margin-right: 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 925px) {
  .ss-dream section.great-features img.icon2 {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .ss-dream section.great-features img.icon2 {
    margin-right: 15px;
    height: 30px;
  }
}
.ss-dream section.great-features img.icon2:last-of-type {
  margin-right: 0;
}
.ss-dream section.great-features .content-group.image-right .content-box-image {
  position: relative;
  text-align: right;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream
    section.great-features
    .content-group.image-right
    .content-box-image {
    float: right;
  }
}
.ss-dream section.great-features .content-group.image-right .camera-image {
  text-align: center;
  max-height: 100%;
}
.ss-dream section.great-features .content-group.image-right .camera-image img {
  display: block;
}
@media only screen and (max-width: 30.5em) {
  .ss-dream section.great-features .content-group.image-right .camera-image {
    margin-top: 60px;
  }
  .ss-dream
    section.great-features
    .content-group.image-right
    .camera-image
    img {
    display: inline-block;
  }
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.great-features .content-group.image-right .camera-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 55em) {
  .ss-dream
    section.great-features
    .content-group.image-right
    .camera-image
    img {
    max-width: 80%;
  }
}
.ss-dream section.great-features .content-group.image-right .content-box-text {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream
    section.great-features
    .content-group.image-right
    .content-box-text {
    float: left;
    padding-right: 6%;
  }
}
.ss-dream section.great-features .pen-image {
  margin-top: -30px;
}
.ss-dream .pen-spotlight {
  position: relative;
  margin-bottom: 0;
}
.ss-dream .pen-spotlight .pen-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: bottom;
  background-size: cover;
  z-index: 0;
  background-image: url(/wp-content/themes/sdg/assets/samsung/images/pen-spotlight.jpg);
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .ss-dream .pen-spotlight .pen-background {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/pen-spotlight@2x.jpg);
    background-size: cover;
  }
}
@media only screen and (max-width: 520px) {
  .ss-dream .pen-spotlight .pen-background {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/pen-spotlight-mo.jpg);
  }
}
@media only screen and (max-width: 520px) and (min--moz-device-pixel-ratio: 1.3),
  only screen and (max-width: 520px) and (-o-min-device-pixel-ratio: 2.6 / 2),
  only screen and (max-width: 520px) and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (max-width: 520px) and (min-device-pixel-ratio: 1.3),
  only screen and (max-width: 520px) and (min-resolution: 1.3dppx) {
  .ss-dream .pen-spotlight .pen-background {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/pen-spotlight-mo@2x.jpg);
    background-size: cover;
  }
}
.ss-dream .pen-spotlight .pen-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: auto;
  padding-bottom: 280px;
  padding-top: 50px;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream .pen-spotlight .pen-content {
    padding-bottom: 350px;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream .pen-spotlight .pen-content {
    padding-bottom: 450px;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream .pen-spotlight .pen-content {
    padding-bottom: 550px;
  }
}
.ss-dream .pen-spotlight .icon-wrapper {
  margin: auto;
  margin-top: 30px;
  clear: both;
  padding-bottom: 10px;
  display: inline-block;
}
.ss-dream .pen-spotlight .icon {
  float: left;
  width: 120px;
  display: inline-block;
  margin: 15px;
}
.ss-dream .pen-spotlight .icon .icon-img {
  height: 60px;
}
.ss-dream .pen-spotlight .icon p {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
@media only screen and (max-width: 500px) {
  .ss-dream .pen-spotlight .icon {
    width: 80px;
    margin: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .ss-dream .pen-spotlight .icon {
    width: 70px;
    margin: 10px;
  }
  .ss-dream .pen-spotlight .icon .icon-img {
    height: 40px;
  }
  .ss-dream .pen-spotlight .icon p {
    font-size: 10px;
  }
}
.ss-dream .pen-spotlight .pen-btn-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (min-width: 55em) {
  .ss-dream .pen-spotlight .pen-btn-wrapper {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream .pen-spotlight .pen-btn-wrapper {
    padding-bottom: 100px;
  }
}
.ss-dream .pen-spotlight .pen-btn-wrapper .pen-btn {
  color: #fff;
  border-color: #fff;
}
.ss-dream .camera-spotlight {
  position: relative;
  margin-bottom: 0;
}
.ss-dream .camera-spotlight .camera-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: bottom;
  background-size: cover;
  z-index: 0;
  background-image: url(/wp-content/themes/sdg/assets/samsung/images/camera-spotlight.jpg);
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .ss-dream .camera-spotlight .camera-background {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/camera-spotlight@2x.jpg);
    background-size: cover;
  }
}
@media only screen and (max-width: 490px) {
  .ss-dream .camera-spotlight .camera-background {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/camera-spotlight-mo.jpg);
  }
}
@media only screen and (max-width: 490px) and (min--moz-device-pixel-ratio: 1.3),
  only screen and (max-width: 490px) and (-o-min-device-pixel-ratio: 2.6 / 2),
  only screen and (max-width: 490px) and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (max-width: 490px) and (min-device-pixel-ratio: 1.3),
  only screen and (max-width: 490px) and (min-resolution: 1.3dppx) {
  .ss-dream .camera-spotlight .camera-background {
    background-image: url(/wp-content/themes/sdg/assets/samsung/images/camera-spotlight-mo@2x.jpg);
    background-size: cover;
  }
}
.ss-dream .camera-spotlight .camera-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 350px;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream .camera-spotlight .camera-content {
    padding-bottom: 450px;
  }
}
@media only screen and (min-width: 55em) {
  .ss-dream .camera-spotlight .camera-content {
    padding-bottom: 450px;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream .camera-spotlight .camera-content {
    padding-bottom: 650px;
  }
}
.ss-dream .camera-spotlight .camera-content .spec-highlight {
  padding-top: 30px;
  font-size: 20px;
  margin-bottom: 0;
}
.ss-dream .camera-spotlight .icon-wrapper {
  margin: auto;
  margin-top: 30px;
  clear: both;
  padding-bottom: 10px;
  display: inline-block;
}
.ss-dream .camera-spotlight .icon {
  float: left;
  width: 120px;
  display: inline-block;
  margin: 15px;
}
.ss-dream .camera-spotlight .icon .icon-img {
  height: 60px;
}
.ss-dream .camera-spotlight .icon p {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
@media only screen and (max-width: 500px) {
  .ss-dream .camera-spotlight .icon {
    width: 80px;
    margin: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .ss-dream .camera-spotlight .icon {
    width: 70px;
    margin: 10px;
  }
  .ss-dream .camera-spotlight .icon .icon-img {
    height: 40px;
  }
  .ss-dream .camera-spotlight .icon p {
    font-size: 10px;
  }
}
.ss-dream .camera-spotlight .camera-info-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 50px;
  color: #fff;
  max-width: 700px;
  margin: auto;
}
@media only screen and (min-width: 55em) {
  .ss-dream .camera-spotlight .camera-info-wrapper {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream .camera-spotlight .camera-info-wrapper {
    padding-bottom: 100px;
  }
}
.ss-dream .camera-btn-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 40px;
}
.ss-dream .camera-btn-wrapper .camera-btn {
  color: #fff;
  border-color: #fff;
}
.ss-dream section.dream-video {
  min-height: 0;
  text-align: center;
  position: relative;
  padding: 0;
}
.ss-dream section.dream-video .col {
  padding: 0;
}
.ss-dream section.dream-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ss-dream section.dream-video .video-aspect {
  width: 100%;
}
.ss-dream section.great-package {
  text-align: center;
  position: relative;
  padding: 50px 0;
  padding-bottom: 0;
  z-index: 2;
  margin-bottom: 0;
}
.ss-dream section.great-package img {
  max-width: 100%;
}
.ss-dream section.great-package h3 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
}
.ss-dream section.great-package .inthebox-list {
  margin: auto;
  max-width: 800px;
  padding: 0 40px;
}
.ss-dream section.great-package .inthebox-list .list {
  float: left;
  text-align: left;
  width: 35%;
  margin: 0;
  display: block;
}
.ss-dream section.great-package .inthebox-list .list ol {
  padding: 0;
  padding-left: 15px;
}
.ss-dream section.great-package .inthebox-list .list ol li {
  padding: 5px;
}
.ss-dream section.great-package .inthebox-list .list.list-2 {
  width: 45%;
}
.ss-dream section.great-package .inthebox-list .list.list-3 {
  width: 20%;
}
@media only screen and (max-width: 630px) {
  .ss-dream section.great-package .inthebox-list .list.list-1,
  .ss-dream section.great-package .inthebox-list .list.list-2,
  .ss-dream section.great-package .inthebox-list .list.list-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 535px) {
  .ss-dream section.great-package .inthebox-list .list.list-1,
  .ss-dream section.great-package .inthebox-list .list.list-2,
  .ss-dream section.great-package .inthebox-list .list.list-3 {
    width: 95%;
    margin: auto;
    display: block;
    float: none;
    margin: auto;
  }
}
.ss-dream section.dex-section {
  padding: 100px 0;
  padding-top: 70px;
}
@media only screen and (max-width: 55em) {
  .ss-dream section.dex-section {
    padding: 50px 15px;
  }
  .ss-dream section.dex-section .col {
    width: 100%;
    display: block;
  }
}
.ss-dream section.dex-section div {
  box-sizing: border-box;
}
.ss-dream section.dex-section img {
  max-width: 100%;
}
@media only screen and (max-width: 55em) {
  .ss-dream section.dex-section img {
    width: 100%;
  }
}
.ss-dream section.dex-section .dex-image-wrapper {
  vertical-align: middle;
}
.ss-dream section.dex-section .dex-image {
  padding: 15px;
  text-align: left;
  padding-top: 70px;
}
@media only screen and (max-width: 55em) {
  .ss-dream section.dex-section .dex-image {
    padding-top: 0;
  }
}
.ss-dream section.dex-section .dex-content {
  padding: 15px;
  padding-left: 15px;
}
.ss-dream section.dex-section small {
  display: block;
  margin-top: 1em;
}
.ss-dream section.dex-section h3 {
  text-align: left;
}
.ss-dream section.cue-section {
  background: #000;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 55em) {
  .ss-dream section.cue-section {
    padding: 50px 15px;
  }
  .ss-dream section.cue-section .col {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ss-dream section.cue-section {
    padding-top: 70px;
  }
}
.ss-dream section.cue-section div {
  box-sizing: border-box;
}
.ss-dream section.cue-section img {
  max-width: 100%;
}
@media only screen and (max-width: 55em) {
  .ss-dream section.cue-section img {
    max-width: 75%;
  }
}
.ss-dream section.cue-section .cue-image {
  padding: 15px;
  text-align: left;
}
.ss-dream section.cue-section .cue-content {
  padding: 15px;
  padding-left: 25px;
}
.ss-dream section.cue-section small {
  display: block;
  margin-top: 1em;
}
.ss-dream section.cue-section h3 {
  text-align: left;
}
.ss-dream section.cue-section .cue-logo {
  position: absolute;
  right: 35px;
  top: 35px;
  max-width: 150px;
}
@media only screen and (max-width: 620px) {
  .ss-dream section.cue-section .cue-logo {
    max-width: 80px;
  }
}
@media only screen and (max-width: 55em) {
  .ss-dream section.great-comparison .col {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 880px) {
  .ss-dream section.great-comparison .specs {
    margin-top: 150px;
  }
}
.ss-dream section.great-comparison .specs .logo {
  max-width: 200px;
}
@media only screen and (max-width: 55em) {
  .ss-dream section.great-comparison .specs .logo {
    max-width: 120px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.great-comparison .models-container {
    margin-top: 2em;
  }
}
.ss-dream section.great-comparison .model {
  margin: 2em auto;
  text-align: center;
}
@media only screen and (min-width: 55em) {
  .ss-dream section.great-comparison .model-image {
    margin-top: 70px;
  }
}
.ss-dream section.great-comparison .model img {
  max-width: 50%;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.great-comparison .model img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 65em) {
  .ss-dream section.great-comparison .model img {
    max-width: 80%;
  }
}
.ss-dream section.great-comparison h4 {
  margin: 1em auto 0;
  margin-top: 20px;
  font-size: 3.7rem;
}
@media only screen and (max-width: 1190px) {
  .ss-dream section.great-comparison h4 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 980px) {
  .ss-dream section.great-comparison h4 {
    font-size: 2.5rem;
  }
}
.ss-dream section.great-comparison h5 {
  margin-top: 0;
}
.ss-dream section.great-comparison .price {
  margin: 1em auto 1.2em;
  font-size: 1rem;
}
@media only screen and (min-width: 30.5em) {
  .ss-dream section.great-comparison .price {
    font-size: 1.25rem;
  }
}
.ss-dream section.great-comparison .ssdr-color-selector {
  margin-bottom: 2em;
}
.ss-dream section.great-comparison .specs-table-wrapper {
  display: block;
  max-width: 1100px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  margin-top: 100px;
}
@media only screen and (min-width: 500px) {
  .ss-dream section.great-comparison .specs-table-wrapper {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1100px) {
  .ss-dream section.great-comparison .specs-table-wrapper {
    padding-left: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .ss-dream section.great-comparison .specs-table-wrapper .specs-content {
    margin-left: -150px;
  }
}
.ss-dream section.great-comparison .specs-table-wrapper .specs-table {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (min-width: 910px) {
  .ss-dream section.great-comparison .specs-table-wrapper .specs-table {
    width: 33.33%;
  }
}
.ss-dream section.great-comparison .specs-table-wrapper .spec-row {
  border-top: 1px solid #dadada;
  padding: 20px 0;
  text-align: center;
}
.ss-dream section.great-comparison .specs-table-wrapper .spec-row:last-of-type {
  border-bottom: 1px solid #dadada;
}
.ss-dream section.great-comparison .specs-table-wrapper .spec-row .spec-label {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1100px) {
  .ss-dream
    section.great-comparison
    .specs-table-wrapper
    .spec-row
    .spec-label {
    display: none;
  }
}
.ss-dream section.great-comparison .specs-table-wrapper .spec-row .spec-value {
  max-width: 250px;
  display: inline-block;
  line-height: 1.5;
}
.ss-dream
  section.great-comparison
  .specs-table-wrapper
  .spec-row
  .spec-value
  .vert-align {
  display: none;
}
@media only screen and (min-width: 910px) {
  .ss-dream
    section.great-comparison
    .specs-table-wrapper
    .spec-row
    .spec-value
    .vert-align {
    display: inline;
  }
}
@media only screen and (min-width: 1100px) {
  .ss-dream
    section.great-comparison
    .specs-table-wrapper
    #specs-table-1
    .spec-label {
    display: block;
    position: absolute;
    left: -170px;
    width: 150px;
    text-align: right;
  }
}
.ss-dream section.great-comparison .specs-table-wrapper .spec-btn-wrapper {
  text-align: center;
  padding-top: 30px;
  display: block;
}
.ss-dream section.great-comparison .specs-small-text {
  text-align: center;
}
.ss-dream .tns-outer {
  position: relative;
}
.ss-dream .tns-controls {
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 9;
  outline: 0;
}
.ss-dream .tns-controls button {
  background: 0 0;
  border: 0;
  box-shadow: none;
  outline: 0;
  display: inline-block;
}
.ss-dream .tns-controls button:last-of-type {
  float: right;
}
.ss-dream section.s8-section {
  padding: 0;
  margin: 0;
  min-height: 1em;
  padding: 50px 0;
  background: #f9f9f9;
}
.ss-dream section.s8-section .center-wrapper {
  max-width: 600px;
  margin: auto;
}
.ss-dream section.s8-section .center-wrapper .image-wrapper {
  text-align: center;
  width: 50%;
  float: left;
}
.ss-dream section.s8-section .center-wrapper .image-wrapper img {
  width: 60%;
}
@media only screen and (max-width: 30.5em) {
  .ss-dream section.s8-section .center-wrapper .image-wrapper {
    width: 100%;
  }
}
.ss-dream section.s8-section .center-wrapper .s8-content {
  text-align: center;
  width: 50%;
  float: left;
  padding-top: 30px;
}
@media only screen and (max-width: 30.5em) {
  .ss-dream section.s8-section .center-wrapper .s8-content {
    width: 100%;
    padding-top: 30px;
  }
}
.ss-dream section.s8-section img {
  max-width: 100%;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0, 100%);
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel .tns-item {
  float: left;
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
}
.tns-gallery .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-nav button {
  vertical-align: middle;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}
[hidden] {
  display: none !important;
}
[data-action],
[data-controls],
[data-nav] {
  cursor: pointer;
  border-width: 0;
  padding: 0;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-hdx {
  overflow-x: hidden;
}
.tns-hdy {
  overflow-y: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-fadeOut,
.tns-normal {
  opacity: 0;
  z-index: -1;
}
@media all and (min-width: 1px) {
  .tns-mq-test {
    position: absolute;
  }
}
