/* -- SHADOWBOX ------------------------------ */
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #000000 !important;
}

#sb-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  background-color: #000000;
  position: absolute;
  visibility: hidden;
  width: 100px;
  border: 1px solid #000000;
}

#sb-wrapper-inner {
  position: relative;
  overflow: hidden;
  height: 40px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 9px;
  left: 9px;
  z-index: 10;
  right: 170px;
}

#sb-title-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.0em;
  color: #ffffff;
}

#sb-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
}

#sb-info-inner {
  height: 100%;
  font-size: 12px;
  line-height: 1.0em;
  float: right;
}

#sb-nav {
  float: left;
}

#sb-nav a {
  display: block;
  cursor: pointer;
  float: right;
  position: relative;
}

#sb-nav-close {
  -moz-transform: rotate(45deg) translate(0%, 0%);
  -o-transform: rotate(45deg) translate(0%, 0%);
  -ms-transform: rotate(45deg) translate(0%, 0%);
  -webkit-transform: rotate(45deg) translate(0%, 0%);
  transform: rotate(45deg) translate(0%, 0%);
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: 30px;
  width: 30px;
  bottom: 0px;
  right: 0px;
}

#sb-nav-close:before,
#sb-nav-close:after {
  position: absolute;
  background-color: #ffffff;
  content: "";
}

#sb-nav-close:before {
  width: 16px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 7px;
}

#sb-nav-close:after {
  height: 16px;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  top: 7px;
}

#sb-nav-next,
#sb-nav-previous {
  width: 30px;
  height: 30px;
}

#sb-nav-next:before,
#sb-nav-previous:before {
  position: absolute;
  content: "";
  top: 9px;
}

#sb-nav-next:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #ffffff;
  left: 13px;
}

#sb-nav-previous:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #ffffff;
  right: 13px;
}

#sb-nav-play {
  background-color: red;
}

#sb-nav-pause {
  background-color: red;
}

#sb-counter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: right;
  float: left;
  padding-top: 9px;
  padding-right: 10px;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}
