/*!
SNOWPIERCER custom CSS
Tyson Kubota, 2014
 */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes trainMove {
  from { -webkit-transform: translateX(-100%); }
  to { -webkit-transform: translateX(200%); }
}
@-moz-keyframes trainMove {
  from { -moz-transform: translateX(-100%); }
  to { -moz-transform: translateX(200%); }
}
@keyframes trainMove {
  from { transform: translateX(-100%); }
  to { transform: translateX(200%); }
}


@font-face {
    font-family: 'futura';
    src: url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_light-webfont.eot');
    src: local('Futura Light'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_light-webfont.woff') format('woff'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_light-webfont.ttf') format('truetype'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_light-webfont.svg#futuralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_oblique-webfont.eot');
    src: local('Futura Light'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_oblique-webfont.woff') format('woff'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_oblique-webfont.ttf') format('truetype'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/futura_oblique-webfont.svg#futuralight') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gbhDing';
    src: url('//tyson-test.s3.amazonaws.com/assets/fonts/font-icons.woff'),
         url('//tyson-test.s3.amazonaws.com/assets/fonts/font-icons.svg') format('svg');
    font-style: normal;
}

html {
  background-color: #232323;
}

body {
  width: 100%;
  background-color: rgba(0,0,0,0);
  font-family: 'futura', Helvetica, sans-serif;
}

a {
  color: #99b4d6;
}

.vod-plug {
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.vod-banner {
  background-color: rgba(255, 255, 255, 0.67);
  text-transform: uppercase;
  color: rgb(67, 67, 67);
  line-height: 3rem;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;  
  border-color: rgba(0,0,0,0);
  width: 100%;
  text-align: center;
}

table td {
  width: 50%;
}

table.screenings {
  margin-bottom: 2rem;
}

table.screenings thead {
  background-color: rgba(255, 255, 255, 0.67);
  text-transform: uppercase;
  color: rgb(67, 67, 67);
  line-height: 3rem;
}

table.screenings td.date {
  color: white;
  text-transform: uppercase;
  background-color: rgba(17, 17, 17, .25);
  line-height: 3rem;
}

.packable {
  float: left;
}

.item {
  width: 33.332%;
  padding: 3px;
  box-sizing: border-box;
}

.item.post-single {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

.nav-links {
  margin: 0 0 0 0;
}

.nav-links-container {
  max-width: 800px;
  margin: 0 auto;
  padding-top: .5rem;
}

.nav-links.left {
  float: left;
}
.nav-links.right {
  float: right;
}

.nav-links li {
  list-style: none;
  display: inline;
  padding-right: 2rem;
}

.nav-links li:last-child {
  padding-right: 0;
}


.nav-links li a {
  color: #9ab4d6;
  text-decoration: none;
  -webkit-transition: color .5s, border-color .5s ease-in;
  transition: color .5s, border-color .5s ease-in;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-color: rgba(0,0,0,0); 
}

.nav-links li a:hover, .nav-links li a.hover {
  color: white;
  border-bottom: .3rem solid white;
  text-decoration: none;
}

.container {width: 100%; /* position: relative; */}
.container {
  background: -moz-linear-gradient(top,  rgba(141,143,147,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,143,147,0)), color-stop(100%,rgba(255,255,255,1))); */ /* Chrome,Safari4+ */

  /* background: -webkit-linear-gradient(top,  rgba(141,143,147,0) 0%,rgba(255,255,255,1) 100%); */ /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(141,143,147,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(141,143,147,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

  /* background: linear-gradient(to bottom,  rgba(141,143,147,0) 0%,rgba(255,255,255,1) 100%); */ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008d8f93', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.container-outer {
  visibility: visible;
  opacity: 1.0;
}

.container-outer.invisible {
  visibility: hidden;
}

.container-outer:not(.invisible) .train-loading-image {
  visibility: hidden;
  display: none;
}

.train-loading-image {
  position: static;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  visibility: visible;
  margin-top: 50vh;
}

.container-outer.invisible .container-top.absolute .engine-container img.train-loading {
  visibility: visible;
}

.train-loading-image p {
  text-align: center;
}


.container-top.full-height {
  height: 100vh;
}

.container-top.absolute {
  position: absolute;
}


.container-top {
  height: 100%;
  background: white;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(141,143,147,0) 52%, rgba(255,255,255,1) 100%), url("../img/snowpiercer-hero.jpg");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(52%,rgba(141,143,147,0)), color-stop(100%,rgba(255,255,255,1))), url("../img/snowpiercer-hero.jpg");
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%,rgba(255,255,255,1) 100%), url("../img/snowpiercer-hero.jpg");
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%,rgba(255,255,255,1) 100%), url("../img/snowpiercer-hero.jpg");
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%,rgba(255,255,255,1) 100%), url("../img/snowpiercer-hero.jpg");
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%,rgba(255,255,255,.2) 100%), url("../img/snowpiercer-hero.jpg");
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#232830',GradientType=0 );
  background-size: cover;
  width: 100%;
  display: table;
}

