/* ----------
Hand picked bourbon.io functions, thanks!
----------- */
/*
  
  Flex grid works like this:
  50px * 16 = 800px
  20px * 16 = 320px
  ------------------
  base context = 1120px
  
  % widths are calculated by (target / context) = result

*/
/* line 23, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
* {
  margin: 0;
  padding: 0; }

/* line 24, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
html {
  overflow-y: scroll; }

/* line 25, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#iemessage {
  display: none; }

/* line 26, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
a img {
  border: none; }

/* line 27, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
body {
  font-family: 'DIN Next W01 Regular', 'trebuchet ms', verdana; }

/* line 28, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.pagewrap {
  padding: 0 8%; }

/* line 35, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#masthead {
  float: left;
  width: 100%; }

/* Big Messages */
/* line 42, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#message {
  display: none;
  position: absolute;
  width: 100%;
  height: 1000px;
  padding-top: 50px;
  z-index: 100;
  top: 0;
  background: #fff; }

/* line 43, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#message p {
  cursor: pointer;
  font-size: 4em;
  padding: 0 0.8em;
  text-align: center;
  margin: 0 auto; }

/* logo */
/* line 53, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
h1 {
  position: absolute;
  width: 280px;
  right: 8%;
  top: 50px;
  display: block;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out; }
  /* line 61, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  h1 img {
    width: 280px;
    position: fixed; }

/* masthead info */
/* line 68, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.tbr-info {
  float: left;
  margin-left: 0;
  width: 62.02532%; }

/* line 69, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.tbr-info p {
  float: left;
  display: block;
  width: 16.66667%;
  margin: 0 1.26582%;
  padding-top: 44px;
  text-transform: uppercase;
  font-size: 14px; }

/* line 70, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.tbr-info p.theatres {
  width: 25.92593%; }

/* line 71, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
a.ticketlink {
  color: #000; }

/* line 72, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
a.ticketlink:hover {
  color: purple; }

/* social nav */
/* line 75, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
nav.socials {
  position: absolute;
  width: 24.05063%; }

/* line 76, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
nav.socials.stuck {
  position: fixed;
  top: 0px;
  z-index: 10; }

/* line 78, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
nav.socials p {
  float: left;
  display: block;
  width: 21.05263%;
  margin: 0 1.26582%; }

/* line 79, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
nav.socials p:first-child {
  margin-left: 0; }

/* line 80, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.iconlink {
  display: block;
  margin: 55px 0 0 0;
  text-indent: -9000em;
  background: black url("../images/sprite-social2-2x.png") no-repeat 0 0;
  background-size: 250px 100px;
  width: 20px;
  height: 20px;
  border: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in; }

/* line 93, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.iconlink:hover {
  background-color: #ff0;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }

/* line 98, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.twitter {
  background-position: -2px -2px; }

/* line 99, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.twitter:hover {
  background-position: -2px -29px; }

/* line 101, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.facebook {
  background-position: -48px -2px; }

/* line 102, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.facebook:hover {
  background-position: -48px -29px; }

/* line 104, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.pinterest {
  background-position: -95px -2px; }

/* line 105, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.pinterest:hover {
  background-position: -95px -29px; }

/* line 107, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.instagram {
  background-position: -141px -2px; }

/* line 108, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.instagram:hover {
  background-position: -141px -29px; }

/* line 111, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.desaturate, .item img.pic {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

/* line 121, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.saturate, .item:hover img.pic {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* line 131, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.item {
  float: left;
  position: relative;
  overflow: hidden;
  min-height: 210px; }
  /* line 136, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .item img.pic {
    width: 100%;
    -webkit-backface-visibility: hidden; }
  /* line 137, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .item a {
    color: #000;
    text-decoration: none; }

/* line 144, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.item .tag {
  background: #ff0;
  width: 180px;
  height: 180px;
  top: -180px;
  left: 50%;
  margin-left: -90px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  /* line 154, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .item .tag .label {
    color: #00;
    display: table-cell;
    height: 180px;
    width: 180px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase; }
    /* line 162, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    .item .tag .label span, .item .tag .label img {
      opacity: 0;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    /* line 163, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    .item .tag .label span {
      text-align: left;
      padding-bottom: 1em;
      display: inline-block;
      margin: 0 auto;
      clear: both;
      font-size: 14px; }
    /* line 164, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    .item .tag .label img {
      clear: both;
      display: block;
      margin: 0 auto; }

/* line 168, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.icon {
  background: url("../images/sprite-icons-line-black.png") no-repeat;
  display: block;
  margin: 0 auto; }

/* line 173, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.icon-home {
  background: url("../images/icon-home.png") 0 0 no-repeat;
  width: 55px;
  height: 32px; }

/* Retina icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 182, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .icon {
    background: url("../images/sprite-icons-line-black-2x.png") no-repeat;
    background-size: 400px 600px; }

  /* line 187, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .icon-home {
    background: url("../images/icon-home-2x.png") 0 0 no-repeat;
    background-size: 55px 32px; } }
/* line 196, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.dress {
  background-position: -29px -11px;
  width: 30px;
  height: 56px; }

/* line 202, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.car {
  background-position: -186px -20px;
  width: 52px;
  height: 38px; }

/* line 208, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.slate {
  background-position: -15px -102px;
  width: 54px;
  height: 50px; }

/* line 214, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.reel {
  background-position: -193px -110px;
  width: 44px;
  height: 44px; }

/* line 220, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.purse {
  background-position: -20px -202px;
  width: 40px;
  height: 40px; }

/* line 226, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.shorts {
  background-position: -187px -200px;
  width: 54px;
  height: 36px; }

/* line 232, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.shoes {
  background-position: -16px -296px;
  width: 50px;
  height: 48px; }

/* line 238, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.jacket {
  background-position: -188px -299px;
  width: 52px;
  height: 44px; }

/* line 244, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.mink {
  background-position: -18px -398px;
  width: 48px;
  height: 45px; }

/* line 250, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.map {
  background-position: -198px -388px;
  width: 38px;
  height: 44px; }

/* line 256, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.dress2 {
  background-position: -25px -497px;
  width: 38px;
  height: 52px; }

/* line 262, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.robe {
  background-position: -194px -483px;
  width: 52px;
  height: 62px; }

/* line 276, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.item:hover .tag {
  opacity: 1;
  top: 30px;
  -webkit-transition: top 0.2s ease-out, opacity 0.4s ease-out 0.1s;
  -moz-transition: top 0.2s ease-out, opacity 0.4s ease-out 0.1s;
  transition: top 0.2s ease-out, opacity 0.4s ease-out 0.1s; }
  /* line 280, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .item:hover .tag span, .item:hover .tag img {
    opacity: 1;
    -webkit-transition: all 0.2s ease-out 0.3s;
    -moz-transition: all 0.2s ease-out 0.3s;
    transition: all 0.2s ease-out 0.3s; }

/* detail page */
/* line 291, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.detail {
  float: left;
  margin-top: 70px; }

/* line 297, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.pagenav-back,
.pagenav-next {
  position: fixed;
  top: 50%;
  width: 100px;
  height: 10px;
  display: table; }
  /* line 305, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .icon-home,
  .pagenav-next .icon-home {
    margin-top: -16px; }
  /* line 306, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .dress,
  .pagenav-next .dress {
    margin-top: -28px; }
  /* line 307, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .car,
  .pagenav-next .car {
    margin-top: -17px; }
  /* line 308, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .shorts,
  .pagenav-next .shorts {
    margin-top: -16px; }
  /* line 309, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .slate,
  .pagenav-next .slate {
    margin-top: -21px; }
  /* line 310, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .purse,
  .pagenav-next .purse {
    margin-top: -18px; }
  /* line 311, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .shoes,
  .pagenav-next .shoes {
    margin-top: -22px; }
  /* line 312, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .jacket,
  .pagenav-next .jacket {
    margin-top: -19px; }
  /* line 313, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .mink,
  .pagenav-next .mink {
    margin-top: -20px; }
  /* line 314, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .map,
  .pagenav-next .map {
    margin-top: -20px; }
  /* line 315, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .dress2,
  .pagenav-next .dress2 {
    margin-top: -24px; }
  /* line 316, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .robe,
  .pagenav-next .robe {
    margin-top: -28px; }
  /* line 317, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .icon, .pagenav-back .icon-home,
  .pagenav-next .icon,
  .pagenav-next .icon-home {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
  /* line 318, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back:hover .icon,
  .pagenav-next:hover .icon {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  /* line 319, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back:hover .icon-home,
  .pagenav-next:hover .icon-home {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }

/* line 322, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.pagenav-back {
  left: 0; }
  /* line 324, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .arrow {
    display: block;
    float: left;
    margin-top: -10px;
    width: 32px;
    height: 20px;
    background: url(../images/arrow-back.png) 0 0 no-repeat;
    background-size: 33px 20px; }
  /* line 334, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-back .icon, .pagenav-back .icon-home {
    float: left;
    margin-left: 5px; }

/* line 336, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.pagenav-next {
  right: 0; }
  /* line 338, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-next .arrow {
    display: block;
    float: right;
    margin-top: -10px;
    width: 32px;
    height: 20px;
    background: url(../images/arrow-next.png) 0 0 no-repeat;
    background-size: 33px 20px; }
  /* line 348, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav-next .icon {
    float: right;
    margin-right: 5px; }

/* line 351, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.detail .photo {
  float: left;
  width: 36.70886%;
  margin-left: 11.39241%; }

/* line 357, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.detail.critic .photo {
  float: left;
  width: 30.37975%;
  margin-left: 11.39241%; }

/* line 363, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.detail-info {
  float: left;
  margin-top: 115px;
  width: 30.37975%;
  margin-left: 11.39241%; }
  /* line 368, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info h2, .detail-info h3 {
    font-weight: normal; }
  /* line 369, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info h2 {
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 14px; }
  /* line 370, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info .price-wrap {
    display: block;
    clear: both; }
  /* line 371, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info h3 {
    font-size: 30px;
    margin: 15px 0;
    letter-spacing: -0.05em;
    position: relative;
    overflow: hidden;
    display: inline-block; }
  /* line 372, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info h4 {
    font-size: 30px;
    margin: 0;
    letter-spacing: -0.05em;
    font-weight: normal; }
  /* line 373, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info #strikethrough {
    height: 16px;
    border-bottom: 2px solid #000;
    width: 0%;
    position: absolute;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out; }
  /* line 376, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info #free {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    display: inline;
    font-size: 30px;
    padding-left: 15px; }
  /* line 377, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info .btn {
    cursor: pointer;
    font-size: 30px;
    display: inline-block;
    padding: 10px 18px 6px 18px;
    line-height: 1.3em;
    background: #000;
    color: #fff;
    clear: both;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  /* line 381, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info .btn:hover {
    background: #ff0;
    color: #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  /* line 382, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info .pin {
    clear: left;
    margin: 15px 0; }
  /* line 383, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info p {
    clear: left;
    font-size: 14px; }

/* line 386, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.cast p {
  margin-top: 1em; }
  /* line 388, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .cast p a {
    color: #000; }
  /* line 389, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .cast p a:hover {
    color: purple; }

/* line 392, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.cast, .critic, .soundtrack {
  width: 100%;
  margin-top: 0;
  margin-bottom: 22px; }
  /* line 396, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .cast .detail-info, .critic .detail-info, .soundtrack .detail-info {
    margin-top: 0px; }

/* line 399, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.critic .detail-info {
  position: relative; }

/* line 401, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.critic .detail-info:before {
  content: '\201C';
  position: absolute;
  left: -0.5em;
  font-size: 40px; }

/* line 407, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.critic .detail-info h4:after {
  content: '\201D';
  font-size: 40px;
  line-height: 0.7em;
  vertical-align: bottom; }

/* line 414, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.soundtrack ol {
  list-style-position: inside;
  margin-top: 1em;
  list-style-type: decimal-leading-zero;
  font-size: 14px; }

/* line 423, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.soundtrack,
#critic-V,
#cast-EW {
  margin-top: 190px; }

/* homepage layout specifics */
/* line 427, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.inactive {
  left: -100% !important; }

/* line 428, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
iframe {
  border: 0; }

/* line 429, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#video-wrap {
  display: none;
  position: absolute;
  padding-top: 30px;
  margin: 0 8%;
  width: 84%;
  top: 50px;
  z-index: 100; }

/* line 434, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#video-close {
  position: absolute;
  right: -20px;
  z-index: 0;
  top: 0px;
  color: #000;
  text-decoration: none;
  line-height: 1em;
  font-size: 13px;
  z-index: 120; }
  /* line 436, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #video-close .xbutton {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(../images/sprite-close.png) 0 0 no-repeat; }
  /* line 437, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #video-close:hover .xbutton {
    background-position: 0 100%; }
  /* line 438, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #video-close img {
    vertical-align: middle; }

/* Retina icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 444, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #video-close .xbutton {
    background-image: url(../images/sprite-close-2x.png);
    background-size: 60px; } }
/* line 450, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#player {
  width: 100%;
  border: 15px solid #000; }

/* line 455, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.trailerwhite {
  background: #fff;
  -moz-box-shadow: 0 0 20px 20px #fff;
  -webkit-box-shadow: 0 0 20px 20px #fff;
  box-shadow: 20px 0 40px 40px #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/* line 464, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p1 {
  width: 36.70886%;
  margin: 50px 1.26582% 0 0; }

/* line 469, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#g1 {
  margin-top: 80px;
  float: left;
  width: 62.02532%; }

/* line 475, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p2 {
  width: 48.97959%;
  margin-left: 5.06329%; }

/* line 479, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p2b {
  width: 33.67347%;
  margin-left: 5.06329%;
  clear: left;
  float: left; }

/* line 486, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.cannes {
  width: 120px;
  height: 200px;
  display: block;
  background: url(../images/cannes.png) 0px 40px no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    /* line 486, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    .cannes {
      background: url(../images/cannes-2x.png) 0px 40px no-repeat;
      background-size: 120px; } }

/* line 495, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.cannes.stuck {
  position: fixed;
  top: 15px;
  z-index: 10; }

/* line 496, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p3 {
  width: 59.18367%;
  float: left;
  margin-top: 75px; }

/* line 503, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p4 {
  width: 100%;
  margin-left: 0;
  clear: left;
  font-size: 14px; }

/* line 510, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.tagline.stuck {
  position: fixed;
  top: 95px;
  z-index: 10; }

/* line 512, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p16 {
  margin-top: 45px;
  width: 43.03797%;
  margin-left: 5.06329%; }

/* line 518, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p5 {
  clear: left;
  margin-top: 45px;
  width: 43.03797%;
  margin-left: 5.06329%; }

/* line 525, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#g2 {
  margin-top: 45px;
  float: left;
  width: 49.36709%; }

/* line 532, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p6 {
  margin-left: 23.07692%;
  width: 61.53846%; }

/* line 538, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p7 {
  margin-top: 0px;
  margin-left: 5.06329%;
  width: 43.03797%; }

/* line 544, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p17 {
  margin-top: 20px;
  margin-left: 11.39241%;
  width: 36.70886%; }

/* line 550, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p8 {
  clear: left;
  margin-left: 11.39241%;
  width: 49.36709%;
  margin-top: 95px; }

/* line 557, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p9 {
  margin-top: 100px;
  float: right;
  width: 24.05063%; }

/* line 563, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p10 {
  margin-top: 50px;
  width: 30.37975%; }

/* line 568, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p11 {
  width: 55.6962%;
  margin-top: 100px;
  float: right; }

/* line 574, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p12 {
  margin-left: 5.06329%;
  width: 30.37975%;
  margin-top: 118px; }

/* line 580, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p13 {
  width: 36.70886%;
  margin-left: 24.05063%;
  margin-top: 116px; }

/* line 587, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p18 {
  width: 36.70886%;
  margin-left: 11.39241%;
  margin-top: 40px; }

/* line 593, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p14 {
  margin-top: -45px; }

/* line 597, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
#p15 {
  width: 24.05063%;
  margin-left: 14.55696%;
  margin-top: 80px; }

/* line 603, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.footerbottom {
  clear: both;
  height: 111px;
  margin-bottom: 40px;
  padding-top: 110px; }

/* line 604, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.footlogo, .copyright {
  float: left;
  font-size: 14px; }

/* line 605, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.copyright {
  width: 100px;
  position: relative;
  display: block;
  height: 111px; }

/* line 606, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.copyright p {
  position: absolute;
  bottom: 0; }

/* ===== MOBILE with MIN and MAX WIDTH ===== */
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 610, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagewrap {
    padding: 0 20px;
    width: 90%; }

  /* line 614, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagenav {
    display: none; }

  /* line 616, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  nav.socials {
    width: 55.6962%;
    position: static;
    margin: 0 1.26582%; }

  /* line 617, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  nav.socials.stuck {
    position: static; }

  /* line 619, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  nav.socials p {
    width: 20px;
    margin: 0 11.11111% 0 0; }

  /* line 621, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .iconlink {
    margin-top: 20px; }

  /* line 622, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .tbr-info {
    padding-top: 20px;
    margin: 0;
    width: 100%; }
    /* line 624, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    .tbr-info p {
      width: 100%;
      margin: 0 1.26582%;
      padding-top: 0;
      padding-bottom: 15px; }
      /* line 625, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
      .tbr-info p .block {
        display: inline;
        /* heh */ }

  /* line 628, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  h1 {
    position: static;
    padding-top: 20px;
    right: auto;
    margin: 0 auto; }
    /* line 629, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    h1 img {
      position: static; }

  /* line 632, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .item, #p1, #p2, #p3, #p4, #p5, #p6, #p7, #p8, #p9, #p10, #p11, #p12, #p13, #p14, #p15, #p16, #p17, #p18 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    float: none; }

  /* line 635, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #p1 {
    padding-top: 20px; }

  /* line 636, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #g1, #g2 {
    margin: 0;
    width: 100%;
    padding: 0; }

  /* line 637, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #p4, #p2b {
    display: none; }

  /* line 639, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .tagline, .cannes {
    display: none; }

  /* line 640, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .tagline.stuck, .cannes.stuck {
    display: none; }

  /* line 642, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #video-wrap {
    position: fixed;
    top: 30px;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background: #fff; }

  /* line 646, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #video-close {
    position: absolute;
    z-index: 120;
    right: 0px;
    top: 0px;
    left: 0;
    width: 98%;
    height: 30px;
    padding-left: 2%; }

  /* line 647, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #player {
    border: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  /* line 649, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail {
    margin-top: 0; }

  /* line 651, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail .photo,
  .detail .castmember {
    width: 100%;
    margin: 1.26582%; }

  /* line 656, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail.critic .photo {
    width: 49.36709%;
    margin: 1.26582%;
    margin-bottom: 1em; }

  /* line 662, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail #detail-car-photo {
    margin-top: 1.26582%; }

  /* line 664, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info {
    float: left;
    width: 100%;
    margin: 20px 1.26582% 40px 1.26582%; }

  /* line 669, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #message p {
    font-size: 2em; }

  /* line 671, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .footerbottom {
    clear: both;
    position: relative;
    height: 111px;
    margin-bottom: 40px;
    padding-top: 60px; }

  /* line 672, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .copyright {
    height: 1em;
    width: 100%;
    position: absolute;
    bottom: 20px; }

  /* line 673, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #foot-a24 img {
    width: 52px;
    height: 55px; }

  /* line 674, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #foot-nala img {
    width: 74px;
    height: 55px; }

  /* line 675, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #foot-zoe img {
    width: 47px;
    height: 55px; }

  /* line 676, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #foot-datasat img {
    width: 68px;
    height: 55px; }

  /* line 678, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail .mapphoto-on {
    display: block;
    width: 100%; }

  /* line 682, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #mapzone {
    display: none; } }
/* ===== TABLET / MIDRANGE and UP WIDTH ===== */
@media screen and (min-width: 768px) {
  /* line 688, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  nav.socials p {
    width: 21.05263%; }

  /* line 689, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  nav.socials.stuck {
    position: fixed;
    top: 0px;
    z-index: 10; }

  /* line 690, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #masthead .sticky-wrapper {
    float: left; }

  /* line 692, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .tbr-info {
    width: 62.02532%;
    float: left;
    margin-top: 0;
    margin-left: 27.21519%; }

  /* line 693, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .tbr-info p {
    width: 21.2963%; }

  /* line 694, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .block {
    display: block; }

  /* line 695, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  h1 {
    top: 50px;
    width: 200px; }
    /* line 696, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    h1 img {
      width: 200px; }

  /* line 698, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #message p {
    font-size: 6em; }

  /* line 699, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail .photo {
    float: left;
    width: 43.03797%;
    margin-left: 5.06329%; }

  /* line 705, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail .mapphoto {
    float: left;
    width: 100%; }

  /* line 710, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail .mapphoto-on {
    display: none; }

  /* line 714, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #mapzone {
    display: block;
    float: left;
    width: 87.34177%;
    margin-left: 5.06329%;
    position: relative; }
    /* line 721, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    #mapzone .mappoint {
      position: absolute;
      display: block;
      width: 10%;
      height: 80px;
      text-decoration: none;
      color: #000;
      font-size: 14px;
      display: table; }
      /* line 731, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
      #mapzone .mappoint:hover .maplabel {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out; }
    /* line 733, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    #mapzone .maplabel {
      height: 125px;
      width: 102px;
      position: absolute;
      top: -125px;
      left: 50%;
      margin-left: -50px;
      background: url(../images/map-label.png) 0 0 no-repeat;
      text-transform: uppercase;
      padding: 35px 0 0 25px;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in; }
    /* line 737, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    #mapzone #map-paris {
      left: 12%;
      top: 52.5%; }
    /* line 738, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    #mapzone #map-audrina {
      left: 34%;
      top: 23%; }
      /* line 738, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
      #mapzone #map-audrina .maplabel {
        padding-left: 20px; }
    /* line 739, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    #mapzone #map-lindsay {
      left: 61%;
      top: 30%; }
    /* line 740, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    #mapzone #map-rachel {
      left: 41%;
      top: 72%; }
    /* line 741, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    #mapzone #map-orlando {
      left: 79%;
      top: 57%; }
      /* line 741, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
      #mapzone #map-orlando .maplabel {
        padding-left: 20px; }

  /* line 746, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info {
    float: left;
    margin-top: 115px;
    width: 36.70886%;
    margin-left: 8.86076%; }

  /* content adjustments */
  /* line 755, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .info-sofia .photo, .info-car .photo, .info-bag .photo, .info-jacket .photo, .info-stiletto .photo, .info-fur .photo, .info-platform-heel .photo {
    padding-top: 115px; } }
/* ===== DESKTOP / WIDE and UP WIDTH ===== */
@media screen and (min-width: 960px) {
  /* line 772, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .pagewrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }

  /* line 774, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .tbr-info {
    margin-left: 30.37975%;
    width: 62.02532%; }

  /* line 775, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .tbr-info p {
    width: 16.66667%; }

  /* line 776, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  nav.socials p {
    width: 21.05263%; }

  /* line 777, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  nav.socials {
    max-width: 300px; }

  /* line 779, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  h1 {
    width: 280px; }
    /* line 780, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
    h1 img {
      width: 280px; }

  /* line 782, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  #g1 {
    margin-top: 90px; }

  /* line 784, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .detail-info {
    margin-left: 6.96203%; } }
/* new buy page */
/* line 794, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.info-buy h2 {
  width: 200px;
  float: left;
  padding: 0; }
/* line 800, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
.info-buy .detail-info {
  background: url(../images/dvd.jpg) 50% 0 no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: 70%; }
@media screen and (min-width: 768px) {
  /* line 807, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .info-buy h2 {
    padding: 60px 0 0 50px;
    text-align: center; }
  /* line 811, /Users/nate/sites/theblingringfull/source/stylesheets/main.css.scss */
  .info-buy .detail-info {
    background: url(../images/dvd.jpg) 60% 0 no-repeat;
    background-size: 60%;
    width: 100%;
    height: 400px;
    padding-top: 0; } }