
        #up{
            margin: 0 auto; display: block;
        }

        .navUp{
            position:absolute;
            width:100%;
            top:15px;
            z-index: 10;
        }

        .navDown{
            position:absolute;
            width:100%;
            bottom:15px;
            z-index: 9;
        }

        #down{
            margin: 0 auto; display: block;
        }


        .navLeft{
            position:absolute;
            
            bottom:46.5%;
            left:15px;
            z-index: 9;
        }

        #left{
            margin: auto 0; display: block; 
        }


        .navRight{
            position:absolute;
            
            bottom:26.5%;
            right:15px;
            z-index: 9;
        }

        #right{
           margin: 0 0 0 auto; display: block;
        }



        .theme-color-asphalt-orange .reveal .progress span { background-color: #E31B23; }

        .theme-color-asphalt-orange .reveal .controls div.navigate-right, .theme-color-asphalt-orange .reveal .controls div.navigate-right.enabled {

        border-left-color: #E31B23; }

          .theme-color-asphalt-orange .reveal .controls div.navigate-right.enabled:hover {
            border-left-color: white;
        }

        .reveal .controls .navigate-right.fragmented {
            opacity:0.7;
        }

        .theme-color-asphalt-orange .reveal .controls div.navigate-left, .theme-color-asphalt-orange .reveal .controls div.navigate-left.enabled {

        border-right-color: #E31B23; }

          .theme-color-asphalt-orange .reveal .controls div.navigate-left.enabled:hover {
            border-right-color: white;
        }

        .theme-color-asphalt-orange .reveal .controls div.navigate-up, .theme-color-asphalt-orange .reveal .controls div.navigate-up.enabled {

        border-bottom-color: #E31B23; }

        .theme-color-asphalt-orange .reveal .controls div.navigate-up.enabled:hover {
            border-bottom-color: white;
        }

        .theme-color-asphalt-orange .reveal .controls div.navigate-down, .theme-color-asphalt-orange .reveal .controls div.navigate-down.enabled {

        border-top-color: #E31B23; }

          .theme-color-asphalt-orange .reveal .controls div.navigate-down.enabled:hover {
            border-top-color: white;
        }

         /* Popover */
            .popover {
                max-width: 750px !important;
            }
        /* Popover Body */
            .popover-content {
            }
         .popover .close {
         position: absolute;
            top: 8px;
            right: 10px;
        }
        .material-icons.md-48 { font-size: 20px; }
        .material-icons.md-light { color: #fff; }

        #pausebutton {display: none;}
        #playbutton {display:none;}

        #facebookshare {
                background-color: #fff;
                border-radius: 30px;
                color: #333;
                display: inline-block;
                height: 20px;
                line-height: 22px;
                margin: auto 8px;
                width: 20px;
                font-size: 13px;
                text-align: center;
                position: absolute;
                bottom: 2.5%;
                left: 5.8%;
                z-index: 10;
        }

        #twittershare {
            background-color: #fff;
            border-radius: 30px;
            color: #333;
            display: inline-block;
            height: 20px;
            line-height: 22px;
            margin: auto 12px;
            width: 20px;
            font-size: 13px;
            text-align: center;
            position:absolute; 
            bottom: 2.5%; 
            left: 10%; 
            z-index: 10;    
        }

        #player {
            display: inline-block;
            margin: auto 16px;
        }

        #audioWrap{
            display:none;
            position:absolute;
            width:20%;
            bottom:1.4%;
            left:15%;
            z-index: 10;
        }

        #audioWrap audio{
            width:250px;
        }

        #showPopover {
            background-color: #fff;
            border-radius: 30px;
            color: #333;
            display: inline-block;
            height: 20px;
            line-height: 22px;
            margin: auto 0px;
            width: 20px;
            font-size: 12px;
            text-align: center;
        }