.container-mid {
  padding: .75rem 2rem;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 1rem;
  background-color: #2A2C30 !important;
  background: url('../img/snowp-transparent-tile20.png');
  background-size: cover;
  box-sizing: border-box;
}

.container-bottom {
  background-color: #232323;
}

.container-top .inner-cover {
  display: table-cell;
  vertical-align: middle;
}

.container-top.absolute .engine-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
  opacity: .75;
  box-sizing: border-box;

  padding: 0 3rem;
}

.container-top.absolute .engine-container img {  
  width: 100%;
}

.container-top:not(.absolute) .engine-container {
  display: none;
}

.container-top.absolute .header .header-title {
  max-width: 800px;
}


.pagination {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  padding: 2rem 1rem;
  margin: 0;
  background-color: black;
  box-sizing: border-box;
}

.pagination a {
  color: #9ab4d6;
  padding-left: 2rem;
}

.pagination .current_page {
  color: rgba(255,255,255,.4);
  padding-left: 2rem;
}

.container-bottom.skrollable-after {
  position: relative;
}

.inner-shadow {
   -moz-box-shadow:     0 0 30px #000000;
   -webkit-box-shadow:  0 0 30px #000000;
   box-shadow:          0 0 30px #000000;  
}

#container {
  width: 100%;
}

.packable > h1 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.item.post-photo > p {
  padding: .5rem 1rem;
}

.item.post-quote, .item.post-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.item.post-quote .source {
  padding-top: 1rem;
  opacity: .66;
}


.item.post-quote {
  background-image: url('../img/snowp-transparent-tile-crust-1.png');
  background-size: cover;
}

.item.post-quote {
  font-size: 1.5rem;
  line-height: 2rem;
}

.item.post-photo {
  background-color: rgba(0,0,0,.5);
  -webkit-transition: background-color .5s;
}


