﻿html {
    box-sizing: border-box;
}

@font-face {
    font-family: "SF Pro Text Regular";
    font-weight: 400;
    src: url(../fonts/SFProText-Light.woff);
}

body, div {
    font-family: "SF Pro Text Regular";
}

body {
    background-color: #f0f0f0;
    /*overflow-x: hidden !important;*/
}


    body.lock-position {
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: fixed;
    }

*,
*:before,
*:after {
    box-sizing: inherit;
}

.navbar-nav a {
    float: left;
}

body {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

.dropdown-ps .dropdown-toggle {
    width: auto !important;
    display: inline;
    padding: 0px;
    padding-right: 20px;
    padding-top: 8px !important;
    cursor: pointer;
}

.navbar-fixed-top {
    max-width: 100%;
}

.nav .navbar-nav .navbar-right {
    margin-top: 3px;
}

navbar .navbar-nav a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
}

.navbar-nav a:hover {
    color: black;
    text-decoration: none;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
}

navbar .navbar-header a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-header a:hover {
    color: black;
}

.dropdown-ps .dropdown-menu {
    right: 15px;
    top: 50px;
}

    .dropdown-ps .dropdown-menu i {
        color: black;
        width: 30px;
        text-align: center;
        font-size: 14px;
    }

    .dropdown-ps .dropdown-menu > li > a {
        padding-left: 5px;
        padding-bottom: 0px !important;
    }

        .dropdown-ps .dropdown-menu > li > a:hover, .dropdown-ps .dropdown-menu > li > a:focus {
            background-color: white;
        }

#continut {
    margin: 0 auto;
}

.navbar-fixed-top {
    background-color: white;
}

.container-notificare {
    position: fixed;
    z-index: 1111;
    max-width: 500px;
    border-radius: 10px;
    border: 1px solid silver;
    right: 20px;
    top: 55px;
    background: #efefef;
    max-height: 70vh;
    overflow-y: auto;
    padding: 10px;
    display: none;
}

    .container-notificare .inchide {
        font-size: 30px;
        position: absolute;
        top: 2px;
        right: 10px;
        cursor: pointer;
    }

    .container-notificare h4 {
        margin-bottom: 20px;
    }

    .container-notificare .row-notificare {
        background: white;
        margin: 0px;
        display: block;
        color: black;
        margin-bottom: 10px;
        padding-top: 10px;
        min-width: 250px;
        cursor: pointer;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }

        .container-notificare .row-notificare .fas {
            background: red;
            padding: 5px;
            border-radius: 50%;
            width: 20px;
            font-size: 10px;
            color: white;
            text-align: center;
        }

        .container-notificare .row-notificare .afla-mai-multe {
            color: green;
            font-weight: 700;
            font-size: 16px;
        }

    .container-notificare .fara-notificari {
        background: white;
        margin: 0px;
        margin-bottom: 10px;
        min-width: 300px;
        min-width: 300px;
        padding: 10px;
        padding-bottom: 2px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }

.container-logo-header {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0px auto;
    border-radius: 50%;
    border: 0.45px solid #bfbfbf;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

    .container-logo-header img {
        width: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: auto;
    }

.container-optiune-header {
    display: inline-block;
}

    .container-optiune-header span {
        font-size: 13px;
    }

.lnkOptiuneHeader {
    padding-bottom: 0px !important;
    padding-top: 8px !important;
    padding-left: 5px !important;
    width: auto !important;
    padding-right: 10px !important;
}

.navbar-nav .badge {
    font-size: 10px;
    margin-left: -12px;
    background-color: green;
}

.nav .notificare {
    font-size: 8px;
    position: absolute;
    top: 15px;
    right: 8px;
    background-color: red;
    width: initial;
    height: initial;
}

.nav i {
    font-size: 21px;
}

.nav .separator-header {
    background: silver;
    width: 1px;
    height: 40px;
    display: inline-block;
}

#divFooterMobilPay {
    max-width: 860px;
    padding: 20px;
    margin: 0px auto;
    font-size: 14px;
}

    #divFooterMobilPay a {
        color: green !important;
        font-weight: bold;
        text-decoration: none !important;
    }

    #divFooterMobilPay img {
        width: 100%;
        max-width: 400px;
        margin: 0px auto;
        display: block;
        margin-top: 60px;
    }

