/* =========================================================
   GÖVDESAN PUBLIC SITE - MODÜLER CSS
   Kaynak satırlar: 226-392
   Footer, footer bağlantıları, iletişim, sosyal medya ve footer bottom
   NOT: İlk refactor aşamasında CSS kuralları değiştirilmemiştir.
   ========================================================= */

/* =========================================================
   FOOTER
   ========================================================= */

.gv-footer {
    padding: 55px 0 0 0;
    background: #172a3a;
    color: #9fb0bd;
}

.gv-footer-brand {
    min-height: 58px;
    margin-bottom: 16px;
}

.gv-footer-brand img {
    max-width: 190px;
    max-height: 55px;
    object-fit: contain;
}

.gv-footer-brand strong {
    color: #ffffff;
    font-size: 22px;
    letter-spacing: .5px;
}

.gv-footer-description {
    max-width: 330px;
    color: #93a6b5;
    font-size: 11px;
    line-height: 19px;
}


.gv-footer-title {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
}


.gv-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gv-footer-links li {
    margin-bottom: 9px;
}

.gv-footer-links a {
    color: #9fb0bd;
    font-size: 11px;
    text-decoration: none;
}

.gv-footer-links a:hover {
    color: #ffffff;
    text-decoration: none;
}


.gv-footer-contact > div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 11px;
    color: #9fb0bd;
    font-size: 11px;
    line-height: 18px;
}

.gv-footer-contact .glyphicon {
    width: 24px;
    min-width: 24px;
    padding-top: 2px;
    color: #718ca1;
}

.gv-footer-contact a {
    color: #9fb0bd;
    text-decoration: none;
}

.gv-footer-contact a:hover {
    color: #ffffff;
}


.gv-footer-quote {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 16px;
    background: #b3262d;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.gv-footer-quote:hover,
.gv-footer-quote:focus {
    background: #941e24;
    color: #ffffff;
    text-decoration: none;
}


/* =========================================================
   SOCIAL
   ========================================================= */

.gv-footer-social {
    margin-top: 18px;
}

.gv-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: #223b4f;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.gv-footer-social a:hover {
    background: #304d64;
    color: #ffffff;
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.gv-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    padding: 19px 0;
    border-top: 1px solid #2a4052;
    color: #748999;
    font-size: 10px;
}

.gv-footer-bottom a {
    margin-left: 16px;
    color: #748999;
    text-decoration: none;
}

.gv-footer-bottom a:hover {
    color: #ffffff;
}


