.container {
  /* defaults for resposive height container */
  position: relative;
  width: 100%;
  height: 0;
  /* 39% being the ratio we are maintaining 
   * calculated by looking at the image 
   * ratio: 400/1024 = ~0.39 */
  padding: 0 0 70% 0;
  margin: 0; }

.iosSlider {
  width: 100%;
  /* this height ends up being your maximum height, 
   * if you want it to scale forever, set it to 
   * a very high number */
  height: 1500px; }

.iosSlider .slider {
  width: 80%;
  margin: 0 8% 0 16%;
  height: 100%; }

.iosSlider .slider .item {
  float: left;
  width: 100%; }

.iosSlider .slider .item img.plate {
  text-align: left;
  width: 94%;
  margin: 0 0 0 5%;
  height: auto; }

/* controls */
.container .prevContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding: 0 0 28% 0;
  z-index: 10; }

.container .prevContainer .prev {
  position: absolute;
  bottom: -10%;
  left: 0;
  text-indent: -9000em;
  background: url("/assets/images/sprite-arrows.png") no-repeat -1px -1px;
  width: 40px;
  height: 40px; }

.container .prevContainer .prev:hover {
  background: url("/assets/images/sprite-arrows.png") no-repeat -1px -44px;
  width: 40px;
  height: 40px; }

.container .nextContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding: 0 0 28% 0;
  z-index: 10; }

.container .nextContainer .next {
  position: absolute;
  bottom: -10%;
  left: 0;
  background: url("/assets/images/sprite-arrows.png") no-repeat -43px -1px;
  width: 40px;
  height: 40px;
  text-indent: -9000em; }

.container .nextContainer .next:hover {
  background: url("/assets/images/sprite-arrows.png") no-repeat -43px -44px;
  width: 40px;
  height: 40px; }

.container .selectorsBlock {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 5%; }

.container .selectorsBlock .selectors {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 12%;
  height: 100%; }