.popover-title {
    border: none;
    display: none;
}

    .popover-title::after {
        content: 'X';
        position: absolute;
        right: 15px;
    }

.popover .popover-content {
    background: #f7f7f7;
}

.popover.bottom {
    z-index: 11111;
    top: 36px;
    left: 950px;
}

    .popover.bottom > .arrow {
        visibility: hidden;
    }

#footer {
    background-color: rgb(240, 240, 240);
    text-align: center;
    /*width: 100%;*/
    color: #191919 !important;
    position: relative;
}

    #footer h6 {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

#logoPiata {
    margin-top: -16px;
}

.navbar-collapse li {
    margin-top: 5px;
}

#linkPrincipal {
    margin-left: -25px;
    margin-top: 5px;
    color: #51912d;
    text-transform: uppercase;
}

.navbar-brand {
    padding: 15px;
}

.cc-revoke {
    display: none !important;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 999;
    right: 30px;
    color: white;
    bottom: 30px;
    width: 36px;
    height: 36px;
    padding-top: 2px;
    background-color: #51912d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        color: white;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

span.scroll-top-inner.btn:hover {
    color: white;
}

span.scroll-top-inner.btn {
    padding: 6px 10px;
}

.divCuSeparatorJos {
    margin-bottom: 3px;
    padding-bottom: 13px;
    border-bottom: 1px solid gray;
}

.div-linkuri-footer a:link, .div-linkuri-footer a:after {
    color: #191919 !important;
}

.div-j-footer a:link {
    display: inline-block;
    width: 100%;
    color: #191919 !important;
    text-decoration: none;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
}

.div-j-footer a:hover {
    color: #191919 !important;
}

.row-header-clinica {
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 10;
    margin-top: -25px;
}

.row .row-eq-height a:hover {
    text-decoration: none;
}

.div-footer-sus {
    padding: 0;
    padding-left: 8px;
    padding-top: 8px;
}

.div-footer-2, .div-footer-3, .div-footer-4, .div-j-footer-6, .div-j-footer-7, .div-j-footer-8 {
    padding: 0;
    padding-top: 8px;
}

footer .hr-fade {
    border-top: 1px solid #b1b1b1;
    margin-left: 15px;
    margin-right: 15px;
}

.iconita {
    max-height: 20px;
    max-width: 20px;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.btn-share-whatsapp:link, .btn-share-whatsapp:hover, .btn-share-whatsapp:active, .btn-share-whatsapp:after {
    display: block;
    margin-top: 10px;
    background-color: #25D366;
    color: #FFFFFF;
    border-color: #25D366;
    height: 45px;
    padding: 12px;
    padding-left: 8px;
    text-align: left;
}

.btn-share-sms:link, .btn-share-sms:hover, .btn-share-sms:active, .btn-share-sms:after {
    display: block;
    margin-top: 15px;
    background-color: #FFF3B0;
    color: #FFFFFF;
    border-color: #25D366;
}

.centru {
    display: block;
    margin: 0px auto;
}

.ascunde {
    display: none;
}

.div-width-50px {
    width: 50px;
    margin: 0px auto;
}

.lnk-verde {
    color: green !important;
}

.lnk-negru-inline {
    display: inline;
    color: black !important;
    float: left;
    font-weight: 700;
    text-indent: 5px;
}

    .lnk-negru-inline:hover {
        display: inline;
        color: black !important;
        float: left;
    }

.lnk-verde:hover {
    color: green !important;
}

.panel-body label {
    text-align: left;
    display: block;
}

.panel-body span {
    text-align: left;
    display: block;
}

.panel-body h6 {
    text-align: left;
    display: block;
}

.panel-heading {
    text-align: left;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.glyphicon-remove {
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    float: left;
}

.chkFiltre label {
    position: relative;
    float: none !important;
}

.chkFiltre input {
    float: none !important;
}


input[type="checkbox"] {
    float: left;
    margin: 2px 5px 0;
}

input[type="radio"] {
    float: left;
    margin: 2px 5px 0;
}

.chkBifa input[type="checkbox"] {
    margin: 4px 5px 0;
}

.chkBifa input[type="radio"] {
    margin: 4px 5px 0;
}

.chkBifa label {
    float: none !important;
    font-weight: 400;
}

.chkBifa input[type="radio"] {
    margin: 4px 5px 0;
}

.chkBifa label {
    float: none !important;
    font-weight: 400;
}

.btn-danger:link, .btn-danger:visited, .btn-danger:active {
    color: white;
}

.btn-success:link, .btn-success:visited, .btn-success:active {
    color: white;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: green !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: green !important;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: green !important;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-search {
    color: #191919 !important;
}

.div-politica {
    text-align: justify;
    line-height: 1.5;
    font-size: 15px;
    padding: 0px 20px;
}

/**CARDBOX STYLE**/

.carbox {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}

    .carbox:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

.carbox-termeni {
    max-width: 200px;
    color: black;
}

    .carbox-termeni:hover {
        color: black;
        text-decoration: none;
    }

/**CARDBOX STYLE END**/

.cc-animate.cc-revoke.cc-bottom {
    display: none;
}

.gif {
    max-width: 300px;
}

.inline {
    display: inline !important;
}

.navbar-right a {
    color: black !important;
}

    .navbar-right a:hover {
        color: black !important;
    }

.scrollToTop {
    bottom: 40px;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9;
    border: 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #3fc35f;
    cursor: pointer;
}

    .scrollToTop > i {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: white;
    }

.scrollToTop {
    background-color: #3fc35f;
    color: #fff;
}

    .scrollToTop:hover, .scrollToTop:focus {
        color: #3fc35f;
        border-color: 1px solid #3fc35f;
    }

.devino-partener:before,
.devino-partener:after {
    top: 0;
    width: 0;
    height: 100%;
}

.devino-partener:before {
    right: 0;
    border: 1px solid var(--inv);
    border-left: 0;
    border-right: 0;
}

.devino-partener:after {
    left: 0;
}

.devino-partener:hover:before,
.devino-partener:hover:after {
    width: 100%;
}

.lstLinkFooter {
    list-style: none;
    color: white;
    padding: 0;
    margin: 0;
    text-align: left;
}

    .lstLinkFooter li a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-weight: 600;
        margin-bottom: 6px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .lstLinkFooter li a:hover {
            color: green !important;
        }

.single_footer_top {
    max-width: 280px;
    text-align: left;
    display: block;
    margin: 0px auto;
}

.developer a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

    .developer a:hover {
        color: green;
    }

.row-inregistrare {
    margin: 10px;
}

    .row-inregistrare a {
        color: green;
    }

        .row-inregistrare a:hover {
            color: green !important;
        }

.navbar-nav > li > a {
    font-size: medium;
    letter-spacing: 1.2px;
}

.marginR {
    margin: 0px auto;
}

    .marginR .row {
        margin: 0px auto;
    }

    .marginR span {
        text-align: left;
        display: block;
    }


    .marginR .form-group label {
        display: block;
        text-align: left;
    }


#specialQuote {
    background-color: #6e6e6e;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    padding-top: 25px;
}

    #specialQuote p {
        font-size: 30px;
        font-style: italic;
        line-height: 48px;
    }

    #specialQuote p {
        font-size: 20px;
        line-height: 30px;
        padding: 0px 20px;
    }

.wow a {
    color: #2dc32d;
}

    .wow a:hover {
        color: #2dc32d !important;
    }

#panelParoleNecorespunzatoareJuridice {
    color: red;
}

