body {
    font-family: 'Roboto Condensed', sans-serif;
}

.container {
    padding: 0px;
}

.row {
    margin: 0px;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header img {
    max-width: 100%;
}

.navbar {
    margin: 0px;
    border: 0px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar .container-fluid {
    padding: 0;
}

@media (max-width: 1200px) {
     {
        padding: 15px 10px;
    }
}

.logo-holder {
    line-height: 50px;
}

.nav.navbar-nav li a {
    font-size: 14px;
    color: #669933;
    text-transform: uppercase;
}

.right-elements {
    text-align: right;
}

.call-center {
    display: block;
    float: right;
    height: 50px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 300;
    color: #990033;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-right: 25px;
}

.call-center span {
    display: block;
}

.call-center:hover {
    color: #990033;
    text-decoration: none;
}

span.phone {
    color: #990033;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

.cont {
    display: block;
    float: right;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    color: #990033;
    text-transform: uppercase;
    margin-right: 20px;
}

.cont:hover {
    color: #990033;
}

.search-grip {
    display: block;
    float: right;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #000;
}

#search_bar {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    backround: red;
    width: 120px;
    height: 40px;
    z-index: 1500;
}

.search-grip:hover {
    color: #990033;
}

.search-grip:focus {

}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control {
    opacity: 1;
}

.carousel-control span {
    color: #9C2C4C;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0;
    left: -20px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0;
    right: -20px;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    border: 1px solid #9C2C4C;
}

.carousel-indicators .active {
    background: #9C2C4C;
}

.section.row.carusel {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .nav > li > a {
        padding: 15px 10px;
    }
}

@media (max-width: 768px) {
    .logo-holder {
        display: none;
    }

    .mobile-logo {
        height: 50px;
        line-height: 50px;
    }

    .mobile-logo img {
        width: 120px;
        margin-left: 10px;
    }

    .right-elements {
        position: absolute;
        top: 20px;
        right: 60px;
    }

    .call-center {
        margin-right: 10px;
    }

    .cont {
        margin-right: 10px;
    }

    .navbar-collapse {
        margin-top: 20px;
        background-color: #fafafa;
        box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2) inset;
    }

    .navbar-collapse ul {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -15px;
    }

    .navbar-collapse ul li {
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar {
        margin-top: 0px;
        min-height: 0;
    }

    .header {
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .logo-holder {
        text-align: center;
    }
}

/*
.carousel-inner{
	max-height: 500px;
}

.carousel-inner img {
	width: 100%;
}
.carousel-caption {
	position: absolute;
	bottom: 100px;
}
*/
.carousel-caption a {
    display: block;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.carousel-caption a:hover {
    text-decoration: none;
}

.carousel-caption p {
    font-size: 24px;
    text-align: center;
}

@media (min-width: 1200px) {
    .carousel-inner {
        max-height: 600px;
    }

    .carousel-inner img {
        width: 100%;
    }

    .carousel-inner .item {

        overflow: hidden;
    }
}

.main-box {
    padding-top: 30px;
}

/* Img box with overlay */
a.img-bg {
    display: block;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-out;
}

a.img-bg:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
}

.img-bg img {
    display: block;
    width: 100%;
}

.img-bg h2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 28px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 12px;
}
.img-bg p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 12px;
}

.img-bg .image-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

a.img-bg:hover .image-overlay {
    background: rgba(153, 0, 51, 0.65);
}

.col-sm-12.specialisti .image-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(153, 0, 51, 0.5);
}

@media (max-width: 992px) {
    .img-bg h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .main-box {
        padding-top: 15px;
    }

    .img-bg {
        margin-bottom: 15px;
    }
}

/* DOCTORS */
.doc {
    margin-top: 30px;
    margin-bottom: 15px;
}

.doctor-card {
    display: block;
    position: relative;
    padding-bottom: 60px;
}

.doctor-card:hover {
    background: rgba(153, 0, 51, 1);
}

.doctor-card img {
    display: block;
    width: 100%;
    height: auto;
}

.doctor-card h2 {
    display: block;
    position: absolute;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    left: 0;
    right: 0;
    bottom: 30px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 100;

    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
}

.doctor-card h6 {
    display: block;
    position: absolute;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #990033;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    z-index: 100;

    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
}

