/************************************************
  station catalog styles
************************************************/
/* general */
button:focus{
  outline: none;
}
#station-filter-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  min-height: 100%;
  overflow: hidden;
  z-index: 900;
}
#station-controls-container .view-controls-icon,
.station-package-container .view-controls-icon,
.station-lightbox .view-controls-icon{
  width: 0.9375rem;
  height: 0.9375rem;
}
@media only screen and (max-width: 48em){
  #station-controls-container .view-controls-icon,
  .station-package-container .view-controls-icon,
  .station-lightbox .view-controls-icon{
    width: 0.75rem;
    height: 0.75rem;
  }
}

/*****************************************
  station-promo-container
*****************************************/
#station-promo-container{
  position: relative;
  min-height: 16.8125rem;
}
@media only screen and (max-width: 63.9375em){
  #station-promo-container{
    min-height: 12.5rem;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-promo-container{
    min-height: 8.75rem;
  }
}
@media only screen and (max-width: 30em){
  #station-promo-container{
    min-height: 6.25rem;
  }
}
#station-promo-container .row{
  margin-bottom: 0;
}
#station-promo-container .row header{
  padding-bottom: 0;
}
#station-promo-container .station-promo-image-element{
  position: relative;
  text-align: center;
}
#station-promo-container .station-promo-image-element img{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
}
@media only screen and (max-width: 63.9375em){
  #station-promo-container .station-promo-image-element img{
    height: 12.5rem;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-promo-container .station-promo-image-element img{
    height: 8.75rem;
  }
}
@media only screen and (max-width: 30em){
  #station-promo-container header{
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
  }
  #station-promo-container .station-promo-image-element img{
    height: 6.25rem;
  }
}
#station-promo-container h1,
#station-promo-container h2{
  color: #fff;
}

#station-promo-container.oneTvStyle h1,
#station-promo-container.oneTvStyle h2{
  color: #000;
}


/*****************************************
  station-controls-container
*****************************************/
#station-controls-container{
  position: relative;
}

/* back to home */
.station-controls-filter-container hr{
  margin: 0;
  border-color: #efefef;
}
.station-controls-filter-container .row.back-to-home{
  margin-bottom: 0;
  padding: 0.625rem 0.9375rem;
}
@media only screen and (max-width: 63.938em){
  .station-controls-filter-container .row.back-to-home{
    border-bottom: 0.0625rem solid #efefef;
  }
}
@media only screen and (max-width: 46.563em){
  .station-controls-filter-container .row.back-to-home{
    padding: 0.625rem 0.5rem;
  }
}

