body { 
    background: #EFEDDD !important; 
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.margin-bottom {
    margin-bottom: 15px;
}
.form-inline .form-group input {
    width: 300px;
}


.crop {
    height: 298px;
    overflow: hidden;
}
#description {
    position: relative;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 14px;
    width: 80%;
    font-size: 12px;
    min-height: 90px;
    text-align: center;
}
.vertical-center {
    margin: 0;
    /*position: absolute;*/
    margin-top: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}