/**
 * @allshows.css
 * All Shows Landing styles
 *
 *
 */

.all-shows-page {
    background: #f4f1e2 url(/profiles/aetv/themes/custom/aetv/images/landing-gradient.png) 0 0 repeat-x;
}

#allshows_ad-1{
  position: absolute;
  left: 640px;
  margin-left: 15px;
  height: auto;
}

.all-shows-page .most_popular_wrapper {
  padding: 0 0 0 25px;
  margin-top: 55px;
}
/*
#shows.allshows{
  height: 40px;
  width: 100%;
  background: #363f44;
  background: linear-gradient(to left, #555964, #2c363f);
  position: relative;
}
*/
h1.all-shows {
  font-size: 40px;
  /*margin: 22px 25px 0 25px;*/
  position: fixed;
  left: 25px;
  top: 22px;
  color: #000;
  /*font-family: 'Amperscript';*/
  font-family: 'AmperstandardHeavy';
  text-transform: uppercase;
  z-index: 9;
}
/*
.allshows-most-popular,
.allshows-shows-list, .allshows-classics-list,
.allshows-clear-column {
  background-color: #f8f9f3;
  padding: 0 0 0 16px;
  height: 100%;
  width:auto;
  position: relative;
  float: left;
}
*/

.allshows-clear-column{
  margin-left: -30px;
  background-color: #f8f9f3;
}
.allshows-classics-list{
  margin-left: -24px;
}

/*.allshows-most-popular h2*/
h2.all-shows {
  color: #000;
  /*font-family: 'Amperscript';*/
  font-family: 'AmperstandardMedium';
  font-size: 32px;
  /*padding: 74px 0 18px 25px;*/
  /*padding: 33px 0 3px 25px;*/
  position: fixed;
  top: 29px;
  left: 160px;
  z-index: 9;
}

.allshows-most-popular ul li {
  /*margin: 0 25px 25px 0;*/
  margin: 15px 15px 0 0;
  float:left;
  position:relative;
  width:300px;
  height:290px;
}

.allshows-most-popular .most-popular-panel {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -moz-box-shadow: 0px 0px 3px 1px rgba(00, 00, 00, 0.2);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(00, 00, 00, 0.2);
  box-shadow: 0px 0px 3px 1px rgba(00, 00, 00, 0.2);
  background-color: #e3e4dc;
}

.allshows-most-popular .most-popular-panel * {
  text-decoration: none;
}

