.horizontalcenter
{
    margin:0 auto;
}
.verticalcenter
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.relative
{
    position:relative !important;
}
.fullheight
{
    height:100%;
}
.seperator-vertical
{
    width:2px;
    background:black;
    height:38px;
    margin:0 10px;
    display:inline-block;
}
.img-shadow
{
    -webkit-box-shadow: 4px 5px 13px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 5px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 5px 13px 0px rgba(0,0,0,0.25);
}

.box-shadow{
    box-shadow: -5px 5px 30px rgba(0,0,0,0.05);
}

.bordered{
    border: 1px solid #ddd;
}