.panel:not(.post-single).post-photo.best:not(.flip) {

  background: #4f586b;

  background: rgb(26,26,26);
  background: url('../img/snowp-transparent-tile20.png'), -moz-linear-gradient(left,  rgba(26,26,26,1) 0%, rgba(108,128,135,1) 100%);
  background: url('../img/snowp-transparent-tile20.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(26,26,26,1)), color-stop(100%,rgba(108,128,135,1)));
  background: url('../img/snowp-transparent-tile20.png'), -webkit-linear-gradient(left,  rgba(26,26,26,1) 0%,rgba(108,128,135,1) 100%);
  background: url('../img/snowp-transparent-tile20.png'), -o-linear-gradient(left,  rgba(26,26,26,1) 0%,rgba(108,128,135,1) 100%);
  background: url('../img/snowp-transparent-tile20.png'), -ms-linear-gradient(left,  rgba(26,26,26,1) 0%,rgba(108,128,135,1) 100%);
  background: url('../img/snowp-transparent-tile20.png'), linear-gradient(to right,  rgba(26,26,26,1) 0%,rgba(108,128,135,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#6c8087',GradientType=1 );

  background-size: cover;


  box-shadow: 0px 0px 20px rgb(0, 0, 0);
}

.panel:not(.post-single).post-photo:not(.flip):hover {
  background: #4f586b;
  cursor: pointer;
}

.item:not(.best) {
  color: #CCC;
}

.panel .front {
  float: none;
  top: 0;
  left: 0;
  z-index: 900;

  -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
          transform: rotateX(0deg) rotateY(0deg);

  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

  /* -- transition is the magic sauce for animation -- */
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.panel .front p {
  padding: 1rem;
}

.panel.flip .front {
  z-index: 900;
  background: #333;

  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.panel .back {
  text-align: center;
  float: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 800;

  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-179deg); /* setting to 180 causes an unnatural-looking half-flip */
          transform: rotateY(-179deg);

  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

  /* -- transition is the magic sauce for animation -- */
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.panel:not(.flip) .back .back-centered {
  opacity: 0.0;
}

.panel.flip .back .back-centered {
  opacity: 1.0;
}

.panel.flip .back .back-centered {
  height: 100%;
  width: 100%;
  -webkit-transition: opacity .4s ease-in-out;
          transition: opacity .4s ease-in-out;    
}

.panel.flip .back .back-centered.absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.panel.flip .back {
  text-align: center;

  z-index: 1000;

  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: auto 0em;
  background: #4f586b;

background: url('../img/snowp-transparent-tile20.png'), -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #1A1A1A),
  color-stop(1, #6C7587)
);
  background-image: url('../img/snowp-transparent-tile20.png'), -o-linear-gradient(bottom, #1A1A1A 0%, #6C7587 100%);
  background-image: url('../img/snowp-transparent-tile20.png'), -moz-linear-gradient(bottom, #1A1A1A 0%, #6C7587 100%);
  background-image: url('../img/snowp-transparent-tile20.png'), -webkit-linear-gradient(bottom, #1A1A1A 0%, #6C7587 100%);
  background-image: url('../img/snowp-transparent-tile20.png'), -ms-linear-gradient(bottom, #1A1A1A 0%, #6C7587 100%);
  background-image: url('../img/snowp-transparent-tile20.png'), linear-gradient(to bottom, #1A1A1A 0%, #6C7587 100%);
  background-size: cover; 

  -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
          transform: rotateX(0deg) rotateY(0deg);

  box-shadow: 0 15px 50px rgba(0,0,0,0.9);
}

.panel .notes-card .large-notes-counter {
  font-size: 5rem;
  font-weight: bold;
}

.item.post-photo img {
  opacity: 1.0;
}


.item.post-text {
  background-color: rgba(54,46,36,.5);
  /*background-image: url('../img/snowp-transparent-tile20.png');*/
  background-image: url('../img/snowp-transparent-tile-crust-1.png');
  background-size: cover;  
}

ul.photoset {
  list-style: none;
  margin: 0;
}

.item > .metadata-revealed {
  display: none;
}

.item.opened > .metadata-revealed {
  display: inline;
  position: absolute;
  top: 1rem;
}

.item {
  color: #FFFFFF;
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.item.post-quote:not(.post-single), .item.post-text:not(.post-single) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.item.post-video {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.item.post-photo {
  -webkit-animation-delay: 0.0s;
  -moz-animation-delay: 0.0s;
  animation-delay: .0s;
}

.item > img, .item li > img, .item img {
  display: block; 
  margin: 0 auto;
}

ul.tags {
  margin: 0 0 0 0;
  list-style: none;
  padding: 1rem;
  font-size: 1rem;
}

ul.tags li {
  display: inline;
}

.header {
}

.header.snow.index {
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(141,143,147,0) 52%, rgba(35,40,48,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(52%,rgba(141,143,147,0)), color-stop(100%,rgba(35,40,48,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%,rgba(35,40,48,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%,rgba(35,40,48,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%,rgba(35,40,48,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%,rgba(35,40,48,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#232830',GradientType=0 );
}

.header.snow {
  margin-left: auto;
  margin-right: auto;
}

.header.snow {
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(141,143,147,0) 52%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%);
  /* background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(141,143,147,0) 52%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#232830',GradientType=0 );
}

.header.snow.radial {
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 58%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #B3B3B3;
  border-bottom: 0;
}

hr.train {
  margin: .25rem 0 1rem 0;
  border: 0;
  border-top: 4px solid #FFFFFF;
  border-bottom: 0;
}

.header .details {
  position: relative;
  margin: .5rem 0 0 0;
  width: 100%;
  overflow: hidden;
}

.header .header-title {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  cursor: pointer; cursor: hand; 
}

.header .logotype {
  letter-spacing: .3em;
}

.header .logotype span:last-child {
  letter-spacing: 0em;
}

.header .header-title h1 {
  text-align: center;
  line-height: 1;
  display: block;
  margin: .5em 0 0.5em 0;
}

a.social {
  font-family: gbhDing;
  color: #26353a;
}

a.social {
  padding: 10px;
  margin: 0 0 0 10px;
  cursor: pointer;
  font-size: 18px;
}

a.social:hover {
  color: #c35f56;
}

.notes-card small a {
  color: rgba(255,255,255,.5);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .4rem;
}

.post-single-meta {
  background-color: rgba(0, 0, 0, 0.5);
}

.post-single-meta section.notes-wrapper {
  padding: 1rem;
  border-top: 1px dashed rgba(255,255,255,.25);
}

.post-single-meta ol.notes {
  margin: 0;
  box-sizing: border-box;
}

.post-single-meta li.note {
  list-style: none;
}

.post-single-meta li.note .avatar_frame {
  display: none;
}

.post-single .front {
  margin: 0 auto;
  max-width: 800px;
  border: .25rem solid #5e6674;
  box-sizing: border-box;
  padding: 0;
  margin-top: 2rem;

  background: #4f586b;
  background: url('../img/snowp-transparent-tile20.png'), -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #1A1A1A),
    color-stop(1, #6C7587)
  );
  background-image: url('../img/snowp-transparent-tile20.png'), -o-linear-gradient(bottom, #1A1A1A 0%, #6C7587 100%);
  background-image: url('../img/snowp-transparent-tile20.png'), -moz-linear-gradient(bottom, #1A1A1A 0%, #6C7587 100%);
  background-image: url('../img/snowp-transparent-tile20.png'), -webkit-linear-gradient(bottom, #1A1A1A 0%, #6C7587 100%);
  background-image: url('../img/snowp-transparent-tile20.png'), -ms-linear-gradient(bottom, #1A1A1A 0%, #6C7587 100%);
  background-image: url('../img/snowp-transparent-tile20.png'), linear-gradient(to bottom, #1A1A1A 0%, #6C7587 100%);

  background-size: cover; 

  -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
          transform: rotateX(0deg) rotateY(0deg);

  box-shadow: 0 15px 50px rgba(0,0,0,0.9);

}

.post-single .front p {
  padding: 1rem;
}

.panel.post-single {
  background: #222630;
  background-image: url('../img/snowp-transparent-tile-crust-1.png');
  background-size: cover;
  box-shadow: 0 0 50px rgba(0,0,0,0.9);
}

.post-single .front div.static-page {
  padding: 1rem;
}

.post-single .front div.static-page p {
  padding: 0 0 1rem 0;
}


article:not(.post-single) .front .custom-reblog-button, 
article:not(.post-single) .front .custom-like-button,
article:not(.post-single) .front .reblog_button, 
article:not(.post-single) .front .like_button {
  display: none !important;
}

.custom-reblog-button, .custom-like-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 10%;
  height: 20%;
  min-height: 50px;
  margin: 1rem;
  box-sizing: border-box;
}


/* class for the Tumblr Reblog and Like Button iframes */
.reblog_button, .like_button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  z-index: 10;
}

/* Force iframe to fill button */
.like_button iframe, .reblog_button {
  width: 100% !important;
  height: 100% !important;
}

/* class for Our Like Button */
.our_button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.post-quote.panel .back .notes-card {
  line-height: 2rem;
}


/* TRAIN CLASS SELECTOR */

.train-band {
  width: 100%;
}

.train-band.white {
  width: 100%;
  margin: 0 0 .5rem 0;
}

.train-selector {
  overflow: hidden;
  margin: 0 auto;
}


.one-edge-shadow {
  box-shadow: 0 5rem 5rem rgba(255, 255, 255, 0.6);
}

.train-selector p {
  position: relative;
  color: white;
  width: 33%;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem;
  display: inline-block;
}

.train-selector.train-container {
  /*width: 250px;*/
  max-width: 420px;
  width: 100%;
}

.container-top.absolute .train-selector p.choose-class {
  background: url("../img/grey-tile.png") repeat;
}


.train-selector p.choose-class {
  background-color: rgba(0,0,0,.6);
  color: #c7f9f3;
  border: 1px solid #c7f9f3;
  box-sizing: border-box;
}

.train-selector .home-video {
  background-color: rgba(0,0,0,.6);
  color: #c7f9f3;
  border: 1px solid #c7f9f3;
  box-sizing: border-box;
  position: relative;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 1rem;
  display: inline-block;
}

.train-selector .home-video .boxshot a {
  color: white;
  font-weight: bold;
}

.train-selector .home-video .boxshot a:hover {
  color: #c7f9f3;
}

.train-selector .home-video .boxshot img {
  max-height: 150px;
}


.train-selector p.tail-section, 
.train-selector p.front-section {
  background-color: rgba(255, 255, 255, 0.67);
  margin: 0;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
}

.train-selector-image {
  background-size: contain;
  height: 3rem;
  max-width: 420px;
  margin: 0 auto;
}


.train-selector-image svg, .train-selector-image svg path {
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  width: 100%;
}

.train-selector-image svg path {
  fill-opacity: .7;
}

.train-selector-image svg path.car-tail, .train-selector-image svg path.car-front {
  cursor: pointer;
}

.train-selector-image svg.tail-selected path:not(.car-tail) {
  fill-opacity: .3;
}

.train-selector-image svg.tail-selected .car-tail {
  fill: black;
  fill-opacity: 1.0;
}

.train-selector-image svg.front-selected .car-front {
  fill: black;
  fill-opacity: 1.0;
}

.train-selector-image svg.front-selected path:not(.car-front) {
  fill-opacity: .3;
}

.train-selector p.tail-section a, 
.train-selector p.front-section a {
  text-decoration: none;
  color: rgb(67, 67, 67);
}

.train-selector p.tail-section:hover, 
.train-selector p.front-section:hover {
  background-color: black;
  cursor: pointer;
}

.train-selector p.tail-section:hover a,
.train-selector p.front-section:hover a {
  color: #c7f9f3;
}


.train-selector p.tail-section.hover, 
.train-selector p.front-section.hover {
  background-color: black;
  cursor: pointer;
}

.train-selector p.tail-section.hover a,
.train-selector p.front-section.hover a {
  color: #c7f9f3;
}


.train-selector img {
  margin: 0 auto;
}

/* RESPONSIVE VIDEO IFRAME STYLES, 1-12-2013 */

.flex-video {
  position: relative;
  padding-top: 0px; padding-bottom: 56.25%; height: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0);
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.playing {
  transition: background-color .25s;
  background-color: #000;
}

.play-thumb {
}

.video-holder {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#trailer-tray {
  display: none;
  background-color: black;
}



/* PLAY BUTTONS */

.play-button {
  width: 0px;
  height: 0px;
  border-style: solid;
  z-index: 2;
  border-radius:0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border-width: 40px 0px 40px 80px;
  border-color: transparent rgba(255,255,255,1);
  opacity: .9;
  transition: opacity .25s;
-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.95));
-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.95));
-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.95));
-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.95));
filter: drop-shadow(0 1px 2px rgba(0,0,0,.95));       
  -webkit-transform:rotate(360deg);
}

.play-button-tri {

  max-width: 100px;
  max-height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  opacity: .75;
  border-color: transparent rgba(255,255,255,1);
  opacity: .35;
  transition: opacity .25s;
}

.play-caption {
  width: 100%;
  z-index: 2;
  position: absolute;
  text-align: center;
  color: white;
  font-size: 1.25em;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,.98));
  -moz-filter: drop-shadow(0 1px 1px rgba(0,0,0,.98));
  -ms-filter: drop-shadow(0 1px 1px rgba(0,0,0,.98));
  -o-filter: drop-shadow(0 1px 1px rgba(0,0,0,.98));
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.98));   
  bottom: 1.5em;
  opacity: 1;
}

.flex-video:hover .play-button, .play-button:hover {
  border-color: transparent
  rgba(167, 199, 214, 1.0);
  opacity: 1.0;
}

.play-caption:hover{
  color: #cc0000;
}




@media (max-width: 767px) {
  
  body {padding-left: 0; padding-right: 0;}

  .item {width: 50%;}

  .train-selector p {
    display: block;
    width: 100% !important;
  }  
}


@media (max-width: 480px) {

  .post-single .front {
    margin-top: 0;
  }

  .item {width: 100%;}

  .header .header-title {width: 100%;}
  .header .logotype {letter-spacing: .15em;}

  .flex-video {
    margin: 0 auto;
    width: 100%;
  }

  .container-mid {
    padding: 0 1rem;
    font-size: 1rem;
  }

  .nav-links-container {
    max-width: 100%;
  }

  .nav-links.left {
    float: none;
    line-height: 3rem;
  }

  .nav-links.right {
    float: none;
    margin-top: 2rem;
  }

  .nav-links {
    margin: 0 0 0 0;
  }

  .nav-links li a {
    font-size: 1.25rem;
  }

  .nav-links.right li a {
    font-size: 2rem;
  }

  .nav-links li {
    padding: 1rem 0;
    line-height: 3rem;
    width: 50%;
    box-sizing: border-box;
    float: left;
  }

  .nav-links li.left-li {
    text-align: left;
  }  
  
  .nav-links li.right-li {
    text-align: right;
  }

  .play-button {
    margin-left: -30px;
    margin-top: -30px;
    border-width: 30px 0px 30px 60px;
  }

  .play-button-tri {
    max-width: 70px;
    max-height: 70px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
  }

}

@media (min-width: 767px) {
  .train-selector p.tail-section {
    text-align: right;
  }

  .train-selector p.front-section {
    text-align: left;
  }
}

@media (min-width: 1080px) {
  .item {
    width: 25%;
  }

  .item.post-single{
    width: 100%;
  }

}