.doctor-card p {
    display: none;
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(153, 0, 51, 0.65);
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 16px;
}

.doctor-card:hover p {
    opacity: 1;
}

.doctor-card:hover h2,
.doctor-card:hover h6 {
    color: #fff;
}

@media (max-width: 768px) {
    .doc {
        margin-top: 15px;
    }

    .doc .col-sm-4:first-child .doctor-card {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .doctor-card {
        display: block;
        position: relative;
        padding-bottom: 0;
        padding-left: 65px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 15px;
    }

    .doctor-card img {
        display: block;
        width: 50px;
        height: auto;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .doctor-card h2,
    .doctor-card h6 {
        display: block;
        position: relative;
        text-align: left;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }

    .doctor-card h2 {
        padding-top: 0;
        height: 20px;
    }

    .doctor-card p {
        display: block;
        position: relative;
        opacity: 1;
        background: none;
        padding: 0;
        color: #333;
    }

    .doctor-card:hover,
    .doctor-card:hover h2,
    .doctor-card:hover h6,
    .doctor-card:hover p {
        color: #333;
        text-decoration: none;
    }
}

.col-sm-6.articol {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.col-sm-6.articol h6 {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

/* LISTA ARTICOLE */
.col-sm-1,
.col-sm-11,
.col-sm-8,
.col-sm-9,
.sidebar {
    padding: 0px;
}

.header-articol {
    padding-top: 30px;
    clear: both;
}

.header-articol-02 {
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-articol p {
    position: absolute;
    color: #ccc;
    background-color: #fff;
    padding-right: 15px;
    top: -7px;
    left: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.header-articol-02 p {
    position: absolute;
    color: #ccc;
    background-color: #fff;
    padding-right: 15px;
    top: -7px;
    left: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

#galerie-photo {
    clear: both;
    display: block;
    padding: 0 15px;
}

#galerie-photo a {
    display: inline-block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    margin: 2px;
}

#galerie-photo a:hover {
    background-color: #c0a16b;
}

.linie {
    position: relative;
    height: 1px;
    background-color: #ccc;
}

.oferta h5 {
    position: absolute;
    top: 25px;
    background-color: #990033;
    padding: 10px 15px;
    margin: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.oferta.no-pic {
    display: block;
}

.oferta.no-pic h5 {
    position: relative;
    width: auto;
}

.col-sm-6.articol a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 0;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #000;
}

.articol a img {
    margin-bottom: 15px;
}

.articol a:hover {
    text-decoration: none;
    color: #990033;
}

.articol p {
    font-size: 18px;
    line-height: 24px;
    color: #666;
}

.articol h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #990033;
}

.articol img {
    display: block;
    width: 100%;
    height: auto;
}

.btn {
    background-color: #fff;
    border-color: #990033;
    color: #990033;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;

    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.btn:hover {
    background-color: #990033;
    color: #fff;
}

.btn:focus {
    background-color: transparent;
    border-color: #990033;
    color: #990033;
}

/* SIDEBAR */
.header-articol {
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-12.specialisti {
    padding-top: 30px;
    padding-bottom: 30px;
}

.col-sm-12.sidebar-box {
    margin-bottom: 30px;
    margin-top: 30px;
}

.sidebar-box ul {
    background-color: #f8f8f8;
    list-style-type: none;
    padding: 10px 30px;
    margin: 0px;
}

#specializari li {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
    /*edit*/
    padding: 5px 10px;
    margin: 0 10px 10px 10px;
}

.sidebar-box ul li span.toate-link {
    font-size: 12px;
    text-transform: uppercase;
    color: #990033;
    border-bottom: 0px;
}

.toate-link:hover {
    text-decoration: underline;
}

.sidebar-box li span {
    font-size: 36px;
    /*edit*/
    font-size: 24px;
}

.sidebar-box li {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*edit*/
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-box li a:hover {
    color: #990033;
}

.sidebar-box li:last-child {
    border: 0px;
}

.sidebar-box a {
    display: block;
    color: #666;
}

.sidebar-box a:hover {
    text-decoration: none;
    color: #990033;
}

@media (max-width: 980px) {
    .sidebar-box ul {
        background-color: #f8f8f8;
        list-style-type: none;
        padding: 0 10px;
    }

    .col-sm-12.sidebar-box li {
        font-size: 14px;
    }

    .sidebar-box li span {
        font-size: 24px;
    }
}

/* FOOTER*/

.footer-large {
    width: 100%;
    background-color: #990033;
}

.container.footer {
    padding-top: 10px;
    padding-bottom: 30px;
}

.col-sm-4.logo {
    margin-bottom: 60px;
}

.footer .logo img {
    max-width: 100%;
}

.acreditari {
    padding-top: 60px;
}

.acreditari img {
}

a:first-child img {
}

.col-sm-4.links {
    margin-bottom: 60px;
}

.col-sm-4.links h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding-bottom: 15px;
}

.col-sm-4.social {
    margin-bottom: 10px;
}

.col-sm-4.social h2 {
    font-size: 18px;
    color: #fff;
    margin: 0px;
    padding-bottom: 15px;
}

.col-sm-4.social p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

.col-sm-4.links ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.col-sm-4.links a {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.social .form-control {
    height: 45px;
    border: 0px;
}

.social .form-group {
    position: relative;
}

.glyphicon.glyphicon-send {
    position: absolute;
    right: 0px;
}

.form-group a {
    text-align: center;
    display: block;
    color: #990033;
    text-decoration: none;
    padding: 15px;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 10px;
}

#scrollTop {
    cursor: pointer;
}

#abonare-footer a span {
    font-size: 25px;
    line-height: 40px;
    height: 40px;
}

.form-group a:hover {
    color: #000;
}

.copy {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}

.social-icon a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 30px;
}

/*NAV-ECRAN*/
.nav-ecran {
    position: fixed;
    bottom: 94px;
    right: 4px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.nav-ecran:hover {
    bottom: 99px;
}

.nav-ecran a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    background: #990033
}

/*LISTA ARTICOLE*/
.col-sm-12.section-title {
    padding: 0px;
}

.col-sm-12.section-title h2 {
    float: left;
    margin: 0px;
    padding-right: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}

.drop {
    display: block;
    background-color: #fff;
    border-color: #990033;
    color: #990033;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;

    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.dropdown .btn {
    margin: 0px
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #990033;
    border-color: #990033;
}

.header-articol .dropdown {
    float: left;
}

.dropdown-menu {
    float: left;
}

.header-articol ul.dropdown-menu {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

/*DETALIU ARTICOL*/

.col-sm-8.section-title {
    padding: 0px;
}

.col-sm-8.section-title h2 {
    float: left;
    margin: 0px;
    padding-right: 30px;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: -1px;
}

.social-up {
    line-height: 29px;
}

.col-sm-8.section-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #990033;
    margin: 0px;
}

.img-article {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-article h2 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding-left: 15px;
}

.body-article {
    padding: 15px;
}

.body-article p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
}

.download-box {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.download-box h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    float: left;
    margin: 0px;
}

.download-box a {
    position: absolute;
    line-height: 30px;
    right: 15px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #990033;
    text-transform: uppercase;
}

.download-box .glyphicon.glyphicon-save {
    padding-left: 15px;
}

.ultimele-art {
    padding-top: 30px;
}

/*LISTA CLINICI*/
.box-clinic {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 60px;
}

.map-clinic {
    display: block;
    float: left;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    padding-right: 30px;
}

@media (max-width: 480px) {
    #scrollTop {
        display: none;
    }
}

@media (max-width: 980px) {
    .map-clinic {
        display: block;
        float: none;
        height: auto;
        margin-top: 30px;
        padding: 0px;
    }
}

.clinici a {
    display: block;
    padding-top: 30px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.clinici a:hover {
    color: #990033;
}

.adresa a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #990033;
    padding: 0px;
    margin-bottom: 5px;
}

.adresa a:hover {
    color: #000;
    text-decoration: underline;
}

.adresa h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 5px;
}

