@charset "utf-8";

/* base */
#wrapper img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

html,body {
    overflow-x: hidden;
}

.section {
    margin: 0 3.125%;
}

body {
    min-width: auto!important;
    margin: 0!important;
}

/* cover */
.cover {
    margin-top: -10px;
}

/* result */
.result {
    margin-top: 10px;
    text-align: center;
}


.result li .btn img {
    width: 60%!important;
}

/* about */
.about {
    text-align: center;
    margin-bottom: 10%;
}

.about p:nth-child(1) {
    margin-bottom: 2.5%;
}

.about p:nth-child(2) {
    margin-bottom: 1.666666666%;
}

.about p:nth-child(3) {
    margin-bottom: 2.5%;
}

.about .hash {
    background: #f00;
    color: #fff;
    font-size: 13px;
    padding: 3.666666666% 0;
    line-height: 1.5;
}

.about .hash span {
    color: #ffff00;
}

/*
.about .hash {
    color: #ffff00;
    display: block;
    text-align: left;
    font-size: 40%;
    margin-top: -8.5%;
    margin-left: 11.4%;
    padding-bottom: 6.5%;
}
*/

/* instagramer */
.instagramer {
    margin-bottom: 15px;
}

.instagramer h2 {
    margin-bottom: 0.833333333%;
}

#instafeed {
    width: 100%;
    margin: 0 auto;
}
#instafeed li {
    width: 33.333333%;
    padding-right: 0.5%;
    padding-bottom: 0.5%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#instafeed li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}
#load_more {
    text-align: center;
    cursor: pointer;
}

/* howto */
.howto {
    margin-bottom: 6.666666666%;
}

.howto dd {
    font-size: 10px;
    margin-bottom: 3.33333%;
    line-height: 1.5;
}

.howto dd h3 {
    font-size: 12px;
}

.howto .notes {
    position: relative;
    display: block;
    color: #6d6f73;
    font-size: 10px;
    padding-left: 1em;
}

.howto .notes span{
    position: absolute;
    margin-left: -1em;
}

/* apps */
.dl_bnr {
    position: relative;
    margin-bottom: 9%;
}

.dl_bnr .dl_links {
    position: absolute;
    top: 45%;
    text-align: center;
}

.dl_bnr .dl_links a:first-child {
    margin-right: 5%!important;
}

.dl_bnr .dl_links a img {
    width: 41%!important;
}

/* entry */
.entry {
    margin-bottom: 8.333333333%;
}

.entry dt,
.entry dd {
    font-size: 10px;
    line-height: 1.5;
}

.entry dd {
    margin-bottom: 1.666666666%;
}

.entry dd li {
    position: relative;
    font-size: 9px;
    color: #6d6f73;
    line-height: 1.5;
    padding-left: 1em;
}

.entry dd li span {
    position: absolute;
    margin-left: -1em;
}

.entry dd li a {
    color: #000cff;
    text-decoration: underline;
}

/* bug fix */
#wrapper {
    margin-top: 40px!important;
}

#footer .twitter {
    width: 68px;
}