/* 

 +-DANGER DANGER DANGER DANGER-+
 |                             |
 |                             |
 |    THIS IS A SASS FILE      |
 |                             |
 |    EDIT ONLY THE SCSS       |
 |                             |
 |    NEVER EDIT .source.css   |
 |       (or .css)             |
 |                             |
 +-DANGER DANGER DANGER DANGER-+

Before you panic looking for how to compile this nonsese, look here
https://git.corp.yahoo.com/flickr/classic-tasks

*/
/* 

 +-DANGER DANGER DANGER DANGER-+
 |                             |
 |                             |
 |    THIS IS A SASS FILE      |
 |                             |
 |    EDIT ONLY THE SCSS       |
 |                             |
 |    NEVER EDIT .source.css   |
 |       (or .css)             |
 |                             |
 +-DANGER DANGER DANGER DANGER-+

Before you panic looking for how to compile this nonsese, look here
https://git.corp.yahoo.com/flickr/classic-tasks

*/
body.new-header {
  padding-top: 0;
}
body.new-header #main {
  margin-top: 0;
}
body.new-header #searchified-header {
  margin-top: 0;
  margin-bottom: 0;
}
body.new-header #person_hover {
  display: none !important;
}
body.new-header #promo_photostream_welcome {
  position: absolute;
  top: 40px;
  z-index: 999;
}

html.no-scroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.subnav-refresh {
  /* -------------------------------------------------------------------------------- */
  /* YUI3 Reset */
  /* -------------------------------------------------------------------------------- */
}
.subnav-refresh html {
  color: #000;
  background: #fefefe;
}
.subnav-refresh body, .subnav-refresh div, .subnav-refresh dl, .subnav-refresh dt, .subnav-refresh dd, .subnav-refresh ul, .subnav-refresh ol,
.subnav-refresh li, .subnav-refresh h1, .subnav-refresh h2, .subnav-refresh h3, .subnav-refresh h4, .subnav-refresh h5, .subnav-refresh h6, .subnav-refresh pre,
.subnav-refresh code, .subnav-refresh form, .subnav-refresh fieldset, .subnav-refresh legend,
.subnav-refresh input, .subnav-refresh textarea, .subnav-refresh p, .subnav-refresh blockquote,
.subnav-refresh th, .subnav-refresh td {
  margin: 0;
  padding: 0;
}
.subnav-refresh table {
  border-collapse: collapse;
  border-spacing: 0;
}
.subnav-refresh fieldset, .subnav-refresh img {
  border: 0;
}
.subnav-refresh address, .subnav-refresh caption, .subnav-refresh cite, .subnav-refresh code,
.subnav-refresh dfn, .subnav-refresh em, .subnav-refresh strong, .subnav-refresh th, .subnav-refresh var {
  font-style: normal;
  font-weight: normal;
}
.subnav-refresh li {
  list-style: none;
}
.subnav-refresh caption, .subnav-refresh th {
  text-align: left;
}
.subnav-refresh h1, .subnav-refresh h2, .subnav-refresh h3, .subnav-refresh h4, .subnav-refresh h5, .subnav-refresh h6 {
  font-size: 100%;
  font-weight: normal;
}
.subnav-refresh q:before, .subnav-refresh q:after {
  content: '';
}
.subnav-refresh abbr, .subnav-refresh acronym {
  border: 0;
  font-variant: normal;
}
.subnav-refresh sup {
  vertical-align: text-top;
}
.subnav-refresh sub {
  vertical-align: text-bottom;
}
.subnav-refresh input, .subnav-refresh textarea, .subnav-refresh select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.subnav-refresh input, .subnav-refresh textarea, .subnav-refresh select {
  *font-size: 100%;
}
.subnav-refresh legend {
  color: #000;
}

.with-eyebrow .subnav-refresh {
  margin-top: 22px;
}

.with-eyebrow.has-subscription-banner .subnav-refresh {
  margin-top: 0;
}