.divContainerFinal {
    overflow-x: hidden;
    padding: 10px 40px;
    max-width: 50%;
    display: block;
    margin: 0px auto;
}

#modalReclamaVideo .separator {
    display: inline-block;
    width: 15px;
}

#modalReclamaVideo .modal-body {
    margin-top: 35px;
}

@media all and (max-width: 800px) {
    #modalReclamaVideo .modal-dialog {
        max-width: 90%;
    }

    .divContainerFinal {
        max-width: unset;
        padding: 10px 20px;
    }

        .divContainerFinal .form-group {
            margin-bottom: 0px;
        }

        .divContainerFinal #secondDiv {
            margin-top: 10px;
        }
}

.divZonaSubcategorii span {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

#blogArchive {
    float: left;
    display: inline;
    width: 100%;
    padding: 40px 0px;
}

.blogArchive_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 300px;
}

.blogArchive_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 300px;
}

.single_archiveblog {
    background-color: #ffffff;
    display: inline;
    float: left;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.archiveblog_left {
    float: left;
    display: inline;
    width: 150px;
    text-align: center;
}

.page_left {
    width: 100%;
}

#mainDiv a {
    color: black;
    line-height: 25px;
}

    #mainDiv a:hover {
        color: green;
    }

.list-group a {
    color: black;
}

