/* =========================================================
   GÖVDESAN PUBLIC SITE - MODÜLER CSS
   Kaynak satırlar: 1459-1550
   Ana sayfa referanslar
   NOT: İlk refactor aşamasında CSS kuralları değiştirilmemiştir.
   ========================================================= */

/* =========================================================
   REFERANSLAR
   ========================================================= */

.gv-home-references {
    padding: 80px 0;
    background: #f5f7f8;
}

.gv-reference-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px;
}

.gv-reference-card {
    width: calc(16.666% - 14px);
    min-height: 155px;
    margin: 7px;
    padding: 18px 12px;
    background: #ffffff;
    border: 1px solid #e0e6eb;
    text-align: center;
}

.gv-reference-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
}

.gv-reference-logo img {
    max-width: 125px;
    max-height: 60px;
    object-fit: contain;
}

.gv-reference-name {
    color: #334a5d;
    font-size: 12px;
    font-weight: 700;
}

.gv-reference-info {
    margin-top: 10px;
}

.gv-reference-info strong {
    display: block;
    color: #354b5e;
    font-size: 10px;
}

.gv-reference-info span {
    display: block;
    margin-top: 3px;
    color: #89959e;
    font-size: 8px;
}

.gv-reference-info small {
    display: block;
    margin-top: 5px;
    color: #89949d;
    font-size: 8px;
    line-height: 13px;
}

.gv-section-bottom-link {
    margin-top: 25px;
    text-align: center;
}

.gv-section-bottom-link a {
    color: #536c80;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.gv-section-bottom-link a:hover {
    color: #a4272d;
}

.gv-section-bottom-link .glyphicon {
    margin-left: 5px;
    font-size: 8px;
}


