/** Search Result  **/
.search-top {
    margin-bottom: 30px;
    width: 100%;
}

.search-top a.back {
    width: auto;
}

/** Machine Gallery **/
.isc_gallery .images {
    display: flex;
    flex-direction: column;
    float: left;
}

.isc_gallery .images .main-image {
    background: #b1b1b1;
    float: left;
    height: auto;
    margin: 0 25px 0 0;
    object-fit: contain;
    padding: 0;
}

.isc_gallery .images .thumbnails {
    display: flex;
    flex-direction: row;
}

.isc_gallery .images .thumbnails .thumbnail-image {
    border: 2px solid white;
    border-radius: 6px;
    height: auto;
    margin: 0 5px 0 0;
    max-width: 50px;
    padding: 0;
}

/** Machine List **/
.result-container {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    padding: 15px 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.result-container,
.result-container:active,
.result-container:focus,
.result-container:hover {
    color: inherit;
}

.result-container .header {
    border: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 125%;
    font-weight: 700;
    margin-bottom: 20px;
    min-height: auto;
    padding: 0 10px 15px 0;
}

.result-container .text {
    font-size: 108%;
    overflow: hidden;
}

.result-container .text .articleFeature {
    display: table;
    margin-bottom: 13px;
}

/** Machine Address **/
.machine-address .company-name,
.machine-address .phone,
.machine-address .email {
    color: inherit;
    display: block;
    float: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: 20px;
    margin-bottom: 10px;
    padding: inherit;
    text-align: inherit;
}

.machine-address .phone {
    background: url(../Icons/phone.png) no-repeat;
    padding-left: 30px;
}

.machine-address .email {
    background: url(../Icons/email.png) no-repeat;
    padding-left: 30px;
}

.machine-address .email a {
    unicode-bidi: bidi-override;
    direction: rtl;
}

/** Gallery Images **/
.gallery__image {
    background-color: #293133;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}