/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.main-content {
    margin-top: 50px;
}

.left-content {
    background-image: url("../img/women.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 510px;
}

.right-content {
    min-height: 510px;
    /*background-color: #eebfbf;*/
}

/* Homepage styles
-------------------------------------------------- */
.medicalTitle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.badgeImage {
    background-color: #fff;
    padding: 4px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.quote {
    margin-top: 50px;
}

.address {
    margin-top: 50px;
}

.address-second-row {
    margin-top: 25px !important;
}

.medicalTitle h1, .address h3, .address h4 > .glyphicon, .medicalTitle h3 > .glyphicon {
    color: #cb2028;
}

.contact-title {
    padding-top: 5px;
    color: #cb2028;
}

.contact-schedule {
    padding-left: 22px;
}


/* ContactPage styles
-------------------------------------------------- */
.contact .address {
    margin-top: 20px;
}

.contact .address h3 {
    padding-top: 5px;
    padding-bottom: 7px;
}




/* TarifePage & ServiciiPage styles
-------------------------------------------------- */
.tarif .denumire {
    padding-left: 10px;
}

.tarif .pret {
    color: #cb2028;
}

.spacer {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.headlineSpacer {
    margin-top: 30px;
}

.leftSpacer {
    padding-left: 30px;
}

.remark {
    margin-top: 10px;
    padding-left: 10px;
    color: #cb2028;
}


/* CabinetPage styles
-------------------------------------------------- */
.thumb {
    margin-bottom: 10px;
}


/* JurnalPage styles
-------------------------------------------------- */
.sectiuneJurnal {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sectiuneJurnal h3 {
    color: #cb2028;
}


/* Logo adaptation
-------------------------------------------------- */
@media (max-width: 990px) {
    .navbar-brand > img {
        width: 225px;
    }
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 50px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 10px;
    border-top: 1px solid #e7e7e7;
}