.container .selectorsBlock .selectors .item {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 16%;
  height: 100%;
  margin: 0 0 0 5%;
  background: #aaa; }

.container .selectorsBlock .selectors .selected {
  background: #333; }

.container .selectorsBlock .selectors .first {
  margin-left: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .container .prevContainer .prev {
    background: url("/assets/images/sprite-arrows@2x.png") no-repeat 0 0;
    background-size: 82px 82px;
    width: 40px;
    height: 40px; }

  .container .prevContainer .prev:hover {
    background: url("/assets/images/sprite-arrows@2x.png") no-repeat 0 -41px;
    background-size: 82px 82px;
    width: 40px;
    height: 40px; }

  .container .nextContainer .next {
    background: url("/assets/images/sprite-arrows@2x.png") no-repeat -41px 0;
    background-size: 82px 82px;
    width: 40px;
    height: 40px; }

  .container .nextContainer .next:hover {
    background: url("/assets/images/sprite-arrows@2x.png") no-repeat -41px -41px;
    background-size: 82px 82px;
    width: 40px;
    height: 40px; } }
.text-track {
  position: absolute;
  width: 100%;
  /*height:100%;*/
  /*max-width: 960px;*/
  /*margin: 0 auto;*/
  top: 0;
  z-index: 10;
  /*height: 3000px;*/
  pointer-events: none; }
  .text-track a {
    pointer-events: all; }

.text-track .sliderHeadBlock {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  /*height:100%;*/
  font-family: "Futura T W01 Bold";
  font-style: normal;
  font-weight: normal; }
  .text-track .sliderHeadBlock p {
    margin: 0;
    padding: 0; }
  .text-track .sliderHeadBlock img {
    width: 75%; }

.carousel-caption {
  display: none; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .container .prevContainer,
  .container .nextContainer {
    display: none; }

  .text-track {
    height: 170px;
    width: 90%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 152px;
    left: 18px; }
    .text-track .sliderHeadBlock {
      width: 100%;
      margin: 0;
      padding: 0;
      height: 170px;
      font-size: 1em;
      line-height: 0.9em; }
      .text-track .sliderHeadBlock .sliderHead {
        font-size: 2.2em;
        line-height: 0.8em;
        position: absolute;
        bottom: 0; }
      .text-track .sliderHeadBlock img {
        display: none; }
      .text-track .sliderHeadBlock .sliderSubhead {
        display: none; }
      .text-track .sliderHeadBlock .sliderReddot {
        width: 90px;
        display: block;
        position: absolute;
        top: 0;
        right: 10%;
        margin-top: 0px;
        margin-right: 0px;
        background: url(/assets/images/bg-red-circle.png) 50% 50% no-repeat;
        background-size: 90px;
        font-size: 0.6em;
        line-height: 1.3em;
        text-align: center;
        padding: 15px 0;
        color: #fff;
        font-family: "Futura T W01 Book";
        font-style: normal;
        font-weight: normal; }
        .text-track .sliderHeadBlock .sliderReddot a {
          color: #fff; }
        .text-track .sliderHeadBlock .sliderReddot i {
          font-style: normal;
          font-size: 1.8em;
          font-family: "Futura T W01 Bold";
          font-weight: normal;
          line-height: 1.3em; }

  .desk {
    display: none; }

  #slidepromo {
    margin-top: 60px; } }
@media screen and (min-width: 768px) {
  .container .prevContainer,
  .container .nextContainer {
    display: block; }

  #slidepromo {
    margin-top: 0px; }

  .container {
    width: 100%; }

  .touch .container {
    position: relative; }

  .text-track {
    top: 190px; }
    .text-track .sliderHeadBlock {
      font-size: 2.3em;
      width: 600px;
      margin: 0 auto 130px auto;
      padding: 0;
      position: relative;
      line-height: 0.9em;
      padding: 20px 0 0 0;
      position: relative;
      line-height: 1em; }
      .text-track .sliderHeadBlock .sliderHead {
        font-size: 1.7em;
        letter-spacing: -0.04em;
        line-height: 0.8em; }
      .text-track .sliderHeadBlock .sliderThinHead {
        font-style: normal;
        font-family: "Futura T W01 Medium";
        font-weight: normal;
        width: 300px;
        line-height: 0.8em;
        font-size: 1.6em;
        padding-top: 80px; }
      .text-track .sliderHeadBlock img {
        display: block;
        margin: 10px 0; }
      .text-track .sliderHeadBlock .sliderSubhead {
        position: absolute;
        bottom: 0;
        font-family: "Futura T W01 Medium";
        font-weight: normal;
        display: block;
        margin: 0;
        padding: 50px 0 0 0;
        font-size: 0.52em;
        width: 200px;
        line-height: 1.3em; }
      .text-track .sliderHeadBlock .sliderReddot {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 150px;
        height: 150px;
        display: table;
        float: right;
        margin-right: -20px;
        background: url(/assets/images/bg-red-circle.png) 50% 50% no-repeat;
        background-size: 120%;
        font-size: 0.5em;
        line-height: 1.3em;
        text-align: center;
        color: #fff;
        font-family: "Futura T W01 Book";
        font-style: normal;
        font-weight: normal; }
        .text-track .sliderHeadBlock .sliderReddot span {
          display: table-cell;
          vertical-align: middle; }
        .text-track .sliderHeadBlock .sliderReddot a {
          color: #fff; }
        .text-track .sliderHeadBlock .sliderReddot i {
          font-style: normal;
          font-size: 2.4em;
          font-family: "Futura T W01 Bold";
          font-weight: normal;
          line-height: 1em; }

  .desk {
    display: block; } }
@media screen and (min-width: 1024px) {
  .text-track {
    top: 180px; }
    .text-track .sliderHeadBlock {
      margin-bottom: 200px; } }
@media screen and (min-width: 1160px) {
  .text-track .sliderHeadBlock {
    width: 960px;
    margin: 0 auto 240px auto;
    font-size: 3em;
    line-height: 1em; }
    .text-track .sliderHeadBlock .sliderReddot {
      font-size: 0.4em;
      margin-right: 80px;
      width: 200px;
      height: 200px; }
    .text-track .sliderHeadBlock .sliderSubhead {
      width: 300px; } }
