/*
Theme Name: FOO
Description: YouTube clone.
Version: 1.0
Author: Michael Shick
Author URI: http://www.michaelshick.com
*/


/***************************************
CONTROLBAR
***************************************/


/***************************************
general
***************************************/
.projekktor {
    background-color:#000;
    padding:0;
    display:block;
    position: relative;
    overflow: hidden;
}

.pptestcard {
    background: url("/embed/noise.gif") center center repeat;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
}

.pptestcard p {
    background-color: #3b393e;
    width: 60%;
    margin: auto;
    line-height: 25px;
    position: relative;
    top: 25%;
    padding: 10px;
    border:5px solid #000;
    text-align: center;
}


/***************************************
display plugin
***************************************/
.ppdisplay {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

.ppdisplay .inactive,
.ppstart.inactive,
.ppbuffering.inactive {
    display: none;
}

.ppstart {
    background: url("/embed/glyphs.png");
    background-repeat: none;
    background-position: -122px -170px;

    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left:-48px;
    margin-bottom: -48px;
    cursor: pointer;
    height: 112px;
    width: 112px;
    display: block;
    padding: 0px;
}

body.small .ppstart {
    height: 84px;
    width: 84px;
/*    background-position: 0px -194px;
    margin-left:-36px;
    margin-bottom: -42px;*/
}

#video-player:hover .ppstart,
.ppstart:active {
    opacity: 1;
}

.ppbuffering {
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left:-45px;
    margin-bottom: -38px;
    display: block;
    z-index:9010;
    padding: 0px;
    background: url("/embed/buffering.gif") no-repeat center center #000;
    height: 84px;
    width: 84px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}


/***************************************
controlbar plugin
***************************************/
.ppcontrols {
    position: absolute;
    bottom: 0;
    right:0;
    display: block;
    width: 100%;
    height: 39px;
    padding: 0;
    margin:0;
    z-index: 1100;
}

.ppcontrols .active {
    display: block;
}

.ppcontrols .inactive {
    display: none;
}

.projekktor.notransitions .ppcontrols.active {
    display: block;
}

.projekktor.notransitions .ppcontrols.inactive {
    display: none;
}


.ppcontrols {
    -webkit-transition: margin-bottom 0.1s ease;
    -moz-transition: margin-bottom 0.1s ease;
    -o-transition: margin-bottom 0.1s ease;
    transition: margin-bottom 0.1s ease;
}

.ppcontrols.active {
    margin-bottom: 0px;
}

.ppcontrols.inactive {
    margin-bottom: -36px;
}

.ppcontrols .buttons {
    background: #000;
    position: absolute;
    top: 8px;
    left: 0px;
    height: 31px;
    width: 100%;
}

.ppcontrols .button {
    position: relative;
    height: 31px;
}

.ppcontrols .quality {
    position: absolute;
    right: 42px;
    width: 26px;
}

/* PLAY / PAUSE - left */
.ppcontrols .play-pause {
    float: left;
    width: 40px;
}

.ppplay,
.pppause  {
    background: url("/embed/glyphs.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 15px;

    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ppplay {
    background-position: -133px -56px;
}

.pppause {
    background-position: -102px -56px;
}

.ppplay:hover,
.ppplay:active,
.pppause:hover,
.pppause:active {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* Enter / Exit Fullscreen - right */
.ppcontrols .fullscreen {
    position: absolute;
    right: 10px;
    width: 20px;
}

.projekktor.audio .ppfsenter,
.projekktor.audio .ppfsexit {
    display: none;
}

.ppfsenter,
.ppfsexit  {
    background: url("/embed/glyphs.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 0px;

    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ppfsenter {
    background-position: -29px -56px;
}

.ppfsexit {
    background-position: -4px -56px;
}

.ppfsenter:hover,
.ppfsexit:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* Unmute / Max volume - right */
.ppcontrols .mute {
    float: left;
    width: 30px;
}

.ppvmax,
.ppmute  {
    position: absolute;
    top: 9px;
    left: 5px;
    background: url("/embed/glyphs.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    cursor: pointer;

    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ppvmax {
    background-position: -80px -56px;
    z-index: 0;
}

.ppmute  {
    background-position: -54px -56px;
    z-index: 10;
}

.ppmute:hover,
.ppmute:active,
.ppvmax:hover,
.ppvmax:active {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* time / time left */
.ppcontrols .timeleft {
    float: left;
    width: 100px;
}

.pptimeleft {
    color: #ddd;
    width: 100%;
    line-height: 34px;
    height: 31px;
    text-align: center;
    overflow: hidden;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: .08em;
}

.pptimeleft .ttotal,
.pptimeleft .tseparator {
    color: #999;
}


/* lo / hi quality toggle */
.pploquality,
.pphiquality {
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
    font-size: .7em;

    color: #000;

    width: 16px;
    height: 11px;
    padding: 4px;
    margin-top: 6px;

    cursor: pointer;
}

.pploquality {
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.pphiquality {
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.pploquality:hover {
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.pphiquality:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Scrubber, Playhead and fluff */
.ppscrubber {
    position: absolute;
    top: 0px;
    height: 8px;
    width: 100%;
    background: #333;
    left: 0;
    margin: 0;
    padding: 0;
}

.ppscrubberdrag {
    cursor: pointer;
    z-index: 302;
    position: absolute;
    top:-3px;
    left:0;
    height: 10px;
    width: 100%;
}

.ppscrubberknob {
    cursor: pointer;
    height: 16px;
    width: 16px;
    background-color: #eaeaea;
    position: absolute;
    z-index: 303;
    top: -4px;
    margin-left: -8px;
    border-radius: 8px;

    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;

    -webkit-box-shadow: 0px 5px 15px #333;
    box-shadow: 0px 5px 15px #333;
}

.ppscrubberknob:hover,
.ppscrubberknob:active {
    background-color: #39a9ff;
}

.inactive .ppscrubberknob {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ppad .ppscrubberknob,
.ppstateidle .ppscrubberknob {
    display: none;
}

.ppplayhead, .pploaded {
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 1px;
    background-color: #39a9ff;
    cursor: pointer;
    z-index: 301;
}

.ppcuepoint {
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: yellow;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 302;
}

.ppcuepoint:hover {
    background-color: red;
    cursor: pointer;
}

.pploaded {
    position: relative;
    z-index: 10;
    background-color: #d2d2d2;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.ppplayhead {
    margin-top: -8px;
}

.ppcontextmenu.active {
    display: block;
}
.ppcontextmenu.inactive {
    display: none;
}
.ppcontextmenu  {
    background: none repeat scroll 0 0 #FFFFFF;
    list-style: none outside none;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    margin: 4px 0;
    outline: medium none;
    overflow: auto;
    padding: 6px 0;
    position: absolute;
    z-index: 2147483647;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}

.ppcontextmenu li {
    color: #333;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 6px 20px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
}

.ppcontextmenu li:hover {
    color: #fff;
    background-color: #333;
}



/***************************************
LOGO
***************************************/

.pplogo {
    position: absolute;
    bottom: 7%;
    right: 5%;
    height: auto;
    width: 8%;
    z-index: 1000;
}

@media (max-width: 480px) {
    .pplogo {
        display: none;
    }
}

img.pplogo.inactive {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 1.0s linear;
    -moz-transition: opacity 1.0s linear;
    -o-transition: opacity 1.0s linear;
    transition: opacity 1.0s linear;
}

img.pplogo.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 1.0s linear;
    -moz-transition: opacity 1.0s linear;
    -o-transition: opacity 1.0s linear;
    transition: opacity 1.0s linear;
}



/***************************************
TOOLBAR
***************************************/
/* GENERAL ****************************/

body.ppad .toolbar {
    display: none;
}

.toolbar {
    position: relative;
    z-index: 100001;
}


/* SMALL TOOLBAR **********************/

#toolbar-small {
    display: none;
}

body.small #toolbar-small {
    display: block;
}

body.small.ppad #toolbar-small {
    display: none;
}

#toolbar-small {
    height: 34px;
    width: 100%;

    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

body.small.hover #toolbar-small {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#toolbar-small .icon-resize-full {
    display: block;
    height: 20px;
    width: 20px;
    background: url("/embed/glyphs.png");
    background-repeat: no-repeat;
    background-position: -106px -16px;
}

#toolbar-small .fullscreen .ppfullscreen {
    cursor: pointer;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    display: block;
    padding: 6px;
    float: right;
}

#toolbar-small .fullscreen .ppfullscreen:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#toolbar-small .play-pause {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    height: 20px;
    width: 20px;
}

#toolbar-small .inactive {
    display: none;
}

#toolbar-small .active {
    display: block;
}

#toolbar-small .ppplay {
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: -177px -18px;
}

#toolbar-small .pppause {
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: -144px -18px;
}


/* LARGE TOOLBAR **********************/

#toolbar-large {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
    height: 34px;
    width: 100%;
    margin-top: -34px;

    -webkit-transition: margin-top 0.1s ease;
    -moz-transition: margin-top 0.1s ease;
    -ms-transition: margin-top 0.1s ease;
    -o-transition: margin-top 0.1s ease;
    transition: margin-top 0.1s ease;
}

body.small #toolbar-large,
body.ie8 #toolbar-large {
    display: none;
}