.adresa p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    margin: 0px;
}

/*DETALIU CLINICA*/

.map-clinic-02 {
    margin: 0px;
    padding: 0px;
}

.box-clinic-02 {
    border: 0px;
}

.sidebar-box form {
    background-color: #f8f8f8;
}

.sidebar-box .form-control {
    height: 45px;
    margin-bottom: 15px;
}

.sidebar-box .form-group {
    padding: 15px;
}

.sidebar-box .btn {
    display: block;
    background-color: transparent;
    border-color: #990033;
    color: #990033;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;

    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.sidebar-box .btn:hover {
    background-color: #990033;
    color: #fff;
}

.sidebar-box .btn:focus {
    background-color: transparent;
    border-color: #990033;
    color: #990033;
}

/*LISTA MEDICI*/

.checkbox {
    float: left;
    padding-right: 10px;
    margin: 0px;
}

/*SPECIALISTII RASPUND*/

.col-sm-12.doc-img img {
    display: block;
    float: left;
    padding-right: 30px;
}

.col-sm-12.doc-img h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
}

.col-sm-12.doc-img h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #990033;
}

.col-sm-12.doc-img p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.formular {
    background-color: #f7f7f7;
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    padding-bottom: 0px;
    margin: 30px 15px;
}

.formular .form-control {
    height: 45px;
    margin: 10px 0px;
}

