#bigPic
{
    position:relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#bigPic img
{
    width:100%;
    max-width:770px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#bigPic div
{
    position:absolute;
    bottom:0px;
    font-weight:bold;
    color:White;
    font-size:140%;
    background:linear-gradient(transparent 20%, #000000 80%);
    width:100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#bigPic p
{
    margin:0px;
    padding:25px;
    padding-top:100px;
}

#bigPic span
{
    color:#e3e3e3;
    font-size:70%;
    margin-bottom:7px;
    display:block;
}

.smallPic
{
    width:170px;
    height:120px;
    position:relative;
    display:inline-block;
    text-align:center;
    vertical-align:top;
    margin:15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:rgba(0,0,0,0.9);
}

.smallPic img
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.smallPic:first-child
{
    margin-left:0px;
}

.smallPic:last-child
{
    margin-right:0px;
}

.smallPic p
{
    width:auto;
    height:100%;
    display:none;
    background:rgba(0,0,0,0.7);
    color:White;
    text-align:center;
    position:absolute;
    top:0px;
    left:0px;
    margin:0px;
    padding:0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.smallPic:hover p
{
    display:block;
    cursor:pointer;
}

.smallPic div
{
    width:50px;
    height:40px;
    position:absolute;
    left:60px;
    bottom:-20px;
    color:White;
    text-align:center;
    background:black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:60%;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;    
}

.smallPic span
{
    display:block;
    font-size:240%;
}

.newsItem
{
    width:380px;
    margin-bottom:15px;
}

.newsItem .pic
{    
    width:170px;
    display:inline-block;
    vertical-align:top;
    text-align:center;
}

.newsItem img
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.newsItem .desc
{
    width:190px;
    padding-left:10px;
    display:inline-block;
    vertical-align:top;
    line-height:150%;
    color:#7f7f7f;
    font-family: 'Open Sans', sans-serif;
}

.newsItem a,.newsItem a:focus, .newsItem a:active
{
    font-weight:bold;
    color:#c18f09;
}

.newsItem a:hover
{
    color:#c0363a;
}

.newsColumn
{
    width:380px;
    display:inline-block;
    vertical-align:top;
    margin:15px 0px;
    position:relative;
}

.viewAll
{
    position:absolute;
    top:5px;
    right:10px;
    font-size:110%;
    font-family: 'Open Sans', sans-serif;
    color:#da3f43;
}

#defGallery
{
    position:relative;
    margin-bottom:10px;
}

#defGallery img
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    margin-right:30px;
    vertical-align:top;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#defGallery a:last-child img
{
    margin-right:0px;
}

#defGallery img:hover
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#defGallery .item img
{
    margin:0px;
    margin-bottom:10px;
}

#defGallery .item
{
    width:170px;
    vertical-align:top;
    display:inline-block;
    margin-right:30px;
    text-align:center;
    font-weight:bold;
}