.trip-advisor-widget {
    margin-top: 25px;
    width: 240px;
}

.mobile-splash {
    background: #212121;
    color: White;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 30px;
    cursor: pointer;
}

    .mobile-splash p {
        font-size: .9em;
    }

    .mobile-splash a.read-more {
        display: none;
    }

    .mobile-splash .mobile-splash-highlight {
        height: 150px;
        width: 10px;
        margin-right: 10px;
        background-color: #b7201d;
    }

.mobile-splash-image {
    border-left: 10px solid #b7201d;
    cursor: pointer;
}

.mobile-splash-arrow {
    position: relative;
    width: 25px;
    left: 100%;
    margin-left: -25px;
    height: 0px;
    color: White;
    top: -100px;
    font-size: 1.4em;
    cursor: pointer;
}


#splash {
    height: 0px;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.splash-category {
    margin-top: 380px;
    width: 640px;
    height: 100px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: black;
    padding: 10px;
}

.splash-category-heading, .splash-category-desc {
    color: white;
}

.splash-category-heading {
    font-size: 18px;
    font-weight: bold;
}

.splash-category-desc {
    /*font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;*/
}

.splash-cat-title {
    height: 0px;
    overflow: visible;
}

.cat-title {
    width: 640px;
    font-size: 18px;
    font-weight: bold;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    background: black;
    color: White;
    padding: 10px;
}

.splash-panel-overlay {
    width: 640px;
    height: 480px;
    background-color: transparent;
    position: relative;
    top: -480px;
}

/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.kwicks {
    /* recommended styles for kwicks ul container */
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

    .kwicks li {
        /* these are required, but the values are up to you (must be pixel) */
        width: 310px;
        height: 480px;
        /*do not change these */
        display: block;
        overflow: hidden;
        padding: 0; /* if you need padding, do so with an inner div (or implement your own box-model hack) */
        cursor: pointer;
    }

    .kwicks.horizontal li {
        /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
        margin-right: 5px; /*Set to same as spacing option. */
        float: left;
    }

    .kwicks.vertical li {
        /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
        margin-bottom: 5px; /*Set to same as spacing option. */
    }

#kwick_1 {
    background: #cccccc url('../images/homepage-splash/artisans_31.JPG') no-repeat;
}

#kwick_2 {
    background: #cccccc url('../images/homepage-splash/neighbor_31.JPG') no-repeat;
}

#kwick_4 {
    background: #cccccc url('../images/homepage-splash/fair_trade_31.JPG') no-repeat;
}

.kwicks.horizontal #kwick_4 {
    margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.vertical #kwick_4 {
    margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}



#latest-blog {
    display: inline-block;
}

    #latest-blog h3 {
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 0px;
        color: #b7201d;
    }

        #latest-blog h3 a, #latest-blog h3:hover {
            color: #b7201d;
        }

    #latest-blog h6 {
        color: #414141;
        margin-bottom: 0px;
    }

    #latest-blog p {
        margin-top: 5px;
    }


#store-banner {
    text-align: center;
    margin-top: 15px;
}

    #store-banner a {
        background-color: #ef1422;
        display: block;
        color: white;
        font-size: 3.25em;
        font-weight: bold;
        line-height: normal;
        padding: 20px;
        height: 100%;
        width: 100%;
    }

@media (min-width: 768px) {
    .trip-advisor-widget {
        display: inline-block;
        float: right !important;
        margin-left: 10px;
    }

    .kwicks li {
        width: 236px;
    }
}

@media (min-width: 992px) {
    .kwicks li {
        width: 310px;
    }

    #store-banner {
        height: 419px;
        margin-top: 25px;
    }

        #store-banner a {
            padding-top: 90px;
        }
}

@media (min-width: 1200px) {
    .kwicks li {
        width: 376px;
    }
}