.formular textarea.form-control {
    height: 180px;
}

.formular .row {
    margin-left: -10px;
    margin-right: -10px;
}

.formular .row .col-md-12,
.formular .row .col-md-6,
.formular .row .col-4,
.formular .row .col-xs-12 {
    padding: 0 10px;
}

.teme-discutie {
    margin: 30px 15px;
}

.teme-discutie .well {
    padding: 30px;
}

.titlu-tema {
    display: inline-block;
    max-width: 600px;
    font-size: 16px;
    font-weight: 700;
}
.fp-header {
	display:flex;
	}
.fp-header > div {
	width:50%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.fp-header > div > .img-responsive {
	width:100%;
}
.fp-header .fp-buttons {
	
}
.btn-frontpage {
	color: white;
	text-align: center;
	font-size: 20px;
	width:50%;;
	display:flex;
	background:#71993d;
	border:2px solid #fff;
	transition:all 0.3s ease;
	height:50%; 
	align-items:center;
	justify-content:center;
		flex-wrap:wrap;
}
.btn-frontpage:first-child {
	background:#608234;
}
.btn-frontpage:nth-child(2){
	background:#688c38;
}
.btn-frontpage:last-child {
	background:#79a342;
}
.btn-frontpage:hover {
	color:#ccc;
	text-decoration:none;
	}
.btn-frontpage i , .btn-frontpage strong{
	display:block;
	width:100%;
	}


@media (max-width: 1200px) {
    .titlu-tema {
        display: inline-block;
        max-width: 470px;
        font-size: 16px;
    }
	.btn-frontpage {
		font-size:20px;
	}

}

@media (max-width: 980px) {
    .titlu-tema {
        display: inline-block;
        max-width: 325px;
        font-size: 14px;
    }
}

@media (max-width: 490px) {
    .titlu-tema {
        display: inline-block;
        max-width: 200px;
        font-size: 12px;
    }
}

.teme-discutie .well a {
    display: block;
    float: right;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #990033;
    text-transform: uppercase;
}

.teme-discutie .well a:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.teme-discutie .well span {
    font-size: 24px;
}

.well .mesaj p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
}

.mesaj p .user {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-right: 30px;
}

.mesaj p .calendar {
    font-size: 12px;
    color: #ccc;
    font-weight: 300;;
}

.well .raspuns-doctor {
    margin-left: 30px;
    padding-left: 15px;
    border-left: 1px solid #990033;
}

.well .raspuns-doctor p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #990033;
}

.raspuns-doctor p .user {
    font-size: 16px;
    color: #990033;
    font-weight: 700;
    padding-right: 30px;
}

.raspuns-doctor p .calendar {
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
}

.sectiune-mesaj {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
}

