﻿/* Base CSS */


/* not used
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: 300px;
    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.07) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 * /
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.07) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0,0,0,0.07) 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: #1d2d2f;
    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: 20px auto 5px auto;
    max-width: 140px;
}

#logo-image {
    max-width: 100%;
}

.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: 16px;
    opacity: .7;
    line-height: 1.3em;
    max-width: 600px;
    margin: 8px auto 15px auto;
}

h2 {
    font-weight: 300;
    font-size: 24px;
    margin: 15px;
}

a, a:link, a:visited, a:hover, a:active {
    color: #333;
}  */

.product-area {
    margin: 25px 0 25px 0;
}


.product-art {
    max-width: 500px;
    margin: 0 auto 0 auto;
}

    .product-art img {
        max-width: 100%;
        height: auto;
    }

.destinations-area {
    display: inline-block;
    border-radius: 6px;
    background: #f8f8f8;
    color: #666;
    margin: 0px auto 25px auto;
    max-width: 300px;
    padding: 20px 15px 15px 15px;
}

ul.destinations {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.destinations li {
        display: inline-block;
        width: 180px;
        height: 80px;
        margin: 0 0 5px 0;
        line-height: 80px;
        border: 1px solid #e0e0e0;
        padding: 0;
        vertical-align: middle;
    }

        ul.destinations li:hover {
            background-color: #fff;
            border: 1px solid #d5d5d5;
        }



.store-logo {
    height: 80px;
    width: 180px;
    background-size: 180px 80px;
    -webkit-filter: grayscale(10%) brightness(90%);
    filter: grayscale(10%) brightness(90%);
}

    .store-logo:hover, .store-logo:active {
        -webkit-filter: none;
        filter: none;
        transition: all .1s;
    }

.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;
    width: 100%;
    margin: 45px 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://cdn.georiot.com/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;
    }

@media only screen and (min-width: 500px) {
    .destinations-area {
        max-width: 400px;
    }
}

@media only screen and (min-width: 768px) {
    .destinations-area {
        max-width: 595px;
    }
}
  
  
  */