#stage,
.fakestage
{
    position: relative;
}

.share_bg,
.share_content
{
    position: fixed;
    overflow: hidden;
    padding: 20px 10px 10px;

    -o-transition:      width 500ms ease,   height 500ms ease;
    -moz-transition:    width 500ms ease,   height 500ms ease;
    -webkit-transition: width 500ms ease,   height 500ms ease;
    transition:         width 500ms ease,   height 500ms ease;
}

.share_bg
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999998;
}

.share_content
{
    padding: 20px;
    width: 100%;
    max-width: 50%;
    max-height: 50%;
    left: 50%;
    top: 50%;
    z-index: 999999999;

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

.share_content ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.share_content p
{
    padding: 0;
}

.share_content .closer
{
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 1.25rem;
}

.share_content ul li
{
    text-align: center;
}

.share_content ul.downloads
{
    padding: 10px;
    margin: 10px -10px 0;
}

.share_content ul.downloads li
{
    text-align: left;

    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;

    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.share_content ul li a
{
    display: inline-block;
    white-space: nowrap;
}

.share_content ul.downloads li a svg,
.share_content ul.downloads li a span.download_quality
{
    display: inline-block;
    vertical-align: middle;
}

.playercontainer
{
    max-width: 100%;
    margin: 0 0 15px;
    overflow: hidden;
}

.playercontainer .player
{
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 0 0 56.25%; /* 16:9 */
}

.playercontainer .player .splash
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.playercontainer .player .splash.istimer::before
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.playercontainer .player .splash.istimer p
{
    position: absolute;
    z-index: 1;
    text-align: center;
    padding: 0 20px;
    font-size: 3.125rem;
    line-height: 1.12;
    font-weight: bold;
    top: 50%;
    right: 0;
    left: 0;

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

.mainplayer div:not(".searchresult") h3
{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.16;
    padding: 0;
    margin: 0 0 10px;
}

.mainplayer .flx_detail p
{
    font-size: 0.938rem;
    line-height: 1.33333;
}

.video_action
{
}

.video_action .icon
{
    display: block;
    margin: 0 0 5px;
    cursor: pointer;
}

.video_stats
{
    margin: 11px 0 0;
}

.video_stats span
{
    display: inline-block;
    font-size: 0.938rem;
    line-height: 1.33333;
    padding: 0 10px;
}

.video_stats span:first-child
{
    padding: 0 10px 0 0;
}

.video_stats span:last-child:not(:first-child)
{
    border-right: none;
    padding: 0 0 0 10px;
}

.video_stats span:first-child:last-child
{
    border-right: none;
}

.video_stats .time i
{
    font-size: 75%;
}

.getmore
{
    margin: 30px 0 40px;
    text-align: center;
}

.getmore > div
{
    display: inline-block;
}

.slider_padding
{
    padding: 10px;
    vertical-align: top;
}

.row.triple_item .sl_news > .slider_padding,
.slider_padding.slp_911
{
    padding: 10px 0;
}

.slidercontrols
{
    text-align: center;
    /*margin: 40px 0 0;*/
    margin: 0;
}

.sl_v_controls
{
    display: none;
    text-align: center;
}

.sl_v_controls .icon
{
    height: 30px;
    width: 30px;
    margin: 5px 0;
    font-size: 15px;

    -o-transition:      all 500ms ease;
    -moz-transition:    all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition:         all 500ms ease;
}

.sl_v_controls .icon span i,
.sl_v_controls .icon span img
{
    line-height: 30px;
}

.main_menu .slidercontrols
{
    margin: 0;
}

.triple_item > .col > .tile
{
    padding: 10px 0;
}

.tiles .tile
{
    padding: 15px;
}

.tile .image
{
    position: relative;

    -o-transition:      all 500ms ease;
    -moz-transition:    all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition:         all 500ms ease;
}

.tile .image .imagebg
{
    position: relative;
    margin: 0;
    padding: 0 0 56.25%; /* 16:9 */
    overflow: hidden;
}

.tile .image .imagebg > div
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tile .image .details
{
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.tile .image .details span
{
    display: inline-block;
    vertical-align: bottom;
}

.tile .image .details .play
{
    padding: 14px 15px;
    line-height: 1;
}

.tile .image .details .play img
{
    display: block;
    width: 0.75rem;
    height: 0.75rem;
}

.tile .image .details .duration
{
    padding: 12px 16px 10px;
    font-size: 0.875rem;
    line-height: 1.285;
    height: calc( 1.124375rem + 22px ); /* line-height + padding-top + padding-bottom */
}

.tile .title
{
    white-space: pre-line;
    cursor: pointer;
}

.tile .title,
.tile .title.ttl_below
{
    margin: 10px 0 0;
}

.tile .title p
{
    line-height: 1.333333;
    font-size: 0.938rem;
}

.news1 .tile .title p,
.news2 .tile .title p
{
    font-weight: 300;
}

.tile .title.ttl_below p
{
    /*line-height: 1.411;
    font-size: 1.063rem;*/
    font-weight: 300;
    white-space: pre-line;
}

#stage .tile .title.ttl_below p
{
    font-size: 1.25rem;
}

.tile .title.ttl_below p:first-child
{
    font-weight: bold;
    /*font-size: 1.25rem;
    line-height: 1.16;*/
}

.mainplayer .tile .title.ttl_below p
{
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;

    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mainplayer .description
{
    margin: 11px 0 0;
    white-space: pre-line;
}

.mainplayer a.toggle
{
    font-size: 0.75rem;
    line-height: 1.583333;
    cursor: pointer;
}

.mainplayer a.toggle::before
{
    display: inline-block;
    margin: 0 8px 0 0;
    content: '';
    width: 0.85rem;
    height: 0.85rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 90%;
}

.mainplayer a.toggle.tgm::before
{
    background-position: 3px center;

    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mainplayer a.toggle.tgl::before
{
    background-position: -3px center;

    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.big911button
{
    padding: 40px 0 30px;
    text-align: center;
}

.big911button a
{
    display: block;
    font-size: 1.25rem;
    line-height: 1.275;
    font-weight: 400;
    vertical-align: middle;
    padding: 14px 10px 10px;
    text-align: center;
    text-decoration: none;
}

.flowplayer .fp-menu a::before
{
    display: none;
}
.flowplayer .fp-menu a.fp-selected
{
    color: #191f22 !important;
}

.mainplayer span.stagescrolltarget
{
    position: absolute;
    left: 0;
    top: -23px;
    height: 1px;
    width: 1px;
    z-index: -1;
}