.expanded-content {
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.col-sm-2,
.col-md-6,
.col-sm-10,
.col-xs-12 {
    padding: 0px;
}

/*REZULTATELE CAUTARII*/

.label-default {
    background-color: #990033;
}

.label {
    padding: 10px 15px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 0px;
}

/*LISTA SPECIALITATI*/

.body-article ul {
    padding-top: 30px;
    padding-left: 0px;
    font-size: 12px;
}

.body-article ul li {
    width: 30%;
    float: left;
}

@media (max-width: 980px) {
    .body-article ul {
        padding-top: 30px;
        padding-left: 0px;
    }

    .body-article ul li {
        width: 45%;
        float: left;
    }
}

.body-article li {
    padding-bottom: 15px;
}

.body-article a {
    font-size: 18px;
    color: #666;
}

.body-article a:hover {
    text-decoration: none;
    color: #990033;
}

.logout-btn {
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e5e5e5;
}

.logout-btn:hover {
    background-color: #e4e4e4;
    border: 1px solid #f5f5f5;
    text-decoration: none;
}

.intrebari {
    padding: 60px;
}

.intrebare {
    text-align: justify;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.intrebare > .raspuns {
    border-left: 1px solid #990033;
    margin-top: 15px;
    margin-left: 30px;
    padding-left: 15px;
    color: #990033;
}

.intrebare > .button, .modal-content .button {
    width: 150px;
    padding: 5px;
    font-size: 15px;
    margin: 0 10px;
}

.loading_box {
    display: block;
    width: 100%;
    height: 20px;
    position: relative;
}

.loading_holder {
    display: block;
    width: 80px;
    width: 90px;
    height: 20px;
    text-align: center;
    top: 0;
    margin: 0 auto;
}

.loading_bar {
    background-color: #990033;
    background-image: -moz-linear-gradient(45deg, #990033 25%, #990033);
    background-image: -webkit-linear-gradient(45deg, #990033 25%, #990033);
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
}

#loading_block1 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

#loading_block2 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

#loading_block3 {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

#loading_block4 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

#loading_block5 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}
@media (max-width: 400px) {
    .cont {
        font-size: 10px;
        margin-right: 5px;
    }

    .mobile-logo img {
        width: 90px;
    }

    .call-center {
        margin-right: 5px;
    }

    .call-center span.phone {
        font-size: 24px;
    }

    .carousel-caption a {
        font-size: 30px;
        line-height: 30px;
    }

    .carousel-caption p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .carousel-caption a {
        font-size: 36px;
        line-height: 36px;
    }

    .carousel-caption p {
        font-size: 20px;
    }
}

/* TWO LEVEL NAVIGATION */
.nav.navbar-nav li a:hover {
    text-decoration: underline;
}

.nav.navbar-nav li {
    position: relative;
}

.nav.navbar-nav li ul {
    display: none;
    position: absolute;
    z-index: 300;
    background: #ffffff;
    top: 50px;
    left: -5px;
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    width: 230px;
    box-shadow: 0px 5px 3px -2px rgba(0, 0, 0, 0.5);
}

.nav.navbar-nav li:hover ul {
    display: block;
}

@media (max-width: 768px) {
    .nav.navbar-nav li:hover ul {
        display: none;
    }
}

.nav.navbar-nav li ul li {
    margin: 0;
    padding: 0;
}

.nav.navbar-nav li ul li a {
    display: block;
    padding: 5px 15px;
    line-height: 20px;
    cursor: pointer;
}

.frm-contact-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

select.frm-contact-input {
    height: 40px;
    background: #fff;
    box-shadow: none;
}

.frm-contact-btn,
a.frm-contact-btn {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #990033;
    border-radius: 3px;
    line-height: 20px;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
}

.frm-contact-btn:hover,
a.frm-contact-btn:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.specializari-clinica {
    padding: 0 10px;
}

.specializari-clinica a {
    margin: 0 10px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 20px;
}

@media (max-width: 767px) {
    .nav.navbar-nav li {
        position: relative;
    }

    .nav.navbar-nav li a.toggle-drop {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        /*background: rgba(0,0,0,0.1);*/
        cursor: pointer;
        opacity: 0.5;
    }

    .nav.navbar-nav li a.toggle-drop:hover {
        text-decoration: none;
        opacity: 1;
    }

    .nav.navbar-nav li ul.show-on-mobile {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding-bottom: 0;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) inset;
        margin-bottom: -1px;
    }

    .nav.navbar-nav li ul.show-on-mobile li a {
        padding: 15px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: 0;
        left: 5px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: 0;
        right: 5px;
    }

}

@media (min-width: 768px) {
    .nav.navbar-nav li a.toggle-drop {
        display: none !important;
    }
}

@media (max-width: 580px) {
    ul#specializari li {
        width: 100%;
        padding: 5px 0;
    }
}

@media (max-width: 767px) {
    .doctor-card {
        padding-left: 0;
    }

    .doctor-card:hover {
        background: none;
    }

    .doctor-card h2,
    .doctor-card h6 {
        padding-left: 0;
    }
}

.carousel-caption {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.3);
}

.acreditari {
    display: block;
    position: relative;
}

.acreditari img {
    width: 20%;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }

    .carousel-caption {
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .carousel-caption a {
        font-size: 18px;
        line-height: 22px;
    }

    .carousel-caption p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
    }

    textarea.form-control {
        min-height: 120px;
    }

    #galerie-photo a {
        display: inline-block;
        width: 180px;
        width: 22%;
        height: auto;
    }

    #galerie-photo a img {
        width: 100%;
    }

    .modal-footer .btn {
        font-size: 12px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header-articol {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }

    .col-sm-12.doc-img img {
        display: block;
        float: none;
        padding-right: 0;
        width: 100%;
    }
}