body:hover #toolbar-large,
body.overlay-active #toolbar-large {
    margin-top: 0px;
}

.toolbar .title,
.toolbar .buttons {
  position: absolute;
  top: 0px;
  overflow: hidden;
}

.toolbar .title {
  left: 10px;
  width: 70%;
  padding: 9px 0px 6px;
  margin: 0px;
  z-index: 5;
}

.toolbar .buttons {
  width: 90px;
  right: 10px;
  line-height: 38px;
  z-index: 10;
}

.toolbar button {
  display: block;
  float: left;
  width: 18px;

  background: none;
  border-style: none;
  border: 0px;
  padding: 0px;
  margin-left: 10px;
  height: 34px;

  opacity: .8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.toolbar button:hover,
.toolbar button:active {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.toolbar .icon-code {
  background: url("/embed/glyphs.png");
  display: block;
  height: 34px;
  width: 100%;
  background-position: -5px -11px;
}

.toolbar .icon-mail-forward {
  background: url("/embed/glyphs.png");
  display: block;
  height: 34px;
  width: 100%;
  background-position: -209px -11px;
}

.toolbar .icon-info-sign {
  background: url("/embed/glyphs.png");
  display: block;
  height: 34px;
  width: 100%;
  background-position: -39px -10px;
}

.toolbar .title a,
.toolbar .title a:link {
  font-size: 0.9em;
  height: 19px;
  line-height: 19px;
  display: block;
  overflow: hidden;
}

.toolbar .title a,
.toolbar .title a:link,
.toolbar button {
  font-weight: normal;
  color: #dddddd;
  text-decoration: none;
}

.toolbar button {
  font-size: 1.1em;
}

.toolbar .title a:hover,
.toolbar button:hover {
  color: #fff;
  cursor: pointer;
}


/***************************************
OVERLAY
***************************************/

/******** BASIC OVERLAY */


#overlay-share,
#overlay-embed,
#overlay-related,
#overlay-info {
    display: none;
}

.show.share #overlay-share {
    display: block;
}

