.metaplayer {
    position: relative;
    top: 0;
    left: 0;
}
/* todo maybe apply the same to all elements */
.metaplayer input {
    box-sizing: content-box;
}
.mp-stage {
    background-color: black;
}
.metaplayer object,
.metaplayer video {
    position: absolute;
    width : 100%;
    height : 100%;
    top: 0;
    left: 0;
}

.mp-video,
.mp-video iframe,
.mp-video video,
.mp-video object {
    width: 100% !important;
    height: 100% !important;
}

.metaplayer-captions {
    color: white;
    position: absolute;
    width: 100%;
    left: 0;
    /*right: 0;*/
    top: -3em;
    background-color: rgb(99, 99, 99);
    background-color: rgba(99, 99, 99, .4);
    text-align: center;
    z-index: 5;
    text-shadow: 0 0 5px black, 0 0 5px black, 0 0 10px black, 0 0 10px black;
    font-family: Verdana, sans-serif;
}

.metaplayer-captions-text {
    padding: 10px;
}

.mp-carousel {
    position: relative;
    border:  1px solid black;
}

.mp-carousel-navbar {
    position: absolute;
    bottom: 0;
    height: 24px;
    width: 100%;
    text-align: center;
}
.mp-carousel-nav {
    background: white;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 2px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.mp-carousel-scroller {
    top:  0px;
    bottom: 25px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.mp-carousel-content {
    background: gray;
    width: 100%;
    height: 100%;
    top: 0;
    float: left;
    clear: none;
    overflow: hidden;
}
.mp-carousel-loading {
    /*background: blue;*/
    height: 100%;
    width: 100%;
}
.mp-carousel-error {
    /*background: red;*/
    height: 100%;
    width: 100%;
}
.mp-carousel-selected {
    background: yellow;
}
.mp-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 32px;
    z-index: 100;
}

.mp-controls-box {
    background: #aaa;
    padding:  4px;
}

.mp-controls-play,
.mp-controls-time {
    display: block;
    position: absolute;
    top: 4px;
}

.mp-controls-time {
    width: 96px;
    height: 24px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    right: 4px;
    text-shadow: 0 0 2px #666;
}
.mp-controls-time-current {
    display: inline;
    color: #fff;
}

.mp-controls-time-duration {
    display: inline;
    color: #ddd;
}

.mp-controls-play,
.mp-controls-pause
{
    cursor: pointer;
}

.mp-controls-play {
    width: 28px;
    height: 24px;
    left: 4px;
}

.mp-controls-pause {
    width: 28px;
    height: 24px;
}

.mp-controls-fullscreen {
    width: 32px;
    height: 24px;
    right: 4px;
    display: none;
}

.mp-controls-track {
    height: 24px;
    background: #333;
    margin-left: 32px;
    margin-right: 100px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px;
    margin-top: 1px;
}

.mp-controls-track-fill {
    width: 0%;
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mp-controls-track-marker {
    width: 4px;
    height: 22px;
    margin-left: -2px;
    margin-top: 1px;
    position: absolute;
    left:  0;
    top: 0;
    cursor: pointer;
    background: gray;
}

.mp-controls-tag {
    background: cyan;
}

.mp-controls-metaq {
    background: #ee82ee;
}

.mp-controls-track-knob {
    width: 8px;
    height: 24px;
    border: 1px solid #666;
    margin-top: -1px;
    margin-left: -5px;
    background: #eee;
    position: absolute;
    top : 0;
    z-index: 100;
    cursor: pointer;
    border-radius: 3px;

}

.mp-controls-track-knob:hover {
    border: 1px solid blue;
}

.mp-controls-track-knob:active {
    background: #aaaaff;
    border: 1px solid blue;
}

.mp-controls-track-buffer {
    width: 0%;
    margin-top: -1px;
    height: 24px;
    background: #666;
    left: 0px;
    top: 0px;
    border-radius: 5px;
}

.mp-controls-query {
  background: orange;
  border-radius: 2px;
}


.metaplayer-embed {
    position: relative;
    top: 0; left: 0;
}
.metaplayer-embed-button {
    margin: 2px;
    float: left;
    background: #aaa;
    border:  1px solid #aaa;
    cursor: pointer;
}

.metaplayer-embed-selected {
    border:  1px solid white;
}


.metaplayer-embed-label {
    color: white;
    padding: 2px 5px;
}

.metaplayer-embed-close {
    width: 10px;
    position: absolute;
    right: 7px;
    top: 2px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
    font-family: monospace sans-serif;
}
.metaplayer-embed-textbox {
    position: relative;
    top: 0;
    left: 0;
    background:#888;
    padding: 5px 24px 2px 5px;
}
.metaplayer-embed-text {
	resize:none;
    height: 65px;
    width: 100%;
    margin: 0; padding:  0;
}
/* embed2 */

.mpf-embed2-toggle-button {
    color: white;
    font-size: 12px;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 1px 8px;
    cursor: pointer;
    margin-right: 10px;
}
.mpf-embed2-toggle-button:hover {
    opacity: .9;
}

.mpf-embed2-panel {
    font-family: Maven Pro, sans-serif;
    font-size: 12px;
    color: #dcdcdc;
    background: #424549;
    background: -webkit-gradient(linear, left top, left bottom, from(#424549), to(#2e3034)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #424549,  #2e3034); /* for firefox 3.6+ */
    z-index: 1500;
    position: absolute;
    right: 8px;
    bottom: 8px;
    min-height: 120px;
    max-height: 150px;
    min-width: 300px;
    width: 40%;
}
.mpf-embed2-alert {
    display: block;
    text-align: center;
}
.mpf-embed2-footer-alert {
    margin-top: 10px;
}
.mpf-embed2-header,
.mpf-embed2-content,
.mpf-embed2-footer {
    overflow: hidden;
    display: block;
    padding: 2px;
}
.mpf-embed2-footer {
    text-align: center;
}
.mpf-embed2-close-button {
    cursor: hand;
    cursor: pointer;
    float: right;
    margin-top: -4px;
    margin-right: -2px;
    text-decoration: none;
}
.mpf-embed2-title-label {
    float: left;
}
.mpf-embed2-select-size,
.mpf-embed2-title-label {
    font-weight: bold;
}
.mpf-embed2-title-label,
.mpf-embed2-close-button,
.mpf-embed2-select-size {
    padding: 5px;
}
.mpf-embed2-embedHtml {
    background-color: white;
    color: black;
    border: 1px solid #494949;
    padding: 2px 4px;
    vertical-align: baseline;
    width: 95%;
    min-height: 45px;
    max-height: 75px;
    overflow: auto;
    margin: 2px;
}
pre.mpf-embed2-embedHtml {
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}
.mpf-embed2-size-button {
    /*
         generated via http://www.colorzilla.com/gradient-editor
     */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYTFhMSIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMWExYTEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(161,161,161,0.65) 0%, rgba(161,161,161,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(161,161,161,0.65)), color-stop(100%,rgba(161,161,161,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(161,161,161,0.65) 0%,rgba(161,161,161,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(161,161,161,0.65) 0%,rgba(161,161,161,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(161,161,161,0.65) 0%,rgba(161,161,161,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(161,161,161,0.65) 0%,rgba(161,161,161,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a1a1a1', endColorstr='#00a1a1a1',GradientType=1 ); /* IE6-8 */

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    padding: 6px 12px;
    text-decoration: none;
    margin-left: 5px;
}
.mpf-embed2-size-button:hover {
    /*
        generated via http://www.colorzilla.com/gradient-editor
    */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYTFhMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMWExYTEiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(161,161,161,0) 0%, rgba(161,161,161,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(161,161,161,0)), color-stop(100%,rgba(161,161,161,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(161,161,161,0) 0%,rgba(161,161,161,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(161,161,161,0) 0%,rgba(161,161,161,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(161,161,161,0) 0%,rgba(161,161,161,0.65) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(161,161,161,0) 0%,rgba(161,161,161,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1a1a1', endColorstr='#a6a1a1a1',GradientType=1 ); /* IE6-8 */

}
.mpf-embed2-size-button:active {
    position: relative;
    top: 1px;
}
.mpf-embed2-copy-button {
    -moz-box-shadow: 0px 10px 14px -7px #8f8f8f;
    -webkit-box-shadow: 0px 10px 14px -7px #8f8f8f;
    box-shadow: 0px 10px 14px -7px #8f8f8f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b3b3b3), color-stop(1, #949494));
    background: -moz-linear-gradient(top, #b3b3b3 5%, #949494 100%);
    background: -webkit-linear-gradient(top, #b3b3b3 5%, #949494 100%);
    background: -o-linear-gradient(top, #b3b3b3 5%, #949494 100%);
    background: -ms-linear-gradient(top, #b3b3b3 5%, #949494 100%);
    background: linear-gradient(to bottom, #b3b3b3 5%, #949494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#949494',GradientType=0);
    background-color: #b3b3b3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #858585;
    margin-top: 3px;
}
.mpf-embed2-copy-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #949494), color-stop(1, #b3b3b3));
    background: -moz-linear-gradient(top, #949494 5%, #b3b3b3 100%);
    background: -webkit-linear-gradient(top, #949494 5%, #b3b3b3 100%);
    background: -o-linear-gradient(top, #949494 5%, #b3b3b3 100%);
    background: -ms-linear-gradient(top, #949494 5%, #b3b3b3 100%);
    background: linear-gradient(to bottom, #949494 5%, #b3b3b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494', endColorstr='#b3b3b3',GradientType=0);
    background-color: #949494;
}
.mpf-embed2-copy-button:active {
    position: relative;
    top: 1px;
}
.metaplayer-endcap {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    color: white;
    background:  rgba(0,0,0, .5);
    font-family: arial,sans-serif;
    overflow:  hidden;
    z-index: 10;
    padding:  10px 0;
}
.metaplayer-endcap-divider {
    background: gray;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
}

.metaplayer-endcap-search-title,
.metaplayer-endcap-left-title,
.metaplayer-endcap-right-title {
    color: white;
    padding:  12px 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
}
/* Left Panel */
.metaplayer-endcap-left {
    width: 50%;
    float: left;
    position: relative;
    top: 0; left: 0;
}


/* Right Panel */
.metaplayer-endcap-right {
    float: right;
    width: 50%;
}

.metaplayer-endcap-clear {
    clear: both;
    height: 1px;
    width: 1px;
    line-height: 1px;
}


/* Up Next */
.metaplayer-endcap-again-icon,
.metaplayer-endcap-countdown {
    background: blue;
    cursor: pointer;
    position:  absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
    text-align: right;
}

.metaplayer-endcap.metaplayer-endcap-live {
    overflow: auto;
    padding: 0px;
    height: 100%;
}

.metaplayer-endcap-live-panel-outer {
    position: relative;
    top: 30%;
    text-align: center;
}


.metaplayer-endcap-live-panel {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-align: center;
}

.metaplayer-endcap-live .metaplayer-endcap-again-icon {
    position:  relative;
}

.metaplayer-endcap-live-replay {
    display: inline-block;
    padding-top: 5px;
    vertical-align: middle;
}

.metaplayer-endcap-live-replay > span {
    padding-top: 20px;
}

.metaplayer-endcap-live-replay .metaplayer-endcap-again-icon {
    display: inline-block;
    vertical-align: middle;
    position: static;
    top: auto;
    left: auto;
}

.metaplayer-endcap-repeat,
.metaplayer-endcap-next {
    cursor: pointer;
    position: relative;
    top: 0; left: 0;
}
.metaplayer-endcap-social,
.metaplayer-endcap-again,
.metaplayer-endcap-preview {
    margin: 14px 15px 10px 15px;
}
.metaplayer-endcap-again-thumb,
.metaplayer-endcap-preview-thumb {
    width: 140px;
    height: 90px;
    border:  none;
    float: left;
}
.metaplayer-endcap-again-desc,
.metaplayer-endcap-preview-desc {
    height: 90px;
    margin-left: 140px;
}
.metaplayer-endcap-again-title,
.metaplayer-endcap-preview-title {
    font-size: 14px;
    color: #999;
    padding: 5px;
}

/* Embed */
.metaplayer-endcap-embed {
    padding:  0 15px 0 15px;
    display: none;
}

/* Search */

.metaplayer-endcap-search-title {
    float: left;
}
.metaplayer-endcap-search {
    float: left;
    position: relative;
    top: 5px;
    left: 0;
    margin:  5px 0;
    width: 150px;
    height: 18px;
}
.metaplayer-endcap-search-input {
    position:  absolute;
    right: 36px;
    left: 0px;
    height: 16px;
    padding:  1px;
    color: white;
    cursor: pointer;
    border:  none;
    margin:  0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.metaplayer-endcap-search-input:focus {
    background:  white;
    color: black;
}
.metaplayer-endcap-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 25px;
    cursor: pointer;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    background:  #888;
    color: white;
    font-size: 8px;
    overflow:  hidden;
    border-left:  1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* custom html */
.metaplayer-endcap-custom {
    text-align: center;
}
iframe.metaplayer-endcap-iframe {
    display: block;
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.mp-ff {
    overflow-y: auto;
}
.mp-ff-box {
    position: relative;
    top: 0; left: 0;
    height: 0;
    padding-bottom: 0px;
}
.mp-ff iframe {
    display:block;
    width: 100%;
    position: absolute;
    bottom: 0;
}.mp-hl {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
}

.mp-hl-nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 1.5em;
    display: none;
}
.mp-hl-prev,
.mp-hl-next {
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    border: 1px solid black;
    margin:  0 2px;
    padding:  1px 4px;
}
.mp-hl-title{
    float: left;
    margin: 0 8px;
}
.mp-hl-scroll{
    /*margin-right: 46px;*/
    overflow: hidden;
}
.mp-hl-item {
    margin: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    background: white
}
.metaplayer-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    color: white;
    background:  rgba(0,0,0, .5);
    font-family: arial,sans-serif;
    overflow:  hidden;
    z-index: 1;
}
.metaplayer-overlay-left-title,
.metaplayer-overlay-right-title {
    color: white;
    padding:  12px 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
}

/* Left Panel */
.metaplayer-overlay-left {
    width: 50%;
    float: left;
    position: relative;
    top: 0; left: 0;
}

/* Search */

.metaplayer-overlay-left-title {
    float: left;
    margin-bottom: 5px;
}

.metaplayer-overlay-search {
    float: right;
    position: relative;
    top: 5px;
    left: 0;
    margin:  5px 0;
    width: 180px;
    height: 18px;
}
.metaplayer-overlay-search-input {
    position:  absolute;
    right: 36px;
    left: 0px;
    height: 16px;
    padding:  1px;
    color: white;
    cursor: pointer;
    border:  none;
    margin:  0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.metaplayer-overlay-search-input:focus {
    background:  white;
    color: black;
}
.metaplayer-overlay-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 25px;
    cursor: pointer;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    background:  #888;
    color: white;
    font-size: 8px;
    overflow:  hidden;
    border-left:  1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Tags */
.metaplayer-overlay-tags {
    position: relative;
    top: 0; left: 0;
    padding: 5px 0 10px 20px;
    height: 65px;
}
.metaplayer-overlay-tag {
    color: cyan;
    font-size: .9em;
    float: left;
    width: 50%;
}
.metaplayer-overlay-tag-label {
    margin: 2px 5px 0 5px;
    cursor: pointer;
    background: blue;
}
.metaplayer-overlay-clear {
    clear: both;
    height: 1px;
    width: 1px;
    line-height: 1px;
}

/* Controls */
.metaplayer-overlay-controls {
    margin:  5px 0;
    padding: 0 10px;
    position: relative;
    top: 0; left: 0;
    color: pink;
}
.metaplayer-overlay-play,
.metaplayer-overlay-pause,
.metaplayer-overlay-cc,
.metaplayer-overlay-cc-off,
.metaplayer-overlay-mute,
.metaplayer-overlay-unmute,
.metaplayer-overlay-volume-bg {
    height: 24px;
    width: 28px;
    background: white;
    color: #888;
    font-size: 8px;
    float: left;
    margin-right:5px;
    cursor: pointer;
    display: none;
}
.metaplayer-overlay-volume {
    width: 0%;
    height: 100%;
}

.metaplayer-overlay-volume-bg {
    background:  gray;
    position: relative;
    top: 0; left: 0;
    display: block;
}

/* Right Panel */
.metaplayer-overlay-right {
    float: right;
    width: 50%;
}

/* Up Next */
.metaplayer-overlay-next {
    position: relative;
    top: 0; left: 0;
    display: none;
}
.metaplayer-overlay-preview {
    cursor: pointer;
    margin: 14px 15px 10px 15px;
}
.metaplayer-overlay-preview-thumb {
    width: 140px;
    height: 90px;
    border:  none;
    float: left;
}
.metaplayer-overlay-preview-desc {
    height: 90px;
    margin-left: 140px;
}
.metaplayer-overlay-preview-title {
    font-size: 14px;
    color: #999;
    padding: 5px;
}

/* Bottom Panel */
.metaplayer-overlay-bottom {
    padding-bottom: 5px;
}

.metaplayer-overlay-embed  .metaplayer-embed {
    padding:  15px;
}

.metaplayer-overlay-embed {
    position: relative;
    top: 0; left: 0;
    width: 50%;
    float: left;
    display: none;
}
.metaplayer-overlay-embed-label {
    float: left;
    font-size: 14px;
    margin: 0 5px 0 10px;
    font-weight: bold;

}
.metaplayer-overlay-embed-small,
.metaplayer-overlay-embed-medium,
.metaplayer-overlay-embed-large {
    width: 20px;
    height: 12px;
    background: white;
    color: #888;
    font-size: 8px;
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

/* Social */
.metaplayer-overlay-social {
    width: 50%;
    float: right;
    height: 20px;
}

/* Search */

.metaplayer-overlay-results {
    font-size: 10px;
    position: relative;
    top: 0; left: 0;
    padding: 0 0 0 15px;
    display: none;
    height: 80px;
}

.metaplayer-overlay-results-close {
    position: absolute;
    cursor: pointer;
    top: -4px;
    right: 0px;
    font-size: 12px;
    font-family: monospace;
    color: #439DDD;
}

.metaplayer-overlay-result-list {
    padding-top: 0px;
    margin-right: 15px;
    overflow-y: auto;
    height: 80px;
    overflow-y: auto;
}

.metaplayer-overlay-result {
    margin:  2px 0;
    cursor: pointer;
}

.metaplayer-overlay-result:hover .metaplayer-overlay-result-time {
    text-decoration: underline;
}

.metaplayer-overlay-result-time {
    width: 30px;
    color: #439DDD;
    float: left;
    text-align: right;
    padding-right: 5px;
}
.metaplayer-overlay-match {
    color: orange;
    font-weight: bold;
}
.metaplayer-overlay-result-text {
    color: white;
    /*white-space: nowrap;*/
    overflow: hidden;

}
.metaplayer-overlay-results-none {
    display: none;
}
/* Close */
.metaplayer-overlay-close-btn {
    display: none;
    background: blue;
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    right: 4px;
    bottom: 4px;
}


.mp-search {
    position: relative;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
}

.mp-search-form {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 32px;
}

.mp-search-input {
    position: absolute;
    right: 100px;
    left: 10px;
    top: 3px;
    bottom: 3px;
    border: 1px solid gray;
    border-right:  none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 1px 4px;
    font-size: 16px;
    margin: 0;
}

.mp-search-submit {
    width: 89px;
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
    bottom: 3px;
    border: 1px solid blue;
    background:  blue;
    color: white;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.mp-search-submit-label {
    text-align: center;
}
.mp-search-submit-label:after {
    content : "Search";
}

.mp-search-close {
    position : absolute;
    right: 15px;
    top: 0px;
    width: 13px;
    height: 13px;
    color: blue;
    cursor: pointer;
    font-family: monospace;
    font-size: 15px;
}

.mp-search-tags
{
    position: absolute !important;
    top: 42px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    font-size: .8em;
}
.mp-search-results
{
    position: absolute !important;
    top: 42px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: .8em;
}

.mp-search-results .mp-scroll-body {
    padding: 5px 15px 5px 15px;
}
.mp-search-results .mp-scroll-knob {
    right: 2px !important;
    width: 8px !important;
}

.mp-search-result-count {
}
.mp-search-result {
    border-top:  1px solid #aaa;
    padding:  5px 0 5px 0;
    cursor:pointer;
}
.mp-search-result:first-child {
    border-top: none;
}

.mp-search-time {
    float: left;
    width: 25px;
    text-align: right;
    margin-right: 10px;
    color: orange;
}
.mp-search-text:before {
    content: "...";
}

.mp-search-result:hover {
    text-decoration: underline;
}

.mp-search-match {
    font-weight: bold;
}

.mp-search-tags {
}

.mp-search-tag {
    /*white-space: nowrap;*/
    float: left;
    width: 50%;
}
.mp-search-tag-label {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}
/* Social */
.metaplayer-social-twitter,
.metaplayer-social-facebook {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 90px;
    height: 21px;
    border: none;
    float: left;
}
.metaplayer-social-twitter {
    width: 100px;
}
.metaplayer-social-clear {
    clear: both;
    line-height: 0;
    height : 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25)';
}
.transcript {
    overflow: auto;
    height: 100%;
    width: 100%;
}
.transcript .mp-scroll-knob {
    right: 3px !important;
}
.transcript-scroller {
    position: relative;
    top: 0; left: 0;
    padding: 5px 10px;
}
.transcript-time {
    padding-right: 10px;
}
.transcript-caption {
    cursor: pointer;
}

.transcript {
    background:  #fff;
}
.transcript-caption:hover {
    text-decoration: underline;
}
.transcript-caption {
    color: #999;
}
.transcript-focus {
    color: black;
}
.transcript-search {
    font-weight: bold;
    color: orange;
}
.vjs-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}
.video-js-box video {
    width: 100% !important;
    height: 100% !important;
}
.mpf-lander-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: black;
    z-index: 2;
}

.mpf-lander-img {
    width: 40%;
    max-width: 300px;
}

.mpf-lander-td {
    padding: 0;
}
.mpf-lander-tb {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    border-spacing: 0;
}



.mpf-poster {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background-size: 100% 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.mpf-bigplaybutton {
    height: 100%;
    width: 100%;
    background-image: url("bigplaybutton/play-button-150x150.png");
    background-position: center;
    background-repeat: no-repeat;
}


.mp-cc-config {
    position: absolute;
    top: 0; left: 0;
    background: rgb(83, 83, 83);
    background: rgba(33,33,33,.5);
    font-family: Arial;
    color: #ffffff;
    /*height: 100%;*/
    width: 100%;
    text-align: center;
    z-index: 101;
}

.mp-cc-config-panel {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 480px;
    position: relative;
    /*background: rgba(99,0,99,.5);*/
}

.mp-cc-config-header {
    line-height: 23px;
    position: relative;
}
.mp-cc-config-badge {
    display: inline-block;
    background: url("captionconfig/CC-settings-icon.png");
    width: 33px;
    height: 23px;
    margin-right: 10px;
    vertical-align: bottom;
}
.mp-cc-config-title {
    display: inline;
}
.mp-cc-config-header-right {
    position: absolute;
    right: 0px;
    top: 0;
    height: 2em;
    text-align: right;
}
.mp-cc-config-save,
.mp-cc-config-reset {
    font-weight: bold;
    font-size: .9em;
    display: inline;
    padding: .25em;
    cursor: pointer;
}
.mp-cc-config-separator {
    display: inline-block;
    background: #999999;
    width: .1em;
    height: 1em;
    margin: 0 10px;
    vertical-align: middle;
}

.mp-cc-config-hr {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #979797;
    opacity: .9;
}

.mp-cc-config-body {
    padding-top: 10px;
    width: 100%;
}

.mp-cc-config-left {
    width: 60%;
    float: left;
}


.mp-cc-config-right {
    width: 40%;
    float: right;
}

.mp-cc-config-row {
    line-height: 24px;
    padding-bottom: 10px;
    position: relative;
}
.mp-cc-config-label {
    font-size: 14px;
    color: #b5b5b5;
    text-align: right;
    width: 95px;
}
.mp-cc-config-row-body {
    position: absolute;
    left: 105px;
    top: 0;
    right: 0;
    vertical-align: middle;
}

/* left column needs less room for labels, but needs more for boxes */
.mp-cc-config-left .mp-cc-config-label {
    width: 80px;
}
.mp-cc-config-left .mp-cc-config-row-body {
    left: 90px;
}

.mp-cc-config-row-body select,
.mp-cc-config-colorbox {
    width: 100%;
}

.mp-cc-config-color {
    border: 2px solid rgba(0,0,0,0);
    display: inline-block;
    cursor: pointer;
    border-radius: 1px;
}
.mp-cc-config-color-selected {
    border-color: red;
}
.mp-cc-config-fill {
    border: 1px solid #cccccc;
    width: 18px;
    height: 18px;
}

.mp-cc-config-clear{
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    clear: both;
}

.mp-cc-config-carousel {
    position: relative;
    height: 24px;
}

.mp-cc-config-carousel-next {
    width: 11px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    background: url("captionconfig/settings-arrow-right.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.mp-cc-config-carousel-previous {
    width: 11px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url("captionconfig/settings-arrow-left.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.mp-cc-config-carousel-body {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 2px;
    text-align: center;
}

.mp-cc-config-row-empty {
    height: 34px;
}
.mp-cc-config-text-size,
.mp-cc-config-text-edge,
.mp-cc-config-text-opacity {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
}
.mp-cc-config-text-template {
    background: gray;
    line-height: 18px;
    height: 18px;
}
.mp-cc-config-text-opacity .mp-cc-config-text-template,
.mp-cc-config-frame-opacity {
    background: url("captionconfig/frame-opacity-thumb.gif") repeat-x;
    background-size: 100%;
    height: 18px;
    width: 100%;
}
.mp-cc-config-frame-fill {
    background: rgba(0,0,0,1);
    position: absolute;;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

.mp-cc-config-text-size-50 {
    font-size: .5em;
}
.mp-cc-config-text-size-100 {
    font-size: 1em;
}
.mp-cc-config-text-size-150 {
    font-size: 1.5em;
}
.mp-cc-config-text-size-200 {
    font-size: 2em;
}

.mp-cc-config-text-edge-none div  {
    text-shadow: none;
    filter: none;
}
.mp-cc-config-text-edge-drop div {
    text-shadow: #000000 .1em .1em 2px;
    filter: progid:DXImageTransform.Microsoft.DropShadow(offX=1,offY=1,color=000000);
}
.mp-cc-config-text-edge-outline div {
    color: #ffffff;
    text-shadow: #000000 1px 1px 0, #000000 -1px -1px 0, #000000 1px -1px 0, #000000 -1px 1px 0;
    filter: glow(color=black,strength=3);
}
.mp-cc-config-text-edge-raised div {
    color: #000000;
    text-shadow: #ffffff -1px -1px 0;
    filter: progid:DXImageTransform.Microsoft.DropShadow(offX=-1,offY=-1,color=ffffff);

}.mp-cc-config-text-edge-depressed div {
     color: #000000;
     text-shadow: #ffffff 1px 1px 0;
     filter: progid:DXImageTransform.Microsoft.DropShadow(offX=1,offY=1,color=ffffff);
 }
.mp-cc-config-text-edge-uniform div {
    color: #000000;
    text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff 1px -1px 0, #ffffff -1px 1px 0;
    filter: glow(color=white,strength=3);
}

.mp-cc-config-text-opacity-normal div {
    opacity: 1;
}
.mp-cc-config-text-opacity-semi div {
    opacity: .75;
}

.mp-cc-config-frame-opacity-trans div{
    opacity: 0;
}
.mp-cc-config-frame-opacity-semi div{
    opacity: .5;
}
.mp-cc-config-frame-opacity-opaque div{
    opacity: 1;
}

.mp-cc-settings-btn {
    margin-right: 10px;
    width: 20px;
    height: 29px;
    display: inline-block;
    float: left;
    cursor: pointer;
    background: url("captionconfig/settings-button.png") no-repeat 0 6px;
}
.mp-carousel2 {
    position: relative;
    background: white;
}

.mp-carousel2-navbar {
    position: absolute;
    line-height: 20px;
    bottom: 0;
    height: 20px;
    width: 100%;
    color: black;
    font-family: arial;
}

.mp-carousel2-scroller {
    top:  0px;
    bottom: 20px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    /*overflow: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
}

.mp-carousel2-content {
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    float: left;
    clear: none;
    overflow: hidden;
}
.mp-carousel2-loading {
    background: #d3d3d3;
    height: 100%;
    width: 100%;
}
.mp-carousel2-error {
    /*background: red;*/
    height: 100%;
    width: 100%;
}
.mp-carousel2-category {
    left: 2px;
    position: absolute;
    font-size: 12px;
    color: gray;
}
.mp-carousel2-label {
    width: 100%;
    top: 0;
    position: absolute;
    font-size: 12px;
    text-align: center;
    color: gray;
}
.mp-carousel2-buttons {
    right: 2px;
    top: 1px;
    bottom: 1px;
    position: absolute;
    font-family: arial;
    white-space: nowrap;
    overflow: hidden;
    background: #d3d3d3;
    line-height: 18px;
    padding: 1px;
}
.mp-carousel2-buttons div:active {
    background: #d3d3d3;
}
.mp-carousel2-prev,
.mp-carousel2-next {
    float: left;
    width: 18px;
    height: 16px;
    text-align: center;
    cursor: pointer;
    background: white;
}
.mp-carousel2-next {
    margin-left: 1px;
}
.mp-carousel2-disabled {
    color: #d3d3d3;
}
/* console */

.mpf-console-panel {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    /*
     * 1 level above ui.share:
     */
    z-index: 1501;
    left: 10px;
    top: 10px;
    width: 350px;
    height: 200px;
    background: #424549;
    background: -webkit-gradient(linear, left top, left bottom, from(#424549), to(#2e3034)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #424549,  #2e3034); /* for firefox 3.6+ */
    border: 1px solid #494949;
}

ol.mpf-console-scrollable {

    position: absolute;
    overflow: scroll;
    top: 28px;
    right: 8px;
    bottom: 8px;
    left: 8px;

    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 11px;
    color: #ff0000;
}

ol.mpf-console-scrollable li {
}

.mpf-console-close {
    text-align: center;
    font-family: sans-serif;
    color: white;
    height: 15px;
    width: 15px;
    position: absolute;
    background-size: 100%;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.mpf-controlbar {
    position: relative;
    top: 0;
    left: 0;
    /*
     * Appears +1 z-index over mpf-poster/bigplaybutton:
     */
    z-index: 100;
}
.mpf-controlbar-panel {
    position: relative;
    overflow: hidden;
    top: 0; left: 0;
    width: 100%;
    height: 29px;
    line-height: 29px;
    border-top: 1px solid #565a5f;
    font-family: Arial;
    font-size: 15px;
    background: #424549;
    background: -webkit-gradient(linear, left top, left bottom, from(#424549), to(#2e3034)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #424549,  #2e3034); /* for firefox 3.6+ */
}

.mpf-controlbar-panel-right,
.mpf-controlbar-panel-left {
    position: absolute;;
    top: 0;
    height: 100%;
    padding-left: 10px;
}

.mpf-controlbar-panel-left {
    left: 0;
}
.mpf-controlbar-panel-right {
    right: 0;
}

.mpf-controlbar-play,
.mpf-controlbar-pause,
.mpf-controlbar-back,
.mpf-controlbar-clock,
.mpf-controlbar-cc,
.mpf-controlbar-volume,
.mpf-controlbar-ad,
.mpf-controlbar-volumebar,
.mpf-controlbar-fullscreen,
.mpf-controlbar-logo {
    margin-right: 10px;
    width: 20px;
    height: 29px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.mpf-controlbar-back {
    background: url("controlbar/back-15sec.png") no-repeat 0 6px;
    width: 27px;
}
.mpf-controlbar-cc {
    width: 20px;
}
.mpf-controlbar-cc-off {
    background: url("controlbar/CC-button.png") no-repeat 0 6px;
    opacity: .4;
}

.mpf-controlbar-languages {
    z-index: 1001;
    position: absolute;
    display: inline-block;
    border: 1px solid #807f7f;
    background: -webkit-gradient(linear, left top, left bottom, from(#414448), to(#233034)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #414448,  #233034); /* for firefox 3.6+ */
}

.mpf-controlbar-languages > div {
    cursor: pointer;
    white-space:nowrap;
    padding: 6px 12px 6px 12px;
    font-weight: normal;
    color: #888;
    text-shadow: 1px 1px 2px #000;
    font-size: 14px;
    font-family: Arial;
}

.mpf-controlbar-languages > div:hover {
    background: #d9d9d9;
    color: #333;
    text-shadow: none;
}

.mpf-controlbar-languages > div.mpf-language-active, .mpf-controlbar-languages > div.mpf-language-active:hover {
    background: none;
    cursor: default;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
}
.mpf-controlbar-dvr {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 15px;
    background: url("controlbar/event-live-off.png") no-repeat 0 0 !important;
}

.mpf-controlbar-toggle-live {
    display: block;
    float: left;
    vertical-align: middle;
    /*
        .png's are actually 45 X 15:  (~7px padding, +/- png aliasing:)
    */
    width: 59px;
    height: 29px;
}

.mpf-controlbar-dvr {
    cursor: pointer;
    background: url("controlbar/event-live-off.png") no-repeat 7px 7px !important;
    cursor: pointer;
}

.mpf-controlbar-live {
    background: url("controlbar/event-live-on.png") no-repeat 7px 7px !important;
}

.mpf-language-cc-toggle {
    min-width: 66px;
    min-height: 24px;
}
.mpf-language-cc-toggle>div {
    display: inline-block;
    width: 66px;
    height: 24px;
    background: url("controlbar/on_off_toggle.png") no-repeat 0 0 !important;
}

.mpf-language-cc-toggle-off {
}

.mpf-language-cc-toggle-off>div {
    background: url("controlbar/on_off_toggle.png") no-repeat 0 -24px !important;
}

.mpf-controlbar-cc-on {
    background: url("controlbar/CC-button.png") no-repeat 0 6px;
}
.mpf-controlbar-cc-disabled {
    display: none !important;
}
.mpf-controlbar-fullscreen {
    background: url("controlbar/fullscreen-button.png") no-repeat 0 6px;
    width: 14px;
}
.mpf-controlbar-logo {
    line-height: 20px;
    height: 20px;
    padding: 4px 0;
    position: relative;
    width: auto;
}
.mpf-controlbar-logo-img {
    vertical-align: middle;
    height: 20px;
    max-width: 60px;
    max-height: 100%;
    border: none;
}
.mpf-controlbar-play {
    width: 16px;
    background: url("controlbar/play-button.png") no-repeat 0 6px;
}
.mpf-controlbar-pause {
    width: 16px;
    background: url("controlbar/pause-button.png") no-repeat 0 6px;
    display: none;
}

.mpf-controlbar-volume {
    width: 19px;
}
.mpf-controlbar-muted,
.mpf-controlbar-volume-0 {
    background: url("controlbar/volume-0-button.png") no-repeat 0 6px;
}
.mpf-controlbar-volume-1 {
    background: url("controlbar/volume-1-button.png") no-repeat 0 6px;
}
.mpf-controlbar-volume-2 {
    background: url("controlbar/volume-2-button.png") no-repeat 0 6px;
}
.mpf-controlbar-unmuted,
.mpf-controlbar-volume-3 {
    background: url("controlbar/volume-3-button.png") no-repeat 0 6px;
}

.mpf-controlbar-volumebar {
    background: url("controlbar/volume-bars-none.png") no-repeat 0 6px;
    width: 37px;
    height: 29px;
}
.mpf-controlbar-volumebar-fill {
    width: 64%;
    height: 29px;
    background: url("controlbar/volume-bars-full.png") no-repeat 0 6px;
}
.mpf-controlbar-clock,
.mpf-controlbar-ad {
    font-size: 12px;
    height: 29px;
    color: #929292;
    cursor: default;
    width: auto;
    white-space: nowrap;
}
.mpf-controlbar-time,
.mpf-controlbar-time-spacer,
.mpf-controlbar-duration {
    display: inline;
    vertical-align: middle;
}
.mpf-controlbar-time {
    color: #ffffff;
}
.mpf-controlbar-ad {
    font-style: italic;
}
/* track */

.mpf-controlbar-track {
    position: relative;
    top: 0; left: 0;
    width: 100%;
    height: 7px;
    background: #191919;
    z-index: 1000;
    cursor: pointer;
    background-image: url("controlbar/timeline-load.png");
    background-repeat: repeat-x;
}
/*.mp-fullscreen .mpf-controlbar-track  {*/
/*height: 14px !important;*/
/*background-size: cover;*/
/*}*/
/*.mp-fullscreen .mpf-controlbar-track-fill {*/
/*background:  url("controlbar/timeline-play.png") repeat-x;*/
/*background-size: cover;*/
/*}*/
/*.mp-fullscreen .mpf-controlbar-track-knob {*/
/*display: none;*/
/*}*/


.mpf-controlbar-track-fill {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 0%;
    background:  url("controlbar/timeline-play.png") repeat-x;
    cursor: pointer;

}
.mpf-controlbar-track-buffer {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 0%;
    background:  url("controlbar/timeline-load.png") repeat-x;
    cursor: pointer;
}

.mpf-controlbar-track-knob {
    position: absolute;
    top: -4px;
    right: -7px;
    background: url("controlbar/timeline-handle.png") no-repeat;
    height: 14px;
    width: 14px;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}

.mpf-controlbar-track-overlay {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
}
.mpf-controlbar-track-marker,
.mpf-controlbar-track-result {
    /*-  Q markers: 2x7 px, #0064cb*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #0064cb;
    cursor: pointer;
}
.mpf-controlbar-track-marker-search {
    background: white;
}
.mpf-controlbar-track-result {
    background: #ffffff;
}
.mp-xs .mpf-controlbar-logo,
.mp-xs .mpf-controlbar-volumebar,
.mp-xs .mpf-controlbar-volume {
    display: none;
}

div.mp-fullscreen div.mpf-controlbar {
    position: relative !important; /* overrides Sharepoint overriding our controls */

}
.mpf-endcap2-container {
    width: 100%;
    color: white;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
    font-family: arial, sans-serif;
    overflow:  hidden;
    padding: 10px 0;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mpf-endcap2-block {
    display: block;
}
.mpf-endcap2-inline {
    display: inline;
}
.mpf-endcap2-inline-block {
    display: inline-block;
}
.mpf-endcap2-pull-left {
    float: left;
}
.mpf-endcap2-pull-right {
    float: right;
}
.mpf-endcap2-overflow-hidden {
    overflow: hidden;
}
.mpf-endcap2-hand {
    cursor: hand;
    cursor: pointer;
}
.mpf-endcap2-icon {

}
.mpf-endcap2-repeat-icon {
    background: url('endcap2/repeat.png') 100% 100% no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: bottom;
}
.mpf-endcap2-row {
    display: block;
    padding: 5px;
}
.mpf-endcap2-header {

}
.mpf-endcap2-center {

}
.mpf-endcap2-footer {

}
.mpf-endcap2-next-item-title {

}
.mpf-endcap2-next-countdown {
    font-size: 24px;
}
.mpf-endcap2-repeat-text,
.mpf-endcap2-next-text {
    font-size: 15px;
}
.mpf-endcap2-related-title {
    font-size: 13px;
    color: #8f8f8f;
    font-weight: 700;
    margin-left: 1%;
}
.mpf-endcap2-next-item-title {
    font-size: 14px;
}
.mpf-endcap2-repeat-icon,
.mpf-endcap2-repeat-text,
.mpf-endcap2-next-countdown,
.mpf-endcap2-next-text {
    display: inline-block;
}
.mpf-endcap2-repeat-text,
.mpf-endcap2-next-text,
.mpf-endcap2-next-item-title {
    margin-left: 13px;
}
.mpf-endcap2-next,
.mpf-endcap2-repeat,
.mpf-endcap2-related {
    margin: 16px;
}
.mpf-endcap2-related-list {
    text-align: center;
}
.mpf-endcap2-related-item {
    float: left;
    margin: 1% 0 0 1%;
    width: 32%;
}
.mpf-endcap2-center-thumb,
.mpf-endcap2-related-item-thumb {
    width: 100%;
    height: 0;
    border: 1px solid rgb(51, 51, 51);
    padding-top: 56.25%;
    margin-bottom: 5px;

    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('endcap2/play_icon.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='endcap2/play_icon.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='endcap2/play_icon.png', sizingMethod='scale');
}
.mpf-endcap2-center-thumb {
    width: 60%;
    padding-top: 33.75%;
    margin: 0 auto;

}
.mpf-endcap2-related-item-title {
    text-align: center;
    font-size: 16px;
}
.mpf-endcap2-next,
.mpf-endcap2-related-item {
    position: relative;
}
.mp-md .mpf-endcap2-container {
    padding-top: 5px;
}
.mp-md .mpf-endcap2-row {
    padding: 0 5px;
}
.mp-md .mpf-endcap2-next-countdown,
.mp-md .mpf-endcap2-next-text,
.mp-md .mpf-endcap2-next-item-title {
    margin: 5px 0 0 5px;
}
.mp-md .mpf-endcap2-repeat-icon,
.mp-md .mpf-endcap2-repeat-text {
    margin: 0 5px 5px 0;
}
.mp-md .mpf-endcap2-related-list .mpf-endcap2-related-item {
    display: none;
}
.mp-md .mpf-endcap2-related-list>:first-child,
.mp-md .mpf-endcap2-related-list>:first-child + .mpf-endcap2-related-item {
    display: block;
}
.mp-md .mpf-endcap2-related-item-title {
    font-size: 12px;
}
.mp-md .mpf-endcap2-related-list .mpf-endcap2-related-item {
    width: 48%;
}
.mp-md .mpf-endcap2-repeat,
.mp-md .mpf-endcap2-next,
.mp-md .mpf-endcap2-related {
    margin: 1px 0 1px 5px
}
.mp-sm .mpf-endcap2-repeat-icon,
.mp-sm .mpf-endcap2-repeat-text {
    margin: 0 5px 0 0;
}
.mp-sm .mpf-endcap2-related-item-thumb {
    background-color: black;
    display: block;
    float: left;
    width: 45%;
    padding-top: 25.31%;
}
.mp-sm .mpf-endcap2-related-list>:first-child + .mpf-endcap2-related-item,
.mp-sm .mpf-endcap2-related-list .mpf-endcap2-related-item {
    display: none;
    width: 100%;
}
.mp-sm .mpf-endcap2-related-list>:first-child {
    display: block;
}
.mp-sm .mpf-endcap2-related-item-title {
    text-align: left;
    display: inline-block;
    float: left;
    width: 45%;
    margin-left: 10px;
}
.mp-sm .mpf-endcap2-container {
    padding-top: 0;
}
.mp-sm .mpf-endcap2-related,
.mp-sm .mpf-endcap2-next {
    margin: 0;
}
.mp-sm .mpf-endcap2-next-item-title {
    white-space: nowrap;
}
.mp-xs .mpf-endcap2-related,
.mp-xs .mpf-endcap2-next {
    margin: 5px 0;
}
.mp-xs .mpf-endcap2-repeat {
    margin-bottom: 10px;
}
.mp-xs .mpf-endcap2-container {
    padding-top: 5px;
}
.mp-xs .mpf-endcap2-next-text {
    font-size: 15px;
}
.mp-xs .mpf-endcap2-next {
}
.mp-xs .mpf-endcap2-next-countdown {
    font-size: 18px;
}
.mp-xs .mpf-endcap2-related-item-title {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.mp-xs .mpf-endcap2-next-item-title {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
}
.mp-lg .mpf-endcap2-container:before,
.mp-md .mpf-endcap2-container:before,
.mp-sm .mpf-endcap2-container:before,
.mp-xs .mpf-endcap2-container:before,
.mp-lg .mpf-endcap2-container:after,
.mp-md .mpf-endcap2-container:after,
.mp-sm .mpf-endcap2-container:after,
.mp-xs .mpf-endcap2-container:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
}
.mp-lg .mpf-endcap2-container:before,
.mp-md .mpf-endcap2-container:before,
.mp-sm .mpf-endcap2-container:before,
.mp-xs .mpf-endcap2-container:before {
    left: 0;
    height: 25px;
    -webkit-box-shadow: inset 0px -8px 15px -2px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: inset 0px -8px 15px -2px rgba(0, 0, 0, 0.71);
    box-shadow: inset 0px -8px 15px -2px rgba(0, 0, 0, 0.71);
}
.mp-lg .mpf-endcap2-container:after,
.mp-md .mpf-endcap2-container:after,
.mp-sm .mpf-endcap2-container:after,
.mp-xs .mpf-endcap2-container:after {
    top: 0;
    width: 25px;
    -webkit-box-shadow: inset -8px 0px 15px -2px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: inset -8px 0px 15px -2px rgba(0, 0, 0, 0.71);
    box-shadow: inset -8px 0px 15px -2px rgba(0, 0, 0, 0.71);
}
.mp-xs .mpf-endcap2-related-item-thumb {
    display: none;
}
.mp-xs .mpf-endcap2-row {
    padding-top: 0;
    padding-bottom: 0;
}
.mp-xs .mpf-endcap2-next-countdown,
.mp-xs .mpf-endcap2-next-text,
.mp-xs .mpf-endcap2-next-item-title {
    margin: 0 0 0 5px;
}
.mp-xs .mpf-endcap2-center-thumb {
    display: none;
}
.mpf-metaqpanel {
    height : 250px;
    width: 350px;
    overflow: hidden;
}

.mpf-metaqpanel-loading {
    background-image: url(metaqpanel/ajax_loader.gif);
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.mpf-plui {
  color: #999999;
  position: relative;
  background-color: #141414;
  padding: 16px;
  height: 100%;
}
.mpf-plui-base {
  position: relative;
  display: block;
  height: 90px;
  vertical-align: middle;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.mpf-plui-nowplaying {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  width: 200px;
  opacity: 1;
  display: none;
}
.mpf-plui-nowplaying div.mpf-plui-heading {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.mpf-plui-nowplaying div.mpf-plui-title {
  color: #999999;
  font-weight: bold;
  font-size: 94%;
  padding-bottom: 0px;
}
.mpf-plui-nowplaying div.mpf-plui-description {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.2em;
  max-height: 4.8em;
}
.mpf-plui-nowplaying .mpf-plui-link {
  padding: inherit;
}
.mpf-plui-details .mpf-plui-carousel {
  left: 208px;
}
.mpf-plui-details .mpf-plui-nowplaying {
  display: block;
  white-space: normal;
  height: 90px;
  overflow-y: hidden;
}
.mpf-plui-carousel {
  position: absolute;
  left: 0;
  top: 0;
  right: 8px;
  height: 90px;
}
.mpf-plui-prev,
.mpf-plui-next {
  position: absolute;
  top: 0;
  display: block;
  width: 26px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.mpf-plui-prev {
  position: absolute;
  left: 0px;
  background-image: url("playlistui/prev_arrow.png");
}
.mpf-plui-prev:hover {
  background-image: url("playlistui/prev_arrow_hover.png");
}
.mpf-plui-next {
  position: absolute;
  right: 0px;
  background-image: url("playlistui/next_arrow.png");
}
.mpf-plui-next:hover {
  background-image: url("playlistui/next_arrow_hover.png");
}
.mpf-plui-viewport {
  left: 34px;
  right: 34px;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
}
.mpf-plui-link {
  color: #ffa300;
  padding: 4px;
}
.mpf-plui-scrollable {
  display: inline-block;
  height: 100%;
  position: relative;
}
.mpf-plui-info {
  white-space: normal;
  overflow: hidden;
  z-index: 3;
}
.mpf-plui-panel {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  width: 156px;
  height: 86px;
  overflow: hidden;
  border: 2px solid #444444;
}
.mpf-plui-panel .mpf-plui-info,
.mpf-plui-panel .mpf-plui-up-next-text {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding: 4px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/

  background: #212121;
  background: rgba(33, 33, 33, 0.85);
}
.mpf-plui-panel .mpf-plui-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212121;
  background-size: 100%;
  position: absolute;
}
.mpf-plui-panel .mpf-plui-up-next-text {
  color: white;
  font-style: italic;
  z-index: 1;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}
.mpf-plui-active {
  border: 2px solid #f39600 !important;
  cursor: default;
}
.mpf-plui-up-next .mpf-plui-up-next-text {
  opacity: 1;
}
.mpf-plui-playicon {
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url("playlistui/play_button.png");
  background-size: 100%;
  background-size: cover;
}
.mpf-plui-hovering {
  border: 2px solid #ffffff;
}
.mpf-plui-hovering div.mpf-plui-info {
  opacity: 1 !important;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  /*IE8*/

}
.mpf-plui-hovering .mpf-plui-up-next-text {
  opacity: 0;
}
.mp-xs .mpf-plui {
  padding: 3px;
}
/* vertical orientation */
.mpf-plui.mpf-plui-vertical {
  display: inline-block;
  padding: 0;
  height: 100%;
  width: 100%;
}
.mpf-plui.mpf-plui-vertical *,
.mpf-plui.mpf-plui-vertical *:before,
.mpf-plui.mpf-plui-vertical *:after {
  box-sizing: border-box;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-base {
  height: 100%;
  width: 100%;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-base {
  white-space: normal;
  overflow: hidden;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-nowplaying {
  height: 30px;
  text-align: center;
  padding: 1px 3px;
  width: 100%;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-carousel {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: relative;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-panel {
  display: block;
  margin: 8px 0;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-viewport-container {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 40px;
  bottom: 40px;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-viewport {
  height: auto;
  display: block;
  float: none;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-scrollable {
  height: inherit;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-scrollable,
.mpf-plui.mpf-plui-vertical .mpf-plui-viewport {
  text-align: center;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-viewport-container,
.mpf-plui.mpf-plui-vertical .mpf-plui-prev,
.mpf-plui.mpf-plui-vertical .mpf-plui-next {
  display: block;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-prev,
.mpf-plui.mpf-plui-vertical .mpf-plui-next {
  position: absolute;
  height: 40px;
  width: 100%;
  margin: 0 auto;
  background-color: #141414;
  z-index: 1000;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-prev {
  background-image: url("playlistui/prev_arrow_vertical.png");
}
.mpf-plui.mpf-plui-vertical .mpf-plui-prev:hover {
  background-image: url("playlistui/prev_arrow_vertical_hover.png");
}
.mpf-plui.mpf-plui-vertical .mpf-plui-next {
  background-image: url("playlistui/next_arrow_vertical.png");
}
.mpf-plui.mpf-plui-vertical .mpf-plui-next:hover {
  background-image: url("playlistui/next_arrow_vertical_hover.png");
}
.mpf-plui.mpf-plui-vertical .mpf-plui-prev:hover,
.mpf-plui.mpf-plui-vertical .mpf-plui-prev {
  top: 0;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-next:hover,
.mpf-plui.mpf-plui-vertical .mpf-plui-next {
  top: 100%;
  margin-top: -40px;
}
.mpf-plui.mpf-plui-vertical .mpf-plui-panel .mpf-plui-up-next-text {
  height: 32px;
  text-align: left;
}
.mpf-searchbar {
    height: 28px;
    line-height: 28px;
    position: relative;
    font-size: 15px;
    font-family: Arial;
    /*background: #5B7D97;*/
    background: url("searchbar/tag-bar-slice.png") repeat-x;
    color: white;
}

/* next up */

.mpf-searchbar-nextup {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #3b3b3b;
    text-shadow: #ffffff .0em .05em .05em;
    background: url("searchbar/next-arrow.png") no-repeat;
    width: 78px;
    padding-right: 6px;
    height: 28px;
    text-align: center;
    font-size: 12px;
}

.mpf-searchbar-nextup-label {
    display: inline;
}

.mpf-searchbar-nextup-countdown {
    display: inline;
}

/* tags */

.mpf-searchbar-tags {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    margin-left: 84px;
    margin-right: 164px;
    color: #9abbcf;
    text-shadow: #30485C .0em .1em .1em;
}

.mpf-searchbar-tags-scroll {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 999999px; /*need fixed width to prevent wrap*/
}

.mpf-searchbar-tag-selected {
    color: white;
}

.mpf-searchbar-tag-spacer {
    float: left;
}

.mpf-searchbar-tag {
    float: left;
    margin: 0 8px;
    cursor: pointer;
}

/* arrow nav */

.mpf-searchbar-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    right: 128px;
    text-align: right;
    color: #5B7D97;
}

.mpf-searchbar-nav-prev,
.mpf-searchbar-nav-next {
    width: 18px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
}

.mpf-searchbar-nav-prev {
    background: url("searchbar/previous-tag-button.png") no-repeat 4px 7px;;
}

.mpf-searchbar-nav-next {
    background: url("searchbar/next-tag-button.png") no-repeat 4px 7px;
}

.mpf-searchbar-scroll-fade {
    background:  url("searchbar/scroll-fade.png") no-repeat;
    width: 21px;
    height: 28px;
    position: absolute;
    right: 164px;
    top: 0;
    z-index: 1;
}

/* search */

.mpf-searchbar-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 128px;
    font-size: 12px;
}

.mpf-searchbar-search-inputbox {
    position: absolute;
    left: 4px;
    right: 30px;
    top: 4px;
    bottom: 4px;
}

.mpf-searchbar-search-input {
    width: 100%;
    display: block;
    height: 12px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 0;
    outline-width: 0;
    margin: 0 !important;
    padding: 4px 0 4px 8px !important;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #414e5a;
    color:white;
}

.mpf-searchbar-search-submit {
    position: absolute;
    right: 2px;
    width: 20px;
    top: 4px;
    bottom: 4px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #414e5a  url("searchbar/search-icon.png") no-repeat 2px 4px;
    cursor: pointer;
}


/* results */

.mpf-searchbar-results {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    right: 164px;
    color: #ffffff;
    text-shadow: #30485C .0em .1em .1em;
    font-size: 12px;
}


.mpf-searchbar-results-clear {
    display:inline-block;
    width: 15px;
    height: 16px;
    background: url("searchbar/clear-search-icon.png") no-repeat;
    margin: -4px 8px;
    cursor: pointer;
}
.mpf-searchbar-results-query {
    margin-right: 8px;
    font-weight: bold;
    display:inline-block;
}

.mpf-searchbar-results-list {
    position: absolute;
    left: 122px;
    top: 0;
    right: 0px;
    display: block;
    overflow: hidden;
}

.mpf-searchbar-results-label {
    color: #c6c6c6;
    display:inline-block;
}
.mpf-searchbar-results-item {
    display:inline-block;
    margin-left: 12px;
    cursor:pointer;
}

/* narrow with input box */

.mpf-searchbar-narrow .mpf-searchbar-nextup-label {
    display: none !important;
}

.mpf-searchbar-narrow  .mpf-searchbar-nextup {
    background-position: -72px;
}

.mpf-searchbar-narrow  .mpf-searchbar-search {
    width: 80px;
}

.mpf-searchbar-narrow .mpf-searchbar-nav {
    right: 73px;
}

.mpf-searchbar-narrow .mpf-searchbar-tags {
    margin-right: 108px;
    margin-left: 8px;
}
.mpf-searchbar-narrow .mpf-searchbar-results {
    left: 8px;
    right: 108px
}
.mpf-searchbar-narrow .mpf-searchbar-scroll-fade {
    right: 105px
}
.mpf-searchbar-narrow .mpf-searchbar-results-found-at {
    display: none !important;
}

/* narrow without input box */
.mpf-searchbar-narrow-blur .mpf-searchbar-tags {
    margin-right: 60px
}
.mpf-searchbar-narrow-blur .mpf-searchbar-results {
    right: 60px
}

.mpf-searchbar-narrow-blur .mpf-searchbar-nav {
    right: 26px;
}

.mpf-searchbar-narrow-blur .mpf-searchbar-scroll-fade {
    right: 58px
}
.mpf-searchbar-narrow-blur .mpf-searchbar-search-inputbox {
    display: none;
}

.mpf-searchbar-narrow-blur .mpf-searchbar-search-submit {
    width: 22px;
    border-radius: 16px;
    background-position: 4px 4px;
}
/* share menu */

.mpf-share-panel {
    position: absolute;
    z-index: 1500;
    right: 10px;
    bottom: 10px;
    width: 225px;
    height: 100px;
    background: #424549;
    background: -webkit-gradient(linear, left top, left bottom, from(#424549), to(#2e3034)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #424549,  #2e3034); /* for firefox 3.6+ */
    border: 1px solid #494949;
}

.mpf-share-button {
    color: white;
    font-size: 12px;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 1px 8px;
    cursor: pointer;
    margin-right: 10px;
}
.mpf-share-button:hover {
    color: white;
    font-size: 12px;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 1px 8px;
    opacity: .9;
}


.mpf-share-buttons {
    padding: 8px  8px  4px  8px;
    height: 20px;
}

.mpf-share-close {
    text-align: center;
    font-family: sans-serif;
    color: white;
    height: 15px;
    width: 15px;
    position: absolute;
    background-size: 100%;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.mpf-share-row {
    line-height: 25px;
    padding: 4px 8px;
}
.mpf-share-label {
    font-family: Maven Pro, sans-serif;
    float: left;
    width: 75px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}
.mpf-share-panel input {
    background: black;
    color: white;
    border: 1px solid #494949;
    padding: 2px 4px;
    vertical-align: baseline;
    width: 120px;
}
.mpf-share2-icon,
.mpf-share2-hand {
    cursor: hand;
    cursor: pointer;
}
.mpf-share2-icon {
    width: 13px;
    height: 26px;
    display: inline-block;
}
.mpf-share2-controls-social-buttons {
    text-align: center;
}
.mpf-share2-controls-social-button {
    background-color: #525252;
    border: 1px solid #6b6b6b;
    margin: 2px 1px 0 1px;
    line-height: 1em;
    display: inline-block;
}
.mpf-share2-controls-social-button:hover {
    border-color: #ffffff;
}
.mpf-share2-controls-social-button .mpf-share2-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: 40px;
    width: 40px;
}
.mpf-share2-controls-social-button>.mpf-share2-icon {
    background: url("share2/social.png") no-repeat 0 0;
}
.mpf-share2-controls-social-button.mpf-share2-controls-social-facebook-button>.mpf-share2-icon {
    background-position: -4px -5px;
}
.mpf-share2-controls-social-button.mpf-share2-controls-social-twitter-button>.mpf-share2-icon {
    background-position: -49px -6px;
}
.mpf-share2-controls-social-button.mpf-share2-controls-social-linkedin-button>.mpf-share2-icon {
    background-position: -95px -7px;
}
.mpf-share2-controls-social-button.mpf-share2-controls-social-google-button>.mpf-share2-icon {
    background-position: -140px -7px;
}
.mpf-share2-controls-social-button.mpf-share2-controls-social-email-button>.mpf-share2-icon {
    background-position: -185px -6px;
}
.mpf-share2-controls-social-button.mpf-share2-controls-social-pinterest-button>.mpf-share2-icon {
    background-position: -225px -6px;
}
.mpf-share2-header .mpf-share2-icon.mpf-share2-close-button {
    background: url("share2/x.png") no-repeat 0 0;
    background-position: -6px -5px;
}
.mpf-share2-controls-row {
    margin-bottom: 7px;
    min-width: 200px
}
.mpf-share2-controls-row.mpf-share2-controls-link,
.mpf-share2-controls-row.mpf-share2-controls-embed {
    line-height: 23px;
}
.mpf-share2-icon.mpf-share2-toggle-button {
    background: url("share2/toggle.png") no-repeat 0 0;
    color: white;
    font-size: 12px;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 1px 0;
    cursor: pointer;
    margin-right: 10px;
    width: 20px;
    height: 30px;
    background-position: 0 8px;
}
.mpf-share2-toggle-button:hover {
    opacity: .9;
}
.mpf-share2-panel {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #dcdcdc;
    background: #424549;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424549', endColorstr='#2e3034');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424549', endColorstr='#2e3034');
    background: -webkit-gradient(linear, left top, left bottom, from(#424549), to(#2e3034));
    background: -moz-linear-gradient(top,  #424549,  #2e3034);
    background: -ms-linear-gradient(top,  #424549,  #2e3034);
    background: -o-linear-gradient(top,  #424549,  #2e3034);
    background: linear-gradient(top,  #424549,  #2e3034);
    z-index: 15;
    display: block;
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    overflow-y: hidden;
}
.mpf-share2-container {
    margin: 12px;
}
.mpf-share2-container input[type="text"] {
    background: #303030;
    color: white;
    padding: 4px;
    border-style: solid;
    border-color: #666;
    border-width: 1px;
    height: 17px;
    margin: 1px;
}
.mpf-share2-container input[type="text"][disabled],
.mpf-share2-container input[type="text"][readonly] {
    background: #464646;
}
input.mpf-share2-controls-start-at-field {
    width: 50px;
}
.mpf-share2-container hr {
    border-color: #c7c7c7;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin: 10px 0;
}
.mpf-share2-header .mpf-share2-title {
    font-size: 14px;
    font-weight: 700;
}
.mpf-share2-pull-left {
    float: left;
}
.mpf-share2-text-center {
    text-align: center;
}
.mpf-share2-soft-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mpf-share2-pull-right {
    float: right;
}
.mpf-share2-overflow-hidden {
    overflow: hidden;
}
.mpf-share2-block {
    display: block;
}
.mpf-share2-body {
}
.mpf-share2-controls-container,
.mpf-share2-thumbnail-container {
    vertical-align: top;
}

.mpf-share2-controls-container {
    float: right;
    margin-left: 10px;
}
.mpf-share2-thumbnail-container {
    overflow: hidden;
}
.mpf-share2-controls-container span,
.mpf-share2-controls-container label {
    font-size: 11px;
    vertical-align: sub;
    vertical-align: -webkit-baseline-middle;
}
label.mpf-share2-controls-start-at-other-label {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
label.mpf-share2-controls-start-at-beginning-label {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
label.mpf-share2-controls-start-at-other-label,
label.mpf-share2-controls-start-at-beginning-label {
    width: 49%;
    text-align: center;
    padding: 10px 0;

    -moz-box-shadow:inset 0px 1px 0px 0px #919191;
    -webkit-box-shadow:inset 0px 1px 0px 0px #919191;
    box-shadow:inset 0px 1px 0px 0px #919191;

    background-color: #747474;

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747474', endColorstr='#383838');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747474', endColorstr='#383838');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #747474), color-stop(1, #383838) );
    background: -moz-linear-gradient( center top, #747474 5%, #383838 100% );
    background: -o-linear-gradient( center top, #747474 5%, #383838 100% );
    background: -ms-linear-gradient( center top, #747474 5%, #383838 100% );
    background: linear-gradient( center top, #747474 5%, #383838 100% );
    /* ie10 and ie11 require background-image */
    background-image: linear-gradient( to top, #747474 5%, #383838 100% );

    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #424242;
    border: 1px solid #292929;
    border-top-width: 0;
    border-bottom-width: 2px;
}
label.mpf-share2-controls-start-at-beginning-label:hover,
label.mpf-share2-controls-start-at-other-label:hover {
    background-color: #383838;

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#747474');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#747474');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #383838), color-stop(1, #747474) );
    background: -moz-linear-gradient( center top, #383838 5%, #747474 100% );
    background: -o-linear-gradient( center top, #383838 5%, #747474 100% );
    background: -ms-linear-gradient( center top, #383838 5%, #747474 100% );
    background: linear-gradient( center top, #383838 5%, #747474 100% );
    /* ie10 and ie11 require background-image */
    background-image: linear-gradient( to top, #383838 5%, #747474 100% );
}
label.mpf-share2-controls-start-at-beginning-label.mpf-share2-checked:hover,
label.mpf-share2-controls-start-at-other-label.mpf-share2-checked:hover,
label.mpf-share2-controls-start-at-beginning-label.mpf-share2-checked,
label.mpf-share2-controls-start-at-other-label.mpf-share2-checked {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";;
    background: #2F3030;
    -moz-box-shadow: inset 0 1px 0 0 #4E4E4E;
    -webkit-box-shadow: inset 0 1px 0 0 #4E4E4E;
    box-shadow: inset 0 1px 0 0 #4E4E4E;
    border-color: #353232;
    cursor: auto;
}
.mpf-share2-thumbnail {
    width: 100%;
    height: auto;
}
input[type="radio"].mpf-share2-controls-start-at-radio {
    margin: 0 10px;
}
.mpf-share2-controls-link-label,
.mpf-share2-controls-embed-label {
    width: 70px;
}
.mpf-share2-controls-link-field-wrapper,
.mpf-share2-controls-embed-field-wrapper {
    overflow: hidden;
    padding-left: 10px;
}
input.mpf-share2-controls-link-field,
input.mpf-share2-controls-embed-field {
    width: 90%;
}
.mp-sm .mpf-share2-panel hr,
.mp-sm .mpf-share2-controls-start-at {
    display: none;
}
.mp-xs .mpf-share2-controls-embed,
.mp-xs .mpf-share2-thumbnail {
    display: none;
}
.mp-xs .mpf-share2-controls-container {
    width: 100%;
}/* timeline track */

.mpf-timeline-track {
    position: relative;
    top: 0; left: 0;
    width: 100%;
    height: 7px;
    background: #191919;
    z-index: 1000;
    cursor: pointer;
    background-image: url("timeline/timeline-load.png");
    background-repeat: repeat-x;
}
/*.mp-fullscreen .mpf-timeline-track  {*/
/*height: 14px !important;*/
/*background-size: cover;*/
/*}*/
/*.mp-fullscreen .mpf-timeline-track-fill {*/
/*background:  url("timeline/timeline-play.png") repeat-x;*/
/*background-size: cover;*/
/*}*/
/*.mp-fullscreen .mpf-timeline-track-knob {*/
/*display: none;*/
/*}*/


.mpf-timeline-track-fill {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 0%;
    background:  url("timeline/timeline-play.png") repeat-x;
    cursor: pointer;

}
.mpf-timeline-track-buffer {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 0%;
    background:  url("timeline/timeline-load.png") repeat-x;
    cursor: pointer;
}

.mpf-timeline-track-knob {
    position: absolute;
    top: -4px;
    right: -7px;
    background: url("timeline/timeline-handle.png") no-repeat;
    height: 14px;
    width: 14px;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}

.mpf-timeline-track-overlay {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.mpf-timeline-track-marker,
.mpf-timeline-track-result {
    /*-  Q markers: 2x7 px, #0064cb*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #0064cb;
    cursor: pointer;
}
.mpf-timeline-track-marker-search {
    background: white;
}

.mpf-timeline-track-result {
    background: #ffffff;
}

/*
 * The widths specified here relate to widths in
 * ui.tracktip.js, e.g.:
 *
 *                var width = Math.max( b.width() * .2, 250)
 */

.mp-tracktip {
    position: absolute;
    top: -32px;
    background: #2D3133;
    color: white;
    border: 1px solid black;
    left: 50px;
    border-radius: 10px;
    padding: 2px 8px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    width: 250px;
    display: none;
}

.mp-tracktip-thumb {
    height: 64px;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}
.mp-tracktip-cc {
    padding-left: 10px;
    margin-top: 4px;
    line-height: normal;
}
.mp-tracktip-box {
    overflow: hidden;
}

.mp-tracktip-time {
    padding: 4px 12px;
    text-align: center;
    font-weight: bold;
}
.mp-tracktip-clear {
    clear: both;
    height: 1px;
    line-height: 1px;
}

.mp-fullscreen .mp-tracktip {
}
.mp-fullscreen .mp-tracktip-thumb {
    height: 5em !important;
}
.metaplayer-captions {
    color: white;
    text-shadow: 0 0 5px black, 0 0 5px black, 0 0 10px black, 0 0 10px black;
    font-family: Verdana, sans-serif;
}
.metaplayer-captions-text {
    /*font-size: 14px;*/
    padding: 10px;
}


.mp-controls {
    background: silver;
    height: 26px;
}
.mp-controls-box {
    background: #aaa;
}

.mp-controls-time {
    text-shadow: 0 0 2px #666;
    font-family: verdana, arial, sans-serif;
    font-size:11px;
    height:100%;
    width: 100px;
    vertical-align: top;
    margin-top: -4px;
}
.mp-controls-time-current {
    color: black;
    text-shadow: 0 1px 0 #fff;
}

.mp-controls-time-duration {
    text-shadow: none;
    color:#777777;
}

.mp-controls-play {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(assets/control/play-28x24.png);
    left: 7px;
}

.mp-controls-pause {
    background-image: url(assets/control/pause-28x24.png);
}

.mp-controls-fullscreen {
    background: url(assets/control/fullscreen-32x24.png);
}

.mp-controls-track {
    border: 1px solid dimGray;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #4C4C4C;
    height: 15px;
    margin-left: 30px;

}

.mp-controls-track-fill {
    background: #d3d3d3; /* for non-css3 browsers */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#9f9f9f');  for IE but doesn't work in IE9 */
    background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#9f9f9f)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #d3d3d3,  #9f9f9f); /* for firefox 3.6+ */
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    }

.mp-controls-track-marker {
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: url(assets/dot-blue.png) no-repeat;
}

.mp-controls-query {
    background: transparent url(assets/dot-orange.png) no-repeat;
}

.mp-controls-tag {
}

.mp-controls-metaq {
}

.mp-controls-track-knob {
    background: url(assets/playhead.png) no-repeat;
    border:  none;
    width:9px;
    height:20px;
    top:-2px;
}

.mp-controls-track-knob:hover {
    border:  none;
    background: url(assets/playhead.png) no-repeat;
}

.mp-controls-track-knob:active {
    border:  none;
    background: url(assets/playhead.png) no-repeat;
}

.mp-controls-track-buffer {
    background: #666;
    border-radius: 5px;
}



.metaplayer-embed-button {
    border:  none;
    opacity: 0.7;
}

.metaplayer-embed-selected {
    border:  none;
    opacity: 1;
}

.metaplayer-embed-label {
    display: none;
}
.metaplayer-embed-small {
    background: url('assets/control/embed-small.png');
    width: 12px;
    height: 12px;
    cursor: pointer
}
.metaplayer-embed-medium {
    background: url('assets/control/embed-medium.png');
    width: 16px;
    height: 12px;
    cursor: pointer
}
.metaplayer-embed-large {
    background: url('assets/control/embed-big.png');
    width: 20px;
    height: 12px;
    cursor: pointer
}

.metaplayer-embed-textbox {
    position:relative;
    top: 0;
    left:0;
    background:#878787;
    right: 0;
    height:70px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.metaplayer-embed-text {
    color: #FFFFFF;
    background:#878787;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.metaplayer-embed-header {
    float: left;
    font-size: 14px;
    font-weight: bold;

}
.metaplayer-endcap{
    background: url('assets/black80.png');
}

.metaplayer-endcap-again-icon {
    position: absolute;
    width: 20px;
    height: 26px;
    top: 10px;
    left: 15px;
    background: url(assets/control/watch-again-20x26.png) no-repeat;
}
.metaplayer-endcap-countdown {
    position: absolute;
    width: 38px;
    height: 26px;
    top: 10px;
    left: 10px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    text-align: center;
}

.metaplayer-endcap-left-title,
.metaplayer-endcap-right-title {
    padding-top: 16px;
    padding-left: 50px;
}

.metaplayer-endcap-search-input,
.metaplayer-endcap-search-input:focus
{
    background: none repeat scroll 0 0 #878787;
    border: 0 none;
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    right: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-right: 30px;
}
.metaplayer-endcap-search-btn {
    background-image: url('assets/control/search-16.png');
    background-color: #878787;
    height: 16px;
    width: 16px;
    margin: 1px 0;
    background-repeat:no-repeat;
    background-position:center;
    border: none;
    z-index: 10;
}


.metaplayer-overlay {
    background: url('assets/black80.png');
}

.metaplayer-overlay-tag-label {
    color: #439DDD;
    background: none;
}
.metaplayer-overlay-tag-label:hover {
    color: #FFF;
}

.metaplayer-overlay-search-input,
.metaplayer-overlay-search-input:focus
{
    right: 0px;
    background-color: #878787;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-right: 30px;
}
.metaplayer-overlay-search-btn {
    background-image: url('assets/control/search-16.png');
    background-color: #878787;
    height: 16px;
    width: 16px;
    margin: 1px 0;
    background-repeat:no-repeat;
    background-position:center;
    border: none;
    z-index: 10;
}

.metaplayer-overlay-play {
    width: 28px;
    height: 24px;
    background: url('assets/control/play-28x24.png');
}

.metaplayer-overlay-pause {
    width: 28px;
    height: 24px;
    background: url('assets/control/pause-28x24.png');
}

.metaplayer-overlay-cc {
    background: url('assets/control/cc-32x24.png');
    width: 32px;
    height: 24px;
}

.metaplayer-overlay-cc-off {
    background: url('assets/control/cc-disabled.png');
    width: 32px;
    height: 24px;
}

.metaplayer-overlay-mute {
    background: url('assets/control/vol-20x24.png');
    width: 22px;
    height: 24px;
}
.metaplayer-overlay-unmute {
    background: url('assets/control/mute-22x24.png');
    width: 22px;
    height: 24px;
}
.metaplayer-overlay-volume {
    background: url('assets/control/volume-bars-blue.png');
}
.metaplayer-overlay-volume-bg {
    background: url('assets/control/volume-bars.png');
    width: 79px;
    height: 24px;
}
/* Close */
.metaplayer-overlay-close-btn {
    background: url(assets/close-button-arrow.png) no-repeat;
    width: 25px;
    height: 25px;
}


