section.galleryitem {
    width: 232px;
    height: 320px;
}

.galleryitem_innerborder {
    width: 222px;
    height: 318px;
}


.projectgroupsitems div.projectgroupsitems_in {
    display: inline-block;
    float: none;
    width: 32.5%;
    margin: 0 0.25%;
}
.projectgroupsitems section.galleryitem {
    float: none;
    display: block;
    width: 232px;
    height: 320px;
    margin: 0 auto;
}
.projectgroupsitems div.projectgroupsitems_in:nth-child(1) .projectinsertplus a {
    background-color: rgba(70, 180, 70, 1);
    border-color: rgba(70, 180, 70, 1);
}

.projectgroupsitems div.projectgroupsitems_in:nth-child(1) .projectinsertplus a:hover {
    background-color: rgba(70, 180, 70, .9);
    border-color: rgba(70, 180, 70, .9);
}

.projectgroupsitems div.projectgroupsitems_in:nth-child(2) .projectinsertplus a {
    background-color: rgba(255, 121, 32, 1);
    border-color: rgba(255, 121, 32, 1);
}

.projectgroupsitems div.projectgroupsitems_in:nth-child(2) .projectinsertplus a:hover {
    background-color: rgba(255, 121, 32, .9);
    border-color: rgba(255, 121, 32, .9);
}

.projectgroupsitems div.projectgroupsitems_in:nth-child(3) .projectinsertplus a {
    background-color: rgba(244, 184, 0, 1);
    border-color: rgba(244, 184, 0, 1);
}

.projectgroupsitems div.projectgroupsitems_in:nth-child(3) .projectinsertplus a:hover {
    background-color: rgba(244, 184, 0, .9);
    border-color: rgba(244, 184, 0, .9);
}

.projectgroupsitems div.projectgroupsitems_in:nth-child(1) .projectinsertlink a {
    color: rgba(70, 180, 70, 1);
}
.projectgroupsitems div.projectgroupsitems_in:nth-child(2) .projectinsertlink a {
    color: rgba(255, 121, 32, 1);
}
.projectgroupsitems div.projectgroupsitems_in:nth-child(3) .projectinsertlink a {
    color: rgba(244, 184, 0, 1);
}


.galleryitem_innerborder {
    border: 1px solid #acaeaf;
    border-radius: 5px;
    height: 312px;
    position: relative;
    width: 224px;
}

.form-horizontal .control-label {
    text-align: left;
}
.small {
    line-height: 0.85em;
}