.subnav-refresh,
.subnav-refresh li {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: normal;
}

.subnav-refresh {
  background: #e2e3e5;
  text-align: center;
  position: relative;
  margin: 0 0 10px 0;
}
.subnav-refresh h1 {
  font-size: 2.5em;
  padding-top: 0;
  font-weight: normal;
  text-shadow: 0 1px 0px #000;
  color: #FFF;
}
.subnav-refresh h2 {
  font-size: 0.89em;
  font-weight: normal;
  text-shadow: 0 1px 0px #000;
  color: #FFF;
}
.subnav-refresh a {
  color: #FFF;
}
.subnav-refresh .cover-photo-holder {
  width: 100%;
  height: 235px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.subnav-refresh .cover-photo-holder .cover-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  background-size: 100%;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 975px) {
  .subnav-refresh .cover-photo-holder .cover-photo.wview {
    background-attachment: scroll;
  }
}
@media (max-width: 2048px) {
  .subnav-refresh .cover-photo-holder .cover-photo.w2048 {
    background-size: auto;
  }
}
.subnav-refresh .cover-photo-holder .cover-photo.wviewvert {
  background-attachment: scroll;
  background-position: 50% 50%;
  position: absolute;
  top: -35px;
  height: 305px;
}
.subnav-refresh .cover-photo-holder::before {
  content: '';
  position: absolute;
  top: 110px;
  bottom: 42px;
  left: 0;
  right: 0;
  z-index: 3;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.subnav-refresh .person {
  position: absolute;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 50px;
  left: 140px;
  text-align: left;
  font-size: inherit;
}
.subnav-refresh .person .character-name-holder {
  position: relative;
}
.subnav-refresh .person .character-name-holder .add-button {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(90%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff 90%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff 90%);
  border: 1px solid #fff;
  color: #000;
  z-index: 3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 7px;
  font-size: 0.4em;
  text-shadow: none;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 14px;
  margin-left: 10px;
  line-height: 17px;
}
.subnav-refresh .person .character-name-holder .add-button:hover {
  cursor: pointer;
  background: #fff;
  color: #000;
}
.subnav-refresh .stats {
  position: absolute;
  bottom: 49px;
  right: 12px;
  line-height: 17px;
}
.subnav-refresh .stats .stat {
  display: inline-block;
  margin: 0 0 0 40px;
}
.subnav-refresh .stats .stat h1 {
  font-size: 1.5em;
  line-height: 0.9em;
  text-align: right;
  white-space: nowrap;
}
.subnav-refresh .stats .stat h2 {
  font-size: 0.7em;
  text-align: right;
  white-space: nowrap;
}
.subnav-refresh .statCount {
  font-size: 22px;
}
.subnav-refresh .subnav-middle {
  z-index: 4;
  text-align: left;
  position: relative;
  height: 235px;
  width: auto;
  margin: 0;
}
.subnav-refresh .subnav-middle .cover-cta {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7) 90%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7) 90%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7) 90%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7) 90%);
  position: absolute;
  top: 87px;
  right: 10px;
  padding: 0;
  border: 1px solid black;
  color: #FFF;
  z-index: 3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  display: none;
}
.subnav-refresh .subnav-middle .cover-cta a {
  background-color: transparent;
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 6px -1299px;
  background-repeat: no-repeat;
  padding: 8px 10px 7px 30px;
  line-height: 15px;
  display: block;
  color: inherit;
  text-shadow: 1px 1px 2px #000;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh .subnav-middle .cover-cta a {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 6px -1319px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh .subnav-middle .cover-cta:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 90%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 90%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 90%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 90%);
  color: #FFF;
}
.subnav-refresh .subnav-middle .cover-attribution {
  position: absolute;
  right: 12px;
  top: 54px;
}
.subnav-refresh .subnav-middle .cover-attribution p {
  font-size: 11px;
  color: #FFF;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
}
.subnav-refresh .subnav-middle .cover-photo-position {
  width: 350px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 10;
  padding: 10px;
  margin-left: -160px;
  display: none;
}
.subnav-refresh .subnav-middle .cover-photo-position p {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 0 -1736px;
  background-repeat: no-repeat;
  float: left;
  color: #FFF;
  padding: 0 0 0 30px;
  display: block;
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh .subnav-middle .cover-photo-position p {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 0 -1596px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh .subnav-middle .cover-photo-position > div {
  float: right;
  margin-left: 8px;
}
.subnav-refresh .subnav-middle .cover-photo-position > div.cover-photo-position-cancel {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555555), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #555555, #111111);
  background: -moz-linear-gradient(top, #555555, #111111);
  background: -o-linear-gradient(top, #555555, #111111);
  background: linear-gradient(top, #555555, #111111);
}
.subnav-refresh .subnav-middle .cover-photo-position > div.cover-photo-position-cancel:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #777777, #333333);
  background: -moz-linear-gradient(top, #777777, #333333);
  background: -o-linear-gradient(top, #777777, #333333);
  background: linear-gradient(top, #777777, #333333);
}
.subnav-refresh .subnav-middle .group-title-holder {
  position: relative;
}
.subnav-refresh .subnav-middle .group-title-holder .add-button {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(90%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff 90%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.9), #ffffff 90%);
  border: 1px solid #fff;
  color: #000;
  z-index: 3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 7px;
  font-size: 15px;
  text-shadow: none;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 12px;
  margin-left: 20px;
  line-height: 17px;
}
.subnav-refresh .subnav-middle .group-title-holder .add-button:hover {
  cursor: pointer;
  background: #fff;
  color: #000;
}
.subnav-refresh.subnav-state-ready .subnav-middle .cover-cta {
  display: block;
}
.subnav-refresh.subnav-state-ready.subnav-state-editing .subnav-middle .cover-cta {
  display: none;
}
.subnav-refresh.subnav-state-loading::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: black url("https://s.yimg.com/pw/images/progress/balls-24x12-black-trans.gif") 50% 50% no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.subnav-refresh.subnav-state-editing {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: grab !important;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.subnav-refresh.subnav-state-editing .subnav-middle .cover-photo-position {
  display: block;
}
.subnav-refresh.subnav-state-shake .cover-photo-position {
  -webkit-animation: shake 750ms linear 0s infinite normal both;
  -moz-animation: shake 750ms linear 0s infinite normal both;
  animation: shake 750ms linear 0s infinite normal both;
}
.subnav-refresh:hover .subnav-middle .cover-cta {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.subnav-refresh .sn-avatar {
  position: absolute;
  bottom: 9px;
  left: 9px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.27);
  width: 110px;
  height: 110px;
}
.subnav-refresh .sn-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.subnav-refresh .sn-avatar a {
  height: 70px;
  width: 90px;
  position: absolute;
  top: 0;
  /*
  			display: table-cell;
  			vertical-align: middle;
  */
  padding: 40px 10px 0 10px;
  text-align: center;
  font-size: 0.8em;
  color: #EEE;
  text-shadow: 1px 1px 0 #000;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.subnav-refresh .sn-avatar a.mm {
  padding-top: 35px;
  height: 75px;
}
.subnav-refresh .sn-avatar.sn-avatar-editable:hover .sn-avatar-ico {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.subnav-refresh .sn-avatar.sn-avatar-editable:hover a {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.subnav-refresh .sn-avatar.sn-avatar-size-0 img.sn-avatar-ico,
.subnav-refresh .sn-avatar.sn-avatar-size-48 img.sn-avatar-ico,
.subnav-refresh .sn-avatar.sn-avatar-size-60 img.sn-avatar-ico,
.subnav-refresh .sn-avatar.sn-avatar-size-100 img.sn-avatar-ico {
  border: 30px solid rgba(0, 0, 0, 0.6);
  padding: 1px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.subnav-refresh .sn-avatar.sn-avatar-size-60 img.sn-avatar-ico {
  border-width: 24px;
  width: 60px;
  height: 60px;
}
.subnav-refresh .sn-avatar.sn-avatar-size-100 img.sn-avatar-ico {
  border-width: 4px;
  width: 100px;
  height: 100px;
}
.subnav-refresh .sn-avatar.sn-avatar-size-150 img.sn-avatar-ico,
.subnav-refresh .sn-avatar.sn-avatar-size-300 img.sn-avatar-ico {
  width: 110px;
  height: 110px;
}
.subnav-refresh .sn-avatar.sn-avatar-size-150 img.sn-avatar-ico img.sn-avatar-mask,
.subnav-refresh .sn-avatar.sn-avatar-size-300 img.sn-avatar-ico img.sn-avatar-mask {
  display: none;
}
.subnav-refresh .subnav-holder {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background: linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  border: 1px solid black;
  border-right: 0;
  border-left: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.subnav-refresh .sn-dropdowntarget {
  position: relative;
}
.subnav-refresh .sn-dropdowntarget ul.sn-dropdown {
  position: absolute;
  z-index: 5;
  top: 40px;
  right: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  list-style: none;
  color: #111;
  padding: 5px 0;
}
.subnav-refresh .sn-dropdowntarget ul.sn-dropdown::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFF;
  position: absolute;
  top: -5px;
  right: 15px;
}
.subnav-refresh .sn-dropdowntarget ul.sn-dropdown li.sn-dropdownitem {
  padding: 5px 20px;
  text-align: left;
  color: inherit;
  font-family: Helvetica, Arial, sans-serif;
  min-width: 95px;
}
.subnav-refresh .sn-dropdowntarget ul.sn-dropdown li.sn-dropdownitem.sn-divider {
  margin: 2px 0;
  height: 1px;
  padding: 0;
  background: #D8D8D8;
}
.subnav-refresh .sn-dropdowntarget ul.sn-dropdown li.sn-dropdownitem a {
  line-height: normal;
  font-size: 0.9em;
  text-shadow: none;
  padding: 0;
}
.subnav-refresh .sn-dropdowntarget ul.sn-dropdown li.sn-dropdownitem:hover {
  background: #EEE;
  color: #0063DC;
}
.subnav-refresh .sn-dropdowntarget:hover > ul {
  display: block;
}
.subnav-refresh ul.nav-links {
  margin-left: 121px;
  list-style: none;
  height: 40px;
}
.subnav-refresh ul.nav-links .sn-dropdowntarget ul.arrange {
  margin-left: -21px;
  right: auto;
}
.subnav-refresh ul.nav-links .sn-dropdowntarget ul.arrange li {
  width: auto;
}
.subnav-refresh ul.nav-links li.set .sn-ico-comment-set {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 14px -1494px;
  background-repeat: no-repeat;
  float: left;
  height: 41px;
  padding: 0;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.set .sn-ico-comment-set {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 14px -1434px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.set .count {
  float: left;
  padding: 13px 15px 0 3px;
  line-height: 10px;
}
.subnav-refresh ul.nav-links li.set.active .sn-ico-comment-set {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 14px -1044px;
  background-repeat: no-repeat;
  background-size: inherit;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.set.active .sn-ico-comment-set {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 14px -1034px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.set.active .count {
  color: #FC389C;
}
.subnav-refresh ul.nav-links li.sn-navitem {
  white-space: nowrap;
  border-right: 1px solid black;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  text-align: center;
  padding: 0;
  color: #FFF;
  font-size: inherit;
  float: left;
  position: relative;
}
.subnav-refresh ul.nav-links li.sn-navitem:first-child {
  border-left: none;
}
.subnav-refresh ul.nav-links li.sn-navitem a {
  text-shadow: 1px 1px 2px #000;
  display: block;
  font-size: inherit;
  padding: 13px 20px 12px 20px;
  line-height: 1em;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico {
  width: 50px;
  height: 40px;
  padding: 0;
  margin: 0;
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-share {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -1534px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-share {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -1394px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico .html5-balls {
  top: 15px;
  left: 10px;
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-more {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 12px -1958px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-more {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 12px -1818px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-bookmaker {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -1084px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-bookmaker {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -1234px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-bookmaker .html5-balls {
  top: 15px;
  left: 10px;
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-comment {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -1494px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-comment {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -1434px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-lightbox {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -1454px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-lightbox {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -1738px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-slideshow {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -1878px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-slideshow {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -1858px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-list-view-thumbs-active {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -2491px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-list-view-thumbs-active {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -2534px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-list-view-thumbs-inactive {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -2456px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-list-view-thumbs-inactive {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -2639px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-list-view-list-active {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -2561px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-list-view-list-active {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -2569px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-list-view-list-inactive {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -2526px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-list-view-list-inactive {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -2604px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-pool-justified-view {
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 15px -2421px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-refresh ul.nav-links li.sn-navitem a.sn-ico.sn-ico-group-pool-justified-view {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 15px -2499px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-refresh ul.nav-links li.sn-navitem.sn-active, .subnav-refresh ul.nav-links li.sn-navitem:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  color: #FFF;
}
.subnav-refresh ul.nav-links li.sn-navitem:hover {
  cursor: pointer;
}
.subnav-refresh ul.nav-links li.sn-navitem.sn-active {
  font-weight: bold;
}
.subnav-refresh ul.nav-links.nav-links-tools {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 0;
  border: none;
}
.subnav-refresh ul.nav-links.nav-links-tools li.sn-navitem {
  padding: 0;
  border-right: none;
  border-left: 1px solid black;
}
.subnav-refresh .New {
  position: absolute;
  background: #FF0084;
  color: white;
  right: 0;
  top: 0;
  pointer-events: none;
}

body.subnav-state-positioning,
body.subnav-state-positioning .subnav-refresh.subnav-state-editing {
  cursor: hand;
  cursor: grabbing !important;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

body.ua-windows-ie .subnav-middle .cover-cta {
  background: black;
}
body.ua-windows-ie .subnav-middle .cover-cta:hover {
  background: #222;
}
body.ua-windows-ie .subnav-holder {
  background: url(https://s.yimg.com/pw/images/iefallbacktrans.png) repeat scroll;
}
body.ua-windows-ie .subnav-holder li.sn-navitem:hover {
  background: #222;
}
body.ua-windows-ie .subnav-view > h1 {
  background: #222;
}

body.ua-opera .subnav-refresh .cover-photo-holder .cover-photo {
  background-size: 101%;
}

.subnav-refresh .sn-button,
.subnav-tools .sn-button {
  font-size: 1em;
  padding: 8px 20px;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  background: #0063dc;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  display: block;
}
.subnav-refresh .sn-button:hover,
.subnav-tools .sn-button:hover {
  background: #3781DB;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                             POPUPS AND STUFF                            */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.subnav-tools {
  position: static;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: normal;
}

.subnav-tools .subnav-view {
  position: fixed;
  overflow: auto;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -300px;
  width: 800px;
  height: 610px;
  background: #FFF;
  border: 1px solid #000;
  z-index: 999999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 250ms ease-out 0s;
  -moz-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.subnav-tools .subnav-view.subnav-state-open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.subnav-tools .subnav-view > h1 {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  padding: 0;
  margin: 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555555), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #555555, #000000);
  background: -moz-linear-gradient(top, #555555, #000000);
  background: -o-linear-gradient(top, #555555, #000000);
  background: linear-gradient(top, #555555, #000000);
}
.subnav-tools .subnav-view > h1 .button-close {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 8px;
}
.subnav-tools .subnav-view > h1 .button-close:hover {
  color: #DDD;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.subnav-tools .subnav-view > h2 {
  font-size: 1.3em;
  color: #666666;
  font-weight: lighter;
  margin: 20px 10px 10px 15px;
  text-align: left;
}
.subnav-tools .subnav-view .button-upload {
  float: right;
  margin: 20px 22px 10px 10px;
  font-size: 0.8em;
  border: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 255, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 255, 0.1);
  padding: 8px 20px 8px 40px;
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 10px -1416px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-tools .subnav-view .button-upload {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 10px -1156px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-tools .subnav-view .button-upload:hover {
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.subnav-tools .subnav-view #tabs {
  margin: 31px 0 0 20px;
}
.subnav-tools .subnav-view #tabs li {
  display: inline;
  padding: 0;
}
.subnav-tools .subnav-view #group-fail {
  margin: 20px;
}
.subnav-tools .subnav-view #photostream-fail {
  margin: 20px;
}
.subnav-tools .subnav-view .subnav-io {
  position: absolute;
  height: 500px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.subnav-tools .subnav-view .subnav-io div[data-photo-media="video"] {
  display: none;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container {
  margin: 0;
  background: none;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container #photo-display-container {
  margin-top: 4px;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item {
  float: left;
  height: auto;
  width: auto;
  margin: 0;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item .spaceball {
  display: none;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading .photo_container, .subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading.selected .photo_container:hover, .subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading.selected .photo_container {
  outline: none;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading .photo_container::before, .subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading.selected .photo_container:hover::before, .subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading.selected .photo_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 150, 230, 0.7);
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading .photo_container::after, .subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading.selected .photo_container:hover::after, .subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.subnav-state-loading.selected .photo_container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: white url("https://s.yimg.com/pw/images/progress/balls-24x12-white.gif") 50% 50% no-repeat;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item .photo_container {
  display: block;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item .photo_container:hover {
  outline: 4px solid #4696e6;
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.selected .photo_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 150, 230, 0.7);
}
.subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.selected .photo_container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background-image: url('https://s.yimg.com/pw/images/sprites/icons-sc208c84ef4.png');
  background-position: 0 -412px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .subnav-tools .subnav-view .subnav-io .photo-display-container .photo-display-item.selected .photo_container::after {
    background-image: url('https://s.yimg.com/pw/images/sprites/icons-retina-s51591e68cf.png');
    background-position: 0 -285px;
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
    -o-background-size: 70px auto;
    background-size: 70px auto;
  }
}
.subnav-tools .subnav-view .subnav-io .thumb {
  padding: 0 0 16px 17px;
}
.subnav-tools .subnav-view .subnav-io .pc_img {
  width: 138px;
  height: 138px;
}
.subnav-tools .subnav-view .subnav-io .no-photos {
  text-align: center;
  padding-top: 200px;
}
.subnav-tools .subnav-view.subnav-state-loading .subnav-io {
  overflow: hidden;
}
.subnav-tools .subnav-view.subnav-state-loading .subnav-io::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white url("https://s.yimg.com/pw/images/progress/balls-24x12-white.gif") 50% 40% no-repeat;
}
.subnav-tools .subnav-view.subnav-state-loading #tabs {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.subnav-tools .subnav-view.subnav-state-loading #tabs li a {
  pointer-events: none;
}

.ua-macintosh-webkit .subnav-tools,
.ua-windows-webkit .subnav-tools {
  /* Scrollbar Reset */
  /* Scrollbar Handle */
}
.ua-macintosh-webkit .subnav-tools ::-webkit-scrollbar,
.ua-windows-webkit .subnav-tools ::-webkit-scrollbar {
  width: 8px;
}
.ua-macintosh-webkit .subnav-tools ::-webkit-scrollbar-thumb,
.ua-windows-webkit .subnav-tools ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #DDD;
}
.ua-macintosh-webkit .subnav-tools .subnav-view .subnav-io,
.ua-windows-webkit .subnav-tools .subnav-view .subnav-io {
  right: 8px;
}

.subnav-tools .subnav-popup {
  position: absolute;
  z-index: 10;
  width: 400px;
  min-height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -50px;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 150ms ease-in-out 0s;
  -moz-transition: all 150ms ease-in-out 0s;
  transition: all 150ms ease-in-out 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #111;
  padding: 10px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.subnav-tools .subnav-popup.subnav-popup-open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.subnav-tools .subnav-popup p {
  margin-bottom: 10px;
}
.subnav-tools .subnav-popup .sn-button-bar {
  display: table;
  margin: 0 auto;
}
.subnav-tools .subnav-popup .sn-button {
  float: left;
  margin: 0;
}
.subnav-tools .subnav-popup .sn-button.sn-button-cancel {
  margin-left: 20px;
  background-color: #999;
}
.subnav-tools .subnav-popup .sn-button.sn-button-cancel:hover {
  background-color: #AAA;
}
.subnav-tools .subnav-curtain {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  z-index: 999998;
  -webkit-transition: all 150ms ease-in-out 0s;
  -moz-transition: all 150ms ease-in-out 0s;
  transition: all 150ms ease-in-out 0s;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.subnav-modals .subnav-tools .subnav-curtain {
  opacity: 0.4;
}

.set-wrap .arrow_box {
  position: relative;
}
.set-wrap .arrow_box:after, .set-wrap .arrow_box:before {
  bottom: 100%;
  border: solid transparent;
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
.set-wrap .arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.93);
  border-width: 10px;
  left: 50%;
  margin-left: -26px;
}
.set-wrap .set-cover img {
  bottom: 9px;
  left: 9px;
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.27);
}
.set-wrap .set-meta {
  left: 140px;
  position: absolute;
  bottom: 45px;
}
.set-wrap .group-meta {
  left: 140px;
  position: absolute;
  bottom: 58px;
}
.set-wrap h1.set-title {
  color: #FFFFFF;
  font-size: 2.3em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  line-height: 30px;
  margin-bottom: 3px;
}
.set-wrap h1.group-title {
  color: #FFFFFF;
  font-size: 2.3em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  line-height: 44px;
  margin-bottom: 3px;
}
.set-wrap h3.set-by a {
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-size: 13px;
}
.set-wrap h3.set-by a:hover {
  background-color: transparent;
}
.set-wrap div.set-desc div.hover {
  padding: 7px;
  font-size: 14px;
  font-family: "helvetica neue";
  width: 400px;
  z-index: 11;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.93);
  top: 1px;
}
.set-wrap div.set-desc div.hover a {
  color: #0063dc;
  text-decoration: none;
}
.set-wrap div.set-desc div.hover a:hover {
  color: #FFFFFF;
}
.set-wrap div.set-desc .box-wrap {
  position: absolute;
  word-wrap: break-word;
}
.set-wrap div.set-desc .box-wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.set-wrap div.set-desc .short {
  color: #FFFFFF;
  font-size: 13px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  margin-top: 3px;
  height: 23px;
}
.set-wrap div.set-desc .short a.see-more {
  margin-left: 10px;
  color: #FFF;
}
.set-wrap div.set-desc .short a:hover {
  text-decoration: underline;
  background: none;
}
.set-wrap div.group-desc .short {
  width: 450px;
  height: 24px;
}
.set-wrap div.group-desc div.hover {
  top: 20px;
}

#main .follow-butt,
#Main .follow-butt {
  height: 28px;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding: 0 14px 0 37px;
  background-color: #f8f8f8;
  border-color: #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: padding-right 0.3s ease;
  -moz-transition: padding-right 0.3s ease;
  transition: padding-right 0.3s ease;
}

#main .follow-butt:hover,
#Main .follow-butt:hover {
  background-color: #1272e9;
  border-color: #939395;
  color: #fff;
}

#main .following-copy,
#Main .following-copy {
  position: relative;
  display: inline-block;
}

#main .follow-butt .follow-icon,
#Main .follow-butt .follow-icon {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 20px;
  height: 20px;
  background-image: url(https://s.yimg.com/pw/images/follow_sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#main .follow-butt:hover .follow-icon,
#Main .follow-butt:hover .follow-icon {
  background-position: 0 -70px;
}

#main .follow-butt.is-following,
#Main .follow-butt.is-following {
  border: none;
  background-color: #2888f6;
  color: #fff;
  background-image: none;
}

#main .follow-butt.is-following .follow-icon,
#Main .follow-butt.is-following .follow-icon {
  background-position: 0 -139px;
}

#main .follow-butt.is-following:hover,
#main .follow-butt.is-following.is-showing-dropdown,
#Main .follow-butt.is-following:hover,
#Main .follow-butt.is-following.is-showing-dropdown {
  padding-right: 44px;
}

#main .follow-butt .drop-icon,
#Main .follow-butt .drop-icon {
  display: none;
}

#main .follow-butt.is-following:hover .drop-icon,
#main .follow-butt.is-following.is-showing-dropdown .drop-icon,
#Main .follow-butt.is-following:hover .drop-icon,
#Main .follow-butt.is-following.is-showing-dropdown .drop-icon {
  color: #0250ac;
  text-shadow: 1px 0 #53a0fa;
  display: inline;
  right: -34px;
  top: 0;
  position: absolute;
  padding-left: 10px;
  border-left: 1px solid #1e78e0;
}

#editRelationshipDialog {
  font-size: 14px;
  text-shadow: none;
  color: #000;
  display: inline-block;
  min-width: 130px;
  min-height: 100px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  top: 51px;
  z-index: 20001;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@-moz-document url-prefix() {
  #editRelationshipDialog {
    top: 46px;
    right: 13px;
  }
}

.ua-windows-ie-8 #editRelationshipDialog {
  border: 1px solid #000;
}

#editRelationshipDialog:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  margin-left: -7px;
  position: absolute;
  bottom: -5px;
  right: 9px;
  width: 0;
  height: 0;
  content: '';
  top: -6px;
}

#editRelationshipDialog.is-loading {
  background: white url(https://s.yimg.com/pw/images/progress/balls-24x12-white.gif) no-repeat 50% 50%;
}

#editRelationshipDialog.is-hidden {
  display: none;
}

#editRelationshipDialog label {
  display: block;
  padding: 10px 10px 5px 10px;
}

#editRelationshipDialog .divider {
  display: block;
  height: 1px;
  background-color: #d6d6d6;
  margin: 10px 0;
  padding: 0;
}

#editRelationshipDialog .unfollow-button {
  border: 1px solid #c7c7c7;
  color: #1E1E1E;
  display: block;
  height: 28px;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding: 0 14px 0 37px;
  background-color: #f8f8f8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 10px 10px;
  background-image: url(https://s.yimg.com/pw/images/follow_sprite.png);
  background-repeat: no-repeat;
  background-position: 8px -206px;
  cursor: pointer;
}

#editRelationshipDialog .unfollow-button:hover {
  background: #fc3c71;
  color: #fff;
  border: 1px solid #da1057;
  background-image: url(https://s.yimg.com/pw/images/follow_sprite.png);
  background-repeat: no-repeat;
  background-position: 8px -276px;
}

#editRelationshipDialog.is-loading * {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                        HACKY FIXES I'M ASHAMED OF                       */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* sometime .breakout gets appended too late for
   resizeCoverPhoto() to abort, this cancel-out the offset */
.breakout #subnav-refresh {
  left: 0 !important;
}

/* hide the view options #25284 */
.searchified-options {
  display: none;
}
