html, body, #videoContainer {
    margin: 0;
    padding: 0;
}

.hidden{
    display: none;
}

.videoPlayer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.vjs-default-skin .vjs-big-play-button {
    background-color: #CC0033;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    height: 1.5em;
    left: 50%;
    margin-left: -0.95em;
    margin-top: -0.75em;
    top: 50%;
    width: 1.9em;
}
.vjs-default-skin .vjs-big-play-button {
    font-size: 5em;
}

.vjs-default-skin .vjs-big-play-button:before {
    line-height: 1.5em;
}

.vjs-default-skin .vjs-big-play-button:hover {
    background-color: #cc0033;
    background-color: rgba(204, 0, 51, 1);
    box-shadow: none;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  background-color: #cc0033;
  background-color: rgba(204, 0, 51, 1);
  box-shadow: none;
}

.vjs-default-skin .vjs-control-bar{
    background-color: rgba(7, 20, 30, 0.5);
    font-size: 12px;
}

.vjs-current-time, .vjs-time-divider, .vjs-duration, .vjs-fullscreen-control,
.vjs-slider-handle{
    display: none;
}

.vjs-volume-control {
    right: 1.3em;
}

.vjs-mute-control{
    right: 2em;
}

#videoContainer .vjs-progress-control {
    font-size: inherit !important;
    height: 1em;
    left: 5em;
    position: absolute;
    top: 1em;
    width: 50em;
}

#videoContainer .vjs-default-skin:hover .vjs-progress-control {
  font-size: inherit !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#videoContainer .vjs-default-skin .vjs-play-progress, #videoContainer .vjs-default-skin .vjs-volume-level{
    background: none;
    background-color: #cc0033;
}

.vjs-default-skin .vjs-volume-bar {
    margin-top: 1.2em;
    width: 100%;
}

#videoContainer .vjs-default-skin .vjs-control:before {
    background-color: #CC0033;
    border-radius: 0.2em;
    height: 1.2em;
    line-height: 1.1;
    top: 0.4em;
    width: 80%;
    margin: 0 10%;
}


#embedVideoOnWebSite .kino_buttons {
    float: none;
}


#embedVideoOnWebSite .hide {
    display: none;
}

#embedVideoOnWebSite textarea {
    width: 625px;
    height: 65px;
    resize: none;
}

#videoWrapper{
    width: 640px; 
    height: 320px;
    background-color: transparent;
    margin: 20px 0;
}

#embedVideoOnWebSite {
    clear: both;
}

#videoContainer .vjs-control-bar {
    width: 100% !important;
    float: left !important;
    position: absolute !important;
}

#videoContainer .vjs-control-bar .vjs-paused, #videoContainer .vjs-control-bar .vjs-playing {
    width: 9% !important;
    float: left !important;
    position: relative !important;
    left: 0 !important;
}

#videoContainer .vjs-control-bar .vjs-progress-control {
    float: left !important;
    left: 0 !important;
    margin-right: 1%;
    position: relative !important;
    width: 64% !important;
}

#videoContainer .vjs-control-bar .vjs-mute-control, .vjs-link {
    float: left !important;
    left: 0 !important;
    position: relative !important;
    width: 7% !important;
}

#videoContainer .vjs-control-bar .vjs-volume-control {
    float: right !important;
    left: 0 !important;
    margin-right: 2% !important;
    position: relative !important;
    width: 9% !important;
}

#cornerBug {
    cursor: pointer;
    height: 3em;
    left: 1em;
    position: absolute;
    top: 1em;
    width: 7em;
    z-index: 10;
}

#cornerBug > a{
    width: inherit;
    height: inherit;
    border: 0;
}

#cornerBug img{
    width: inherit;
    height: inherit;
    border: 0;
}

#videoPlayerIntro .vjs-control-bar, #videoPlayerOutro .vjs-control-bar{
    /*display: none !important;*/
}

.vjs-link .icon{
    height: 100%;
    width: 100%;
}

.vjs-link .icon a{
    display: block;
    width: 100%;
    height: 100%;
}

.vjs-link .icon img {
    top: 20%;
}
.vjs-link .icon img {
    display: block;
    height: 60%;
    position: relative;
    width: 100%;
}

#popupRedirect {
    display: none;
    height: auto;
    left: 12.5%;
    position: absolute;
    top: 10%;
    width: 75%;
    z-index: 100;
}

#popupRedirect > img {
    display: block;
    height: auto;
    width: 100%;
}

#popupRedirect > div{
    cursor: pointer;
    height: 20%;
    position: absolute;
    z-index: 110;
    top: 67%;
}

#popupRedirect .cancel {
    left: 30%;
    width: 24%;
}

#popupRedirect .success {
    left: 55%;
    width: 36%;
}

#popupRedirect .success a {
    display: block;
    height: 100%;
    width: 100%;
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: block;
}

.vjs-live-controls.vjs-control .vjs-live-display {
    display: none;
}