 /* ==========================================================================
    
    01 reset theme
   
14 panolen pin
   ========================================================================== */

/* ==========================================================================
   01 reset theme
   ========================================================================== */
 html, body {
        margin: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #000;
      }

      a:link, a:visited{
        color: #bdc3c7;
      }

      .credit{
        position: absolute;
        text-align: center;
        width: 100%;
        padding: 20px 0;
        color: #fff;
      }
		#progress {
        width: 0;
        height: 5px;
        position: fixed;
        top: 0;
        background: #fff;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
      }

      #progress.finish {
        opacity: 0;
      }

/* ==========================================================================
   14 panolen pin
   ========================================================================== */


.pin-woop-container{max-width: 600px;
    max-height: 650px;
    min-width: 300px;
    min-height: 650px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; font-family: monospace; border: 10px solid black}
.pin-woop-container img{ max-width: 600px; text-align: center; vertical-align: middle}
.content{padding: 20px;}
.title{ font-size: 18px; padding-bottom: 10px;}