/* Mixins to standardize Serifa Medium and Serifa Light fonts */
/* LESS variables */
/* FD Green */
/*darken(@link-color, 15%);*/
/* brand colors */
/* general colors */
/* site colors */
/* Text Colors */
/* Links */
/*Main Navigation*/
/* Buttons */
/* pagination colors */
/* recipe upload */
/* drop down colors */
/**
  *  Global Button variables
  */
/* grayscale color */
/* rgb color */
/* font color for recipe page tabs */
/* social media colors */
/* default button colors */
/* red button colors */
/* tab button colors */
/* #f4e6c4 */
/* Dimensions */
/* Colors */
.photobox {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  height: 640px;
  position: absolute;
  top: -700px;
  background: #303030;
  z-index: 9999;
  width: 100%;
  transition: opacity 0.3s none;
}
.photobox * {
  box-sizing: border-box;
}
.photobox-container {
  width: 966px;
  margin: 0 auto;
  padding: 14px 0;
  overflow: hidden;
  z-index: 2;
}
.photobox-close {
  width: 966px;
  margin: 0 auto 0 -483px;
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
}
.photobox-close .icon-remove {
  height: 24px;
  padding: 0 14px;
  position: absolute;
  right: 0;
  border-radius: 4px 4px 0 0;
  background: #303030;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
}
.photobox-close .icon-remove:after {
  content: 'Close';
  display: block;
  position: absolute;
  left: -46px;
  top: 0;
  padding: 0 7px 0 14px;
  font-size: 11px;
  font-style: normal;
  border-radius: 4px 0 0 0;
  background: #303030;
  color: white;
}
.photobox-navigation {
  background: none;
  clear: both;
  padding: 0;
  position: absolute;
  top: 240px;
  z-index: 2;
}
.photobox-navigation a {
  box-sizing: content-box;
  background: #303030;
  cursor: pointer;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  border: 6px solid #303030;
  border-radius: 22px;
}
.photobox-navigation a span {
  background: transparent url(../2011/sprite/rz-ui.png) no-repeat;
  display: block;
  height: 31px;
  width: 31px;
  color: transparent;
  overflow: hidden;
  text-indent: -100px;
}
.photobox-navigation a,
.photobox-navigation a:hover,
.photobox-navigation a:active,
.photobox-navigation a:link,
.photobox-navigation a:visited {
  color: white;
  text-decoration: none;
}
.photobox-navigation .photobox-previous {
  left: -20px;
}
.photobox-navigation .photobox-previous span {
  background-position: -362px -448px;
}
.photobox-navigation a.photobox-previous:hover span {
  background-position: -424px -448px;
}
.photobox-navigation a.photobox-previous:active span {
  background-position: -485px -448px;
}
.photobox-navigation .photobox-disabled span,
.photobox-navigation a.photobox-disabled:hover span,
.photobox-navigation a.photobox-disabled:active span {
  background-position: -546px -448px;
  cursor: default;
}
.photobox-navigation .photobox-next {
  left: 592px;
}
.photobox-navigation .photobox-next span {
  background-position: -393px -448px;
}
.photobox-navigation a.photobox-next:hover span {
  background-position: -455px -448px;
}
.photobox-navigation a.photobox-next:active span {
  background-position: -516px -448px;
}
.photobox-main {
  width: 616px;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
}
.photobox-main .photo-wrapper {
  height: 462px;
  width: 616px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  transition: all 0.3s ease-out;
  /* triggers hardware acceleration if supported */
  -ms-transform: translate(0, 0) translateZ(0);
  transform: translate(0, 0) translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.photobox-main .photo-wrapper .photo-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.photobox-main .photo-wrapper .photo-panel.is-loading {
  background: url(../2012/photobox/photobox-spinner2.gif) no-repeat center center;
}
.photobox-main .photo-wrapper .photo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.photobox-main .img-wrap {
  position: relative;
  top: 50%;
  margin: 0 auto;
}
.photobox-main .photo-attribution {
  display: block;
  padding: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 11px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
}
.photobox-main .photo-attribution .photo-creator {
  color: #f9da99;
}
.photobox-main .photobox-meta {
  margin: 7px 0;
  overflow: hidden;
}
.photobox-main .photobox-details {
  width: 336px;
  float: left;
  font-size: 11px;
  color: #999;
}
.photobox-main .photobox-details .photo-count {
  font-size: 13px;
  font-weight: bold;
  margin-right: 3px;
}
.photobox-main .photobox-actions {
  float: right;
  position: relative;
}
.photobox-main .photobox-actions .btn {
  color: white !important;
}
.photobox-main .photobox-actions .btn + .btn {
  margin-right: 4px;
}
#photobox-edit {
  margin-left: 3px;
}
.photobox-thumbs .jcarousel-clip {
  width: 554px;
  margin: 0 auto;
  padding: 0;
}
.photobox-thumbs .lt-5 {
  margin: 0 auto;
  overflow: hidden;
}
.photobox-thumbs .crsl-item {
  width: 96px;
  font-size: 85%;
  line-height: 1.45;
  float: left;
  margin: 0px 7px;
  padding-top: 7px;
  text-align: center;
}
.photobox-thumbs .jcarousel-next,
.photobox-thumbs .jcarousel-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.photobox-thumbs .jcarousel-prev-horizontal {
  left: 0;
}
.photobox-thumbs .jcarousel-next-horizontal {
  right: 0;
}
.photobox-thumbs .photobox-thumb p,
.photobox-thumbs .photobox-thumb a {
  color: #f9da99;
}
.photobox-thumbs .photobox-thumb p {
  max-height: 33px;
  padding-top: 2px;
  line-height: 1;
}
.photobox-thumbs .photobox-thumb-link {
  display: inline-block;
  border: 1px solid white;
  padding: 1px;
  position: relative;
  font-size: 0;
}
.photobox-thumbs .is-selected.photobox-thumb p {
  color: #ed6862;
}
.photobox-thumbs .is-selected .photobox-thumb-link {
  border-color: #ed6862;
}
.photobox-thumbs .is-selected .photobox-thumb-link:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ed6862;
}
.photobox-adbox {
  width: 336px;
  height: 614px;
  margin-left: 14px;
  float: left;
  position: relative;
  color: #999;
}
.photobox-adbox span {
  width: 100%;
  position: absolute;
  bottom: 7px;
  text-align: center;
  font-size: 11px;
}
.photobox-interstitial {
  position: absolute;
  top: 0px;
  background: #303030;
  width: 616px;
  height: 462px;
  text-align: center;
}
#bigbox2 {
  width: 310px;
  min-height: 268px;
  margin: 0 auto;
}
.photobox-mask {
  background: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  transition: opacity 0.4s '';
}
.photobox-mask.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* IE Fallbacks w/ Modernizr */
.no-opacity .photobox-mask,
.no-rgba .photobox-main .photo-attribution {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
.no-borderradius .photobox-navigation a {
  border: 0;
  background: transparent url(../2012/photobox/no-border-radius-navbutton-bg.png) no-repeat center center;
  width: 46px;
  height: 46px;
  margin-top: -22px;
}
.no-borderradius .photobox-navigation a span {
  position: relative;
  top: 7px;
  left: 7px;
}
/* Touch */
.touch .photobox-navigation a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.photobox-touch-notify-bg,
.photobox-touch-notify {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 50%;
  /* left: 616px; */
  margin-top: -40px;
}
.photobox-touch-notify-bg {
  background: url(../2011/bg/body_tile.png) repeat;
  opacity: 0.8;
}
.photobox-touch-notify {
  font-family: Serifa-Med;
  text-transform: uppercase;
  color: #303030;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
  text-shadow: white 1px 1px;
}
/* Media Queries */
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .photobox {
    left: 14px;
  }
  .photobox-close {
    right: 29px;
  }
}

/*# sourceMappingURL=../../css/maps/photobox.css.map */