﻿/* Custom styling */

html, body, .container-fluid
{
    height: 100%;
    height: 100%;
}

.glass-menu
{
    position: fixed;
    width: 100%;
    z-index: 100000;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}

    .glass-menu a
    {
        color: #dddddd;
        opacity: 0.7;
        z-index: 999999;
    }

        .glass-menu a:hover
        {
            color: #ffffff;
        }

        .glass-menu a.active
        {
            color: #ffaaaa;
        }

.inav
{
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    /* align-self: center; */
    margin: 0 auto;
    justify-content: space-between;
}

.pane
{
    height: 100%;
    min-height: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

#pane1
{
    background-image: url(/images/beach2.jpg);
}

#pane0
{
    background-image: url(/images/pava-bg.jpg);
}

#pane2
{
    background-image: url(/images/beach2.jpg);
}

#pane3
{
    background-image: url(/images/gausmoke3.jpg);
}

#pane4
{
    background-image: url(/images/kc-poster5.jpg);
}

#pane5
{
    background-image: url(/images/bil4.jpg);
}

/*#pane6
{
    background-image: url(/images/bil2.jpg);
}*/

.vertical-center
{
    height: 100%;
    width: 100%;
    text-align: center; /* align the inline(-block) elements horizontally */
    overflow: hidden;
}

    .vertical-center:before
    { /* create a full-height inline block pseudo=element */
        content: ' ';
        display: inline-block;
        vertical-align: middle; /* vertical alignment of the inline element */
        height: 100%;
    }

    .vertical-center > .to-center
    {
        max-height: 98%;
        max-width: 98%;
        display: inline-block;
        vertical-align: middle; /* vertical alignment of the inline element */
        /*font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;*/ /* <-- reset the font property */
    }

    .vertical-center > .to-bottom
    {
        max-height: 98%;
        max-width: 98%;
        display: inline-block;
        vertical-align: bottom; /* vertical alignment of the inline element */
        /*font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;*/ /* <-- reset the font property */
    }

.blueimp-gallery
{
    background: rgba(0,0,0,0.9);
    z-index: 100000;
}

    .blueimp-gallery > .slides > .slide > .video-content > iframe
    {
        top: 0;
        z-index: 10;
    }

    .blueimp-gallery > .indicator, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause, .blueimp-gallery > .title
    {
        display: block;
        z-index: 200000;
    }

    .blueimp-gallery > .close
    {
        padding: 5px;
        margin: 10px;
        margin-top: 30px;
        border: solid 2px #ffffff;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.3);
        font-size: 20px;
    }

@media screen and (min-width: 768px)
{
    .blueimp-gallery > .indicator > li
    {
        width: 27px;
        height: 27px;
        border-radius: 14px;
    }
}

#myplayer, #audio-player
{
    position: fixed;
    top: 0;
    z-index: 300;
    overflow: hidden;
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

    #audio-player > .vertical-center > .to-center
    {
        padding: 10px;
        border-radius: 10px;
        background: rgba(255,255,255,0.4);
    }

#da-audio
{
    min-height: 80px;
}

#audio-disc
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    opacity: 0;
    transition: opacity linear 2s;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

    #audio-disc > img
    {
        max-height: 80%;
        max-width: 80%;
        opacity: 0.5;
    }

@-moz-keyframes spin
{
    100%
    {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img.spin
{
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

#myplayer:before
{ /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

#myplayer > object, #myplayer > iframe
{
    max-height: 98%;
    max-width: 98%;
    height: 98%;
    width: 98%;
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    /*font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;*/ /* <-- reset the font property */
}

#player-cancel, #audioplayer-cancel
{
    padding: 5px;
    border: solid 2px #ffffff;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    z-index: 999999;
    opacity: 0.7;
    display: none;
    cursor: pointer;
    color: #ffffff;
}

    #player-cancel:hover, #audioplayer-cancel:hover
    {
        background: rgba(255, 255, 255, 0.7);
    }

#player-cancel
{
    margin: 5%;
    position: fixed;
    top: 0;
    right: 0;
}

#audioplayer-cancel
{
    float: right;
    margin-left: -62px;
}

#player-loading
{
    /*display: inline-block;*/
    color: #ffffff;
}

.enjoy
{
    position: absolute;
    top: 10%;
    left: 30%;
    z-index: 400;
    display: none;
    opacity: 1;
    font-size: 1em;
    color: #ffffff;
}

.album
{
    display: none;
}

.songs, .videos, .pictures
{
    display: none;
}

    .songs button
    {
        margin-top: 5px;
    }

#audio-player .songs
{
    display: block;
}


div.jp-audio
{
    border: none;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
}

    div.jp-audio div.jp-type-single div.jp-progress
    {
        position: initial;
        width: 90%;
        display: inline-block;
    }

    div.jp-audio ul.jp-controls
    {
        width: 100%;
        padding: 7px 0 0 20px;
    }

div.jp-interface
{
    position: relative;
    background-color: rgba(235,235,235,0.7);
    border-radius: 8px;
}

div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute
{
    margin-left: 40px;
}

div.jp-audio a.jp-volume-max, div.jp-audio-stream a.jp-volume-max
{
    margin-left: 220px;
}

div.jp-audio div.jp-volume-bar
{
    top: 25px;
    left: 160px;
}

div.jp-volume-bar
{
    width: 205px;
}

div.jp-volume-bar-value
{
    background: #999999 0 -256px repeat-x;
}

div.jp-play-bar
{
    background: #dd7777 0 -218px repeat-x;
}

#pane3 .thumbnail
{
    background-color: rgba(255,255,255,0.7);
}

    #pane3 .thumbnail:hover
    {
        background-color: rgba(127,127,127,0.5);
    }

.hide
{
    display: none !important;
}

.play-video
{
    cursor: pointer;
}

.btn-blink
{
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink
{
    to
    {
        opacity: 0.2;
    }
}

@-webkit-keyframes blink
{
    to
    {
        opacity: 0.2;
    }
}

#text-gallery
{
    background: #eeeeee;
    background: rgba(255, 255, 255, 0.3);
    z-index: 100;
}

    /*#text-gallery .slide-content
    {
        width: 80%;
        height: 30%;
    }

    #text-gallery, #text-gallery > .slides, #text-gallery > .slides > .slide, #text-gallery > .slides > .slide > .slide-content
    {
        z-index: 100;
    }*/

    #text-gallery .panel-heading
    {
        font-size: 200%;
        font-weight: bold;
    }

#text-gallery
{
    box-shadow: none;
}

    #text-gallery .panel-body
    {
        text-align: left;
    }

@media screen and (max-width: 767px)
{
    #text-gallery
    {
        font-size: 75%;
    }
}

@media screen and (min-width: 768px)
{
    #text-gallery
    {
        font-size: 150%;
    }
}

@media screen and (min-width: 8px)
{
    #text-gallery .panel
    {
        max-width: 80%;
    }
}

#cd-s + div > h3
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#pane3 > div > div.to-bottom
{
    margin-bottom: 40px;
}

.blueimp-gallery > .indicator
{
    bottom: 50px;
}

div.overlay
{
    font-size: 150%;
}

.border-success
{
    background-color: #dff0d8 !important;
}

.border-warning
{
    background-color: #fcf8e3 !important;
}

.border-danger
{
    background-color: #f2dede !important;
}