.navbar-fixed-top {
    border-bottom-width: thin;
    border-color: #e7e7e7;
    /*background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));*/
    background-color: #fafafa;
    border-color: transparent;
}

.text-success {
    color: green !important;
}

.text-danger {
    color: red !important;
}

.modal {
    text-align: center;
}

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media all and (max-width: 500px) {
    .scrollToTop {
        font-size: 27px;
        height: 40px;
        width: 40px;
    }
}

.lnk-lista-footer:link, .lnk-lista-footer:after {
    color: #191919 !important;
    text-decoration: none;
    display: block;
}

.lnk-lista-footer:hover {
    color: #191919 !important;
}

.font-20 {
    font-size: 20px;
}

.display-table {
    display: table !important;
}

.black {
    color: black;
}

.bold {
    font-weight: 700;
}

.lnk-lista-footer .h4 {
    padding: 10px 0px;
}

#lnkShareSMS:link, #lnkShareSMS:hover {
    display: block;
    margin-top: 10px;
    background-color: #5faef3;
    color: white;
    border-color: #5faef3;
    height: 45px;
    padding: 12px;
    text-align: left;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.adauga-la-favorite .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    right: 65%;
}

    .adauga-la-favorite .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
    }

.adauga-la-favorite:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    font-size: 12px;
}

.adauga-tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 30%;
    left: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipCategorie {
    bottom: 15% !important;
    left: 110% !important;
}

.tooltipFiltru {
    bottom: 55% !important;
}

.adauga-tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.adauga-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    font-size: 12px;
}

.fadeout {
    position: relative;
    bottom: 5em;
    height: 5em;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 1) 100% );
    background-image: -moz-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -o-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 1) 100% );
    background-image: -ms-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
}

/*InfoBox*/

.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-decoration: none;
    cursor: pointer;
}

    .info-box:hover, .info-box:visited {
        text-decoration: none;
    }

    .info-box.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 80px;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box .icon {
        display: inline-block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.12);
        width: 80px;
    }

        .info-box .icon i {
            color: #fff;
            font-size: 50px;
            line-height: 80px;
        }

    .info-box .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: white;
            text-transform: uppercase;
        }

        .info-box .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: white;
        }

/*End InfoBox*/

#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}

    #top i {
        color: #fff !important;
        margin: 0;
        position: relative;
        left: 19px;
        top: 15px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1;
        width: auto;
    }

    #top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #top:hover i {
            color: #fff !important;
            top: 5px;
        }

.required {
    margin-left: 20px;
}

