section#toolbar {
  margin-bottom: 0;
}
section#toolbar li.active a {
  background: #e70665;
}
section#toolbar .badge {
  margin-left: 8px;
  position: relative;
  top: -2px;
}
header .access .login-area.open {
  background-color: #f9f9f9;
}
header .access .login-area.open > a {
  color: #333333;
}
header .access .login-form {
  background-color: #fff;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  margin-top: 1px;
  padding: 10px;
  position: absolute;
  right: 0;
  left: auto;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  width: 192px;
}
header .access .login-form form {
  margin-bottom: 0;
}
header .access .login-form .link {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  color: #333;
}
header .access .login-form .link:hover {
  color: #666;
}
header .access .login-form .control-group {
  margin-bottom: 0;
}
#DivPubLogo .ad-468 {
  margin-bottom: 0 !important;
  margin-top: 29px;
}
#DivPubLogo #platforms {
  float: right;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-top: 3px;
  padding-top: 52px;
}
#mode-cine-wrapper {
  padding-bottom: 20px;
}
#mode-cine-wrapper #mode-cine {
  color: #e70665;
  margin-bottom: 10px;
}
#player-container {
  min-height: 512px;
}
#video_pub_overlay {
  z-index: 999;
}
#playerDiv_wrapper {
  z-index: 1002;
}
h1 small {
  margin-top: 15px;
}
section#player .player-meta .pull-right {
  margin-top: -10px;
}
section#player div.ad-600 {
  padding: 10px 0;
}

.jwcontrolbar .jwoverlaytext {
    position: relative;
    top: 6px;
    padding: 0 !important;
}

.w100{
  width:100%;
}

@media (max-width: 767px) {
    #platforms {
        display: none;
    }
}