﻿/* ------------------------ SKINABLE HEADER ------------------------ */
.slideshow_placeholder
{
    position: relative;
    width: 100%;
    height: 225px;
    margin-top:0px;
}

.slideshow_placeholder_no_thumb
{
    position: relative;
    width: 100%;
    height: 40px;
    margin-top:0px;
}

.skinable-header
{
    min-height: 240px;
    position: relative;
}

.skinable-header-nobackground
{
    height: 150px;
    position: relative;
    background: #26a69a;
}

.skin-infobar
{
    position: absolute;
    width: 100%;
    color: #000;
    bottom: 0;
}

.skin-infobar-centered-block
{
    position: relative;
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    text-align: center;
}

.skin-infobar-title-block
{
    position: relative;
    width: 100%;
    cursor: pointer;
}

.skin-online-block {
    position: relative;
    display: inline-block;
}

.skin-infobar-infos-block
{
    position: relative;
    background: rgba(0,0,0,0.55);
    width: 100%;
}

@media (max-width: 640px)
{
    .skin-profil-thumbnail-frame {
        width: 100px;
        height: 100px;
    }
    .skin-profil-thumbnail
    {
        width: 100px;
        height: 100px;
        z-index: 5;
        border: 2px solid #FFF;
        border-radius: 50%;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-spacing: 4px;
        -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
        box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .skin-value-block
    {
        display: inline-block;
        width: 90px;
        text-align: center;
        font-size: 18px;
        border-radius: 4px;
    }

    .skin-value-block-detailtitle
    {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: #81d4fa;
    }

    .skin-value-block-value
    {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #FFF;
    }

    .skin-grand-title
    {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 24px;
        color: #FFF;
        text-shadow: 0px 0px 10px #000000;
    }

    .skin-sub-title
    {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #FFF;
        text-shadow: 0px 0px 10px #000000;
    }

    .skin-sub-sub-title
    {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #FFF;
        text-shadow: 0px 0px 10px #000000;
    }

    .skin-action-header-icon {
        width: 64px;
    }
}

@media (min-width: 640px)
{
    .skin-profil-thumbnail-frame {
        width: 150px;
        height: 150px;
    }
    .skin-profil-thumbnail
    {
        width: 150px;
        height: 150px;
        z-index: 5;
        border: 3px solid #FFF;
        border-radius: 50%;
        -moz-border-radius: 75px;
        -webkit-border-radius: 75px;
        border-spacing: 4px;
        -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
        box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .skin-value-block
    {
        display: inline-block;
        width: 150px;
        text-align: center;
        font-size: 28px;
        border-radius: 4px;
    }

    .skin-value-block-detailtitle
    {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: #81d4fa;
    }

    .skin-value-block-value
    {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 24px;
        color: #FFF;
    }

    .skin-grand-title
    {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 32px;
        color: #FFF;
        text-shadow: 0px 0px 10px #000000;
    }

    .skin-sub-title
    {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #FFF;
        text-shadow: 0px 0px 10px #000000;
    }

    .skin-sub-sub-title
    {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #FFF;
        text-shadow: 0px 0px 10px #000000;
    }

    .skin-action-header-icon {
        width: 96px;
    }
}

.skin-value-block:hover {
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    border-radius: 12px;
}

.skin-value-sub-block
{
    display: inline-block;
    color: #FFF;
}

.skinable-buttons
{
    width: 100%;
    padding: 8px 0px;
    border: 1px solid #DDD;
    background: #f0f3f5;
    text-align: center;
    background-image: url(permanent_header_bkg.png);
    background-repeat: repeat;
    position:relative;
}

.viewcounter
{
    width: 100%;
    padding: 4px;
    /*background: #FAFAFA;*/
    text-align: center;
    font-size: 12px;
    color:#888;
}