.most-popular-panel .front,
.most-popular-panel .click-flip {
    position: absolute;
    top: 0;
    z-index: 900;
    width: inherit;
    height: 290px;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.most-popular-panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.most-popular-panel .back {
    position: absolute;
    top: 0;
    z-index: 800;
    width: inherit;
    height: 290px;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.most-popular-panel.flip .back {
  background: #0a63b0;
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

.no-csstransforms3d .most-popular-panel .back,
.no-csstransforms3d .most-popular-panel.flip .front {
  visibility: hidden;
}

.no-csstransforms3d .most-popular-panel.flip .back,
.no-csstransforms3d .most-popular-panel .front {
  visibility: visible;
}

.most-popular-panel .back h4{
  margin: 10px 0 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
/*
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
*/
  color: #FFF;
  padding: 0 0 0 14px;
  font-size: 20px;
}
.most-popular-panel .scrollpane{
  width: 244px;
  height: 185px;
  margin: 12px 0 0 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f2ede0;
  font-size: 16px;
  line-height: 20px;
}
.most-popular-panel .vscroller-controls {
  position: absolute;
  top: 37px;
  right: 10px;
}

.most-popular-panel.flip .vscroller-controls {
  z-index: 1005;
}

.most-popular-panel .vscroller-controls .scroll-down { margin-top: 3px; }

.most-popular-panel .website-link{
  position: absolute;
  bottom: 10px;
  left: 10px;
  /*padding-top: 20px;
  opacity: 0;
  -webkit-transition: opacity 0s ease-in-out 0s;
  -moz-transition: opacity 0s ease-in-out 0s;
  -o-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;*/
}

.most-popular-panel.flip .website-link {
  opacity: 1;
  z-index: 1005;
  font-family: 'AmperstandardMedium';
  color: #FFF;
  font-size: 14px;
  /*-webkit-transition: opacity 0s ease-in-out 0.2s;
  -moz-transition: opacity 0s ease-in-out 0.2s;
  -o-transition: opacity 0s ease-in-out 0.2s;
  transition: opacity 0s ease-in-out 0.2s;*/
}

.most-popular-panel .website-link a:hover{
  color: #FFF;
}
.most-popular-panel .website-link-arrow{
  background: transparent url(/profiles/aetv/themes/custom/aetv/images/allshows-arrow-off.png) no-repeat 0 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -5px;
  left: 0;
}
.most-popular-panel .website-link-arrow:hover{
  background: transparent url(/profiles/aetv/themes/custom/aetv/images/allshows-arrow-over.png) no-repeat 0 0px;
}
.most-popular-panel .website-link a {
  color: #FFF;
  text-decoration: none;
}
.most-popular-panel .website-link a.website-link-txt{
  margin-left: 25px;
}
.allshows-flipper {
  display: none;
  top: 300px;
  position: absolute;
}

.all-shows-page .allshows-shows-list .strong_title,
.all-shows-page .allshows-classics-list .strong_title{
  /*font-size: 18px;
  color: #411e39;
  padding: 10px 25px 10px 20px;*/
  color: #1f323d;
  /*font-family: 'Amperscript';*/
  font-family: 'AmperstandardHeavy';
  font-size: 24px;
  padding: 68px 25px 10px 20px;
}

.all-shows-page .allshows-shows-list ul, .all-shows-page .allshows-classics-list ul {
  float: left;
  background: transparent url(/profiles/aetv/modules/custom/aetv_show_landing/images/border-left-bg.png) repeat left;
}

.all-shows-page .allshows-shows-list ul li,
.all-shows-page .allshows-classics-list ul li {
  margin:10px 0 10px 20px;
  position: relative;
  height: 18px;
  width: 252px;
  display: table;
}
.allshows-shows-list ul li a,
.allshows-classics-list ul li a{
  font-size: 18px;
  font-family: 'AmperstandardMedium';
  color: #1f323d;
  letter-spacing: 0;
  text-decoration: none;
}

.allshows-shows-list ul li a:hover,
.allshows-classics-list ul li a:hover {
  color: #0a63b0!important;
}
.show_list_wrapper {
  -webkit-column-rule:4px outset #ff00ff;
  display: inline-block;
}

@media all and (min-height: 530px) {
  .allshows-most-popular ul {width: 2616px;}
}

@media all and (min-height: 672px) {
  .allshows-most-popular ul {width: 1308px;}
}

@media all and (min-height: 699px) {
  .allshows-most-popular ul {width: 2616px;}
}

@media all and (min-height: 749px) {
  .allshows-most-popular ul {width: 1308px;}
/*  .most-popular-panel .back,
  .most-popular-panel .front,
  .most-popular-panel .click-flip {
    height: 261px;

  }
  .most-popular-panel .scrollpane {
    width: 220px;
  height: 178px;
  margin: 12px 0 0 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f2ede0;
  font-size: 16px;
  line-height: 20px;
  }
  .allshows-most-popular ul li a.click-flip img,
  .allshows-most-popular ul li {
    width:270px;
  height:261px;
  }*/

}

@media all and (min-height: 799px) {

}

@media all and (min-height: 885px) {
}

@media all and (min-height: 941px) {
  .allshows-most-popular ul {width: 1308px;}
}

@media all and (min-height: 999px) {
}

@media all and (min-height: 1099px) {
}


/* tablet in portrait and landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .most-popular-panel .scrollpane{
    width: 220px;
  }

}