.col-sm-12.doc-img img {
    display: block;
    float: none;
    padding-right: 0;
    width: 100%;
}

.doc-img .img-article {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.text-white {
    color: white !important;
}

.useful-links a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.m-t-lg {
    margin-top: 50px;
}

.m-t {
    margin-top: 25px;
}

.m-b {
    margin-bottom: 25px;
}

.m-b-lg {
    margin-bottom: 45px;
}

.m-b-none {
    margin-bottom: 0px;
}

.text-xs {
    font-size: 10px;
}

.b-b {
    border-bottom: solid 1px white;
}

.m-t-sm {
    margin-top: 10px;
}

.no-padder {
    padding: 0px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-r {
    margin-right: 20px;
}

.section-title {
    margin: 0px;
    padding-right: 30px;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: -1px;
}

.wrapper {
    padding: 10px;
}

.wrapper-xs {
    padding: 3px;
}

.text-bold {
    font-weight: bold;
}

.fb-like.fb_iframe_widget {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
}

.programare-panel {
    display: initial;
    width: 15%;
    min-width: 330px;
    position: fixed;
    bottom: 0px;
    right: 33px;
    -webkit-box-shadow: 3px 6px 42px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 6px 42px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 6px 26px -1px rgba(0, 0, 0, 0.75);
    z-index: 101;
}

.programare-panel .panel {
    border-radius: 0;
    margin-bottom: 0;
}

a.programare-btn:hover {
    text-decoration: none;

}

a.programare-btn {
    position: fixed;
    bottom: 20px;
    right: 33px;
    -webkit-box-shadow: 3px 6px 42px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 6px 42px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 6px 26px -1px rgba(0, 0, 0, 0.75);
    z-index: 101;
    font-size: 20px;
    width: 200px;
    padding: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    a.programare-btn {
        left: 10px;
        right: 10px;
        position: fixed;
        display: block;
        width: auto;
    }
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.no-float {
    float: initial;
}

.vertical-label {
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 2px;
    cursor: pointer;
    width: 17px;
    text-align: center;
    display: inline-block;
}

.m-t-none {
    margin-top: 0;
}

.rating-options div {
    margin-right: 5px;
}

.bg-white {
    background: white !important;
}

.contact-form label {
    font-weight: normal;
}

@media (min-width: 992px) {

    .contact-text {
        padding-right: 15px;
    }
}

@media (max-width: 992px) {

    .contact-text {
        padding-bottom: 15px;
    }
	.fp-header {
		display:block;
	}
	.fp-header > div {
		width:100%;
	}
	.btn-frontpage {
		padding:20px 0;
	}
}
.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.img-a {
    width: 100%;
    border-radius: 5px;
    padding: 4px;
    border: solid 1px ghostwhite;
}

.row.no-gutters {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 768px) {
    .medic-card {

    }
}

@media (max-width: 767px) {
    .medic-card img {
        width: 100%;
        height: initial !important;
    }

    .medic-card h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-decoration: none;
        font-weight: bold;
    }

    .medic-card h6 {
        font-size: 12px;
        margin-top: 2px;
    }

    .medic-card h2, .medic-card h6 {
        color: #333;
        text-decoration: none;
        display: block;
        position: relative;
        text-align: left;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }

    .medic-card:hover {
        text-decoration: none;
    }

    .medic-content {
        margin-bottom: 20px;
    }

}

@media (max-width: 992px) {
    .medic-card {
        width: calc(100% - 6px);
    }
}

@media (min-width: 768px) {
    .medic-card {
        width: calc(50% - 6px);
        display: inline-block;
        float: left;
        margin-bottom: 6px;
        margin-right: 6px;
    }

    .medic-card .medic-photo {
        height: 60px;
        width: 60px;
        float: left;
    }

    .medic-card .medic-content {
        float: right;
        width: calc(100% - 60px);
    }

    .medic-card .medic-content h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #000;
        margin: 0;
        padding: 0;
        line-height: 20px;
        padding-top: 10px;
        padding-left: 10px
    }

    .medic-card .medic-content h6 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        color: #990033;
        margin: 0;
        padding: 0;
        height: 30px;
        line-height: 20px;
        padding-bottom: 10px;
        padding-left: 10px;
        z-index: 100;
    }

    .medic-card:hover {
        background: rgba(153, 0, 51, 1);
        color: white !important;
    }

    .medic-card:hover h2, .medic-card:hover h6 {
        color: white !important;
    }
}

