.box{
    width:12.5em;
    height: 11.5em;
    margin:6px;
    overflow:hidden;
    cursor: pointer;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
element.style {
    padding-bottom: 0px;
    padding-top: 0px;
    box-shadow: none;
    border: none;
    border-top-width: 0px;
    border-bottom-width: 0px;
    width: 0px;
    height: 0px;
}

.blocks{
    margin: 0 auto 0 auto;
    width: 100%;
}

#overlay{
    background:rgba(208,96,33,.75);
    text-align:center;
    padding:15px 0 66px 0;
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;}

.box:hover #overlay{
    opacity:1;
}

#plus{
    font-family:"century gothic";
    font-weight:900;
    color:rgba(255,255,255,.85);
    font-size:90px;
    padding: 0;
    margin: 0;
}

.inside{
    padding: 5px;
}

.content{
    background-image: url(../../images/bg2.png);
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    box-shadow: none;
    outline: none;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px 0 10px 0;
}

.img-thumbnail:hover {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px 0 10px 0;
    background-color: #e83732;
}