/* station-controls-filter */
#station-controls-container .station-controls-filter-container{
  background-color: #fff;
}
#station-controls-container #station-controls-filter{
  position: relative;
}
#station-controls-container #station-controls-filter .filter-element{
  position: relative;
  float: left;
}
#station-controls-container #station-controls-filter .controls-filter-filter .filter-element{
  float: right;
}
#station-controls-container #station-controls-filter .filter-element.open-filter{
  z-index: 10001;
}
#station-controls-container #station-controls-filter .controls-filter-package{
  position: relative;
  float: left;
  width: 35%;
  padding: 0 1.875rem 0 0;
}
@media only screen and (max-width: 63.9375em){
  #station-controls-container #station-controls-filter .controls-filter-package{
    width: 36%;
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-package{
    width: 100%;
    padding-left: 0.9375rem;
    border-bottom: 0.0625rem solid #efefef;
  }
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .controls-filter-package{
    padding-left: 0.5rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element{
  min-width: 17rem;
}
@media only screen and (max-width: 63.9375em){
  #station-controls-container #station-controls-filter .controls-filter-package .filter-element{
    min-width: 10rem;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-package .filter-element{
    float: right;
  }
  #station-controls-container #station-controls-filter .controls-filter-filter .filter-element{
    float: left;
  }
}
#station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  max-height: 5.5rem;
  background-color: #fff;
  padding: 1.375rem 2.5rem 1.375rem 2rem;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
#station-controls-container #station-controls-filter .controls-filter-package .open-filter .controls-filter-package-list #chosenPackage{
  color: #da291c;
}
@media only screen and (max-width: 63.9375em){
  #station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list{
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element.open-filter .controls-filter-package-list{
  max-height: 80rem;
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container{
  margin: 0;
  max-width: 100%;
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container li,
#station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list span{
  position: relative;
  font-family: 'A1Serif', Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  padding: 0.5rem 0;
  cursor: pointer;
}
#station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list span:not(.hide){
  display: block;
  padding-top: 0.5625rem;
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list span:not(.hide){
    padding-top: 0;
    padding-bottom: 0;
  }
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container li{
  padding: 0 2rem 1rem 2rem;
}
@media only screen and (max-width: 63.938em){
  #station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container li{
    padding: 0 0.9375rem 1rem 0.9375rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container li.current{
  display: none;
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container li a{
  color: #000;
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container li a:hover{
  color: #da291c;
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list li{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container{
    top: 3.125rem;
  }
  #station-controls-container #station-controls-filter .controls-filter-package .filter-element{
    min-width: 7.25rem;
  }
  #station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list{
    padding-left: 0.5rem;
    padding-right: 1.5rem;
  }
  #station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list span,
  #station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container li{
    font-size: 0.875rem;
  }
  #station-controls-container #station-controls-filter .controls-filter-package .filter-element .filter-items-container li{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #station-controls-container #station-controls-filter .controls-filter-package .filter-element:last-child .filter-items-container{
    right: auto;
  }
}
#station-controls-container #station-controls-filter .controls-filter-package .filter-element.open-filter .controls-filter-package-list li{
  display: block;
}
#station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list li.current{
  display: block;
}
#station-controls-container #station-controls-filter .controls-filter-package .controls-filter-package-list li a{
  color: #000;
}
#station-controls-container #station-controls-filter .controls-filter-filter{
  position: relative;
  float: left;
  width: 37%;
}
@media only screen and (max-width: 63.9375em){
  #station-controls-container #station-controls-filter .controls-filter-filter{
    width: 64%;
    padding-right: 4.5rem;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-filter{
    width: 100%;
    padding-right: 0.9375rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-label{
  float: left;
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #bbb;
  padding: 1.875rem 0;
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-label{
    padding: 0.9375rem 0;
  }
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .controls-filter-label{
    font-size: 0.875rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-name{
  position: relative;
  display: inline-block;
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.57;
  color: #000;
  background-color: #fff;
  padding: 1.875rem 3.5rem 1.875rem 2rem;
}
#station-controls-container #station-controls-filter .controls-filter-name span{
  color: #bbb;
}
@media only screen and (max-width: 63.9375em){
  #station-controls-container #station-controls-filter .controls-filter-name{
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-name{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .controls-filter-name{
    font-size: 0.875rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-name:after,
#station-controls-container #station-controls-filter .controls-filter-package-list:after{
  position: absolute;
  display: inline-block;
  font-family: 'A1iconfont';
  content: '\e605';
  color: #da291c;
  line-height: 1em;
  font-size: 1.5rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#station-controls-container #station-controls-filter .open-filter .controls-filter-name:after,
#station-controls-container #station-controls-filter .open-filter .controls-filter-package-list:after{
  content: '\e608';
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .controls-filter-name:after,
  #station-controls-container #station-controls-filter .controls-filter-package-list:after{
    font-size: 1.25rem;
    right: 0;
  }
}
#station-controls-container #station-controls-filter .controls-filter-search{
  position: relative;
  float: left;
  width: 28%;
  background-color: #fcfcfc;
  border-left: 0.0625rem solid #efefef;
  border-right: 0.0625rem solid #efefef;
  padding: 1.1875rem 1.875rem;
}
@media only screen and (max-width: 63.9375em){
  #station-controls-container #station-controls-filter .controls-filter-search{
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    width: 5.5rem;
    margin-right: -0.9375rem;
    -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  }
  #station-controls-container #station-controls-filter .controls-filter-search.open-mobile-search{
    width: 50%;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-search{
    top: 3.625rem;
    width: 3.5625rem;
    margin-right: 0;
    padding: 0.25rem 0.9375rem 0.1875rem  0.9375rem;
  }
  #station-controls-container #station-controls-filter .controls-filter-search.open-mobile-search{
    width: 65%;
  }
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .controls-filter-search{
    top: 3.25rem;
    padding: 0 0.9375rem 0.125rem 0.9375rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-search .submit-search{
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  background-color: transparent;
  color: #bbb;
  border: none;
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .controls-filter-search .submit-search{
    left: 0.4375rem;
    top: 0.5rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-search .submit-search:after{
  color: #bbb;
}
#station-controls-container #station-controls-filter .controls-filter-search .submit-search:hover,
#station-controls-container #station-controls-filter .controls-filter-search .submit-search:focus{
  background-color: transparent;
}
#station-controls-container #station-controls-filter .controls-filter-search .input-search{
  border: none;
  padding-left: 2.5rem;
  text-align: center;
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  background-color: #fcfcfc;
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .controls-filter-search .input-search{
    font-size: 0.875rem;
  }
}
#station-controls-container #station-controls-filter .controls-filter-search .input-search::-moz-placeholder {
  color: #000;
}
#station-controls-container #station-controls-filter .controls-filter-search .input-search::-ms-clear {
  display: none;
}
#station-controls-container #station-controls-filter .controls-filter-search .clear-search{
  position: absolute;
  display: none;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#station-controls-container #station-controls-filter .controls-filter-search .clear-search{
  display: block;
}
@media only screen and (max-width: 64em){
  #station-controls-container #station-controls-filter .controls-filter-search.open-mobile-search .clear-search{
    display: block;
  }
  #station-controls-container #station-controls-filter .controls-filter-search .clear-search{
    display: none;
  }
}
#station-controls-container #station-controls-filter .controls-filter-search .clear-search:before{
  display: inline-block;
  font-family: 'A1iconfont';
  content: '\e612';
  color: #bbb;
  line-height: 1em;
  font-size: 1.5rem;
}
#station-controls-container #station-controls-filter .filter-element .filter-items-container{
  position: absolute;
  right: 0;
  top: 5.5rem;
  width: 87rem;
  background-color: #fff;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
  z-index: 100;
}
@media only screen and (max-width: 80em){
  #station-controls-container #station-controls-filter .filter-element .filter-items-container{
    width: 23rem;
  }
}
@media only screen and (max-width: 46.5625em){
  #station-controls-container #station-controls-filter .filter-element .filter-items-container{
    left: 0;
    right: auto;
    top: 3.5625rem;
  }
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .filter-element .filter-items-container{
    top: 3.25rem;
    width: 20rem;
  }
}
#station-controls-container #station-controls-filter .filter-element.open-filter .filter-items-container{
  max-height: 80rem;
}
#station-controls-container #station-controls-filter .filter-items{
  padding: 1.875rem;
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .filter-items{
    padding: 0.9375rem;
  }
  #station-controls-container #station-controls-filter .filter-items button{
    font-size: 0.875rem;
  }
}
#station-controls-container #station-controls-filter .filter-items .input-checkbox{
  margin-right: 0;
  padding-right: 0.625rem;
}
#station-controls-container #station-controls-filter .filter-items h3 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .filter-items h3 {
    font-size: 0.875rem;
  }
}
#station-controls-container #station-controls-filter .filter-items .input-checkbox .label-wrapper .label-text{
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #585858;
}
@media only screen and (max-width: 30em){
  #station-controls-container #station-controls-filter .filter-items .input-checkbox .label-wrapper .label-text{
    font-size: 0.875rem;
  }
}
#station-controls-container #station-controls-filter .filter-items .input-checkbox .label-wrapper .label-text .view-controls-icon{
  margin-left: 0.375rem;
}
#station-controls-container #station-controls-filter .filter-items .input-checkbox input[type="checkbox"]:checked + label.label-element .label-wrapper .label-text{
  color: #000;
}
#station-controls-container #station-controls-filter .filter-items .clear-filter{
  line-height: 2.5rem;
}
@media only screen and (max-width: 63.9375em){
  #station-controls-container #station-controls-filter .filter-items .input-wrapper-floating-group{
    margin-bottom: 0;
  }
}