.show.embed #overlay-embed {
    display: block;
}

.show.related #overlay-related {
    display: block;
}

.show.info #overlay-info {
    display: block;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding-top: 34px;
    box-sizing: border-box;
}

#overlay:before,
#overlay:after {
    content: " ";
    display: table;
}

#overlay:after {
    clear: both;
}

#overlay-close {
    z-index: 100010;
    position: absolute;
    top: 41px;
    left: 9px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 26px;
    line-height: 20px;
    visibility: hidden;
}

.show #overlay-close {
    visibility: visible;
}

#overlay-background {
    border-top: 1px solid #333;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 100001;

    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;

    background-color: #000;
    visibility: hidden;
}

.show #overlay-background {
    visibility: visible;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: 100000;
}

.panel {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100002;

    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.message {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: .06em;
    color: #ddd;
}

/******** EMBED PANEL */

#overlay-embed {
    padding: 0px;
    height: 125px;
    width: 350px;
}

#embed textarea {
    height: 125px;
    width: 100%;

    background: #000;
    background: rgba(0,0,0,.7);
    color: #fff;
    border: 1px solid #333;
    border: 1px solid rgba(50,50,50,1);

    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    overflow: hidden;
    resize: none;
    padding: 10px;

    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    #overlay-embed {
        height: 100px;
        width: 280px;
    }

    #overlay-embed .message {
        margin-bottom: 5px;
        font-size: 16px;
    }


    #embed textarea {
        height: 85px;
        width: 100%;
        font-size: 0.8em;
    }
}



