/*------------------------------------------------------------------------------ full page */
section#full-page {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    margin-bottom: 40px;
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
}