﻿html, body {
    height: 100%
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body.light {
    background-color: #fff;
    color: #333;
}

.light .bg {
    display: none;
}

.light .destinations-area {
    background: transparent;
    margin: 0;
    padding: 0;
}

.light h1 {
    font-size: 18px;
}

.light .geniuslink {
    display: inline-block;
    background-color: rgba(0,0,0,.5);
}

.light .product-area {
    margin-top: 25px;
    margin-bottom: 10px;
}

.vignette-bottom {
    display: none;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 480px;
    z-index: 0;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.5+0,0+100 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.light .vignette-bottom {
    display: block;
}

.light .vignette {
    display: none;
}


.light ul.destinations li {
    background-color: #fff;
}

body {
    font-family: "open sans", Sans-Serif;
    font-weight: 400;
    background-color: #0f1415;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.bg {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .16;
    display: block;
    background-size: cover;
    width: 100%;
    height: 100vh;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.vignette {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.5+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.logo {
    margin: 10px auto 0 auto;
}

#logo-image {
    max-height: 50px;
    max-width: 180px;
    width: auto;
}

.page {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: 10px;
    margin-right: 10px;
    flex: 1 0 auto;
}

h1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    max-width: 600px;
    margin: 8px auto 15px auto;
}

h2 {
    opacity: .7;
    font-weight: 300;
    font-size: 18px;
    margin: 15px auto 10px auto;
    max-width: 600px;
}

a, a:link, a:visited, a:hover, a:active {
    color: #fff;
}

.light a, .light a:link, .light a:visited, .light a:hover, .light a:active {
    color: #333;
}

.product-area {
    margin: 10px 0 25px 0;
}


.product-art {
    max-width: 500px;
    margin: 0 auto 0 auto;
}

    .product-art img {
        max-width: 100%;
        max-height: 375px;
        height: auto;
        border-radius: 6px;
    }

.ftc-disclosure {
    opacity: .8;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 25px;
}

.q-icon {
    height: 14px;
    width: 14px;
    margin-left: 2px;
    line-height: 14px;
    vertical-align: 1px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    background-color: rgba(255,255,255,.5);
    color: #000;
}

.destinations-area {
    display: inline-block;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.1);
    color: #666;
    margin: 0px auto 8px auto;
    max-width: 220px;
    padding: 20px 15px 15px 15px;
    font-size: 0;
}

ul.destinations {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.destinations li {
        border-radius: 3px;
        display: inline-block;
        width: 180px;
        height: 80px;
        margin: 0 3px 6px 3px;
        line-height: 80px;
        border: 1px solid #e0e0e0;
        background: #f8f8f8;
        padding: 0;
        vertical-align: middle;
        font-size: 16px;
        list-style: none;
        overflow: hidden;
    }

        ul.destinations li:hover {
            background-color: #fff;
            border: 1px solid #d5d5d5;
        }



.store-logo {
    height: 80px;
    width: 180px;
    background-size: 180px 80px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
}

    .store-logo:hover, .store-logo:active {
        transition: all .1s;
        -webkit-filter: brightness(120%);
        filter: brightness(120%);
    }

.store-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 12px;
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 -15px;
    -webkit-filter: grayscale(20%);
    vertical-align: middle;
}

ul.destinations li:hover .store-icon {
    -webkit-filter: none;
    filter: none;
}

.store-name {
    color: #444;
    position: absolute;
    left: 50%;
    top: 48px;
    margin: 0 0 0 -80px;
    width: 160px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1em;
    height: 20px;
}



.button:link, button:visited, .button:hover, button:active {
    display: inline-block;
    color: rgb(34,34,34);
    text-decoration: none;
    position: relative;
    height: 80px;
    line-height: 80px;
    width: 180px;
}

.button:hover {
    top: -1px;
    left: -1px;
}

.button:active {
    top: 0px;
    left: 0px;
}

#footer {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 65px 0 0 0;
    text-align: center;
    flex-shrink: 0;
    padding: 0 0 25px 0;
}

.geniuslink {
    display: inline-block;
    background: rgba(255,255,255,.5) url(https://geniuslink.com/img/lil_g.png) no-repeat center center;
    opacity: .3;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    transition: all .3s;
}

    .geniuslink:hover, .geniuslink:active {
        opacity: 1;
        background-color: #00b9ee;
        transition: background-color .3s, opacity .3s;
    }


.suggested-destinations-area a, .suggested-destinations-area a:link, .suggested-destinations-area a:visited,
.suggested-destinations-area a:hover, .suggested-destinations-area a:active {
    text-decoration: none;
    display: block;
    padding: 5px 11px 10px 11px;
    height: auto;
}

.suggested-destinations-area .destinations li {
    display: inline-block;
    width: 180px;
    height: auto;
    line-height: 1.1em;
    padding: 0;
    text-align: left;
    position: relative;
    background-color: #fff;
}

.product-thumbnail-area {
    height: 128px;
    width: 100%;
    position: relative;
    text-align: center;
}

    .product-thumbnail-area > div {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.suggested-destinations-area img {
    max-width: 128px;
    max-height: 128px;
    width: auto;
    height: auto;
    margin: 0;
}

.suggested-destinations-area h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0 7px 0;
    height: 36px;
    overflow: hidden;
    color: #333;
}


.price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.shipping {
    font-size: 10px;
    color: #808080;
    line-height: 1em;
    margin-top: 1px;
}

.retailer-name {
    font-size: 11px;
    color: #00b9ee;
    bottom: 10px;
    left: 11px;
}

.footer-info {
    font-size: 12px;
    margin: 15px 0 15px 0;
}

    .footer-info a, .footer-info a:link, .footer-info a:visited, .footer-info a:hover, .footer-info a:active {
        text-decoration: none;
        color: rgba(255,255,255,.5);
        display: inline-block;
        margin: 0 15px 0 15px;
    }

.light .footer-info a, .light .footer-info a:link, .light .footer-info a:visited, .light .footer-info a:hover, .light .footer-info a:active {
    text-decoration: none;
    color: rgba(0,0,0,.3);
}

.footer-info a:hover, .footer-info a:active {
    text-decoration: underline;
    color: rgba(255,255,255,1);
}

.light .footer-info a:hover, .light .footer-info a:active {
    text-decoration: underline;
    color: rgba(0,0,0,.8);
}

.light .footer-info {
    color: rgba(0,0,0,.3);
}

.light .product-art img {
    border-radius: 0px;
}

.light .q-icon {
    background-color: rgba(0,0,0,.3);
    color: #fff;
}

#why {
    display: none;
}

.show-why #why {
    display: block;
}

.help-section {
    max-width: 500px;
    text-align: left;
    margin: 55px auto 60px auto;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

    .help-section h1 {
        font-size: 26px;
        font-weight: 400;
        margin: 50px 0 0 0;
    }

/*Height restrictions*/
@media only screen and (min-height: 900px) {

    .logo {
        margin: 10px auto 0 auto;
    }

    .product-art img {
        max-width: 100%;
        max-height: 500px;
        height: auto;
        border-radius: 6px;
    }

    #logo-image {
        max-height: 80px;
    }
}

/*Width restrictions */

@media only screen and (min-width: 412px) {
    .destinations-area {
        max-width: 410px;
    }
}


@media only screen and (min-width: 668px) {
    .destinations-area {
        max-width: 785px;
    }
}