/******** SHARE PANEL */

#overlay-share {
    padding: 0px;
    height: 125px;
    width: 350px;
}

#share input {
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    background: #000;
    background: rgba(0,0,0,.7);

    color: #fff;

    border: 1px solid #333;
    border: 1px solid rgba(50,50,50,1);

    font-size: 1.5em;
    font-family: Helvetica, Arial, sans-serif;

    overflow: hidden;

    padding: 9px;
}

@media (max-width: 480px) {
    #overlay-share {
        height: 100px;
        width: 280px;
    }

    #overlay-share .message {
        margin-bottom: 5px;
        font-size: 16px;
    }


    #share input {
        width: 100%;
        font-size: 1em;
    }
}

#share ul {
    padding: 0px;
    width: 182px;
    margin: 10px auto;
}

#share li {
    float: left;
    display: block;
    margin: 0 10px;
}

#share li a {
    height: 40px;
    width: 40px;
    display: block;
    text-decoration: none;
}

#share li.facebook a {
    border-radius: 4px;
    background-color: #3b5998;
}

#share li.twitter a {
    border-radius: 4px;
    background-color: #4099ff;
}

#share li.google a {
    border-radius: 4px;
    background-color: #d34836;

}

#share a i {
    display: block;
    height: 40px;
    width: 40px;
    background: url("/embed/glyphs.png");
    background-repeat: no-repeat;
}

#share .icon-facebook {
    background-position: -121px -97px;
}

#share .icon-twitter {
    background-position: 2px -100px;
}

#share .icon-google-plus {
    background-position: -69px -96px;
}

/******** INFO PANEL */

#overlay-info {
    height: 75%;
    width: 65%;
    margin: 3% auto;
    overflow: hidden;

    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#info .title,
#info .description {
    color: #fff;
}

#info .title {
    margin: 0px;
    font-size: 1.8em;
}

#info .description {
    font-size: 1em;
}

#info .readmore a,
#info .readmore a:link {
    text-transform: uppercase;
    text-decoration: none;
    color: #ddd;
}

#info .readmore a:hover {
    color: #fff;
}

@media (max-width: 320px) {
    #overlay-info {
        width: 75%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    #info .title {
        font-size: .9em;
    }

    #info .description {
        font-size: .7em;
    }
}

@media (max-width: 480px) and (min-width: 321px) {
    #overlay-info {
        width: 75%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    #info .title {
        font-size: 1.2em;
    }

    #info .description {
        font-size: .8em;
    }
}


/******** RELATED PANEL */

#overlay-related {
    height: 125px;
    width: 350px;
    overflow: hidden;
}

body.small #overlay-related {
    display: none;
}

