<style>

        .reveal .controls { transform: scale(1.5);  
                            right: 15px;}

        .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;
        }

        .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: 2.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: 7%; 
            z-index: 10;    
        }

        #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;
        }

</style>