/*station-controls-filter-criteria-container */
@media only screen and (max-width: 46.5625em){
  #station-controls-container .station-controls-filter-criteria-container{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/*station-controls-selected-filter-criteria */
#station-controls-container #station-controls-selected-filter-criteria{
  position: relative;
}
@media only screen and (max-width: 48em){
  #station-controls-container #station-controls-selected-filter-criteria{
    margin-bottom: 1rem;
  }
}
#station-controls-container #station-controls-selected-filter-criteria .controls-filter-criteria-list{
  display: inline-block;
  list-style: none;
  margin: 0;
}
#station-controls-container #station-controls-selected-filter-criteria .controls-filter-criteria-list li{
  position: relative;
  display: inline-block;
  color: #bbb;
  font-size: 0.75rem;
}
#station-controls-container #station-controls-selected-filter-criteria .controls-filter-criteria-list li.search-criteria{
  margin-right: 0.75rem;
}
#station-controls-container #station-controls-selected-filter-criteria .controls-filter-criteria-list li span{
  position: relative;
  display: inline-block;
  color: #000;
  padding-right: 1.25rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
#station-controls-container #station-controls-selected-filter-criteria .controls-filter-criteria-list li span:after{
  position: absolute;
  display: inline-block;
  font-family: 'A1iconfont';
  content: '\e612';
  color: #bbb;
  line-height: 1em;
  font-size: 1rem;
  right: 0;
  top: 0.0625rem;
  cursor: pointer;
}
#station-controls-container #station-controls-selected-filter-criteria .controls-filter-criteria-list li span:hover:after{
  color: #da291c;
}

/* station-controls-download */
#station-controls-container .station-controls-download{
  text-align: right;
}
@media only screen and (max-width: 48em){
  #station-controls-container .station-controls-download{
    text-align: left;
  }
}
#station-controls-container .station-controls-download .download-link{
  display: inline-block;
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #da291c;
  background: url('/img/fres/tv/r18_ic_download.png') left 0.25rem no-repeat;
  padding-left: 2rem;
  padding-right: 2rem;

}
.no-touch #station-controls-container .station-controls-download .download-link:hover{
  background-image: url('/img/fres/tv/r18_ic_download_active.png');
  color: #ba2319;
}
@media only screen and (max-width: 63.9375em){
  #station-controls-container .station-controls-download .download-link{
    font-family: 'A1Sans', Verdana,sans-serif;
    font-size: 0.75rem;
    line-height: 1.75;
  }
}