.slick-dots {
    bottom: initial;
    top: -25px;
}

.slick-arrow {
    z-index: 10;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.slick-arrow::before {
    background: #990033 none repeat scroll 0 0;
    color: #fff;
    display: block;
    opacity: 1;
    padding: 5px;
}

.slick-next::before {
    content: "\f054";
}

.slick-prev::before {
    content: "\f053";
}

.slick-prev::before, .slick-next::before {
    font-family: FontAwesome;
    font-size: 12px;
}

.clasa-bam {
    font-size: 26px !important;
    top: -23px !important;;
    /* color: #333; */
    /* font-weight: bold; */
    font-size: 28px !important;;
    font-weight: 400 !important;;
    text-transform: initial !important;;
    color: #333 !important;;
}

.bg-light {
    background-color: #f5f5f5;
}

.no-border tr td, .no-border tr th {
    border: none !important;
}

.article-card:hover {
    text-decoration: none;
}

.article-card {
    color: black;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 18px;
}

.article-card a {
    color: black;
}

.article-card a:hover {
    text-decoration: none;
}

.pro-programare {
    margin-top: 0px;
    padding: 6px 11px;
    margin-bottom: 0px;
    font-size: 14px;
    border-color: lightslategray;
    color: black;
}

@media (min-width: 992px) {
    .banner-fluid{
            width: 1600px!important;
        }

    .banner-home{
        color: #693;
        height: 237px;
        background: #527d28;
        border: white;
        border-style: solid;
    }
    .btn-spanac {
        position: absolute;
        top: 355px;
    }

    .vc-recaptcha {
        margin-bottom: 20px;
        transform: scale(0.77);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;

    }

    .frm-contact-input1 {
        height: 207px;
    }

    .btn-form1 {
        width: 200px;
        position: relative;
        top: -32px;
        left: -39px;
    }

    .btn-form2 {
        height: 90px;
        margin-top: 0px;
        position: relative;
        left: 88px;
        width: 528px;
    }

    .btn-form3 {
        height: 59px;
        margin-top: 0px;
        position: relative;
        left: -35px;
        width: 213px;
    }

    .btn-form4 {
        height: 59px;
        margin-top: 0;
        position: relative;
        left: 0;
        width: 213px;
    }

    .ccaptcha {
        -webkit-transform: scale(0.7);
        margin-bottom: 20px;
        transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 1200px) {
.container-lg{
    width: 1600px;
}

    .btn-spanac {
        position: absolute;
        top: 455px;
    }

    .vc-recaptcha {
        margin-bottom: 20px;
        transform: scale(0.77);
        -webkit-transform: scale(1.05);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .frm-contact-input1 {
        height: 180px;
    }

    .btn-form1 {
        height: 80px;
        margin-top: 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .btn-form2 {
        height: 90px;
        margin-top: 0;
        position: relative;
        left: 51px;
        width: 700px;
    }

    .btn-form3 {
        height: 80px;
        position: relative;
        left: 7px;
    }

    .btn-form4 {
        height: 80px;
        position: relative;
        left: 7px;
    }

    .ccaptcha {
        -webkit-transform: scale(1.05);
    }
}

.block-list li {
    float: initial !important;
    width: initial !important;
    padding-bottom: 0 !important;

}

.block-list {
    padding-left: 30px !important;
    padding-top: 0 !important;

}

.img-with-text {
    position: relative;
    top: 13px;
}
