* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    vertical-align: baseline;
}

a {
    outline: none;
    -moz-outline-style: none;
}

:focus {
    outline: none;
    -moz-outline-style: none;
}

html, #page {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: 300; /* background: url("/app/images/bg_top.png") no-repeat top left;background-size: contain; */
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

input, select {
    outline: none;
    transition: all ease-in-out 400ms;
}

a {
    color: #000000;
    transition: all .2s ease-in-out;
    outline: none;
    background: none;
}

a:hover {
    color: #333;
}

input, button {
    transition: all ease-in-out 400ms;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all .2s ease-in-out;
}

::-webkit-input-placeholder {
    color: #000000 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000000 !important;
}

:-ms-input-placeholder {
    color: #000000 !important;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Source Sans Pro', sans-serif;
}

body {
    color: #504F4F;
    line-height: 1.5;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

a {
    text-decoration: none;
}

a:visited {
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    opacity: 0.9;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.3;
    font-weight: 300;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 24px;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul, li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background: url(/app/images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

em {
    font-style: italic;
}

/* code */
h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, a:hover, a:active, a:focus {
    outline: 0px !important;
    box-shadow: none !important;
    outline: none;
}

:focus {
    outline: none;
}

.clear {
    clear: both;
}

.dispB {
    display: block;
}

.dispI {
    display: inline-block;
    vertical-align: middle;
}

.dispT {
    display: table;
}

.dispTC {
    display: table-cell;
    vertical-align: middle;
}

.none {
    display: none;
}

.txtaC {
    text-align: center;
}

.txtaL {
    text-align: left;
}

.txtaR {
    text-align: right;
}

.txtI {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.np {
    margin: 0 !important;
    padding: 0 !important;
}

.np-left {
    margin-left: 0;
    padding-left: 0;
}

.np-top {
    margin-top: 0;
    padding-top: 0;
}

.np-right {
    margin-right: 0;
    padding-right: 0;
}

.np-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.floatR {
    float: right;
}

.floatL {
    float: left;
}

.col-float {
    float: left;
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.pos_rel {
    position: relative;
}

.m_auto {
    margin: 0 auto;
}

.p-relative {
    position: relative;
}

/* END GENERAL STYLES */
/* ==================================================================== */
/* Site Style */
header {
    margin-bottom: -54px;
}

.top_header {
    background: #cd353a;
    padding: 9px 0;
}

.bottom_header {
    padding: 21px 0 71px 0;
    background: url("/app/images/shadow_intern.png") repeat-x bottom left;
}

.header_right span {
    color: #fff;
    line-height: 20px;
}

.header_right .calendar {
    display: inline-block;
    background: url("/app/images/calendar.png") no-repeat right center;
    padding-right: 45px;
}

.header_right .telefon {
    display: inline-block;
    background: url("/app/images/te.png") no-repeat right center;

}

.logo_area {
    margin-top: 10px;
}

.main_menu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 50px;
}

.main_menu li:last-child {
    margin-right: 0;
}

.main_menu a {
    text-transform: uppercase;
    font-size: 18px;
    color: #33436d;
    font-weight: 400;
}

.site_search_form {
    position: relative;
    margin-top: 10px;
}

.site_search_form button {
    background: none;
    position: absolute;

    top: 0;
    right: 10px;
}

#site_search {
    width: 200px;
    background: #efefef;

    border: none;
    border-radius: 20px;
    height: 25px;
    padding-right: 35px;
}

.site_sidebar_calc {
    width: 195px;
    padding: 0 15px;
    display: inline-block;
    float: left;
    display: block;
    padding-left: 0;
}

.site_menu_left {
    background: #33436d url("/app/images/bg_sidebar.png") no-repeat bottom center;;
    padding: 20px 8px;
    min-height: 1300px;
    position: relative;
}

.site_menu_left a {
    color: #fff;
    font-size: 15px;
    text-transform: none;
}

.site_menu_left a:hover {
    color: #9c9c9c;
}

.site_menu_left li {
    list-style-type: none;
    line-height: 18px;
    background: url("/app/images/arrow.png") no-repeat 0 8px;
    padding: 5px 0 5px 25px;
    margin-bottom: 10px;
}

.site_menu_left .descopera {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sidebar_titlu {
    background: #cd353a;
    padding: 16px 0;
}

.sidebar_titlu .titlu {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.home_slider_container {
    position: relative;
    width: calc(100% - 163px);
}

.each_slide {
    min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

.each_slides {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 5% 5%;
}

.rest_site_calc {
    width: calc(100% - 195px);
    float: left;
    min-height: 1355px;
    padding-bottom: 45px;
}

.rest_sites_calc {
    width: 100%;
    padding-bottom: 30px;
    min-height: 855px;

}

.chear_top {
    background: url("/app/images/bg-top-new.jpeg") no-repeat top left;
    width: 162px;
    height: 50%;
    position: absolute;
    top: 0;
    right: -163px;
}

/*to stop float right bottom bar */
.chear_bot {
    background: url("/app/images/bg_chenar_bot.png") no-repeat top left;
    width: 162px;
    height: 50%;
    position: absolute;
    top: 50%;
    right: -163px;
}

/* Slider */
.home_slider_container .bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    box-shadow: none;
    border: none;
}

.home_slider_container .bx-wrapper .bx-pager {
    text-align: left;
}

.home_slider_container .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.home_slider_container .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 13px;
}

.home_slider_container .bx-wrapper .bx-pager.bx-default-pager a:hover, .home_slider_container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #cd353a;
}

.categorii_produse {
    margin-bottom: 30px;
}

.categorii_produse .titlu_container {
    margin-bottom: 40px;
}

.categorii_produse .titlu_container .titlu {
    font-size: 36px;
    color: #33436d;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

/* Slider produse */
.slider_produse_container .bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    box-shadow: none;
    border: none;
}

.shadow_produs {
    background: url("/app/images/shadow_slide.png") no-repeat bottom center;
    padding-bottom: 34px;
    background-size: contain;
}

.slider_produse_container .bx-wrapper .bx-prev {
    background: url('../images/controls.png') no-repeat 0 0;
    width: 52px;
    height: 115px;
    left: -60px;
}

.slider_produse_container .bx-wrapper .bx-next {
    background: url('../images/controls.png') no-repeat -58px 0;
    width: 52px;
    height: 115px;
    right: -60px;
}

.slider_produse_container .bx-wrapper .bx-controls-direction a {
    margin-top: -65px;

}

.each_slide_produs {
    text-align: center;
}

.each_slide_produs .titlu {
    color: #33436d;
    text-transform: none;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
}

/* Descrieri Home */
.descrieri_home p {
    text-align: justify;
    line-height: 120%;
}

.descrieri_home .titlu_container .titlu {
    margin: 0;
    color: #33436d;
    font-size: 24px;
    margin-bottom: 15px;
}

.descrieri_home .mai_mult {
    color: #cd353a;
    font-size: 18px;
}

/* Footer */
.parteneri_wrapper {
    padding: 50px 0 75px 0;
    background: url("/app/images/shadow_footer.png") repeat-x top left;
    background-size: contain;
}

.parteneri_footer .titlu_container .titlu {
    margin: 0;
    font-size: 36px;
    color: #33436d;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Slider parteneri */
.parteneri_slider_container .bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    box-shadow: none;
    border: none;
}

.parteneri_slider_container .bx-wrapper .bx-prev {
    background: url('../images/controls.png') no-repeat 0 0;
    width: 52px;
    height: 115px;
    left: -60px;
}

.parteneri_slider_container .bx-wrapper .bx-next {
    background: url('../images/controls.png') no-repeat -58px 0;
    width: 52px;
    height: 115px;
    right: -60px;
}

.parteneri_slider_container .bx-wrapper .bx-controls-direction a {
    margin-top: -65px;
}

.red_footer_wrapper {
    background: #cd353a;
    padding-bottom: 30px;
}

.sigle_footer {
    margin-bottom: 20px;
}

.footer_menu li {
    list-style-type: none;
    display: inline-block;
    width: 50%;
    float: left;
}

.footer_menu a {
    color: #fff;
}

.wbm_area .by {
    display: block;
    color: #fff;
    font-size: 12px;
}

.formular_subscribe_container .form-group {
    margin-bottom: 1px;
}

.formular_subscribe_container .form-control.custom {
    background: transparent;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
}

.formular_subscribe_container button {
    background: transparent;
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 0;
}

.formular_subscribe_container ::-webkit-input-placeholder {
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    font-style: italic;
}

.copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.formular_subscribe_container {
    margin-bottom: 20px;
    position: relative;
}

.newsletter_icon {
    position: absolute;
    top: -102px;
    left: 50%;
    margin-left: -47px;
}

.error_section {
    padding: 85px 0;
    background: url("/app/images/shadow_intern.png") repeat-x top left;
}

.error_section .titlu {
    font-size: 18px;
    color: #33436d;
    text-transform: uppercase;
}

.pagina_titlu_container {
    margin-bottom: 50px;
}

.copyright span a {
    color: #fff !important;
}

.text-detail a {
     color: #fff !important;
}

.pagina_titlu_container .titlu_pagina {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    color: #33436d;
}

.harta iframe {
    width: 100% !important;
}

.each_metoda {
    margin-bottom: 20px;
}

.each_metoda .titlu {
    margin: 0;
    color: #33436d;
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
}

.each_metoda span {
    font-size: 16px;
    line-height: 20px;
}

#contact-form textarea {
    height: 80px;
}

.formular_contact_container .form-group {
    margin-bottom: 3px;
}

.formular_contact_container .submit_area .btn-default {
    color: #cd353a;
    background: none;
    border: none;
    text-transform: uppercase;
    padding: 0;
}

.pagina_lista {
    margin: 25px 0;
}

.each_produs {
    margin-bottom: 30px;
}

.each_produs .imagine_produs {
    background: url("/app/images/shadow_slide.png") no-repeat bottom left;
    background-size: contain;
    padding-bottom: 40px;
    margin-bottom: 10px;
    min-height: 139px;
}

.each_produs .nume_produs {
    font-size: 14px;
    color: #33436d;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
}

.breadcrumb_custom {
    color: #33436d;
}

.breadcrumb_custom a {
    color: #33436d;
    font-size: 12px;
}

.produs_interior {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.lista_produse .nume_produs {
    font-size: 14px;
    color: #515151;
    display: block;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: none;
}

.lista_produse .capacitate {
    font-size: 12px;
    color: #cd353a;
    display: block;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.each_prod_lista_interior_cotnainer {
    margin-bottom: 60px;
}

.each_prod_lista_interior_cotnainer.portofoliu {
    min-height: 350px;
}

.pg_text p {
    text-align: justify;
}

.pg_text .titlu,
.pg_text h3 {
    color: #33436d;
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
}

.active_ctg_left a {
    color: #9c9c9c;
}

/*.rest_site_calc.shadow {
	background: url("/app/images/shadow_rest_calc.png") no-repeat bottom center;
	background-size: contain;
	padding-bottom: 45px;
}*/
.detaliu_produs {
    color: #33436d;
    font-weight: 400;
}

.despre_produs {
    margin-bottom: 40px;
}

.detaliu_produs .titlu_container .titlu,
.detalii_produs p span small strong {
    color: #33436d;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 120%;
}

.detaliu_produs p {
    font-size: 14px;
    color: #33436d;
    line-height: 120%;
    font-weight: 400;
    margin: 0;
}

.each_descriere_prod .titlu,
.detalii_produs p strong span small {
    line-height: 52px; /**/

    font-size: 18px;
    color: #cd353a;
    font-weight: 400;
}

.each_descriere_prod li {
    list-style-type: none;
    line-height: 20px;
}

.detaliu_produs .imagine_produs {
    margin-bottom: 20px;
}

.detaliu_produs .thumbs_produs {
    margin-bottom: 20px;
}

.detaliu_produs .thumbs_produs a {
    margin: 0 5px;
}

.detaliu_produs .icons {
    margin-bottom: 20px;
}

.detaliu_produs .download_pdf {
    margin-bottom: 20px;
}

.detaliu_produs .download_pdf img {
    margin-right: 10px;
}

.detaliu_produs .download_pdf a {
    color: #cd353a;
    font-size: 18px;
    font-weight: 300;
}

.produse_asemanatoare {
    /*background: url("/app/images/shadow_asemanatoare.png") repeat-x top left;*/
}

.produse_asemanatoare .titlu_container .titlu {
    font-size: 36px;
    font-weight: 300;
}

.buton_categorii {
    display: none;
}

.resp_menu {
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .slider_produse_container .bx-wrapper .bx-next {
        display: none;
    }

    .slider_produse_container .bx-wrapper .bx-prev {
        display: none;
    }

    .parteneri_slider_container .bx-wrapper .bx-next {
        display: none;
    }

    .parteneri_slider_container .bx-wrapper .bx-prev {
        display: none;
    }
}

@media (max-width: 992px) {
    .descrieri_home {
        margin-bottom: 20px;
    }

    .site_menu_left .descopera {
        display: none;
    }

    .site_sidebar_calc {
        display: none;
        position: absolute;
        top: 32px;
        z-index: 20;
        width: 100%;
        left: 0;
    }

    .main_logo {
        text-align: center;
    }

    .main_logo a {
        display: inline-block;
    }

    .site_menu_left {
        background: #33436d url("/app/images/bg_sidebar.png") no-repeat right center;
        min-height: auto;
    }

    .buton_categorii {
        display: inline-block;
    }

    .rest_site_calc {
        width: 100%;
        min-height: auto;
    }

    .newsletter_icon {
        text-align: center;
        margin-left: 0;
        position: static;
    }

    .sigle_footer {
        text-align: center;
        margin: 10px 0;
    }

    .footer_menu {
        margin-bottom: 20px;
    }

    .newsletter_icon {
        display: none;
    }

    .wbm_area {
        text-align: center;
        margin: 10px 0;
    }

    header {
        margin-bottom: 0;
    }

    .formular_contact_container {
        margin-bottom: 20px;
    }

    .imagine_produs a {
        display: inline-block;
    }


    .pg_text td {
        display: block;
        max-width: 100%;
    }

    .pg_text table {
        max-width: 100%;
    }


}

@media (max-width: 768px) {

    .portofoliu_item img {
        margin: 0 auto;
        margin-bottom: 12px;
    }


    .each_produs .imagine_produs {
        padding-bottom: 0;
        background: none;
    }

    .home_slider_container {
        width: 100%;
    }

    .resp_menu {
        display: block;
        text-align: center;
    }

    .logo_area {
        text-align: center;
        margin-bottom: 20px;
    }

    .header_right {
        text-align: center;
    }

    .header_right span {
        margin-bottom: 5px;
    }

    .main_logo {
        margin-bottom: 20px;
    }

    .main_logo img {
        margin: 0 auto;
    }

    .site_search_form {
        float: none;
    }

    #site_search {
        width: 70%;
    }

    .main_menu {
        text-align: center;
        display: none;
    }

    .main_menu li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .chear_top {
        display: none;
    }

    .chear_bot {
        display: none;
    }

    .each_slide {
        min-height: 250px;
    }

    .each_slides {
        min-height: 250px;
    }

    .shadow_produs {
        margin-bottom: 50px;
    }

    .each_slide_produs img {
        margin: 0 auto;

    }

    .lista_produse .nume_produs {
        text-align: center;
    }

    .lista_produse .capacitate {
        text-align: center;
    }

    .iconite img {
        margin: 0 auto;
    }
}

#newsletter_response {
    color: #fff;
    text-align: center;
}

.harta_contact iframe {
    min-height: 400px;
}


.pg_text img {
    max-width: 100%;
    height: auto;
}

.container_categorii_produse {
    background: url("/app/images/shadow_categorii_acasa.png") no-repeat bottom left;
    background-size: contain;
    padding-bottom: 60px;
}

.harta {
    background: url("/app/images/shadow_categorii_acasa.png") no-repeat bottom left;
    background-size: contain;
    padding-bottom: 60px;
}


.mapscroll-wrap {
    display: block !important;
}


.lista_produse img {
    max-width: 130px;
    max-height: 99px;
    margin: 0 auto;
    width: auto;
    height: auto;
}


.each_prod_lista_interior_cotnainer.portofoliu {
    margin-bottom: 10px;
}


.each_slide_parteneri img {

}


.portofoliu_item {

}

.portofoliu_item .each_produs .nume_produs {
    font-size: 17px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}

.portofoliu_item p {
    margin: 0 0 20px;
}

.portofoliu_item .produs_interior {
    border-bottom: 0px;
}

.portofoliu_item .each_prod_lista_interior_cotnainer.portofoliu {
    margin-bottom: 25px;

}

.portofoliu_item .each_produs .imagine_produs {
    margin-bottom: 0px;
}


.header_right .telefon a {
    color: #fff;
}

.detalii_float {
    margin-right: 20px;
    margin-bottom: 20px;
}


.detaliu_produs_modificat img {
    max-width: 100% !important;
    height: auto !important;

}

.detaliu_produs_modificat p small strong,
.detaliu_produs_modificat p span small strong {
    font-size: 18px;
    color: #cd353a;
    font-weight: 400;
    line-height: 2;
}

.detaliu_produs_modificat p small {
    font-size: 15px;
}


.list_noutati {

    margin-bottom: 20px;
}

.list_noutati p {

    text-align: justify;
}

.list_noutati img {
    width: 100%;
}

img.detaliu_noutati {
    margin: 20px auto;
}

.main_logo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.full-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.full-layout .row {
    flex-grow: 1;
}

.full-layout .row:last-child {
    flex-grow: 0;
}


.portofoliu_item .capacitate {
    display: block;
    text-align: left;
}

.image-prod-right {
    max-width: 400px;
}

.detaliu_big_pictures {


}

.detaliu_big_picture {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .heu {
        visibility: hidden;
    }
}


@media (min-width: 765px) {
    .hu {
        visibility: hidden;
        margin-top: -90px;
    }
}


.buton_mitsu {
    width: 180px;
    border: 1px solid #33436d;
    display: none;
}

.buton_mitsu img {
    width: 100%;
}

.homepage .buton_mitsu {
    display: block;
}

#pdf-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
}

.pdf-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 28%;  /* Default to three items per row */
    max-width: 180px;
    margin-bottom: 20px;
}

.pdf-card canvas {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.pdf-card a {
    font-size: 14px;
    color: #33436d;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
}

.pdf-card a:hover {
    text-decoration: underline;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .pdf-card {
        width: 45%; /* Two items per row on small screens */
    }
}

@media (max-width: 480px) {
    .pdf-card {
        width: 90%; /* One item per row on very small screens */
    }
}

