@import url(http://fonts.googleapis.com/css?family=Lato:400,700);



@media only screen
and (max-device-width : 480px) {

body {
    background-color: #f9f3e3;
    width: 100%;
}

#body_container {
    position: relative;
    top: -8px;
    width: 100%;
    height: auto;
    margin-left: 0;
    left: 0;
}

#mobile_body {
    width: 100%;
    height: auto;
    margin-left: 0;
    left: 0;
}

#share_panel {
    position: relative;
    margin-top: -4%;
    margin-left: 0;
    width: 100%;
    height: 10%;
    background-image: url('images/share_mobile_bg.png');
    background-repeat: no-repeat;
}
    .share_item {
        display: inline-block;
        margin-left: 3px;
        width: 27px;
        height: 28px;
        cursor: pointer;
    }
    #fb_share {
        margin: 14px 0 0 165px;
        background-image: url('images/fb_share.png');
    }
    #twitter {
        width: 32px;
        background-image: url('images/twitter.png');
    }
    #gplus {
        background-image: url('images/gplus.png');
    }
    #pinterest {
        background-image: url('images/pinterest.png');
    }

#free_shipping {
    position: relative;
    width: 68%;
    margin-top: 5%;
    margin-left: 14%;
    text-align: center;
    line-height: 110%;
    font-size: 30%;
    color: white;
}
    #mobile_shipping {
        width: 100%;
        height: auto;
        margin-bottom: -10%;
        margin-left: -4%;
    }
    #disclaimer {
        position: relative;
        margin-top: 10%;
        color: black;
        font-size: .75em;
        margin-right: auto; margin-left: auto;
    }


#featured {
    position: relative;
    margin-top: 10%;
    width: 100%;
    margin-bottom: 30%;
}

#featured_container {
    margin-right: auto; margin-left: auto;
    width: 100%;
    margin-bottom: 10%;
}

#divider {
    position: relative;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    line-height: 110%;
    font-size: 30%;
    margin-bottom: 15%;
    color: white;
    font-size: 1.25em;
}
#mobile_divider {
    width: 100%;
    height: auto;
}
#divider_text {
    margin-top: -12%;
}

#all_wines {
    position: relative;
    top: 10%;
    width: 100%;
}

.wine {
    position: relative;
    left: 5%;
    width: 90%;
    margin-bottom: 20%;
}
    .wine_img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .links {
        position: relative;
        font-size: 16px;
        margin-top: -65%;
        left: 52%;
        width: 40%;
        margin-bottom: 20%;
    }
        .winelib {
            font-size: 16px;
            margin-top: 5%;
            font-size: 1em;
        }
        .link1 {
            font-size: 14px;
            margin-top: 5%;
            font-size: 1em;
        }
        .link2 {
            font-size: 14px;
            margin-top: 5%;
            font-size: 1em;
        }
    .more_info {
        position: relative;
        margin-top: -10%;
        margin-bottom: 15%;
        left: 52%;
        width: 25%;
        height: auto;
    }

}





@media only screen
and (min-device-width : 481px) {

body {
    background-image: url('images/bg_color.png');
    background-repeat: repeat-x;
    height: 2056px;
}

#body_container {
    position: relative;
    top: -8px;
    margin-right: auto; margin-left: auto;
    width: 1020px;
    height: 2073px;
    background-image: url('images/bg.png');
    background-repeat: no-repeat;
}

#christmas {
    position: relative;
    top: -16px;
    left: 685px;
    width: 287px;
    height: 61px;
    background-image: url('images/christmas.gif');
}

#video_button {
    position: relative;
    top: 2px;
    left: 40px;
    width: 224px;
    height: 54px;
    background-image: url('images/vid_button.png');
    cursor: pointer;
}
    #blackout {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity:0.4;
        filter:alpha(opacity=40);
        display: none;
    }
    #video_popup {
        position: relative;
        top: -65px;
        left: 200px;
        width: 600px;
        height: 380px;
        background-color: white;
        z-index: 100;
        display: none;
    }
        #close_vid {
            position: relative;
            top: 3px;
            left: 580px;
            font-weight: bold;
            cursor: pointer;
        }
        #video {
            position: relative;
            top: 7px;
            left: 20px;
        }

#share_panel {
    position: relative;
    top: -50px;
    left: 665px;
    width: 316px;
    height: 52px;
    background-image: url('images/share_bg.png');
}
    .share_item {
        display: inline-block;
        margin-left: 3px;
        width: 27px;
        height: 28px;
        cursor: pointer;
    }
    #fb_share {
        margin: 14px 0 0 165px;
        background-image: url('images/fb_share.png');
    }
    #twitter {
        width: 32px;
        background-image: url('images/twitter.png');
    }
    #gplus {
        background-image: url('images/gplus.png');
    }
    #pinterest {
        background-image: url('images/pinterest.png');
    }

#free_shipping {
    position: relative;
    top: 575px;
    left: 93px;
    width: 833px;
    height: 35px;
    background-image: url('images/shipping.png');
    text-align: center;
    line-height: 33px;
    color: white;
}
    #disclaimer {
        position: relative;
        left: -260px;
        top: -5px;
        color: black;
        font-size: 10px;
        margin-right: auto; margin-left: auto;
        left: 25px;
    }

#featured {
    position: absolute;
    top: 252px;
    width: 1020px;
}

#featured_container {
    margin-right: auto; margin-left: auto;
    width: 750px;
}

#divider {
    display: none;
}

#wines_container {
    position: absolute;
    top: 805px;
    width: 1020px;
}

.wine {
    display: inline-block;
    float: left;
    width: 226px;
    height: 375px;
    margin: 10px;
}

.wine_img {
    width: 226px;
    height: 375px;
}

.more_info {
    position: relative;
    top: -124px;
    left: 115px;
    width: 81px;
    height: 21px;
}

.links {
    position: relative;
    top: -170px;
    left: 113px;
    width: 110px;
}
.winelib {
    font-size: 14px;
    margin-top: 6px;
}
.link1 {
    font-size: 12px;
    margin-top: 6px;
}
.link2 {
    font-size: 12px;
    margin-top: 4px;
}

#mobile_body { display: none; }
#mobile_shipping { display: none; }

}





.gotham {
    font-family: 'Lato', 'Helvetica', 'Tahoma', sans-serif;
}

a { color: #2c3e38; }