﻿#page-wrap
{
    width: 100%;
    margin: 20px auto 0 auto;
}
.rounded
{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.widget
{
    width: 240px;
    min-height:260px;
    padding: 20px;
    border: 1px solid #999;
    margin: 0 20px 40px 20px;
    float: left;
    position: relative;
}
.widget img
{
    width:225px;
    margin-bottom:10px;
    border:solid 1px gray; ,-webkit-border-radius: 5px; border-radius: 5px;padding:8px 8px 8px;
    -moz-box-shadow: 0px 0px 5px 1px #c2c2c2;
    -webkit-box-shadow: 0px 0px 5px 1px #c2c2c2;
    box-shadow: 0px 0px 5px 1px #c2c2c2;
}
.widget span
{
    width: auto;
    height: auto;
    font-size: 21px;
    line-height:29px;
    font-family: 'AgencyFBRegular';
    color: #159afd;
    padding-left: 0px;
}

.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/black75.png);
    background: rgba(0,0,0,0.6);
    text-align: center;
}

.widget-button
{
    position: relative;
    padding: 4px 16px;
    background: black;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    -moz-box-shadow: 0 0 20px white;
    -webkit-box-shadow: 0 0 20px white;
    box-shadow: 0 0 20px white;
}

.widget-button:hover
{
    color: #fe4902;
}
