.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wrap {
    width: 958px; /* fixed width, centered in viewport */
    left: 50%;
    margin-left: -479px;
    position: relative;
}
.wrap > h1 {
    font-size: 2.5em;
    text-align: center;
    padding-bottom: 3px;
}
#showcase {
    visibility: hidden;
}
#showcase img {
    cursor: pointer;
}
footer {
    display: block;
    position: relative;
}
#get {
    font-size: 20px;
    text-align: center;
}
#download {
    margin: 8px auto;
    margin-top: 12px;
    display: block;
}
#license {
    font-size: 18px;
    text-align: center;
    margin: 0;
}
#share {
    position: absolute;
    left: 4px;
}
.fb-like {
    vertical-align: top;
}
.twitter-share-button {
    width: 84px !important;
    margin-left: 8px;
}
#credits {
    color: #c9c9c9;
    text-align: right;
    padding-right: 25px;
    position: absolute;
    right: 0;
}
#credits h1 {
    font-size: 1em;
    margin: 2px auto;
}
#credits ul {
    font-size: 14px;
    list-style-type: none;
    padding-left: 2px;
    margin: 2px 0;
}
/*.wrap{padding-bottom: 50px;}*/
    .wrap > h1 {
        color: rgb(221, 142, 22);
        margin: 14px auto 0;
    }
    #showcase {
        height: 624px;
        overflow: visible !important;
    }
    .card {
        position: relative;
        width: 262px;
        height:496px;
        border-radius: 18px;
        background-repeat: no-repeat;
        box-shadow: -5px 2px 80px -20px #7e7e88;
    }
    .card .top {
        position: relative;
        width: 100%;
        height: 200px;
    }
    .card .top img {
        position: absolute;
    }
    .card .btm {
        padding: 0 35px;
    }
    .card h2 {
        margin: 0 0 15px 0;
        font-family: fzzyj;
        font-size: 20px;
        text-align: center;
    }
    .card a {
        font-size: 18px;
        display: block;
    }
    .card p {
        line-height: 30px;
        font-family: fzltxh;
        font-size: 16px;
        color: #959595;
        text-shadow: 0 0 1px #e4e4e4;
    }
    .nav {
        position: absolute;
        z-index: 10;
        top: 50%;
        width: 40px;
        height: 40px;
        border: 8px solid #a8a8b5;
        text-indent: -90000px;
        margin-top: -40px;
        cursor: pointer;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav:hover {
        border-color: rgba(0, 0, 0, 0.5);
    }
    /*.nav:active,
    .nav.down {
        background: rgba(120, 120, 120, 0.5);
        border: solid 2px rgba(0, 0, 0, 0.55);
    }*/
    .nav.left {
        left: -110px;
        border-right: none;
        border-top: none;
    }
    .nav.right {
        right: -110px;
        border-left: none;
        border-bottom: none;
    }
    footer hr {
        width: 6px;
    }
    #share {
        top: -84px;
    }
    #credits {
        top: -78px;
    }
    #photo-credits {
        text-align: center;
    }
    #photo-credits h1 {
        font-size: 1em;
        margin-top: 0;
        margin-bottom: 6px;
    }
    #photo-credits > ul {
        list-style: none;
        padding: 0;
        margin-top: 0;
    }