.titlu-pagina-footer {
    padding: 1.4rem 2.4rem;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-right: 2.4rem;
    font-size: 2rem;
    color: black;
    letter-spacing: 0.6rem;
    line-height: 1.3;
    text-transform: uppercase;
    user-select: none;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}

    .titlu-pagina-footer .container-anunturi {
        background-image: none;
    }


.col-logo-anunt {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.button-two {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin: 0 0 0 100px;
    border-radius: 15px;
    background-color: #58e27b;
    border: none;
    padding: 10px;
    width: -webkit-fill-available;
    margin: 10px 20px;
    transition: all 0.5s;
    display: block;
    color: black !important;
    background-image: linear-gradient(0deg, #75C34B 0%, #C2DFA9 100%);
}


    .button-two span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-two span:after {
            content: '»';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-two:hover span {
        padding-right: 25px;
    }

        .button-two:hover span:after {
            opacity: 1;
            right: 0;
        }

hr.hr-fade {
    /*border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);*/
}

hr.hr-fade-white {
    /*border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
    background-image: -moz-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
    background-image: -ms-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
    background-image: -o-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);*/
}

.container-solicita-prezentare-istoma .button-two {
    margin-left: 0px;
    margin-right: 0px;
    width: 210px;
    font-size: 14px;
}

@media all and (max-width: 320px) {
    #linkPrincipal {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .div-j-footer {
        padding-left: 8px;
        padding-top: 0px;
    }

    .container-solicita-prezentare-istoma .button-two {
        margin: 0px auto;
    }

    .container-partener-footer {
        /*width: 70%;*/
        margin: 0px auto;
    }
}

@media screen and (min-width: 768px) {
    .div-width-270px {
        width: 270px;
        margin: 0px auto;
    }

    .lnkOptiuneHeader {
        text-align: right;
    }
}

@media screen and (min-width: 900px) {

    .div-width-30 {
        width: 30%;
        margin: 0px auto;
    }

    .div-width-40 {
        width: 40%;
        margin: 0px auto;
    }

    .div-width-50 {
        width: 50%;
        margin: 0 auto;
    }

    .div-width-60 {
        width: 60%;
        margin: 0px auto;
    }

    .div-width-70 {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .marginR {
        max-width: 70%;
    }

        .marginR .row .col-sm-6:first-of-type {
            padding-left: 0px;
        }

        .marginR .row .col-sm-6:last-of-type {
            padding-right: 0px;
        }
}

@media screen and (min-width: 769px) {
    .marginR {
        max-width: 50%;
    }

        .marginR .row .col-sm-6:first-of-type {
            padding-left: 0px;
        }

        .marginR .row .col-sm-6:last-of-type {
            padding-right: 0px;
        }
}

@media all and (max-width: 767px) {
    .marginR .row .col-sm-6 {
        padding: 0px;
    }

    .lnkOptiuneHeader {
        padding-left: 15px !important;
    }

    .container-optiune-header {
        margin-left: 10px;
    }

    .container-logo-header {
        float: left;
    }

    .container-notificare {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        min-width: 90vw;
    }

        .container-notificare .fara-notificari {
            min-width: initial;
        }
}

.check-green [type="checkbox"]:not(:checked) + label,
.check-green [type="checkbox"]:checked + label {
    float: none;
    display: inline;
}

.check-green input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    z-index: 0;
    border: 1.5px solid #ccc;
    border-radius: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.check-green input[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -4px;
    width: 12px;
    height: 19px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent green green transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.check-green [type=checkbox] + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.check-green [type=checkbox] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

/*#chkListaJudete [type="checkbox"]:not(:checked) + label,
#chkListaJudete [type="checkbox"]:checked + label,
#chkListaJudeteMobile [type="checkbox"]:not(:checked) + label,
#chkListaJudeteMobile [type="checkbox"]:checked + label {
    float: none;
    display: inline;
}

#chkListaJudete input[type="checkbox"] + label:before,
#chkListaJudeteMobile input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    z-index: 0;
    border: 1.5px solid #ccc;
    border-radius: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#chkListaJudete input[type="checkbox"]:checked + label:before,
#chkListaJudeteMobile input[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -4px;
    width: 12px;
    height: 19px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent green green transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

#chkListaJudete [type=checkbox] + label,
#chkListaJudeteMobile [type=checkbox] + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

#chkListaJudete [type=checkbox],
#chkListaJudeteMobile [type=checkbox] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}*/

.one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vezi-profil {
    color: black !important;
    padding: 10px 20px;
    border: 1px solid gray;
    border-radius: 40px;
    width: 130px;
    margin: 0px auto;
    text-align: center;
}

.modal-piata .modal-header {
    border-bottom: none;
    padding: 15px 15px 0px 0px;
}

.modal-piata .modal-body {
    padding-top: 0px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.modal-piata .modal-footer {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}

/*Design prezentare piata stoma*/

#prezentarePiataStomatologica {
    margin-bottom: 50px;
    /*margin-left: 50px;*/
    margin-top: 50px;
}

.container-prezentare-piata-stoma {
    padding: 0px 20px;
    position: relative;
}

.container-info-prezentare {
    background-color: #fff;
    transition: 0.6s all ease;
    border-radius: 10px;
    height: 400px;
    margin: 0px;
    display: none;
}

.container-prezentare-piata-stoma .active {
    display: block;
}

.container-info-prezentare .col-info {
    padding: 20px 40px;
    margin-top: 20px;
}

.container-info-prezentare .titlu {
    margin: 15px 0 0 0;
    font-size: 44px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #2C2C2C;
    transform: translateY(25%);
    transition: 0.6s all ease-in-out;
}

.container-info-prezentare .subtitlu {
    transform: translateY(0);
    transition: 0.6s all ease-in-out;
    visibility: visible;
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #7E7E7E;
    font-weight: 700;
}

.container-info-prezentare .col-mt .subtitlu {
    margin-top: 30px;
}

.container-info-prezentare .descriere {
    transform: translateY(25%);
    transition: 0.6s all ease-in-out;
    font-size: 13px;
    color: #7e7e7e;
    line-height: 22px;
    margin-top: 10px;
}

.container-info-prezentare .buton {
    color: #2C2C2C;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    transform: translateY(25%);
    transition: 0.6s all ease-in-out;
    display: block;
    margin-top: 40px;
}

.container-info-prezentare .col-imagine {
    transition: 0.6s all ease-in-out;
    transform: translateX(0);
    padding: 0px;
}

    .container-info-prezentare .col-imagine img {
        max-height: 400px;
        min-height: 400px;
        right: 0px;
        position: absolute;
        max-width: 100%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.container-prezentare-piata-stoma .navigare {
    position: absolute;
    right: 0;
    background-color: #fff;
    bottom: 0;
    margin-right: 20px;
    border-bottom-right-radius: 10px;
}

    .container-prezentare-piata-stoma .navigare .sageata {
        cursor: pointer;
        display: inline-block;
        padding: 11px 15px;
        position: relative;
    }

        .container-prezentare-piata-stoma .navigare .sageata .iconita {
            display: inline-block;
            vertical-align: middle;
            width: 16px;
            fill: #5d5d5d;
        }


.snip1268 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    color: #333333;
    text-align: center;
    background-color: #ffffff;
    line-height: 1.6em;
    min-height: 300px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}

    .snip1268 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .snip1268 .image {
        position: relative;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 160px;
    }

    .snip1268 img {
        width: 100%;
        vertical-align: top;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        object-fit: cover;
        height: 160px;
    }

    .snip1268 .adauga-anunt {
        position: absolute;
        left: 20px;
        right: 20px;
        opacity: 0;
    }

    .snip1268 .adauga-anunt {
        position: absolute;
        bottom: 20px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        font-size: 0.8em;
        color: #000000;
        line-height: 46px;
        letter-spacing: 1.5px;
        background-color: #ffffff;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

        .snip1268 .adauga-anunt:hover {
            background-color: #58e27b;
            color: #ffffff;
        }
    
    .snip1268 figcaption {
        padding: 20px 20px;
    }

    .snip1268 h4,
    .snip1268 p {
        margin: 0;
        text-align: center;
        color: black;
    }

    .snip1268 h4 {
        margin-bottom: 10px;
        font-weight: 700;
    }

    .snip1268 p, .snip1268 q, .snip1268 span {
        margin-bottom: 0px;
        font-size: 0.85em;
        font-weight: 500;
        text-align: center;
        display: block;
    }

    .snip1268:hover img,
    .snip1268.hover img {
        opacity: 0.8;
    }

    .snip1268:hover .adauga-anunt,
    .snip1268.hover .adauga-anunt {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

.btn-onclick {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: -1000px;
}

.fa-parola {
    position: absolute;
    top: 20px;
    right: 5px;
}

@media all and (min-width: 500px) and (max-width: 900px) {
    #prezentarePiataStomatologica .active {
        height: auto;
    }

    .container-info-prezentare .col-imagine img {
        position: relative;
        min-height: 200px;
        border-bottom-left-radius: 10px;
        width: 100%;
    }

    .container-info-prezentare .col-mt .subtitlu {
        margin-top: 0px;
    }
}

@media all and (max-width: 500px) {

    .container-prezentare-piata-stoma {
        padding: 5px;
    }

    #prezentarePiataStomatologica {
        margin-top: -20px !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .container-info-prezentare .col-info {
        padding: 5px 10px 20px 10px;
        margin-top: 20px;
    }

    .container-info-prezentare .buton {
        font-size: 11px;
        margin-top: 60px;
    }

    .container-prezentare-piata-stoma .navigare {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .container-info-prezentare .titlu {
        margin-top: 0px;
        padding-left: 0px;
        font-size: 30px;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    #prezentarePiataStomatologica .active {
        height: auto;
    }

    .container-info-prezentare .col-imagine img {
        position: relative;
        min-height: 200px;
        border-bottom-left-radius: 10px;
        width: 100%;
    }

    .container-info-prezentare .col-mt .subtitlu {
        margin-top: 0px;
    }

    .container-info-prezentare .istoma-jobs {
        margin-top: -25px;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/*@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}*/

/*@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}*/

.reclama-banner img, .reclama-banner picture {
    max-width: calc(100% - 45px);
    margin-bottom: 20px;
}

.reclama-banner.subCarusel {
    margin-left: -20px;
    margin-right: -20px;
}

    .reclama-banner.subCarusel img, .reclama-banner.subCarusel picture {
        max-width: 100%;
    }

.reclama-grid {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .reclama-grid img, .reclama-grid picture {
        max-width: 100%;
        height: 150px;
        object-fit: contain;
    }

    .reclama-grid .img-soft {
        background-color: white;
        width: 100%;
        max-height: 150px;
        border-radius: 20px;
        padding: 20px;
    }

    .reclama-grid.header {
        margin-top: 20px;
        max-width: unset;
    }

        .reclama-grid.header img, .reclama-grid.header picture {
            max-width: 100%;
            height: unset;
            object-fit: contain;
        }

        .reclama-grid.header .img-soft {
            background-color: white;
            width: 100%;
            max-height: unset;
            height: 270px;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        }

#modalReclamaVideo video {
    width: 100%;
    margin-top: 10px;
}

.col-rec-1 {
    padding-left: 0px;
}

.col-rec-2 {
    padding-left: 0px;
}

.col-rec-3 {
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media all and (max-width:767px) {
    .reclama-banner img, .reclama-banner picture {
        max-width: 100%;
    }

    .reclama-grid {
        max-width: 100%;
    }

        .reclama-grid img, .reclama-grid picture {
            height: unset;
        }

    .col-rec-1 {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .col-rec-2 {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .col-rec-3 {
        padding-right: 15px;
    }

    .reclama-grid.header img {
        margin-bottom: 20px;
    }
}