/*****************************************
  station-product-container
*****************************************/
/* station-product-element */
.station-product-container .station-product-element{
  position: relative;
  height: auto;
  padding-bottom: 213.5%;
}
@media only screen and (max-width: 76.875em){
  .station-product-container .station-product-element{
    padding-bottom: 214.5%;
  }
}
@media only screen and (max-width: 70.938em){
  .station-product-container .station-product-element{
    padding-bottom: 215.5%;
  }
}
@media only screen and (max-width: 67.188em){
  .station-product-container .station-product-element{
    padding-bottom: 216.5%;
  }
}
@media only screen and (max-width: 64em){
  .station-product-container .station-product-element{
    padding-bottom: 217.5%;
  }
}
@media only screen and (max-width: 62.188em){
  .station-product-container .station-product-element{
    padding-bottom: 218.5%;
  }
}
@media only screen and (max-width: 58.750em){
  .station-product-container .station-product-element{
    padding-bottom: 219.5%;
  }
}
@media only screen and (max-width: 55em){
  .station-product-container .station-product-element{
    padding-bottom: 220.5%;
  }
}
@media only screen and (max-width: 53.125em){
  .station-product-container .station-product-element{
    padding-bottom: 221.5%;
  }
}
@media only screen and (max-width: 50em){
  .station-product-container .station-product-element{
    padding-bottom: 223%;
  }
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element{
    padding: 0;
  }
}
.station-product-container .station-product-element .station-tile-img{
  display: none;
}
.station-product-container.search-results .station-product-element{
  padding: 0;
}
.station-product-container.search-results .station-product-element.close-expander .station-tile-img{
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 71.875em){
  .station-product-container.search-results .station-product-element.close-expander .station-tile-img{
    padding-bottom: 0.125rem;
  }
}
@media only screen and (max-width: 55.875em){
  .station-product-container.search-results .station-product-element.close-expander .station-tile-img{
    padding-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element{
    margin-bottom: 1rem;
  }
  .station-product-container.search-results .station-product-element.close-expander .station-tile-img{
    display: none;
  }
}
@media only screen and (max-width: 46.5625em){
  .station-product-container .station-product-element{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.station-product-container .station-product-element .panel{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  border-bottom: 0.3125rem solid #da291c;
}
.station-product-container.search-results .station-product-element .panel{
  position: relative;
  max-height: 80rem;
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .panel{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.station-product-container.search-results .station-product-element .panel{
  border-bottom: 0;
}
.station-product-container.search-results .station-product-element.close-expander .panel{
  max-height: 5.9375rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 80em){
  .station-product-container .station-product-element .panel{
    padding: 1.25rem 0.75rem 0.9375rem 0.75rem;
  }
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .panel{
    display: table;
    width: 100%;
    max-height: auto;
  }
  .station-product-container.search-results .station-product-element.close-expander .panel{
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
}
.station-product-container .station-product-element .product-image{
  text-align: center;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 80em){
  .station-product-container .station-product-element .product-image{
    padding-bottom: 0.5rem;
  }
}
.station-product-container.search-results .station-product-element.close-expander .product-image{
  display: none;
}
@media only screen and (max-width: 70em){
  .station-product-container .station-product-element .product-image{
    height: 13.125rem;
  }
  .station-product-container .station-product-element .product-image img{
    max-height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 63.938em){
  .station-product-container .station-product-element .product-image{
    height: 10.63rem;
  }
}
@media only screen and (max-width: 63.938em){
  .station-product-container .station-product-element .product-image{
    height: 9.375rem;
  }
}
@media only screen and (max-width: 56.875em){
  .station-product-container .station-product-element .product-image{
    height: 7rem;
  }
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .product-image{
    display: none;
  }
}
.station-product-container .station-product-element .product-title{
  text-align: center;
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .product-title-container{
    display: table-cell;
    width: 45%;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  .station-product-container .station-product-element.close-expander .product-title-container{
    width: 100%;
    display: block;
  }
  .station-product-container .station-product-element.close-expander .product-price-container{
    display: none;
  }
  .station-product-container .station-product-element .product-title{
    text-align: left;
    -webkit-transition: text-align 0.5s ease;
    -moz-transition: text-align 0.5s ease;
    -ms-transition: text-align 0.5s ease;
    -o-transition: text-align 0.5s ease;
    transition: text-align 0.5s ease;
  }
  .station-product-container .station-product-element.close-expander .product-title{
    text-align: center;
  }

}
.station-product-container .station-product-element .product-title h3{
  font-size: 1.75rem;
  font-weight: normal;
}
@media only screen and (max-width: 80em){
  .station-product-container .station-product-element .product-title h3{
    font-size: 1.375rem;
  }
}
.station-product-container .station-product-element .product-feature{
  position: reative;
  float: left;
  width: 50%;
  padding: 0.25rem  0.25rem 0.5rem 0.25rem;
  border-top: 0.0625rem solid #efefef;
  border-bottom: 0.0625rem solid #efefef;
  text-align: center;
}
@media only screen and (max-width: 29em){
  .station-product-container .station-product-element .product-feature{
    display: table;
  }
}
.station-product-container.search-results .station-product-element.close-expander .product-feature{
  display: none;
}
.station-product-container .station-product-element .product-feature:first-child{
  border-right: 0.0625rem solid #efefef;
}
.station-product-container .station-product-element .product-feature .product-feature-data{
  display: block;
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.75rem;
}
.station-product-container .station-product-element .product-feature .product-feature-label{
  display: block;
  color: #808080;
}
@media only screen and (max-width: 80em){
  .station-product-container .station-product-element .product-feature .product-feature-data{
    font-size: 1.375rem;
  }
  .station-product-container .station-product-element .product-feature .product-feature-label{
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 55em){
  .station-product-container .station-product-element .product-feature .product-feature-label{
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .product-feature{
    float: none;
    width: 80%;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
  }
  .station-product-container .station-product-element .product-feature:first-child{
    border-bottom: 0.0625rem solid #efefef;
    border-right: 0;
  }
  .station-product-container .station-product-element .product-feature .product-feature-data{
    display: inline-block;
    margin-right: 5px;
  }
  .station-product-container .station-product-element .product-feature .product-feature-label{
    display: inline-block;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 29em){
  .station-product-container .station-product-element .product-feature .product-feature-data{
    font-size: 1.125rem;
    display: table-cell;
    vertical-align: middle;
  }
  .station-product-container .station-product-element .product-feature .product-feature-label{
    font-size: 0.625rem;
    display: table-cell;
    width: 58%;
    vertical-align: middle;
  }
}
.station-product-container .station-product-element .product-price-container{
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
  max-height: 80rem;
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.station-product-container.search-results .station-product-element .product-price-container{
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
.station-product-container .station-product-element.close-expander .product-price-container{
  opacity: 0;
}
@media only screen and (max-width: 80em){
  .station-product-container .station-product-element .product-price-container{
    bottom: 0.9375rem;
    left: 0.9375rem;
    right: 0.9375rem;
  }
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .product-price-container{
    position: relative;
    display: table-cell;
    width: 55%;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.station-product-container .station-product-element .product-price{
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3125rem;
  text-align: center;
}
.station-product-container.search-results .station-product-element.close-expander .product-price{
  display: none;
}
.station-product-container .station-product-element .price-prefix{
  font-size: 1rem;
}
.station-product-container .station-product-element .price-before-decimal{
  font-size: 1.75rem;
}
@media only screen and (max-width: 80em){
  .station-product-container .station-product-element .product-price{
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
  .station-product-container .station-product-element .price-before-decimal{
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 56.25em){
  .station-product-container .station-product-element .product-price{
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .product-price{
    font-size: 1.125rem;
  }
}
.station-product-container .station-product-element .product-price-description{
  list-style-type: none;
  color: #808080;
  text-align: center;
  margin: 0 0 0.625rem 0;
}
.station-product-container .station-product-element .product-price-description li{
  color: #808080;
  font-size: 0.75rem;
}
@media only screen and (max-width: 59.063em){
  .station-product-container .station-product-element .product-price-description li{
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .price-prefix{
    font-size: 0.75rem;
  }
  .station-product-container .station-product-element .product-price,
  .station-product-container .station-product-element .product-price-description{
    text-align: right;
  }
}
.station-product-container .station-product-element .button{
  width: 100%;
}
.station-product-container.search-results .station-product-element.close-expander .button{
  display: none;
}
@media only screen and (max-width: 48em){
  .station-product-container .station-product-element .button{
    position: absolute;
    bottom: 0;
  }
}
.station-product-container .station-product-element .toggle-product-details{
  position: relative;
  display: none;
  background-color: #fff;
  border-top: 0.0625rem solid #efefef;
  border-bottom: 0.3125rem solid #da291c;
  text-align: center;
  padding: 0.875rem 0;
}
@media only screen and (max-width: 58em) and (min-width: 48em){
  .station-product-container .station-product-element .toggle-product-details{
    padding: 0.25rem 0;
  }
}
.station-product-container .station-product-element .toggle-product-details:after{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'A1iconfont';
  content: '\e608';
  margin-left: 0.25rem;
}
.station-product-container .station-product-element.close-expander .toggle-product-details:after{
  content: '\e605';
}
.station-product-container.search-results .station-product-element .toggle-product-details{
  display: block;
}
.station-product-container.search-results .station-product-element.close-expander .toggle-product-details{
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 48em){
  .station-product-container.search-results .station-product-element.close-expander .toggle-product-details{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

/* station-item-container */
.station-item-container{
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 48em){
  .station-item-container:after{
    position: absolute;
    display: inline-block;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 10%;
    background: rgba(242,242,242,0);
    background: -moz-linear-gradient(left, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239,239,239,0)), color-stop(0%, rgba(239,239,239,0)), color-stop(0%, rgba(239,239,239,0)), color-stop(100%, rgba(239,239,239,1)));
    background: -webkit-linear-gradient(left, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(left, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(left, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%);
    background: linear-gradient(to right, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=1 );
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .station-item-container.last-item-reached:after{
    width: 0;
  }
}
@media only screen and (max-width: 46.563em){
  .station-item-container{
    padding-left: 0.9375rem;
  }
}
.station-item-container .station-item{
  position: relative;
  float: left;
  width: 16.66667%;
  border-right: 0.0625rem solid #efefef;
  border-bottom: 0.0625rem solid #efefef;
  background: #fff;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 48.063em){
  .no-touch .station-item-container .station-item:hover{
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    z-index: 1000;
  }
}
@media only screen and (max-width: 30em){
  .station-item-container .station-item{
    width: 25%;
  }
}
.station-item-container .station-item .station-item-img{
  max-width: 100%;
  height: auto;
}
.station-item-container .station-item .station-view-controls{
  position: absolute;
  left: 0.875rem;
  top: 0.5rem;
}
@media only screen and (max-width: 64em){
  .station-item-container .station-item .station-view-controls{
    left: 0.375rem;
    top: 0;
  }
}
.station-item-container .station-item .station-view-controls .view-controls-icon{
  display: inline;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (min-width: 48.063em){
  .no-touch .station-item-container .station-item:hover .station-view-controls .view-controls-icon{
    opacity: 1;
  }
}
.station-item-container .station-item .station-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 48.063em){
  .no-touch .station-item-container .station-item:hover .station-logo{
    -webkit-transform: translate(-50%, 40%);
    -moz-transform: translate(-50%, 40%);
    -ms-transform: translate(-50%, 40%);
    -o-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
  }
}
.station-item-container .station-item .station-overlay{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #000;
  background: transparent;
  text-align: center;
  padding: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 48.063em){
  .no-touch .station-item-container .station-item:hover .station-overlay{
    opacity: 1;
  }
}
.station-item-container .station-item .station-overlay .station-id{
  display: block;
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
}
.station-item-container .station-item .station-overlay .station-name{
  color: #000;
  font-size: 0.875rem;
  padding-bottom: 0.625rem;
}
.station-item-container .station-item-showmore{
  position: relative;
  float: left;
  width: 16.66667%;
  border-right: 0.0625rem solid #efefef;
  border-bottom: 0.0625rem solid #efefef;
  background-color: #da291c;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.station-item-container .station-item-showmore.open-controller{
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 36.25em){
  .station-item-container .station-item-showmore a{
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 30em){
  .station-item-container .station-item-showmore{
    width: 25%;
  }
  .station-item-container .station-item-showmore a{
    font-size: 1rem;
  }
}
.station-item-container .station-item-showmore .station-item-img{
  max-width: 100%;
  height: auto;
}
.station-item-container .station-item-showmore:hover{
  background-color: #ba2319;
}
.station-item-container .station-link-showmore,
.station-item-container .station-link-showall{
  position: absolute;
  display: block;
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 1.75rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.station-item-container .station-link-showmore div{
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.station-item-container .station-link-showall div{
  -webkit-transform: translate(0, 60%);
  -moz-transform: translate(0, 60%);
  -ms-transform: translate(0, 60%);
  -o-transform: translate(0, 60%);
  transform: translate(0, 60%);
}
.station-item-container .close-controller .station-link-showmore div{
  padding: 1.25rem;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 52em){
  .station-item-container .close-controller .station-link-showmore div{
    padding: 0.625rem;
  }
}
.station-item-container .station-link-showmore div:before{
  display: inline-block;
  content: '...';
  margin-top: -1rem;
}
.station-item-container .station-link-showall div:before{
  font-family: 'A1iconfont';
  content: '\e631';
  font-size: 1.25rem;
}
.station-item-container .station-link-showall.close-list div:before{
  font-family: 'A1iconfont';
  content: '\e627';
  font-size: 1.25rem;
}
@media only screen and (max-width: 80em){
  .station-item-container .station-link-showmore,
  .station-item-container .station-link-showall{
    font-size: 1.375rem;
  }
  .station-item-container .station-link-showall div:before,
  .station-item-container .station-link-showall.close-list div:before{
    font-size: 1rem;
  }
}
@media only screen and (max-width: 63.938em){
  .station-item-container .station-link-showall div{
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
@media only screen and (max-width: 55em){
  .station-item-container .station-link-showmore,
  .station-item-container .station-link-showall{
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 48em){
  .station-item-container .station-link-showall{
    font-size: 1.375rem;
  }
}
.station-item-container .station-link-showmore .station-link-showmore-label,
.station-item-container .station-link-showall .station-link-showall-label{
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
/* station-stationlist-element */
.station-stationlist-element .station-item-container .station-item-noresults{
  cursor: auto;
}
.station-stationlist-element .station-item-container .station-item-noresults p{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'A1Serif',Verdana,sans-serif;
  color: #808080;
  font-size: 1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 23.75em){
  .station-stationlist-element .station-item-container .station-item-noresults p{
    font-size: 0.75rem;
  }
}

/* station-stationlist-all-items */
.station-stationlist-all-items .station-stationlist-header{
  display: none;
  background-color: #fff;
  padding: 1.5rem 0 1.5rem 3rem;
  margin: 1.25rem 0.0625rem 0.0625rem 0;
}

@media only screen and (max-width: 46.5625em){
  .station-stationlist-all-items .station-stationlist-header{
    margin-left: 0.9375rem;
  }
}
.station-stationlist-all-items .station-stationlist-header h3{
  font-weight: 400;
  margin: 0;
}
.search-results .station-stationlist-all-items .station-stationlist-header{
  display: block;
}
.search-results .no-results h3{
  font-weight: 400;
}
@media only screen and (max-width: 48em){
  .search-results .station-stationlist-all-items{
    clear: both;
    content: ' ';
    display: block;
    width:100%;
    float: none;
    padding-top: 1rem;
  }
  .search-results .station-stationlist-all-items .station-stationlist-header{
    margin-top: 0;
    padding: 1rem 0 1rem 1rem;
  }
}

/* station-stationlist-legend*/
.stationlist-legend{
  clear: both;
  font-size: 0.75rem;
  padding-top: .25rem;
}
.stationlist-legend span{
  margin-left: 1rem;
}
.stationlist-legend span:first-child{
  margin-left: 0;
}
.stationlist-legend span .view-controls-icon{
  margin-right: .375rem;
  margin-top: -.075rem;
}
@media only screen and (max-width: 48em){
  .stationlist-legend span{
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 46.5625em){
  .stationlist-legend{
    padding-left: 0.9375rem;
  }
}

/* station-stationlist-lightbox */
.reveal-modal.station-lightbox .close-reveal-modal{
  color: #000;
  font-size: 2rem;
}
.reveal-modal.station-lightbox .reveal-modal-content{
  display: table;
  padding: 0;
  width: 100%;
  height: 37.5rem;
}
@media only screen and (max-width: 63.9375em){
  .reveal-modal.station-lightbox .reveal-modal-content{
    height: 25rem;
  }
}
@media only screen and (max-width: 48em){
  .reveal-modal.station-lightbox .reveal-modal-content{
    display: block;
    height: auto;
  }
}
.reveal-modal.station-lightbox .station-lightbox-col{
  position: relative;
  display: table-cell;
  padding: 8rem;
  background-color: #efefef;
}
.reveal-modal.station-lightbox .station-lightbox-col:first-child{
  width: 37%;
  background-color: #fff;
  text-align: center;
  padding: 8rem 1.875rem 1.875rem 1.875rem;
}
@media only screen and (max-width: 63.9375em){
  .reveal-modal.station-lightbox .station-lightbox-col,
  .reveal-modal.station-lightbox .station-lightbox-col:first-child{
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 48em){
  .reveal-modal.station-lightbox .station-lightbox-col{
    display: block;
  }
  .reveal-modal.station-lightbox .station-lightbox-col:first-child{
    width: 100%;
    padding-bottom: 0;
  }
}
.reveal-modal.station-lightbox .station-lightbox-logo{
  position: relative;
  height: 6.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 48em){
  .reveal-modal.station-lightbox .station-lightbox-logo{
    height: auto;
  }
}
.reveal-modal.station-lightbox .station-lightbox-keyfacts{
  position: relative;
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
}
.reveal-modal.station-lightbox .station-lightbox-keyfacts .station-lightbox-id-label{
  display: block;
  font-size: 0.875rem;
}
.reveal-modal.station-lightbox .station-lightbox-keyfacts .station-lightbox-id{
  font-size: 1rem;
  font-weight: 500;
}
.reveal-modal.station-lightbox .station-lightbox-keyfacts .station-lightbox-name{
  font-size: 1.3125rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.reveal-modal.station-lightbox .station-lightbox-keyfacts .station-lightbox-link{
  color: #da291c;
}
.reveal-modal.station-lightbox .station-lightbox-keyfacts .station-lightbox-link:hover{
  color: #000;
}
.reveal-modal.station-lightbox .station-lightbox-short-description{
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 63.9375em){
  .reveal-modal.station-lightbox .station-lightbox-short-description{
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.reveal-modal.station-lightbox .station-lightbox-view-controls{
  margin: 1.5rem -1.875rem 0 -1.875rem;
  padding: 1.875rem 2.5rem;
  border-top: 0.0625rem solid #efefef;
  border-bottom: 0.0625rem solid #efefef;
}
@media only screen and (max-width: 63.9375em){
  .reveal-modal.station-lightbox .station-lightbox-view-controls{
    margin: 1.5rem -2.5rem 2.5rem -2.5rem;
    padding: 1.875rem 2.5rem;
  }
}
@media only screen and (max-width: 48em){
  .reveal-modal.station-lightbox .station-lightbox-view-controls{
    margin-bottom: 0;
  }
}
.reveal-modal.station-lightbox .station-lightbox-view-controls span{
  position: relative;
  display: block;
  text-align: left;
  padding: 0 0 0 1.5rem;
  margin-bottom: 1.25rem;
}
.reveal-modal.station-lightbox .station-lightbox-view-controls span:last-child{
  margin-bottom: 0;
}

.reveal-modal.station-lightbox .station-lightbox-view-controls .view-controls-icon{
  position: absolute;
  left: 0;
  top: 0.25rem;
}
@media only screen and (max-width: 48em){
  .reveal-modal.station-lightbox .station-lightbox-view-controls .view-controls-icon{
    top: 0.125rem;
  }
}
.reveal-modal.station-lightbox .station-lightbox-pagination{
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 37%;
  text-align: center;
}
@media only screen and (max-width: 48em){
  .reveal-modal.station-lightbox .station-lightbox-pagination{
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: .75rem 0;
  }
}
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-prev,
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-next{
  position: absolute;
  display: inline-block;
  text-indent: -600rem;
  overflow: hidden;
  min-width: 2.5rem;
  height: 2rem;
}
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-prev{
  left: 1.875rem;
}
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-next{
  right: 1.875rem;
}
@media only screen and (max-width: 63.9375em){
  .reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-prev,
  .reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-next{
    min-width: 2rem;
  }
  .reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-prev{
    left: 0.5rem;
  }
  .reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-next{
    right: 0.5rem;
  }
}
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-prev:before,
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-next:before{
  position: absolute;
  display: inline-block;
  font-family: 'A1iconfont';
  font-size: 1.5rem;
  line-height: 1em;
  width: 1em;
  color: #000;
  text-indent: 0;
  left: 0;
  top: 0;
}
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-prev:before{
  content: '\e606';
}
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-next:before{
  content: '\e607';
  left: auto;
  right: 0;
}
@media only screen and (max-width: 46.625em){
  .reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-prev{
    padding-left: 0.25rem;
  }
  .reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-next{
    padding-right: 0.25rem;
  }
  .reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-prev:before,
  .reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-next:before{
    line-height: 0.75em;
  }
}
.reveal-modal.station-lightbox .station-lightbox-pagination .station-lightbox-pagination-label{
  color: #bbb;
  padding: 0 2.5rem;
}

/*****************************************
  station-addon-container
*****************************************/
/* station-addon-headline */
.station-addon-container h2{
  margin-top: 2rem;
}
@media only screen and (max-width: 46.5625em){
  .station-addon-container h2{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* station-addon-element */
.station-addon-container .station-addon-element{
  position: relative;
  height: auto;
  padding-bottom: 107%;
  display: block;
}
.station-addon-container.search-results .station-addon-element{
  padding: 0;
}
@media only screen and (max-width: 72.5em){
  .station-addon-container .station-addon-element{
    padding-bottom: 108%;
  }
}
@media only screen and (max-width: 65.625em){
  .station-addon-container .station-addon-element{
    padding-bottom: 109%;
  }
}
@media only screen and (max-width: 60.938em){
  .station-addon-container .station-addon-element{
    padding-bottom: 110%;
  }
}
@media only screen and (max-width: 53.75em){
  .station-addon-container .station-addon-element{
    padding-bottom: 111%;
  }
}
@media only screen and (max-width: 49.375em){
  .station-addon-container .station-addon-element{
    padding-bottom: 112%;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element{
    padding-bottom: 0%;
  }
}
.station-addon-container .station-addon-element .station-tile-img{
  display: none;
}
.station-addon-container.search-results .station-addon-element.close-expander .station-tile-img{
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element{
    margin-bottom: 1rem;
  }
  .station-addon-container.search-results .station-addon-element.close-expander .station-tile-img{
    display: none;
  }
}
@media only screen and (max-width: 46.5625em){
  .station-addon-container .station-addon-element{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.station-addon-container .station-addon-element .panel{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  border-bottom: 0.3125rem solid #da291c;
}
.station-addon-container.search-results .station-addon-element .panel{
  position: relative;
  max-height: 80rem;
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .panel{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.station-addon-container.search-results .station-addon-element .panel{
  border-bottom: 0;
}
.station-addon-container.search-results .station-addon-element.close-expander .panel{
  max-height: 5.9375rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 80em){
  .station-addon-container .station-addon-element .panel{
    padding: 1.25rem 0.75rem 0.9375rem 0.75rem;
  }
}
@media only screen and (max-width: 63.9375em){
  .station-addon-container .station-addon-element .panel{
    max-height: auto;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .panel{
    display: table;
    width: 100%;
  }
  .station-addon-container.search-results .station-addon-element.close-expander .panel{
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    max-height: 0;
  }
}
.station-addon-container .station-addon-element .addon-title{
  text-align: center;
}
.station-addon-container .station-addon-element .addon-title-container{
  padding-bottom: 60%;
}
.station-addon-container.search-results .station-addon-element .addon-title-container{
  padding-bottom: 0;
}
@media only screen and (max-width: 64em){
  .station-addon-container .station-addon-element .addon-title-container{
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-title-container{
    position: relative;
    display: table-cell;
    width: 45%;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  .station-addon-container .station-addon-element.close-expander .addon-title-container{
    display: block;
    width: 100%;
  }
  .station-addon-container .station-addon-element.close-expander .addon-price-container{
    display: none;
  }
  .station-addon-container .station-addon-element .addon-title{
    text-align: left;
    -webkit-transition: text-align 0.5s ease;
    -moz-transition: text-align 0.5s ease;
    -ms-transition: text-align 0.5s ease;
    -o-transition: text-align 0.5s ease;
    transition: text-align 0.5s ease;
  }
  .station-addon-container .station-addon-element.close-expander .addon-title{
    text-align: center;
  }
}
.station-addon-container .station-addon-element .addon-title h3{
  font-size: 1.75rem;
  font-weight: normal;
}
@media only screen and (max-width: 80em){
  .station-addon-container .station-addon-element .addon-title h3{
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 56.25em){
  .station-addon-container .station-addon-element .addon-title h3{
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-title h3{
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 29em){
  .station-addon-container .station-addon-element .addon-title h3{
    font-size: 1.125rem;
  }
}
.station-addon-container .station-addon-element .addon-feature{
  position: relative;
  padding: 0.25rem  0 0.5rem 0;
  border-top: 0.0625rem solid #efefef;
  border-bottom: 0.0625rem solid #efefef;
  text-align: center;
}
@media only screen and (max-width: 80em){
  .station-addon-container .station-addon-element .addon-feature{
    padding: 0;
  }
}
@media only screen and (max-width: 50.625em){
  .station-addon-container .station-addon-element .addon-feature{
    display: none;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-feature{
    display: block;
  }
}
@media only screen and (max-width: 29em){
  .station-addon-container .station-addon-element .addon-feature{
    display: table;
  }
}
.station-addon-container.search-results .station-addon-element.close-expander .addon-feature{
  display: none;
}
.station-addon-container .station-addon-element .addon-feature .addon-feature-data{
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.75rem;
  margin-right: 0.3125rem;
}
@media only screen and (max-width: 80em){
  .station-addon-container .station-addon-element .addon-feature .addon-feature-data{
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 55em){
  .station-addon-container .station-addon-element .addon-feature .addon-feature-data{
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-feature .addon-feature-data{
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 29em){
  .station-addon-container .station-addon-element .addon-feature .addon-feature-data{
    font-size: 1.25rem;
    display: table-cell;
    vertical-align: middle;
  }
}
.station-addon-container .station-addon-element .addon-feature .addon-feature-label{
  color: #808080;
}
@media only screen and (max-width: 80em){
  .station-addon-container .station-addon-element .addon-feature .addon-feature-label{
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 55em){
  .station-addon-container .station-addon-element .addon-feature .addon-feature-label{
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-feature .addon-feature-label{
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 29em){
  .station-addon-container .station-addon-element .addon-feature .addon-feature-label{
    font-size: 0.625rem;
    display: table-cell;
    width: 75%;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-feature{
    position: absolute;
    bottom: 0rem;
    width: 98%;
    font-size: 0.75rem;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
  }
}
.station-addon-container .station-addon-element .addon-price-container{
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.station-addon-container.search-results .station-addon-element .addon-price-container{
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
.station-addon-container .station-addon-element.close-expander .addon-price-container{
  opacity: 0;
}
@media only screen and (max-width: 80em){
  .station-addon-container .station-addon-element .addon-price-container{
    bottom: 0.9375rem;
    left: 0.9375rem;
    right: 0.9375rem;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-price-container{
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-price-container{
    display: table-cell;
    width: 55%;
    padding-bottom: 2.5rem;
  }
}
.station-addon-container .station-addon-element .addon-price{
  font-family: 'A1Serif',Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3125rem;
  text-align: center;
}
.station-addon-container.search-results .station-addon-element.close-expander .addon-price{
  display: none;
}
.station-addon-container .station-addon-element .price-prefix{
  font-size: 1rem;
}
.station-addon-container .station-addon-element .price-before-decimal{
  font-size: 1.75rem;
}
@media only screen and (max-width: 80em){
  .station-addon-container .station-addon-element .addon-price{
    font-size: 1.125rem;
  }
  .station-addon-container .station-addon-element .price-before-decimal{
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 56.25em){
  .station-addon-container .station-addon-element .addon-price{
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .price-prefix{
    font-size: 0.75rem;
  }
  .station-addon-container .station-addon-element .addon-price{
    font-size: 1.125rem;
    text-align: right;
  }
}
.station-addon-container .station-addon-element .addon-price-description{
  list-style: none;
  margin: 0 0 0.625rem 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 55em){
  .station-addon-container .station-addon-element .addon-price-description{
    margin: 0 -0.5rem 0.25rem -0.5rem;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-price-description{
    margin: 0 0 0.625rem 0;
  }
}
.station-addon-container.search-results .station-addon-element.close-expander .addon-price-description{
  display: none;
}
.station-addon-container .station-addon-element .addon-price-description li{
  color: #808080;
  text-align: center;
}
@media only screen and (max-width: 80em){
  .station-addon-container .station-addon-element .addon-price-description li{
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 59.063em){
  .station-addon-container .station-addon-element .addon-price-description li{
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .addon-price-description li{
    text-align: right;
  }
}
.station-addon-container .station-addon-element .button{
  width: 100%;
}
.station-addon-container.search-results .station-addon-element.close-expander .button{
  display: none;
}
@media only screen and (max-width: 63.9375em){
  .station-addon-container .station-addon-element .button{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 48em){
  .station-addon-container .station-addon-element .button{
    position: absolute;
    bottom: 0;
  }
}
.station-addon-container .station-addon-element .toggle-product-details{
  position: relative;
  display: none;
  background-color: #fff;
  border-top: 0.0625rem solid #efefef;
  border-bottom: 0.3125rem solid #da291c;
  text-align: center;
  padding: 0.875rem 0;
}
@media only screen and (max-width: 58em) and (min-width: 48em){
  .station-addon-container .station-addon-element .toggle-product-details{
    padding: 0.25rem 0;
  }
}
.station-addon-container .station-addon-element .toggle-product-details:after{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'A1iconfont';
  content: '\e608';
  margin-left: 0.25rem;
}
.station-addon-container .station-addon-element.close-expander .toggle-product-details:after{
  content: '\e605';
}
.station-addon-container.search-results .station-addon-element .toggle-product-details{
  display: block;
}
.station-addon-container.search-results .station-addon-element.close-expander .toggle-product-details{
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 48em){
  .station-addon-container.search-results .station-addon-element.close-expander .toggle-product-details{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
