body {
	    background: #F2F2F3;
		padding-bottom:0; 
}

.isi {
	margin-top:70px;
}

.figures {
	    margin-bottom: 25px;
}

.figtext {
	display:block;
	position:relative;
	    padding: 8px 15px;
    text-align: center;
    background: #fff;
    color: #666;
    font-weight: 600;
    max-height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
     box-shadow: 0 1px 2px rgba(0,0,0,.1); */
}

footer {
	background-color: #2b2b2b;
    color: #ddd;
    min-height: 100px;
    padding-top: 20px;
}

.navbar-brand { text-transform:uppercase;}