﻿

/*#region Thumbnail Style */
.thumb {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    display: inline;
    margin: 10px;
    width: 300px;
    height: 250px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(109, 109, 109, 0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(109, 109, 109, 0.3);
    box-shadow: 1px 1px 5px 0px rgba(109, 109, 109, 0.3);
}

.thumbb, a.thumbb {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 302px;
    height: 252px;
    color: #000;
    background-color: #CCC;
}

    a.thumbb:visited {
        color: #ff8400;
    }

    .thumbb:hover, a.thumbb:hover {
        color: #fff;
        background-color: #ff8400;
    }

.thumbi {
    position: absolute;
    left: 1px;
    top: 36px;
    width: 300px;
    height: 215px;
    line-height: 211px;
    text-align: center;
    background-color: #F6F6F6;
    background-position: center center;
    background-repeat: no-repeat;
}

    .thumbi img {
        vertical-align: middle;
        border: none;
    }

.thumbc {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 300px;
    height: 35px;
    background-color: #EAEAEA;
}

a.thumbb:hover .thumbc {
    background-color: #ff8400;
}

.thumbc {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}

.thumb_wrapper {
    position: relative;
    margin: 10px auto;
    padding: 0px;
    width: 100%;
    max-width: 960px;
    /*height: 100%;*/
    overflow: hidden;
}

.reserve_sidebar_space {
    float: none;
}

@media only screen and (min-width: 960px) {
    .reserve_sidebar_space {
        max-width: 640px;
        float: left;
        margin: 10px;
    }
}

@media only screen and (max-width: 979px) {
    .thumb_wrapper {
        max-width: 640px;
    }
}

@media only screen and (max-width: 639px) {
    .thumb_wrapper {
        max-width: 320px;
    }
}
/*#endregion*/
