.file-input-wrapper {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    margin: 10px 0;
}
.files-wrapper {
    display: inline-block;
    margin-bottom: 10px;
    padding: 12px 15px;
    max-width: 100%;
    width: 100%;
    border: 2px solid #ddd;
    box-shadow: none;
    color: #888;
    vertical-align: top;
    font-size: 14px;
    border-radius: 0;
    background-color: #fff;
}
.error_file_wrapper {
    border-color: #d9534f;
    background-color: red; 
}
.file_wrapper {
    display: inline-block;
}
.heading-title {
    text-transform: none !important;
}
.yellow-wrapper {
    color: #fbd232;
}
span.yellow-wrapper {
    padding-right: 5px;
}
.footer-info i {
    width: 25px;
}
.gallery_wrapper {
    display: inline-block;
    text-align: center;
    float: left;
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