.related-still {
    width: 200px;
    height: 133px;

    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    border: 1px solid #000;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
}

.related-info {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
    height: 100%;
    widows: 100%;
}

.related-still:hover .related-info {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.related-info-bg {
    background-color: #000;
    display: block;
    height: 100%;
    width: 100%;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.related-title {
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    text-align: left;
}


@media (max-width: 541px) {
  #overlay-related {
    height: 180px;
    width: 280px;
  }

  .related-still {
    width: 140px;
    height: 90px;
    font-size: .7em;
  }
}

@media (max-width: 720px) and (min-width: 541px) {
  #overlay-related {
    margin: 14px 0px;
    height: 264px;
    width: 450px;
  }

  .related-still {
    width: 150px;
    height: 88px;
    font-size: .8em;
  }
}

@media (max-width: 960px) and (min-width: 721px) {
  #overlay-related {
    height: 348px;
    width: 600px;
  }

  .related-still {
    width: 200px;
    height: 116px;
    font-size: .9em;
  }
}

@media (min-width: 961px) {
  #overlay-related {
    height: 480px;
    width: 900px;
  }

  .related-still {
    width: 225px;
    height: 160px;
    font-size: .9em;
  }
}


/***************************************
IMA
***************************************/
/*
 * The whole player gets the additional class "<prefix>ad" during linear ad playback
 * this way you are able to customize all controlelements and more to match your GUI-restriction-needs:
 */
.ppad .ppadtitle {
    display: none;
}

/*
 * Ad-Skip option overlay:
 */
.ppadskip {
    position: absolute;
    height: 22px;
    padding: 14px 15px;
    right: 0px;
    bottom: 17%;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    border-style: solid;
    border-color: #333;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0px;

    color: #fff;
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: lighter;

    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ppadskip .skip-text {
    display: block;
    float: left;
}

.ppadskip i.icon-step-forward {
    background: url("/embed/glyphs.png");
    background-repeat: no-repeat;
    background-position: -161px -50px;
    display: block;
    float: left;
    margin-left: 5px;
    margin-top: -1px;
    height: 24px;
    width: 12px;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ppadskip.unlocked:hover,
.ppadskip.unlocked:active {
    border-color: #ccc;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (max-width: 480px) {
    .ppadskip {
        border: none;
        height: 14px;
        line-height: 15px;
        top: 0px;
        bottom: auto;
        padding: 8px 8px;
        font-size: .8em;
        font-weight: normal;
    }

    .ppadskip i.icon-step-forward {
        background-position: -188px -56px;
        margin-left: 5px;
        margin-top: -1px;
        height: 16px;
    }
}

.ppadskip.unlocked {
    cursor: pointer;
    color: #ddd;
}



/*
 * Nonlinear Ad Overlay Styling:
 * <div class="ppadoverlay active" data-pp-ima-func="container">
 *    <div class="ppadclose"></div>
 *    <div class="ppadcontent"></div>
 * </div>
 */


/* the overlay wrapper */
.ppadoverlay {
    z-index: 9999;
}

.ppadoverlaywrapper {
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 48px;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

body.small .ppadoverlaywrapper {
    bottom: 0px;
}

.ppadoverlay.inactive {
    display: none;
}

/* close button */
.ppadclose {
    position: absolute;
    top: -12px;
    right: 0px;
    height: 12px;
    width: 22px;
    cursor: pointer;
    font-size: 14px;
}

.ppadclose:before {
    display: block;
    content: "\00D7";
    margin-right: -23px;
    width: 22px;
    height: 12px;
    line-height: 11px;
    color: #999;
    background-color: #222;
    border-width: 1px
    border-style: solid;
    border-color: #333;
    border-bottom-width: 0px;
    text-align: center;
}

.ppadclose:hover:before {
    color: #ddd;
    border-color: #999;
    background-color: #666;
}


/* content (image/flash/html) container */
.ppadcontent {
    cursor: pointer;
    margin: auto;
}
