.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 45% 0;
  background: #fff; }

.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: 100%;
  margin: 0;
  height: 100%; }

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

.iosSlider .slider .item img.plate {
  text-align: left;
  width: 100%;
  margin: 0;
  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 .sliderHeadBlock {
  position: absolute;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  /*height:100%;*/
  font-family: "Futura T W01 Bold";
  font-style: normal;
  font-weight: 800; }
  .text-track .sliderHeadBlock p {
    margin: 0;
    padding: 0; }
  .text-track .sliderHeadBlock img {
    width: 75%; }

.text-track {
  position: absolute;
  width: 100%;
  /*height:100%;*/
  /*max-width: 960px;*/
  /*margin: 0 auto;*/
  top: 210px;
  z-index: 10;
  /*height: 3000px;*/
  pointer-events: none; }

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

  .carousel-caption .sliderHeadBlock {
    width: 8em;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 2em;
    line-height: 0.9em;
    padding: 5px 0 0 20px;
    position: relative; }
    .carousel-caption .sliderHeadBlock .sliderHead {
      font-size: 1em; }
    .carousel-caption .sliderHeadBlock img {
      display: none; }
    .carousel-caption .sliderHeadBlock .sliderSubhead,
    .carousel-caption .sliderHeadBlock .sliderReddot {
      display: none; }

  .desk {
    display: none; }

  #slidepromo {
    margin-top: 60px; } }
@media screen and (min-width: 325px) {
  .carousel-caption .sliderHeadBlock {
    font-size: 3em; } }
@media screen and (min-width: 768px) {
  .container .prevContainer,
  .container .nextContainer {
    display: block; }

  #slidepromo {
    margin-top: 0px; }

  .text-track .sliderHeadBlock {
    font-size: 2.3em;
    width: 688px;
    margin: 0 auto;
    padding: 1em 0 0 0;
    position: relative;
    line-height: 1em; }
    .text-track .sliderHeadBlock .sliderHead {
      font-size: 1.7em;
      letter-spacing: -0.05em;
      line-height: 0.8em; }
    .text-track .sliderHeadBlock .sliderThinHead {
      font-style: normal;
      font-family: "Futura T W01 Medium";
      font-weight: normal;
      width: 300px;
      font-size: 2em; }
    .text-track .sliderHeadBlock img {
      display: block;
      margin: 8px 0 12px 0;
      width: 60%; }
    .text-track .sliderHeadBlock .sliderSubhead {
      font-weight: normal;
      font-family: "Futura T W01 Medium";
      display: block;
      margin: 0;
      padding: 0 0 0 0;
      font-size: 0.5em;
      width: 200px;
      line-height: 1.3em; }
    .text-track .sliderHeadBlock .sliderReddot {
      width: 201px;
      display: block;
      float: right;
      margin-top: -150px;
      margin-right: 0px;
      background: url(/assets/images/bg-red-circle.png) 50% 50% no-repeat;
      background-size: 100%;
      font-size: 0.5em;
      line-height: 1.3em;
      text-align: center;
      padding: 70px 0;
      color: #fff;
      font-family: "Futura T W01 Book";
      font-style: normal;
      font-weight: normal; }
      .text-track .sliderHeadBlock .sliderReddot i {
        font-style: normal;
        font-size: 2.4em;
        font-family: "Futura T W01 Extra Bold";
        font-weight: normal; }

  .desk {
    display: block; } }
@media screen and (min-width: 1160px) {
  .text-track .sliderHeadBlock {
    width: 960px;
    margin: 0 auto;
    font-size: 3em;
    line-height: 1em; }
    .text-track .sliderHeadBlock .sliderReddot {
      font-size: 0.35em;
      font-family: "Futura T W01 Book"; }
    .text-track .sliderHeadBlock .sliderSubhead {
      font-size: 0.4em;
      width: 250px; } }
