html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #ccc;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ad-wrapper {
  background-color: #EEEEEE;
  width: 728px;
  height: 90px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.leaderboard {
  position: relative;
  height: 90px;
}

#top-color {
  width: 220px;
  height: 90px;
  float: right;
}

#bottom-color {
  width: 508px;
  height: 90px;
  float: left;
}

#carousel {
  position: relative;
  float: left;
  width: 195px;
  height: 100%;
  overflow: hidden;
}

#carousel ul {
  position: relative;
  height: 90px;
  width: 195px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#carousel li {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  height: 90px;
  width: 195px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#carousel li a {
  display: block;
  width: 100%;
  height: 100%;
}

#carousel li:nth-child(1) {
  height: 90px;
  width: 195px;
  left: -195px;
  z-index: 1;
  pointer-events: none;
  cursor: default;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  -webkit-transition: -webkit-transform all 0.12s ease-in-out;
  will-change: all;
}

#carousel li:nth-child(2) {
  height: 90px;
  width: 195px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  -webkit-transition: -webkit-transform all 0.12s ease-in-out;
  will-change: all;
}

#carousel li:nth-child(3) {
  height: 90px;
  width: 195px;
  left: 195px;
  z-index: 1;
  pointer-events: none;
  cursor: default;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  -webkit-transition: -webkit-transform all 0.12s ease-in-out;
  will-change: all;
}

#arrow-left,
#arrow-right {
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  z-index: 2;
  bottom: 3px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

#arrow-left {
  right: 32px;
}

#arrow-right {
  right: 4px;
}

#details-wrapper {
  float: left;
  margin: 0 0 0 5px;
  width: 300px;
  height: 90px;
  position: relative;
}

#price-frame {
  /*position: absolute;*/
  bottom: 0px;
  left: 0px;
}

#logo-frame {
  width: 220px;
  height: 90px;
  float: right;
}

#logo, #logo2 {
  height: 40px;
  width: 130px;
  margin: 3px 5px 3px 45px;
}

#details {
  font-size: 18px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#details li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: transform .15s ease-in-out, margin .15s ease-in-out;
  -webkit-transition: margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, margin .15s ease-in-out;
  transition: transform .15s ease-in-out, margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

#details li:nth-child(2) {
  z-index: 3;
  -webkit-transition: transform .15s ease-in-out, margin .15s ease-in-out;
  -webkit-transition: margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, margin .15s ease-in-out;
  transition: transform .15s ease-in-out, margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

#details li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#item-title {
  margin-bottom: 0px;
  font-size: 16px;
  color: #000;
}

#item-price {
  font-size: 18px;
  font-weight: 700;
  /*display: inline;
  vertical-align: middle;*/
}

#item-price-s {
  font-size: 13px;
  text-decoration: line-through;
  /*display: inline;
  vertical-align: middle;*/
}

#item-subtitle {
  font-size: 10px;
}

#cta {
  position: absolute;
  width: 130px;
  height: 30px;
  z-index: 2;
  bottom: 7px;
  left: 370px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border: none;
  /* fallback color */
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

#headline-2 {
  display: inline-block;
  margin-bottom: 0px;
  padding: 4px 20px 6px 0;
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}

#tagline {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 3px 0;
}

#disclaimer-text {
  position: absolute;
  top: 80px;
  left: 555px;
  color: #000;
  font-size: 9px;
  height: 10px;
  width: 170px;
  text-align: right;
}

.disclaimer {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 728px;
  padding: 5px 20px 5px 20px;
  color: #000;
  font-weight: normal;
  background-color: rgba(255,255,255,0.85);
  font-size: 10px;
  z-index: 6;
  display: none;
  overflow-y: auto;
}

#disclaimer-close {
  font-size: 10px;
  font-weight: bold;
  width: 50px;
  margin: 0 0 10px 0;
}

*:focus {
  outline: none;
}

a img {
  border: none;
}
