.group-result .node {
    padding: 4px;
/*    border: 1px solid rgb(223, 223, 223);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05); */
}

.group-result .node img {
    border:0;
    margin: 0;
}

.panel-default > .panel-heading {
    color: #FFF;
    background-color: #00464E;
    border: 1px solid rgb(223, 223, 223);
}

.group-result .node {
	width: 100%;
	margin-left: 0%;
    margin-right: 0%;
    float: left;
}

.group-result .node h2,
.group-result .node h2 a,
.group-result footer .links  {
    display: none;
}

.group-result .node {
    margin-bottom: 20px;
}

.group-result .field-type-image {
    float: left;
    width: 30%;
}

.group-result .field-type-text,
.group-result .field-type-node-reference {
    float: left;
    width: 70%;
    padding-left: 20px;
}

.group-result .field-type-text a,
.group-result .field-type-node-reference a {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
    font-weight: 700;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    
}

.ds-search-extra {
	padding: 20px 0;
}

 .search-form button,
  .search-form button:hover {
    border-radius: 0px;
    border-color: rgb(189, 98, 30);
    background-color: rgb(189, 98, 30);
    color: #FFF;
    height: 34px;
    line-height: 1.8;
}

@media (min-width: 768px) {
 .group-result .field-type-image {
    width: 15%;
}

.group-result .field-type-text,
.group-result .field-type-node-reference {
    width: 85%;
}
}

@media (min-width: 992px) {

	.group-result .node {
	width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}

.group-result .field-type-image {
    float: left;
    width: 20%;
}

.group-result .field-type-text,
.group-result .field-type-node-reference {
    float: left;
    width: 80%;

}

}

@media (min-width: 1200px) {

 .search-form button {
    height: 38px;
}

}