/** STX - THE BOY **/
/*
=========================
  Reset
=========================
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.clearfix:after,
.cf:after {
  clear: both;
}
.clearfix,
.cf {
  zoom: 1;
}
.notext,
.nt {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
}
.nom {
  margin-right: 0px !important;
}
.show {
  display: block;
}
.hidden {
  display: none;
}
.mobile {
  display: none;
}
/*
=========================
  Global Variables
=========================
*/
/*
=========================
  Web Fonts
=========================
*/
/*
=========================
  Mixins
=========================
*/
body {
  background-color: #000000;
  font: 17px/1em "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #80a6a2;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-style: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
.left {
  float: left;
}
@media only screen and (max-width: 992px) {
  .left {
    float: none;
  }
}
.right {
  float: right;
}
@media only screen and (max-width: 992px) {
  .right {
    float: none;
  }
}
.grid {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .grid {
    width: 100%;
  }
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
}
.trailer-wrapper {
  display: none;
  background-color: #000000;
  padding: 0;
  position: fixed;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.008);
  z-index: 997;
  top: 0;
  left: 0;
}
#close-trailer {
  position: absolute;
  top: 40px;
  right: 10px;
  display: block;
  font-size: 40px;
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
  line-height: 1em;
  background-image: url("../img/buttons/mobile/close-btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
#artFrame {
  width: 100%;
  min-height: 875px;
}
.sweepstakes {
  margin: 3% 0;
}
.sweepstakes .center {
  text-align: center;
}
.sweepstakes a {
  color: #fff;
}
.sweepstakes.instagram {
  width: 50%;
  margin: 5% auto;
  padding-bottom: 5%;
}
.sweepstakes.instagram a {
  color: #7fa6a2;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media only screen and (max-width: 992px) {
  .bx-wrapper {
    margin: 0 auto;
  }
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  position: absolute;
  bottom: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border-radius: 6px;
  border: 1px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.carousel {
  /*
	.desktop-slider < .bx-viewport < .bx-wrapper .bx-controls .bx-pager {
		display: block;
	}

	.mobile-slider < .bx-viewport < .bx-wrapper .bx-controls .bx-pager {
		display: none;
	}
*/
}
.carousel .desktop-slider {
  display: block;
}
@media only screen and (max-width: 992px) {
  .carousel .desktop-slider {
    display: none;
  }
}
.carousel .bx-wrapper.mobile .bx-pager {
  display: none;
}
@media only screen and (max-width: 992px) {
  .carousel .bx-wrapper.mobile .bx-pager {
    display: block;
  }
}
.carousel .mobile-slider {
  display: none;
}
@media only screen and (max-width: 992px) {
  .carousel .mobile-slider {
    display: block;
  }
}
.carousel .main-img {
  position: relative;
  z-index: 90;
  width: 100%;
}
.carousel .slide-contents {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  .carousel .slide-contents {
    position: relative;
    margin: -60% 0 0;
  }
}
.carousel .big-logo {
  margin: auto;
  width: 20%;
  display: block;
  margin-top: 2.5%;
}
@media only screen and (max-width: 992px) {
  .carousel .big-logo {
    width: 25%;
  }
}
.carousel .small-logo {
  margin: auto;
  width: 7%;
  display: block;
}
@media only screen and (max-width: 992px) {
  .carousel .small-logo {
    width: 9%;
  }
}
.carousel .small-logo:nth-child(2) {
  margin-bottom: 5px;
  width: 15%;
}
@media only screen and (max-width: 992px) {
  .carousel .small-logo:nth-child(2) {
    width: 25%;
  }
}
.carousel .watch-trailer {
  float: right;
  background: url('../img/buttons/button-sprite.png') no-repeat 0 0;
  width: 501px;
  height: 83px;
  margin-top: 3%;
}
.carousel .watch-trailer:hover {
  background-position: -12px -96px;
}
@media only screen and (max-width: 992px) {
  .carousel .watch-trailer {
    width: 250px;
    height: 41px;
    float: none;
    margin: 2.5% auto;
    background-size: 100% 375px;
  }
  .carousel .watch-trailer:hover {
    background-position: 0 0;
  }
}
.carousel .buttons.cf {
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 992px) {
  .carousel .buttons.cf {
    top: 0;
  }
}
.carousel .meet-b {
  float: left;
  background: url('../img/buttons/button-sprite.png') no-repeat -21px -242px;
  width: 475px;
  height: 95px;
  margin-top: 5%;
}
.carousel .meet-b:hover {
  background-position: -21px -335px;
}
@media only screen and (max-width: 992px) {
  .carousel .meet-b {
    display: none;
  }
}
.carousel .fan-art {
  float: right;
  background: url('../img/buttons/button-sprite.png') no-repeat 0px -470px;
  width: 475px;
  height: 80px;
  margin-top: .5%;
}
.carousel .fan-art:hover {
  background-position: 0px -567px;
}
@media only screen and (max-width: 992px) {
  .carousel .fan-art {
    display: none;
  }
}
header {
  width: 100%;
}
.nav-date {
  display: inline-block;
  float: left;
  width: 25%;
  margin-left: 2%;
}
.nav-date a {
  float: left;
  width: 19%;
  height: 40px;
  vertical-align: sub;
  margin-top: 1%;
  opacity: 1;
  background: url("//vm-tumblr-assets.s3.amazonaws.com/stx/theboy2016/img/boy.png") 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 737px) {
  .nav-date a {
    width: 60px;
  }
}
.nav-date a:hover {
  background-position: 0 -43px;
  /*@media @tablet {
					background-position: 0 -31px;
				}
			}
			@media @tablet {
				width: 49%;
				height: 30px;
			}*/
}
.nav-date img {
  width: 44%;
  display: inline-block;
  margin-top: 4%;
  float: left;
}
@media only screen and (max-width: 737px) {
  .nav-date img {
    margin-top: 13px;
  }
}
nav {
  display: inline-block;
  width: 100%;
  text-align: right;
  background-color: #000000;
}
@media only screen and (max-width: 992px) {
  nav {
    display: block;
  }
}
nav a {
  display: inline-block;
  width: 4%;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1%;
  vertical-align: middle;
  opacity: 0.7;
}
@media only screen and (max-width: 992px) {
  nav a {
    display: block;
    width: 100%;
    height: 72px;
    background-size: cover;
    margin: 0;
    opacity: 1;
  }
}
nav a:hover {
  opacity: 1;
}
nav .trailer {
  background-image: url("../img/buttons/trailer-text.png");
  width: 5%;
}
@media only screen and (max-width: 992px) {
  nav .trailer {
    background-image: url("../img/buttons/mobile/trailer-background.jpg");
    width: 100%;
  }
  nav .trailer img {
    width: 85px;
  }
}
nav .story {
  background-image: url("../img/buttons/story-text.png");
  width: 6%;
}
@media only screen and (max-width: 992px) {
  nav .story {
    background-image: url("../img/buttons/mobile/story-background.jpg");
    width: 100%;
  }
  nav .story img {
    width: 115px;
  }
}
nav .videos {
  background-image: url("../img/buttons/videos-text.png");
}
@media only screen and (max-width: 992px) {
  nav .videos {
    background-image: url("../img/buttons/mobile/videos-background.jpg");
  }
  nav .videos img {
    width: 85px;
  }
}
nav .images {
  background-image: url("../img/buttons/images-text.png");
}
@media only screen and (max-width: 992px) {
  nav .images {
    background-image: url("../img/buttons/mobile/images-background.jpg");
  }
  nav .images img {
    width: 85px;
  }
}
nav .dollify {
  background-image: url("../img/buttons/dollify-text.png");
  width: 7.5%;
}
@media only screen and (max-width: 992px) {
  nav .dollify {
    background-image: url("../img/buttons/mobile/dollify-background.jpg");
    width: 100%;
  }
  nav .dollify img {
    width: 85px;
  }
}
nav .fan {
  background-image: url("../img/buttons/fan-text.png");
  width: 5%;
}
@media only screen and (max-width: 992px) {
  nav .fan {
    background-image: url("../img/buttons/mobile/fan-background.jpg");
    width: 100%;
  }
  nav .fan img {
    width: 100px;
  }
}
nav .mobile.text {
  margin: 0 auto;
  position: relative;
  top: 32%;
}
nav .mobile.text.large {
  width: 120px;
}
nav .social {
  display: inline-block;
  width: 13%;
  margin-right: 2%;
  margin-bottom: 1%;
  /*@media @tablet {
			vertical-align: middle;
		}*/
}
@media only screen and (max-width: 1200px) {
  nav .social {
    width: 15%;
  }
}
@media only screen and (max-width: 992px) {
  nav .social {
    width: 100%;
    text-align: center;
    margin: 6% 0;
  }
}
nav .social a {
  display: inline-block;
  width: 30px;
  height: 28px;
  background-repeat: no-repeat;
  margin: 0 1%;
  opacity: 1;
  /*@media @tablet {
				width: 22px;
				height: 22px;
			}*/
}
@media only screen and (max-width: 992px) {
  nav .social a {
    width: 38px;
    height: 35px;
  }
}
nav .social .fb {
  background: url("../img/buttons/social-icons.png") 0 0;
  background-size: 400%;
}
nav .social .fb:hover {
  background-position: 0 -91px;
  /*@media @tablet {
					background-position: 0 -109px;
				}*/
}
@media only screen and (max-width: 992px) {
  nav .social .fb:hover {
    background-position: 0 -114px;
  }
}
nav .social .ig {
  background: url("../img/buttons/social-icons.png") -29px 0;
  background-size: 400%;
  /*@media @tablet {
				background-position: -23px 0;
			}*/
}
nav .social .ig:hover {
  background-position: -29px -90px;
  /*@media @tablet {
					background-position: -23px -109px;
				}*/
}
@media only screen and (max-width: 992px) {
  nav .social .ig:hover {
    background-position: -37px -114px;
  }
}
@media only screen and (max-width: 992px) {
  nav .social .ig {
    background-position: -37px 0;
  }
}
nav .social .tw {
  background: url("../img/buttons/social-icons.png") -60px 0;
  background-size: 400%;
  /*@media @tablet {
				background-position: -44px 0;
			}*/
}
nav .social .tw:hover {
  background-position: -60px -90px;
  /*@media @tablet {
					background-position: -44px -109px;
				}*/
}
@media only screen and (max-width: 992px) {
  nav .social .tw:hover {
    background-position: -75px -114px;
  }
}
@media only screen and (max-width: 992px) {
  nav .social .tw {
    background-position: -75px 0;
  }
}
nav .social .yt {
  background: url("../img/buttons/social-icons.png") -91px 0;
  background-size: 400%;
  /*@media @tablet {
				background-position: -67px 0;
			}*/
}
nav .social .yt:hover {
  background-position: -91px -90px;
  /*@media @tablet {
					background-position: -67px -109px;
				}*/
}
@media only screen and (max-width: 992px) {
  nav .social .yt:hover {
    background-position: -115px -114px;
  }
}
@media only screen and (max-width: 992px) {
  nav .social .yt {
    background-position: -115px 0;
  }
}
nav.nav-fixed {
  max-width: 1280px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
}
nav.nav-fixed.mobile-fixed {
  top: -100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999999;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  background-color: #000000;
  width: 100%;
  z-index: 100;
}
.mobile-menu .nav-date.mobile {
  width: 30%;
  display: inline-block !important;
}
@media only screen and (max-width: 992px) {
  .mobile-menu .nav-date.mobile {
    width: 50.5%;
  }
}
.mobile-menu img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .mobile-menu img {
    width: 65%;
  }
}
@media only screen and (max-width: 737px) {
  .mobile-menu img {
    width: 60%;
  }
}
.mobile-menu .hamburger-mobile {
  background-image: url("../img/buttons/mobile/hamburger.png");
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
  float: right;
  margin: 3%;
  cursor: pointer;
}
.mobile-menu .hamburger-close {
  background-image: url("../img/buttons/mobile/close-btn.png");
  background-size: cover;
  display: none;
  width: 24px;
  height: 24px;
  float: right;
  margin: 3%;
  cursor: pointer;
}
@media only screen and (min-width: 738px) {
  .page-videos nav .videos:before,
  .page-images nav .images:before,
  .page-story nav .story:before,
  .page-fanart nav .fan:before {
    content: url('//vm-tumblr-assets.s3.amazonaws.com/stx/theboy2016/img/buttons/nav-lines.png');
    position: relative;
    top: -18px;
  }
  .page-videos nav .videos:after,
  .page-images nav .images:after,
  .page-story nav .story:after,
  .page-fanart nav .fan:after {
    content: url('//vm-tumblr-assets.s3.amazonaws.com/stx/theboy2016/img/buttons/nav-lines.png');
    position: relative;
    top: -1px;
    display: block;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
.img-responsive {
  width: 100%;
  display: block;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 45px;
  display: block;
  font-size: 30px;
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
  line-height: 1em;
  background-image: url("../img/buttons/mobile/close-btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.movie-footer {
  width: 96%;
  max-width: 1280px;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #7fa6a2;
  padding: 0 2%;
  margin: 0 auto;
}
.movie-footer .columns {
  display: block;
  width: 100%;
  position: relative;
  z-index: 98;
}
.movie-footer-col {
  display: block;
  width: 48%;
}
.movie-footer-col.left {
  text-align: left;
}
.movie-footer-col.right {
  text-align: right;
}
.copyright {
  display: inline-block;
  text-align: left;
  font-size: 9px;
  padding: 5px 0;
  opacity: 0.9;
  text-align: right;
  white-space: normal;
  width: auto;
  visibility: visible;
  /* @media @tablet {
        font-size: 9px;
        opacity: 0.6;
        text-align: center;
        line-height: 1.5;
    }*/
}
.credits-wrapper {
  display: block;
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 900;
  margin-bottom: -100%;
  -webkit-transition: margin-bottom 500ms ease;
  transition: margin-bottom 500ms ease;
}
.credits-wrapper .img-responsive {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.5;
}
.credits-wrapper.open {
  margin-bottom: 0;
  -webkit-transition: margin-bottom 500ms ease;
  transition: margin-bottom 500ms ease;
}
.movie-legal {
  font-family: 'HelveticaNeueW01-77BdCn_692722', Arial, sans-serif;
  text-align: center;
  font-size: 9px;
  opacity: 0.5;
  z-index: 98;
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  padding: 0;
  position: relative;
  /* @media @tablet {
        width: 64%;
    }*/
}
@media only screen and (max-width: 992px) {
  .movie-legal {
    font-size: 10px;
    opacity: 0.7;
    width: 95%;
    left: 0;
  }
}
.movie-legal a {
  color: #7fa6a2;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0 3px 0 2px;
  margin-bottom: 2px;
  border-right: 1px solid #7fa6a2;
}
.movie-legal a:last-of-type {
  border-right: none;
}
.movie-legal a:hover,
.movie-legal a:active {
  color: #fff;
}
#stx-logo,
#lakeshore,
#rating,
.logo-group {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 5px;
}
#stx-logo {
  max-width: 75px;
  width: 10%;
  float: right;
  padding: 0 10px;
}
.logo-group {
  width: 15%;
  max-width: 205px;
}
#lakeshore {
  max-width: 60px;
  width: 15%;
  float: left;
  padding: 0 10px;
}
#rating {
  max-width: 110px;
  width: 20%;
  opacity: 0.9;
  float: right;
}
/*@media @tablet {
    .desktop-only {
        display:            none !important;
        visibility:         hidden;
    }
}*/
.mobile-only {
  display: none;
  visibility: hidden;
  /*@media @tablet {
            display: block;
            visibility: visible;
        }*/
}
.copyright.desktop-only {
  margin-right: 5px;
}
.copyright.desktop-only,
#rating.desktop-only {
  display: inline-block !important;
  /*@media @tablet {
            display: none !important;
        }*/
}
.mobile-footer-icons {
  width: 100%;
}
.mobile-footer-icons img {
  width: 12%;
  display: inline-block;
  margin: 1%;
}
@media only screen and (max-width: 992px) {
  .mobile-footer-icons img.stx {
    width: 20%;
  }
  .mobile-footer-icons img.rating {
    width: 29%;
  }
}
.page-fanart .movie-footer {
  display: none;
}
.grid-item {
  position: relative;
  background-color: #182121;
}
.grid-item img {
  width: 100%;
  z-index: 90;
  position: relative;
}
.tumblr-posts {
  min-height: 500px;
  width: 100%;
  padding: 2.5% 0;
}
.page-fanart .tumblr-posts {
  min-height: 875px;
}
.page-fanart .grid-sizer {
  display: none;
}
.grid-sizer,
.grid-item {
  position: relative;
  width: 22%;
  border: 10px solid #182121;
}
.grid-sizer.medium,
.grid-item.medium {
  width: 46.25%;
}
.grid-sizer.medium .desktop,
.grid-item.medium .desktop {
  width: 65%;
}
.grid-sizer.medium .cf,
.grid-item.medium .cf {
  width: 35%;
}
@media only screen and (max-width: 992px) {
  .grid-sizer.medium .cf,
  .grid-item.medium .cf {
    width: 55%;
    display: inline-block;
  }
}
.grid-sizer.large,
.grid-item.large {
  width: 72%;
}
.grid-sizer.large .desktop,
.grid-item.large .desktop {
  width: 75%;
}
.grid-sizer.large .cf,
.grid-item.large .cf {
  width: 25%;
}
@media only screen and (max-width: 992px) {
  .grid-sizer.large .cf,
  .grid-item.large .cf {
    width: 55%;
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 100% !important;
  }
  .grid-sizer .mobile,
  .grid-item .mobile {
    width: 40%;
    display: inline-block;
    margin: 10px 0 0;
    position: relative;
    top: 5px;
  }
}
.grid-sizer .desktop,
.grid-item .desktop {
  width: 40%;
  display: inline-block;
  margin: 10px 0;
}
.grid-sizer .cf,
.grid-item .cf {
  width: 60%;
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 992px) {
  .grid-sizer .cf,
  .grid-item .cf {
    width: 55%;
    display: inline-block;
    position: relative;
    top: 10px;
  }
}
/* Removed by request
.photo-hover{
    display: none;
    background-color: rgba(0, 0, 0, 0.749);
    position: absolute;
    z-index: 200;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

    .vertical-align{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.posts-bottom {
  position: absolute;
  bottom: 0;
}
.mobile-caption {
  color: #fcfcfc;
  padding: 0 0 1%;
  font-size: 0.8em;
  width: 100%;
  margin: auto;
  z-index: 99;
  background-color: #182121;
}
.mobile-caption .tags:hover {
  color: #e3fffd;
}
.tags li {
  display: inline-block;
  padding-right: 20px;
}
.tags li .large {
  display: none;
}
.tags {
  padding: 0 10px;
}
.caption {
  font-size: 1em;
  padding-bottom: 1%;
  display: none;
}
.notes-number {
  font-weight: bold;
}
.notes-number .notes {
  display: none;
}
@media only screen and (max-width: 992px) {
  .notes-number {
    float: left;
    margin: 0;
    width: 25%;
  }
}
.share-block {
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .share-block {
    float: right;
    width: 75%;
  }
}
.share-block .share-item {
  display: inline-block;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 0 3%;
}
.share-block .share-icon {
  width: 26.66666667px;
  height: 5.33333333px;
  background-image: url("../img/buttons/share.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px;
  padding: 12px 0 0;
}
.share-block .share-icon:hover {
  background-image: url("../img/buttons/share-hover.png");
}
.share-block .reblog_button {
  width: 36px;
  height: 12.66666667px;
  background-image: url("../img/buttons/reblog.png");
  display: inline-block;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 0 3%;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
}
.share-block .reblog_button:hover {
  background-image: url("../img/buttons/reblog-hover.png");
}
.share-block .reblog_button svg {
  display: none;
}
.custom-like-button {
  position: relative;
  display: block;
  width: 15.33333333px;
  height: 22.66666667px;
  cursor: pointer;
}
#like svg:hover {
  fill: #e3fffd;
}
/* class for the Tumblr Like Button iframe */
.like_button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.like_button iframe {
  width: 100% !important;
  height: 100% !important;
}
/* class for Our Like Button */
.our_button {
  background-image: url("../img/buttons/favorite.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 115%;
  height: 115%;
  z-index: 1;
}
.our_button.custom-like {
  background-image: url("../img/buttons/favorite-hover.png");
}
.like_button.liked + .our_button {
  background-image: url("../img/buttons/favorite-hover.png");
}
.share-pop {
  display: none;
  position: absolute;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 5%;
  text-align: left;
  bottom: 15%;
  right: 20%;
  z-index: 9999;
}
.share-pop a {
  display: block;
  line-height: 1.5em;
}
.share-pop a:hover {
  color: #80a6a2;
}
@media only screen and (max-width: 992px) {
  .share-pop {
    right: 32%;
    padding: 2.5%;
    bottom: 25px;
  }
}
.story-wrap {
  color: #000000;
}
.story-wrap p {
  font-size: 16px;
  line-height: 1.4em;
}
.story-block {
  overflow: hidden;
}
.story-block .story-video {
  padding: 0;
  position: absolute;
  width: 100%;
}
.story-block .story-video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.story-block .vertical-align {
  z-index: 99;
  position: relative;
  top: 25%;
  padding: 10% 0;
}
.story-block.story-1 {
  background: url("../img/story/background-top.jpg");
  position: relative;
}
.story-block.story-2 {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .story-block.story-2 {
    background: url("../img/story/video1.jpg");
  }
}
.story-block.story-2:before {
  content: url("../img/story/line-top.png");
  position: absolute;
  top: -24px;
}
@media only screen and (max-width: 992px) {
  .story-block.story-2:before {
    display: none;
  }
}
.story-block.story-2:after {
  content: url("../img/story/line-bottom.png");
  position: absolute;
  bottom: -5px;
}
@media only screen and (max-width: 992px) {
  .story-block.story-2:after {
    display: none;
  }
}
.story-block.story-2 .image-animation {
  background: url("../img/story/video1.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: 100%;
  background-position: 100% 0%;
}
.story-block.story-3 {
  background: url("../img/story/background-paper.png");
}
.story-block.story-3 .right {
  top: 50px;
  margin-right: 20%;
}
@media only screen and (max-width: 992px) {
  .story-block.story-3 .right {
    top: 0;
    margin: 0 auto;
  }
}
.story-block.story-3 .right img {
  width: 40%;
}
.story-block.story-3 .left {
  top: 50px;
}
.story-block.story-4 {
  background: url("../img/story/video2.jpg");
  position: relative;
}
.story-block.story-4:before {
  content: url("../img/story/line-top.png");
  position: absolute;
  top: -24px;
}
@media only screen and (max-width: 992px) {
  .story-block.story-4:before {
    display: none;
  }
}
.story-block.story-4:after {
  content: url("../img/story/line-bottom.png");
  position: absolute;
  bottom: -5px;
}
@media only screen and (max-width: 992px) {
  .story-block.story-4:after {
    display: none;
  }
}
.story-block.story-last {
  background: url("../img/story/background-bottom.png") no-repeat;
  padding-bottom: 6%;
  margin-bottom: 3%;
}
.story-block.story-last .left {
  top: 40px;
  padding: 3% 10%;
}
.story-block.story-last .left img {
  width: 40%;
  z-index: 10;
  position: relative;
}
.story-block.story-last .left:before {
  content: url("../img/story/lines3.png");
  position: relative;
  right: 20%;
  top: 40px;
}
.story-block.story-last .right {
  z-index: 9;
}
.story-block.story-last .right img {
  width: 75%;
}
.story-block .heading {
  padding-bottom: 2.5%;
}
.story-left .left {
  float: left;
  width: 30%;
  position: relative;
  top: 0px;
}
.story-left .left img {
  width: 100%;
}
.story-left .right {
  padding: 5% 0 0 7.5%;
  float: left;
  width: 40%;
  position: relative;
}
.story-left .right.newspaper {
  padding: 0;
  position: relative;
  right: -2%;
  margin-bottom: -14%;
  margin-top: 5%;
}
@media only screen and (max-width: 992px) {
  .story-left .right.newspaper {
    right: 0;
  }
}
.story-left .right.newspaper img {
  width: 134%;
}
@media only screen and (max-width: 992px) {
  .story-left .right.newspaper img {
    width: 100%;
  }
}
.story-right .right {
  float: right;
  width: 35%;
  position: relative;
  top: 0px;
}
.story-right .right img {
  width: 100%;
}
.story-right .left {
  float: left;
  width: 40%;
  position: relative;
}
.story-right .left img {
  width: 100%;
}
.story-right .heading {
  padding-bottom: 2.5%;
}
.story-video {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .story-video.story-2 {
    padding: 0 0 8%;
  }
}
.story-video p {
  width: 70%;
  margin: auto;
  display: block;
  color: #fff;
  margin-top: 2.5%;
}
@media only screen and (max-width: 992px) {
  .story-wrap {
    background: url("../img/story-mobile.jpg");
  }
  .story-wrap .story-block {
    background-image: none !important;
    margin-bottom: 5%;
  }
  .story-wrap .story-block.story-1 {
    margin-bottom: 0;
  }
  .story-wrap .story-block.story-last {
    padding-bottom: 20%;
    background: url("../img/story/story-last.png") no-repeat bottom !important;
  }
  .story-wrap .left,
  .story-wrap .right,
  .story-wrap .vertical-align {
    float: none;
    width: 90%;
    margin: auto;
  }
  .story-wrap .story-img {
    display: block;
    width: 50%;
    margin: 5% auto;
  }
  .story-wrap .heading,
  .story-wrap .heading-video {
    max-width: 50%;
    margin: 2.5% 0;
  }
  .story-wrap .video-img {
    width: 100%;
  }
}
