
.order_return_client table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: left
}

.order_return_client {
    text-align: center
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }

    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }

    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {

    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
        grid-template-areas: "media-text-media""media-text-content"
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content""media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table.has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table.has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table.has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

#fancybox-loading div,
#fancybox-overlay,
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0
}


#fancybox-frame,
#fancybox-img {
    width: 100%;
    border: none;
    height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}

#fancybox-loading div {
    width: 40px;
    height: 480px
}

#fancybox-overlay {
    width: 100%;
    z-index: 1100;
    display: none
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap {
    padding: 20px;
    z-index: 1101;
    outline: 0;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: 0;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 1101
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1103;
    display: none
}

#fancybox-error {
    color: #444;
    font: 400 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fancybox-img {
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top
}

#fancybox-frame {
    display: block
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    background: url(https://www.synevo.ro/wp-content/plugins/responsive-lightbox/assets/fancybox/blank.gif);
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0
}

#fancybox-right {
    right: 0
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    background-position: -40px -30px
}

#fancybox-right-ico {
    background-position: -40px -60px
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}

#fancybox-bg-n,
#fancybox-bg-s {
    left: 0;
    width: 100%;
    background-image: url(https://www.synevo.ro/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox-x.png)
}

#fancybox-bg-e,
#fancybox-bg-w {
    top: 0;
    height: 100%;
    background-image: url(https://www.synevo.ro/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox-y.png)
}

#fancybox-bg-n {
    top: -20px
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-position: -40px -162px
}

#fancybox-bg-e {
    right: -20px;
    background-position: -20px 0
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-position: -40px -182px
}

#fancybox-bg-s {
    bottom: -20px;
    background-position: 0 -20px
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-position: -40px -142px
}

#fancybox-bg-w {
    left: -20px
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-position: -40px -122px
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background-image: url(https://www.synevo.ro/wp-content/plugins/responsive-lightbox/assets/fancybox/fancy_title_over.png);
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(https://www.synevo.ro/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox.png) -40px -90px no-repeat
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 3px;
    background: url(https://www.synevo.ro/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox-x.png) 0 -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(https://www.synevo.ro/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox.png) -55px -90px no-repeat
}

.fancybox-ie6 #fancybox-close {
    background: 0 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale', enabled='true')
}

.fancybox-ie6 #fancybox-left-ico {
    background: 0 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale', enabled='true')
}

.fancybox-ie6 #fancybox-right-ico {
    background: 0 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale', enabled='true')
}

.fancybox-ie6 #fancybox-title-over {
    background: 0 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale', enabled='true');
    zoom: 1
}

.fancybox-ie6 #fancybox-title-float-left {
    background: 0 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale', enabled='true')
}

.fancybox-ie6 #fancybox-title-float-main {
    background: 0 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale', enabled='true')
}

.fancybox-ie6 #fancybox-title-float-right {
    background: 0 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale', enabled='true')
}

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

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin: 0 auto;
    display: block
}

.clear {
    clear: both;
    height: 0;
    font-size: 2px
}

.hidden {
    visibility: hidden
}

.visible {
    visibility: visible
}

.style-margin {
    margin: 0
}

.ascuns {
    display: none
}

.vizibil {
    display: block
}

html {
    overflow-x: hidden
}

body {
    color: #231f20;
    font-size: 14px;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
}

a {
    color: #231f20;
    text-decoration: none
}

a:hover {
    color: #00aeef
}

h2,
h2 a,
strong a {
    color: #231f20
}

strong {
    font-weight: 700
}

h3.albastru {
    color: #191497
}

.acf-map .gm-style-iw p {
    margin: 2px 0
}

.acf-map .gm-style-iw h3 a {
    font-size: 17px
}

.breadcrumbs a {
    display: inline-block !important
}

#home-body {
    background: none repeat scroll 0 0 #EEE
}

#home-body object {
    background-color: #FFF6D0
}

.entry p {
    margin: 10px 0
}

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

.tabel-pagina-medici tr td p img {
    padding: 0
}

.diplome-despre-noi {
    border: 1px solid #c2c2c2;
    border-radius: 3px 3px 3px 3px;
    margin: 20px;
    padding: 5px
}

.wp-caption {
    border-radius: 3px 3px 3px 3px;
    background-color: #F3F3F3;
    border: 1px solid #DDD;
    margin: 10px;
    padding: 5px;
    text-align: center;
    font-size: 12px
}

.entry sup {
    font-size: 12px
}

.entry ul {
    padding-left: 30px;
    margin: 15px 0;
    list-style-type: disc
}

.entry ul.lista-analize {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.entry a {
    text-decoration: underline;
    color: #171298;
    visibility: visible !important;
    display: initial !important
}

.entry a:hover {
    text-decoration: none;
    color: #00aeef
}

#wrap {
    position: relative
}

.full-loading-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000
}

.full-loading-wrap .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7
}

.full-loading-wrap .flower-loading {
    background-image: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/loader-synevo.gif);
    background-repeat: none;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

* html #wrap {
    margin-top: -33px
}

#imagine-sub-meniu {
    background: no-repeat center 0;
    height: 191px;
    margin-top: -39px;
    width: 100%
}

#home-articles {
    max-width: 990px;
    margin-bottom: 15px
}

.home-box-title {
    border-bottom: 1px solid #ebebeb;
    color: #747474;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 5px
}

#latest-news {
    float: left;
    width: 370px;
    position: relative
}

#latest-news ul {
    margin-top: 5px
}

#latest-news .more-details {
    bottom: 0;
    color: #009bfe;
    display: block;
    font-style: italic;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 3px
}

#latest-news .news-title {
    color: #191497;
    font-weight: 500;
    line-height: 15px
}

#latest-news .news-title:hover {
    color: #00aeef
}

#latest-news .date {
    color: #7D7D7D;
    font-size: 12px;
    margin-top: -3px
}

#latest-news .thumb {
    border-right: 3px solid #191497;
    float: left;
    margin-right: 13px;
    padding-right: 13px
}

#latest-news .thumb img {
    width: 50px;
    height: 50px
}

#latest-news .news {
    margin-bottom: 15px
}

#latest-promo {
    float: right;
    width: 600px
}

.mid-content {
    width: 100%;
    max-width: 990px
}

.infografice img {
    max-width: 100%
}

.despre_noi_home {
    max-width: 990px;
    text-align: center;
    width: 100%;
    color: #828282
}

.despre_noi_home h2.heading-title {
    font-size: 15px
}

.despre_noi_home h2 {
    font-size: 14px;
    color: #191497;
    font-weight: 500
}

.full-grey-line {
    height: 1px;
    background-color: #D2D2D2;
    width: 100%;
    margin-bottom: 20px
}

.mid-content .sanatate-nutritie-atelier {
    position: relative
}

#latest-promo .entry {
    margin-top: 5px;
    position: relative
}

#latest-promo .promo-content {
    height: 205px;
    position: relative;
    text-align: center;
    width: 304px
}

#latest-promo .title {
    color: #191497;
    font-size: 18px;
    font-weight: 700;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px
}

#latest-promo .more-details {
    bottom: 10px;
    color: #009bfe;
    display: block;
    font-size: 12px;
    font-style: italic;
    left: 121px;
    position: absolute;
    text-decoration: none
}

#latest-promo .entry {
    cursor: pointer
}

.home-promo-link {
    background-color: #191497;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 7px;
    padding: 8px 0;
    text-align: center;
    width: 100%
}

#content {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 993px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%
}

#content-with-sidebar #content {
    border: 0 none;
    box-shadow: none;
    border-radius: 0;
    max-width: 690px;
    float: left
}

#content-with-sidebar .page {
    padding: 0
}

#sidebar-right .widgettitle {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/widget-title.png) no-repeat scroll 0 bottom transparent;
    border: 0 none;
    color: #747474;
    font-size: 17px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 0
}

#sidebar-right #ghid-icon {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/ghid.jpg) no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #bbb;
    color: #191497;
    display: block;
    height: 84px;
    padding-left: 142px;
    padding-top: 19px
}

#sidebar-right #plansa-icon {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/plansa-anatomica-sidebar.jpg) no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #bbb;
    color: #191497;
    display: block;
    height: 84px;
    padding-left: 142px;
    padding-top: 19px
}

#sidebar-right #servicii-icon {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/servicii-si-tarife.png) no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #bbb;
    color: #191497;
    display: block;
    height: 60px;
    padding-left: 142px;
    padding-top: 30px
}

#sidebar-right #pregatire-analize-icon {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/PREGATIREA-pentru-analize.png) no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #bbb;
    color: #191497;
    display: block;
    height: 65px;
    padding-left: 142px;
    padding-top: 14px
}

#sidebar-right #labcentral-icon {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/logo-lab.jpg) no-repeat scroll 3px center transparent;
    border-bottom: 1px solid #bbb;
    color: #191497;
    display: block;
    height: 69px;
    padding-left: 142px;
    padding-top: 32px
}

#sidebar-right #labs-icon {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/mini-harta-synevo.png) no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #bbb;
    color: #191497;
    display: block;
    height: 76px;
    padding-left: 142px;
    padding-top: 31px
}

#sidebar-right #reteaua-icon {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/mini-reteaua.png) no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #bbb;
    color: #191497;
    display: block;
    height: 56px;
    padding-left: 142px;
    padding-top: 31px
}

#sidebar-right #imc-icon {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc.gif) no-repeat scroll 20px center transparent;
    border-bottom: 1px solid #bbb;
    color: #191497;
    display: block;
    height: 56px;
    padding-bottom: 20px;
    padding-left: 142px;
    padding-top: 10px
}

.fb-like {
    margin-top: 15px
}

.page-title {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    font-weight: 700
}

.page-title-box .page-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #191497;
    padding-bottom: 0;
    margin-bottom: 0
}

.page-title-box {
    margin-left: -22px;
    margin-top: -96px;
    padding-left: 22px;
    padding-right: 22px;
    position: relative
}

.page-title-box #left-shadow {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/page-title-shadow.png) no-repeat 0 0 scroll transparent;
    position: absolute;
    left: 0;
    width: 22px;
    height: 121px;
    top: -11px
}

#content-with-sidebar,
.width993 {
    width: 100%;
    max-width: 993px
}

#content .breadcrumbs-under-img {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/home-logo2.png) no-repeat scroll 20px 10px transparent;
    margin-top: -20px;
    padding-left: 20px;
    float: left
}

#content .breadcrumbs-under-img a {
    color: #191497;
    visibility: inherit !important
}

.breadcrumbs .home {
    padding-left: 20px
}

.page-title-box .desc {
    color: #828282
}

.job-title {
    border-bottom: 1px solid #bebebe;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px
}

#informatii-job {
    color: #231f20;
    margin-top: 15px
}

#informatii-job ul {
    list-style-type: none;
    margin-left: 189px;
    padding-left: 15px
}

#informatii-job li {
    border-bottom: 1px solid #bdbdbd;
    padding: 10px 0 10px 10px
}

#informatii-job li strong {
    margin-right: 11px
}

#informatii-job .odd {
    background-color: #e6f4ff
}

#title-content {
    background-color: #fff;
    height: 41px;
    max-width: 900px;
    min-width: 250px;
    padding: 15px 20px 20px;
    overflow: hidden
}

#widget-jobs-list li {
    border-left: 3px solid transparent;
    padding-bottom: 5px
}

#widget-jobs-list li:hover {
    border-color: #191497
}

#widget-jobs-list a {
    color: #191497
}

#widget-jobs-list a:hover {
    color: #00aeef
}

#widget-jobs-list .job-valabilitate {
    color: #8c8c8c;
    font-size: 12px;
    padding-left: 20px
}

.page-title-box #right-shadow {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/page-title-shadow.png) no-repeat scroll 0 -121px transparent;
    height: 96px;
    position: absolute;
    right: 0;
    top: -11px;
    width: 22px
}

.bread-sep {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/bread-sep.png) no-repeat scroll right center transparent;
    display: inline-block;
    height: 8px;
    margin-left: 6px;
    margin-right: 2px;
    width: 6px
}

.entry table {
    align: left
}

.wp-image-5399 {
    padding: 20px 0
}

#description {
    color: #828282;
    font-size: 13px;
    letter-spacing: normal;
    padding: 25px 20px 0;
    text-align: center
}

#description h2 {
    font-size: 14px
}

#header {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/linii-mijloc2.png) repeat-x scroll 0 101% transparent;
    height: 180px;
    margin: 0 auto;
    max-width: 993px;
    position: relative;
    width: 100%;
    z-index: 120
}

#menu-left-home {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/left-menu-home.png) no-repeat scroll 0 0 transparent;
    height: 46px;
    left: -463px;
    position: absolute;
    top: 128px;
    width: 683px;
    z-index: 1
}

#menu-left {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/left-menu.png) no-repeat scroll 0 0 transparent;
    height: 46px;
    left: -463px;
    position: absolute;
    top: 128px;
    width: 683px;
    z-index: 1
}

#menu-right {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/right-menu.png) no-repeat scroll 0 0 transparent;
    height: 46px;
    position: absolute;
    right: -463px;
    top: 128px;
    width: 683px;
    z-index: 1
}

#menu-right-home {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/right-menu-home.png) no-repeat scroll 0 0 transparent;
    height: 46px;
    position: absolute;
    right: -463px;
    top: 128px;
    width: 683px;
    z-index: 1
}

#header-shadow-left-home {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/left-slider-shadow.png) no-repeat scroll 0 0 transparent;
    height: 393px;
    left: -21px;
    position: absolute;
    top: 107px;
    width: 21px
}

#header-shadow-left {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/umbra-st.png) no-repeat scroll 0 0 transparent;
    height: 208px;
    left: -24px;
    position: absolute;
    top: 105px;
    width: 24px
}

#header-shadow-right-home {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/right-slider-shadow.png) no-repeat scroll 0 0 transparent;
    height: 393px;
    right: -21px;
    position: absolute;
    top: 107px;
    width: 21px
}

#header-shadow-right {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/umbra-dr.png) no-repeat scroll 0 0 transparent;
    height: 208px;
    right: -24px;
    position: absolute;
    top: 105px;
    width: 24px
}

td,
th {
    padding: 5px
}

#carusel2 {
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    letter-spacing: 80px;
    margin: 0 auto;
    max-width: 993px;
    padding: 20px 2px;
    text-align: center;
    width: 100%
}

#gallery-flex .flex-direction-nav {
    display: block;
    list-style-type: none
}

#gallery-flex {
    display: none
}

#left-arrow {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -290px;
    height: 50px;
    width: 20px;
    margin-top: 105px;
    cursor: pointer;
    padding: 0 5px;
    margin-left: 7px
}

* html #left-arrow {
    padding: 0;
    margin-right: 5px
}

#right-arrow {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -440px;
    height: 50px;
    width: 20px;
    margin-top: 105px;
    cursor: pointer;
    padding: 0 5px;
    margin-right: -5px
}

* html #right-arrow {
    padding: 0;
    margin-right: 5px
}

#button-more {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -373px
}

.carusel-link a {
    color: #007cc3;
    font-size: 12px;
    position: absolute;
    bottom: 3px
}

.carusel-link img {
    vertical-align: -1px
}

.carusel-link a:hover {
    color: #00aeef
}

.carusel-titlu {
    color: #000;
    padding: 5px 5px 10px 5px;
    margin-left: 10px;
    margin-top: 10px;
}

.carusel-titlu a {
    color: #000
}

.carusel-titlu a:hover {
    color: #00aeef
}

.carusel-text {
    color: #707070;
    padding: 0 5px 5px 5px;
    margin-left: 10px;
}

.max-text {
    height: 143px;
    width: 210px;
    overflow: hidden
}

.carusel-mobil {
    height: 280px;
    width: 210px;
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/background.png) repeat-x left bottom;
    margin-left: 23px;
    position: relative;
    float: left
}

* html .carusel-mobil {
    margin-left: 20px
}

.imag-mobil {
    text-align: center;
    overflow: hidden
}

.imag-mobil img {
    height: 108px;
    width: 108px !important;
    overflow: hidden
}

#carusel-fix {
    height: 280px;
    width: 210px;
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/background.png) repeat-x left bottom;
    position: relative
}

#imag-fix {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imag4.png) no-repeat scroll 0 0 transparent;
    height: 108px;
    width: 108px
}

#carusel-fereastra {
    height: 280px;
    width: 677px;
    overflow: hidden;
    position: relative;
    margin-left: 23px
}

#carusel-mob {
    position: absolute;
    height: 280px;
    top: 0;
    left: 0
}

#carusel-mob .carusel-margine {
    margin: 0
}

#header-top {
    width: 980px
}

#home-text {
    color: #FFF;
    font-size: 14px;
    height: 260px;
    letter-spacing: 1px;
    padding: 5px 10px;
    width: 980px
}

#home-text h2 {
    color: #FFF;
    font-size: 20px;
    text-align: center
}

#home-text strong {
    color: #FFF
}

#home-text p {
    margin: 6px 0
}

#home-copy {
    width: 980px;
    text-align: center;
    font-size: 13px
}

#home-text ul {
    list-style-type: circle;
    padding-left: 40px;
    text-align: left
}

#hnav li {
    float: left
}

#hnav {
    height: 37px;
    width: 973px
}

#hnav li a {
    display: block;
    font-weight: 700;
    padding: 10px 44px;
    overflow: hidden
}

#hnav #hcontact a {
    width: 73px
}

#logo {
    position: absolute;
    top: 43px;
    left: 0
}

#logo img {
    max-width: 100%;
    height: auto
}

* html #logo {
    margin-left: 10px
}

#menu-searchform {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 12
}

#contact-link {
    color: #6b6b6b;
    float: right;
    font-size: 14px;
    font-weight: 500;
    padding-right: 14px;
    padding-top: 3px;
    text-decoration: underline
}

#cos-info-header {
    height: 23px;
    left: 30%;
    position: absolute;
    top: 29px;
    width: 258px;
    background-color: #191497;
    color: #fff;
    border-radius: 3px
}

#mobile-cart {
    display: none;
    position: absolute;
    top: 50px;
    left: 217px
}

#mobile-cart .number {
    background-color: #1a149a;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    position: absolute;
    right: -4px;
    top: 0
}

#mobile-cart .fa-shopping-basket {
    color: #bdbdbd;
    font-size: 33px;
    position: relative
}

#cos-info-header .cos-info {
    margin-top: -5px
}

#search-where {
    background-color: #191497;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 18px;
    margin-right: 2px;
    padding-top: 2px;
    text-align: center;
    width: 109px
}

#searchsubmit {
    background-color: #4c4c4c;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 20px;
    margin-right: 1px;
    text-align: center;
    width: 74px;
    padding: 0 2px;
    -webkit-appearance: none
}

#s {
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    float: left;
    font-size: 74%;
    height: 18px;
    margin-bottom: 2px;
    margin-right: 2px;
    padding-left: 5px;
    width: 315px
}

* html #s {
    margin-left: 39px
}

#top-menu {
    position: absolute;
    right: 0;
    top: 60px
}

#top-menu ul {
    list-style-type: none
}

#top-menu li.lv0 {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/menu-sep.png) no-repeat scroll right 0 transparent;
    padding: 1px 13px;
    position: relative
}

#top-menu li.lv0 a {
    color: #202020;
    display: block;
    font-weight: 700;
    position: relative
}

#top-menu li.lv0 span {
    color: #828282;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-top: -1px
}

#sub-menus {
    bottom: -141px;
    left: -15px;
    position: relative;
    z-index: 10
}

#sub-menus .children {
    background-color: #fff;
    background-position: right 0;
    background-repeat: no-repeat;
    border: 1px solid #cacaca;
    box-shadow: 0 2px 10px #2c2c2c;
    display: none;
    height: 220px;
    padding: 15px 30px 15px 0;
    position: absolute;
    width: 100%;
    z-index: 20
}

.page-id-24141 #sub-menus .children {
    height: 252px;
    width: 1024px
}

#sub-menus li a {
    color: #202020;
    display: block;
    padding: 5px 15px;
    width: 295px
}

#sub-menus li a:hover {
    background-color: #eaeaea;
    color: #0705a7;
    font-weight: 700
}

#top-menu li.lv0 a:hover {
    color: #191497
}

#top-menu li.lv0 a.current-page {
    border-top: 0 none;
    color: #191497
}

#top-menu li:hover>ul.children {
    display: block
}

#top-menu li.lv0 a.current-page:hover {
    color: #191497
}

#top-menu li.lv0 ul.children {
    border: 1px solid #c2c2c2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    left: -268px;
    margin-top: 5px;
    position: absolute;
    top: 76px;
    width: 1022px;
    z-index: 10
}

#top-menu li.lv0 ul.children a {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/top-menu-list.png) no-repeat scroll 6px 7px #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    padding-bottom: 5px;
    padding-left: 23px;
    padding-top: 5px;
    text-align: left;
    width: auto
}

#top-menu li.lv0 ul.children a:hover {
    background-position: 6px -77px
}

#proba {
    width: 974px;
    height: 392px;
    float: left;
    border: 1px solid #c2c2c2;
    border-radius: 7px;
    margin-top: 10px;
    background: white;
    padding: 1px 2px
}

* html #proba {
    padding: 2px
}

#header-color {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/culori.png) repeat-x;
    width: 100%;
    height: 20px
}

* html #header-color {
    margin-bottom: 29px
}

#locatii {
    border-bottom: 1px solid #E8E8E6;
    border-top: 1px solid #E8E8E6;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: 255px
}

#minimap {
    height: 175px;
    margin-top: 5px;
    width: 224px
}

#callcenter {
    border-bottom: 1px solid #E8E8E6;
    color: #10499E;
    font-size: 17px;
    height: 23px;
    padding: 3px 0;
    text-align: center;
    width: 255px
}

#search {
    padding-left: 7px;
    padding-top: 8px
}

#sidebar {
    border-right: 1px solid #E8E8E6;
    padding-left: 5px;
    padding-right: 20px;
    margin-top: 0
}

#sidebar-right {
    width: 286px;
    padding-top: 40px
}

#sidebar-servicii-tarife {
    width: 246px;
    padding-left: 15px
}

#content-servicii-tarife {
    padding: 0 20px;
    width: 678px
}

li.widget li a {
    display: block;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 5px
}

.widget {
    margin-bottom: 20px
}

.widget-meniu li {
    border-bottom: 1px solid #E8E8E6
}

#footer {
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
    position: relative;
    max-width: 993px;
    width: 100%;
    color: #828282
}

#istoric-page {
    width: 910px;
    padding-top: 30px
}

#istoric-page p {
    margin: 0
}

#istoric-left {
    float: left;
    width: 454px;
    border-right: 1px solid #c2c2c2
}

#istoric-right {
    float: right;
    width: 455px
}

#istoric-left table {
    width: 420px;
    float: left;
    padding-right: 35px
}

#istoric-right table {
    width: 420px;
    margin-left: 35px;
    float: right;
    padding-left: 35px
}

#istoric-page .tr-border td {
    border-bottom: 1px solid #c2c2c2;
    height: 100%;
    width: 420px;
    padding: 10px 0
}

#istoric-page tr {
    height: 100%;
    width: 420px;
    display: table
}

#istoric-page tr img {
    padding: 10px 0
}

#istoric-page td {
    display: block;
    text-align: center
}

#contact-scris {
    float: left;
    padding-top: 10px
}

#contact-form {
    border: 1px solid #C2C2C2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    float: right;
    margin-top: 20px;
    width: 400px
}

#servicii-si-tarife .sub-cats {
    padding-left: 15px
}

#servicii-si-tarife .expand {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -417px;
    cursor: pointer;
    float: left;
    height: 13px;
    margin-top: 4px;
    margin-right: 4px;
    width: 13px;
    font-size: 11px
}

#servicii-si-tarife ul li .serv-list {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -394px;
    float: left;
    height: 13px;
    margin-top: 4px;
    margin-right: 4px;
    width: 13px;
    font-size: 11px
}

#servicii-si-tarife ul li ul li .serv-list {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -394px;
    float: left;
    height: 13px;
    margin-top: 4px;
    margin-right: 4px;
    width: 13px;
    font-size: 11px
}

#servicii-si-tarife .sub-cat {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -394px;
    float: left;
    height: 13px;
    margin-top: 4px;
    width: 13px;
    font-size: 11px
}

#servicii-si-tarife .collaps {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) repeat scroll 0 -350px transparent;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 13px;
    margin-right: 4px;
    margin-top: 4px;
    width: 13px
}

#servicii-si-tarife a {
    padding-left: 15px
}

#servicii-si-tarife .widgetbody a {
    padding-left: 5px;
    color: #000
}

#servicii-si-tarife ul.sub-cats a {
    padding-top: 1px
}

.widgetbody {
    padding: 5px 0
}

#servicii-si-tarife .widgetbody li {
    font-weight: 700;
    padding-bottom: 4px
}

#servicii-si-tarife .sub-cats li {
    border: 0 none;
    font-weight: 400
}

.wp-pagenavi {
    text-align: center;
    padding: 10px 0;
    font-weight: 700
}

.wp-pagenavi a {
    padding: 5px 0;
    color: #007cc3
}

.wp-pagenavi a:hover {
    border-color: #000;
    color: #007cc3
}

.pages {
    border: 0 none
}

#vol1 {
    height: 104px;
    margin-left: 5px;
    margin-right: 5px;
    width: 61px;
    color: #11b3f0
}

#vol2 {
    height: 104px;
    margin-left: 5px;
    margin-right: 5px;
    width: 61px;
    color: #11b3f0
}

#vol3 {
    height: 104px;
    margin-left: 5px;
    width: 60px;
    color: #11b3f0
}

.dictionar .widgettitle {
    font-size: 14px
}

.lista-analize li {
    border-top: 1px solid #D8E8F0;
    padding: 5px 0;
    width: 100%;
    position: relative
}

.lista-analize a {
    text-decoration: none
}

.l-even {
    background-color: #fafcff
}

.l-odd {
    background-color: #FFF
}

.nume-analiza {
    margin-left: 2%;
    width: 82%
}

.cod-analiza-lista {
    color: #828282;
    font-size: 10px;
    padding-top: 4px
}

* html #rezultate {
    height: expression(this.scrollHeight>247 ? "248px":"auto");
    left: 0;
    width: 460px
}

* html .pret {
    width: 60px;
    float: left;
    padding-right: 7px;
    text-align: right
}

*+html .data-analiza {
    width: 105px
}

*+html .nume-analiza {
    width: 530px
}

*+html .pret {
    width: 60px;
    float: left;
    padding-right: 7px
}

*+html #rezultate .nume-analiza {
    width: 350px
}

*+html #rezultate ul li {
    padding: 4px 0
}

* html .nume-analiza {
    width: 525px;
    margin-left: 0;
    padding-left: 15px
}

* html .data-analiza {
    width: 105px
}

* html #rezultate ul li {
    padding: 4px 0
}

* html #rezultate .nume-analiza {
    width: 347px;
    margin-left: 0;
    padding-left: 10px
}

* html #content-servicii-tarife {
    width: 600px;
    padding-left: 0;
    padding-right: 30px;
    margin-left: 0
}

* html #pagina-cauta {
    width: 800px;
    float: none;
    margin-left: 5px
}

* html #pagina-cauta ul li {
    width: 800px
}

.adaugare-cos {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -417px;
    cursor: pointer;
    height: 13px;
    margin-top: 2px;
    width: 13px;
    float: left !important;
    font-size: 11px
}

.widgettitle {
    border-bottom: 1px solid #E8E8E6;
    font-size: 20px;
    padding-left: 20px
}

#mesaj-calc {
    border-bottom: 1px solid #E8E8E6;
    font-size: 14px;
    padding: 0 10px 0
}

table#lista-analize tr td a {
    color: #007cc3 !important;
    text-decoration: underline !important
}

table#lista-analize tr td a:hover {
    color: #00aeef !important;
    text-decoration: none !important
}

.sterge-analiza {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) 0 -350px;
    cursor: pointer;
    height: 13px;
    width: 13px;
    font-size: 11px
}

.goleste-cos {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) -158px -6px;
    cursor: pointer;
    height: 13px;
    width: 18px;
    font-size: 11px;
    display: block
}

.bifa-add {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) -158px -6px;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 4px;
    width: 18px;
    height: 13px;
    font-size: 11px
}

.cos-info {
    font-weight: 700
}

.cos-info td {
    line-height: 1.3
}

.add-to-cart {
    cursor: pointer;
    color: #171298
}

.delete-from-cart {
    cursor: pointer;
    color: #bc0418
}

.print-analize {
    cursor: pointer;
    height: 16px;
    width: auto;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 5px
}

.print-analize:hover {
    color: #fcc917
}

#cos-info-header i {
    color: #fcc917;
    font-size: 14px
}

table#lista-analize tr td {
    border-bottom: 1px solid #D8E8F0;
    padding: 4px
}

.data-analiza-single {
    font-weight: 700;
    margin-top: -10px;
    padding: 3px 10px;
    width: 130px
}

#wp_email {
    margin-left: 4px
}

#wp_print {
    margin-left: 4px
}

#disp-location {
    border-bottom: 1px solid #E8E8E6;
    border-top: 1px solid #E8E8E6;
    height: 302px;
    width: 445px
}

#carusel {
    position: relative
}

.more-link {
    color: #26349C;
    float: right;
    padding-right: 17px;
    width: 30px
}

#carusel h2 {
    font-size: 15px;
    height: 22px;
    overflow: hidden
}

#articole-list li {
    border-bottom: 1px solid #E8E8E6;
    border-right: 1px solid #E8E8E6;
    height: 100px;
    padding-left: 5px;
    padding-right: 5px
}

#articole-list .excerpt {
    font-size: 14px;
    line-height: 19px
}

#articole-list {
    border-top: 1px solid #E8E8E6;
    width: 260px
}

.smallimg {
    float: left;
    margin-top: 239px;
    padding-right: 3px;
    cursor: pointer
}

.promoimg {
    left: 3px;
    margin-bottom: 5px;
    position: absolute;
    top: 0
}

.tab-content {
    height: 300px;
    overflow: hidden;
    width: 425px;
    position: relative;
    padding-left: 3px
}

#tab-content-promo {
    width: 445px
}

* html #tab-content-promo {
    width: 442px
}

#list-current {
    height: 100px;
    left: 412px;
    position: absolute;
    top: 1px;
    width: 33px
}

.tab-title-carusel {
    background-color: #FEF4D1;
    padding: 3px
}

#rezultate {
    background: #FFF no-repeat center center;
    border: 1px solid #c2c2c2;
    display: none;
    height: auto;
    left: 0;
    top: 25px;
    overflow: auto;
    padding: 0 7px;
    position: absolute;
    text-transform: capitalize;
    width: 96%;
    max-height: 239px;
    min-height: 50px;
    font-weight: 700;
    box-shadow: 1px 1px 10px #c2c2c2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c2c2c2')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c2c2c2')
}

#rezultate .data-analiza {
    position: absolute;
    right: 0;
    top: 6px
}

.highlight {
    font-weight: 700;
    color: #16284E
}

#rezultate ul li {
    border-bottom: 1px solid #C5DEF3;
    padding: 6px 0;
    position: relative;
    width: 100%
}

#rezultate .nume-analiza {
    float: left;
    margin-left: 10px;
    padding-right: 98px;
    width: auto
}

.pret {
    padding-right: 10px;
    text-align: right
}

#rezultate a {
    color: #007cc3
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #top-menu li.lv0 ul.children a {
        font-size: 14px
    }

    #top-menu li.lv0 a {
        font-size: 14px;
        padding-top: 4px
    }

    #search-where {
        font-size: 85%;
        padding-top: 4px
    }

    .page-title {
        font-size: 21px
    }
}

.post {
    margin-bottom: 10px;
    padding: 0 4%;
    position: relative
}

.breadcrumbs .post {
    margin-bottom: 0
}

#contact-form-80 select {
    padding: 3px;
    font-size: 14px;
    border: 1px solid #C2C2C2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    width: 93%;
    margin: 0 auto;
    display: block
}

#contact-form strong {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #10499E;
    display: block
}

#contact-form label {
    color: #10499E;
    font-weight: 700;
    padding-left: 15px
}

#contact-form-comment-80 {
    width: 93%;
    border: 1px solid #C2C2C2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    display: block;
    margin: 0 auto
}

#contact-form-80 #pushbutton-wide {
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
    border: 0 none;
    color: #FFF;
    cursor: pointer;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    width: auto;
    margin: 0;
    display: inline
}

.contact-submit {
    text-align: center
}

#categorie-80 {
    width: 220px
}

#locatie-80,
#comment_author_sex-80 {
    width: 120px
}

.form-error h3,
.form-error p {
    color: #ca0a0d;
    font-weight: 400
}

.form-error {
    border: 1px solid #ca0a0d;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    width: 277px
}

#contact-form-80 input {
    border: 1px solid #c2c2c2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    padding: 3px;
    font-size: 14px;
    width: 91%;
    margin: 0 auto;
    display: block
}

#pushbutton-wide {
    cursor: pointer
}

.wp-pagenavi {
    clear: both
}

.wp-pagenavi .last,
.wp-pagenavi .first {
    border: 0;
    color: #4C4B4B
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #c2c2c2;
    padding: 3px 10px !important;
    margin-left: -1px
}

.wp-pagenavi span {
    border: 0
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span.current:hover {
    border-color: #000
}

.wp-pagenavi span.current {
    font-weight: 700;
    border: 1px solid #c2c2c2
}

.listeaza-analize {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/result.png) -130px -6px;
    height: 16px;
    width: 16px;
    cursor: pointer
}

.pret-analiza {
    text-align: right
}

.lista-analize-print td {
    border-bottom: 1px dotted #000
}

.nume-analiza-print {
    display: block;
    font-weight: 700
}

.nume-analiza-print .desc {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: #bf3454
}

.desc-analiza-speciala {
    color: #bf3454;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin: 20px 0
}

.print-footer {
    font-size: 13px;
    text-align: center;
    margin-top: 100px;
    font-weight: 700
}

.print-footer p {
    margin: 0
}

.print-header {
    display: none
}

.optiuni {
    font-weight: 700;
    text-align: right
}

.mesaj a strong {
    color: #007cc3
}

.mesaj a strong:hover {
    color: #00aeef
}

.upload-cv #li-2-4 label span,
.upload-cv #li-2-5 label span {
    font-size: 15px
}

.linkuri-pacienti li {
    padding: 5px 0
}

.annoucement {
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: right;
    top: -30px;
    width: 370px
}

.annoucement h2 {
    font-size: 18px
}

.annoucement img {
    float: left
}

#carusel2 .home-box {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/background.png) repeat-x scroll left bottom transparent;
    border: 1px solid #F1F1F1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 300px;
    letter-spacing: normal;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: 190px;
    font-size: 12px
}

#carusel2 .home-box .title {
    margin-top: 20px;
    margin-bottom: 9px
}

#carusel2 .home-box .title a {
    color: #000
}

#carusel2 .home-box .excerpt {
    color: #707070
}

#carusel2 .home-box .more {
    bottom: 10px;
    font-size: 12px;
    position: absolute;
    right: 15px
}

#carusel2 .home-box .more a {
    color: #007CC3
}

#home-ghid .logo {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imag4.png) no-repeat scroll right 0 transparent;
    height: 104px;
    width: 108px
}

#home-pacienti .logo {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/mini-pacienti.png) no-repeat scroll right 0 transparent;
    height: 100px;
    width: 118px
}

#home-labs .logo {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/mini-harta-synevo.png) no-repeat scroll right 0 transparent;
    height: 100px;
    width: 118px;
    cursor: pointer
}

#home-news li {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/sageata.png) no-repeat scroll 0 4px transparent;
    padding-bottom: 10px;
    padding-left: 10px
}

#home-news li a {
    color: #000
}

#home-news li a:hover {
    color: #00AEEF
}

#home-news ul {
    overflow: hidden;
    height: 210px
}

@media print {
    body {
        background-color: #FFF;
        color: #000;
        margin: 0
    }

    .sidebar,
    #header,
    #bar,
    #searchform,
    #footer,
    #footer-blue-band,
    .menu-meniu-footer-container,
    .breadcrumbs,
    #scroll-to-top,
    #scrool-to-bottom,
    #wp_email,
    #wp_print,
    .page-title,
    .nl-link,
    .nl-link-home,
    .full-line,
    #sidebar-results,
    #print-analize,
    #final-info-analize,
    #analize-result-wrap .mini-desc,
    #fb-feedback-icons,
    .fa-minus-square,
    #cart-form,
    .cart-actions-wrap {
        display: none !important
    }

    #pachet-analize {
        margin-left: 0 !important
    }

    .print-header {
        display: block
    }

    #content {
        box-shadow: none;
        border: 0 none
    }
}

.show-mobile {
    display: none
}

#top-menu-mobile-icon {
    background-color: transparent;
    top: 43px;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: 0;
    width: 54px
}

#top-menu-mobile-icon .bar {
    background-color: #4c4c4c;
    border-radius: 3px;
    height: 7px;
    margin: 8px 0;
    width: 90%
}

#mobile-top-menu ul li {
    background-color: #605D5C;
    float: none;
    font-weight: 700;
    text-transform: uppercase
}

.show-submenu {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/arrow-down.png) no-repeat scroll center center transparent;
    border-left: 1px solid #FFF;
    cursor: pointer;
    float: right;
    height: 12px;
    margin-top: -37px;
    padding: 12px 20px;
    width: 10px
}

#mobile-top-menu ul li a {
    color: #FFF;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #FFF;
    padding-left: 10px
}

#mobile-top-menu ul.children {
    padding-left: 20px;
    display: none
}

#stripe-lab-central {
    display: block;
    margin-bottom: 5px
}

#stripe-lab-central img {
    width: 100%;
    height: auto
}

.promo-analize {
    border-top: 1px solid #b7b7b7;
    padding-bottom: 12px;
    margin-bottom: 5px
}

.more-details-lab-central-home {
    color: #009bfe;
    font-style: italic;
    text-decoration: none
}

.promo-analize th {
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    color: #191497;
    font-size: 18px;
    font-weight: 500;
    padding: 10px
}

.promo-analize .label-pret {
    font-weight: 400
}

.promo-analize .pret {
    padding-left: 10px;
    padding-right: 0
}

.promo-analize td {
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 7px
}

.promo-analize .even,
.even {
    background-color: #EAEAEA
}

#select_lab {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/select-down.png) no-repeat scroll 99% center transparent;
    border: 1px solid #C2C2C2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    cursor: pointer;
    font-size: 110%;
    font-weight: 700;
    padding: 1% 35px 1% 1%
}

.select-type {
    background: #fff url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/select-down.png) no-repeat scroll 98% center;
    border: 1px solid #898989;
    box-shadow: 0 0 2px #181818;
    cursor: pointer;
    padding: 2% 35px 2% 2%
}

.select-options {
    color: #231f20;
    background-color: #FFF;
    display: none;
    border: 1px solid #C2C2C2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    max-height: 313px;
    overflow-y: auto;
    padding: 1% 1% 1% 25px;
    margin-top: 0
}

.select-options ul {
    margin: 0;
    padding: 0
}

.select-options li {
    padding: 5px 0
}

.select-options li a {
    text-decoration: none;
    color: #231f20;
    display: block !important;
    visibility: initial !important
}

.select-options li a:hover {
    color: #00aeef;
}

#promotii-select-oras {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/PROMOTII.jpg) no-repeat scroll center 0 / 100% auto;
    padding: 7% 24% 57% 3%
}

#promotii-list .promotie {
    border: 1px solid #ececeb;
    margin-bottom: 10px;
    cursor: pointer
}

#promotii-list .entry {
    padding-top: 30px
}

#promotii-list .valabilitate {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/icon-clepsidra.png) no-repeat scroll center 0;
    font-size: 12px;
    padding-top: 35px
}

#promotii-list .title {
    color: #191497;
    font-size: 19px;
    margin-top: 10px
}

#promotii-list .small-info {
    margin-top: 10px
}

#promotii-list .vezi-detalii {
    bottom: 0;
    color: #009bfe;
    font-style: italic;
    left: 37%;
    position: absolute;
    text-decoration: none;
    display: block !important;
    visibility: initial !important
}

#promotii-list .promo-info {
    height: 271px;
    padding: 10px;
    position: relative;
    width: 250px;
    text-align: center
}

#labs_list {
    display: none;
    border: 1px solid #C2C2C2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    height: 313px;
    overflow-y: auto;
    padding: 1% 1% 1% 25px;
    margin-top: 0
}

#labs_list li {
    border-bottom: 1px solid #C2C2C2
}

#labs_list li a {
    display: block;
    padding: 5px 0;
    text-decoration: none
}

#profile-medici {
    letter-spacing: 30px;
    list-style-type: none;
    padding-left: 0;
    text-align: center
}

#profile-medici li {
    display: inline-block;
    *display: block;
    zoom: 1;
    letter-spacing: normal;
    margin-bottom: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 120px;
    height: 153px
}

#alo_easymail_page #opt_email {
    background-position: 0 -560px
}

#alo_easymail_page .input-text {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/oferta-form/oferta-icons.png) no-repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    display: block;
    float: left;
    font-size: 14px;
    padding: 20px 20px 20px 70px;
    width: 83%
}

#alo_easymail_page label {
    font-size: 16px;
    color: #10499e
}

#alo_easymail_widget_form .alo_easymail_form_table {
    list-style-type: none;
    text-align: center;
    padding: 0
}

.alo_easymail_form_table li {
    width: 280px;
    display: inline-block;
    letter-spacing: normal;
    padding-right: 50px
}

.alo_easymail_lists_table table {
    margin: 0 auto;
    text-align: left
}

#alo_easymail_page .input-submit {
    background-color: #191497;
    border: 0 none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding: 15px 96px;
    text-transform: uppercase
}

#alo_easymail_widget_feedback {
    font-weight: 700;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 82%
}

.alo_easymail_widget_error {
    color: red
}

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

#mobile-top-menu span {
    display: none
}

#formular-contact {
    text-align: center;
    letter-spacing: 10px
}

#formular-contact-container .fields-group {
    display: inline-block;
    letter-spacing: normal;
    max-width: 316px;
    vertical-align: top;
    width: 100%;
    margin: 0 5px
}

#formular-contact-container .select-elements {
    max-height: 300px;
    overflow-y: auto
}

#cerere-oferta-form,
#formular-contact-container {
    margin-top: 40px;
    text-align: center;
    position: relative
}

#cerere-oferta-form h2,
#formular-contact-container .title {
    text-align: center;
    font-size: 18px
}

#cerere-oferta-form .desc,
#formular-contact-container .desc {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/oferta-form/titlebg.png) no-repeat scroll center center transparent;
    color: #828282;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 26px;
    margin-top: 3px;
    text-align: center
}

#cerere-oferta-form .desc-cv {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/titlebg-cariere.png) no-repeat scroll center center transparent;
    color: #828282;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 26px;
    margin-top: 3px;
    text-align: center
}

#cerere-oferta-form .input-field,
#formular-contact-container .input-field,
.synevo-form .input-field,
.events-child .section-seven .formular .wpcf7-text,
.events-child .section-seven .formular .wpcf7-form-control.wpcf7-select {
    color: #747474;
    font-style: italic;
    font-size: 12px;
    border: 1px solid #c2c2c2
}

#cerere-oferta-form .input-text,
#formular-contact-container .input-text,
.synevo-form .input-text,
.events-child .section-seven .formular .wpcf7-text,
.events-child .section-seven .formular .wpcf7-form-control.wpcf7-select {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/oferta-form/oferta-icons.png) no-repeat scroll 0 0 #FFF;
    box-sizing: border-box;
    height: 58px;
    line-height: 58px;
    margin-bottom: 10px;
    padding: 0 15px 0 73px;
    text-align: left;
    width: 100%
}

#fieldset-upload {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/oferta-form/oferta-icons.png) no-repeat scroll 0 -770px;
    box-sizing: border-box;
    height: 58px;
    line-height: 58px;
    margin-bottom: 10px;
    padding: 0 15px 0 73px;
    text-align: left;
    width: 100%;
    overflow: hidden
}

#cerere-oferta-form .input-field.field_error,
#formular-contact-container .input-field.field_error,
.synevo-form .input-field.field_error {
    border-color: red
}

#cerere-oferta-form .input-textarea,
#formular-contact-container .input-textarea,
.synevo-form .input-textarea {
    box-sizing: border-box;
    height: 109px;
    margin-bottom: 10px;
    padding: 15px;
    resize: none;
    width: 100%
}

#formular-contact-container .input-textarea {
    height: 170px
}

#cerere-oferta-form .input-checkbox {
    margin-left: -60px
}

#cerere-oferta-form .select-elements,
#formular-contact-container .select-elements {
    background-color: #fff;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    cursor: pointer;
    display: none;
    line-height: 40px;
    list-style-type: none;
    margin: -10px 0 0 14px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 279px;
    z-index: 1
}

#formular-contact-container .select-elements {
    width: 253px
}

#cerere-oferta-form #fieldset-agree label {
    font-style: italic;
    font-size: 12px;
    margin-left: 10px;
    text-align: left
}

#cerere-oferta-form #fieldset-agree {
    margin-top: 24px
}

#cerere-oferta-form .select-field .input-field,
#formular-contact-container .select-field .input-field {
    cursor: pointer
}

#cerere-oferta-form .select-elements li,
#formular-contact-container .select-elements li {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/top-menu-list.png) no-repeat scroll 11px 7px #fff;
    border-bottom: 1px solid #c2c2c2;
    padding-left: 29px;
    line-height: 30px
}

#cerere-oferta-form .select-elements li:hover,
#formular-contact-container .select-elements li:hover {
    background-position: 11px -77px;
    color: #191497
}

#formular-contact-container #categorie {
    background-position: 0 -840px
}

#formular-contact-container #locatie {
    background-position: 0 -910px
}

#formular-contact-container #locatie {
    background-position: 0 -910px
}

#formular-contact-container #strada {
    background-position: 0 -980px
}

#formular-contact-container #sex {
    background-position: 0 -1050px
}

#cerere-oferta-form #categorie_spital {
    background-position: 0 -490px
}

#cerere-oferta-form #oras {
    background-position: 0 -70px
}

#cerere-oferta-form #an,
#formular-contact-container #varsta {
    background-position: 0 -140px
}

#cerere-oferta-form #nr {
    background-position: 0 -210px
}

#cerere-oferta-form #sursa {
    background-position: 0 -280px
}

#cerere-oferta-form #functie {
    background-position: 0 -350px
}

#cerere-oferta-form #cui {
    background-position: 0 -420px
}

#cerere-oferta-form #domeniu {
    background-position: 0 -490px
}

#cerere-oferta-form #email,
#formular-contact-container #email,
.synevo-form #remail,
.synevo-form #email {
    background-position: 0 -560px
}

#cerere-oferta-form #contact {
    background-position: 0 -630px
}

#cerere-oferta-form #tel,
#formular-contact-container #tel {
    background-position: 0 -700px
}

#cerere-oferta-form #colaborare {
    background-position: 0 -770px
}

#cerere-oferta-form .select-arrow,
#formular-contact-container .select-arrow {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/oferta-form/input-select-arrow.png) no-repeat scroll 90% center transparent;
    height: 6px;
    position: absolute;
    left: 96%;
    top: 27px;
    width: 8px
}

#cerere-oferta-form #fieldset-denumire .required {
    left: 126px
}

#cerere-oferta-form #fieldset-oras .required {
    left: 139px
}

#cerere-oferta-form #fieldset-an .required {
    left: 138px
}

#cerere-oferta-form #fieldset-nr .required {
    left: 135px
}

#cerere-oferta-form #fieldset-functie .required {
    left: 114px
}

#cerere-oferta-form #fieldset-cui .required {
    left: 116px
}

#cerere-oferta-form #fieldset-email .required,
#formular-contact-container #fieldset-email .required,
.synevo-form #fieldset-email .required {
    left: 105px
}

.synevo-form #fieldset-remail .required {
    left: 165px
}

#formular-contact-container #fieldset-strada .required {
    left: 119px
}

#formular-contact-container #fieldset-varsta .required {
    left: 65px
}

#cerere-oferta-form #fieldset-tel .required,
#formular-contact-container #fieldset-tel .required {
    left: 115px
}

#trimite_cv #fieldset-nume .required,
#formular-contact-container #fieldset-nume .required,
.synevo-form #fieldset-nume .required {
    left: 108px
}

#trimite_cv #fieldset-prenume .required,
.synevo-form #fieldset-prenume .required {
    left: 123px
}

#trimite_cv #fieldset-oras .required {
    left: 356px
}

#fieldset-upload .required {
    padding-left: 5px;
    top: 0 !important
}

#cerere-oferta-form .left-fields {
    float: left;
    width: 49%
}

#cerere-oferta-form .right-fields {
    float: right;
    width: 49%
}

.relative {
    position: relative
}

.synevo-form .fields-wraps-on-row {
    display: flex;
    justify-content: space-between
}

.synevo-form .fields-wraps-on-row .fieldset-wrap {
    width: 49%
}

.cart-actions-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.cart-actions-wrap button {
    width: 49%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background-color: #191497;
    color: #fff;
    font-size: 16px;
    border: 0 none;
    margin: 0 auto
}

.cart-send-email-wraps {
    width: 50%
}

.cart-send-email-wraps .desc {
    text-align: center
}

.cart-send-email-wraps .cart-send-email-form-wrap {
    display: flex
}

.cart-send-email-form-wrap .input-text {
    width: 70%;
    background-color: #fff;
    line-height: 40px;
    border-top: 1px solid #b6bcc4;
    border-left: 1px solid #b6bcc4;
    border-bottom: 1px solid #b6bcc4;
    padding-left: 10px;
    box-sizing: border-box
}

.cart-send-email-form-wrap .trimite {
    width: 30%;
    line-height: 42px;
    text-align: center;
    background-color: #191497;
    color: #fff;
    border: 0 none;
    cursor: pointer
}

.cart-actions-wrap button.disable {
    background-color: #4c4c4c;
    cursor: not-allowed
}

#cerere-oferta-form span.required,
#formular-contact-container span.required,
.synevo-form span.required,
.events-child .section-seven .formular .required {
    color: red;
    position: absolute;
    font-size: 13px;
    font-style: italic;
    top: 22px
}

#cerere-oferta-form #submit,
#submit_cv,
#formular-contact-container #submit,
.events-child .section-seven .formular .trimite #submit {
    background-color: #191497;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 100%
}

#cerere-oferta-form .waiting {
    background-color: #002e61;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    margin-left: -45px;
    text-align: center;
    width: 341px
}

#cerere-oferta-form #confirmare-mesaj {
    border: 1px dotted transparent;
    bottom: 40px;
    display: none;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    right: 461px
}

.events-child .section-seven .formular .wpcf7-response-output {
    border: 1px dotted transparent
}

#cerere-oferta-form #confirmare-mesaj.error,
.events-child .section-seven .formular .wpcf7-validation-errors {
    border-color: red;
    color: red;
    display: block
}

#cerere-oferta-form #confirmare-mesaj.success,
.events-child .section-seven .formular .wpcf7-mail-sent-ok {
    border-color: #46B200;
    color: #46B200;
    letter-spacing: normal;
    display: block
}

#trimite_cv .select-elements {
    width: auto
}

#trimite_cv .select-elements li {
    padding-right: 10px
}

.menu-meniu-footer-container {
    padding-bottom: 30px
}

.full-line {
    height: 1px;
    width: 100%;
    background-color: #171298
}

#menu-meniu-footer {
    text-align: left;
    font-size: 13px;
    width: 100%;
    height: 138px;
    max-width: 980px;
    margin: 0 auto;
    font-weight: 700
}

#menu-meniu-footer a {
    color: #202020;
    display: block;
    margin-bottom: 10px
}

#menu-meniu-footer .sub-menu {
    font-size: 10px;
    font-weight: 400
}

#menu-meniu-footer .sub-menu li {
    padding-bottom: 1px
}

#menu-meniu-footer .sub-menu .sub-menu li {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/footer-arrow.png) no-repeat scroll 0 center transparent;
    padding-left: 19px
}

#menu-meniu-footer .sub-menu a {
    color: #828282;
    margin-bottom: auto
}

#menu-meniu-footer .menu-parent {
    float: left;
    margin-right: 30px;
    height: 150px;
    width: 14%
}

#menu-meniu-footer .menu-parent-centre {
    margin-right: 0
}

#menu-meniu-footer .menu-parent-pacienti {
    width: 140px
}

#footer-blue-band {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/footer-blue-band.png) no-repeat scroll center 0 transparent;
    background-size: cover;
    color: #fff;
    letter-spacing: 120px;
    padding-bottom: 50px;
    padding-top: 35px;
    text-align: center;
    width: 100%;
    cursor: pointer
}

#footer-blue-band li {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/blue-band-icons.png) no-repeat scroll 80px 0 transparent;
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 27px;
    padding-top: 92px;
    vertical-align: top;
    width: 242px
}

*+html #footer-blue-band li {
    display: inline
}

#footer-blue-band #labs-icon {
    background-position: center 0;
    width: 303px
}

#footer-blue-band #pacienti-icon {
    background-position: -408px 0
}

#footer-blue-band h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px
}

#footer-blue-band p {
    font-size: 12px
}

#list-retea {
    letter-spacing: 23px;
    text-align: center
}

#list-retea a {
    display: inline-block !important;
    margin-bottom: 35px
}

#scroll-to-top {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/scroll-to-top.png) no-repeat scroll 0 0 transparent;
    bottom: 22px;
    cursor: pointer;
    height: 46px;
    position: absolute;
    right: 30px;
    width: 46px;
    opacity: .5;
    filter: alpha(opacity=50)
}

#scroll-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#scroll-to-bottom {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/scroll-to-bottom.png) no-repeat scroll 0 0 transparent;
    bottom: 70px;
    cursor: pointer;
    height: 46px;
    position: fixed;
    right: 30px;
    width: 46px;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 70
}

#scroll-to-bottom:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#selection-app-over-18 {
    visibility: hidden;
    height: 0;
    float: right;
    width: 75%
}

#selection-app-over-18 .info-select {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    width: 191px
}

#calc-values-steps-over-18 .slides li.big-size {
    width: 125px !important
}

#calc-values-steps-over-18 .slides li.big-size .letter {
    text-indent: 0
}

#calc-values-steps-over-18 .slides li.big-size label {
    text-indent: 0
}

#calc-values-steps-over-18 label {
    float: left;
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
    width: 160px
}

#part1-result {
    clear: both;
    display: none
}

#part1-result .info-flower {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/info-icon-grey.png) no-repeat scroll 0 center;
    float: left;
    font-size: 15px;
    margin-top: 154px;
    padding-left: 50px
}

#continue-to-part-2 {
    color: #191497;
    float: right;
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
    width: 285px
}

#go-to-part-2 {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/part1-continue.png) no-repeat scroll 0 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 203px;
    margin-top: 30px;
    padding-right: 20px;
    padding-top: 42px
}

#imc-result-flower {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/imc-result-flower.png) no-repeat scroll 0 0;
    float: left;
    height: 379px;
    margin-left: 50px;
    margin-top: 15px;
    position: relative;
    width: 379px
}

#imc-result-flower .petala {
    border-radius: 50%;
    cursor: pointer;
    height: 193px;
    position: absolute;
    width: 193px
}

#imc-result-flower .imc-sex {
    left: 0;
    top: 89px
}

#imc.sex-m-selected #imc-result-flower .imc-sex .sex-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-icons-white.png) no-repeat scroll 0 -58px / cover;
    height: 33px;
    left: 52px;
    position: absolute;
    top: 60px;
    width: 16px
}

#imc.sex-f-selected #imc-result-flower .imc-sex .sex-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-icons-white.png) no-repeat scroll 0 0 / cover;
    height: 33px;
    left: 50px;
    position: absolute;
    top: 60px;
    width: 16px
}

#imc-result-flower .imc-sex .result {
    padding-top: 50%;
    text-align: center;
    width: 60%
}

#imc-result-flower .imc-age .result {
    padding-left: 17px;
    padding-top: 28%;
    text-align: center
}

#imc-result-flower .imc-height .result {
    padding-left: 87px;
    padding-top: 51%;
    text-align: center
}

#imc-result-flower .imc-weight .result {
    padding-top: 69%;
    text-align: center
}

#imc-result-flower .imc-result .result {
    color: #fff;
    margin: 0 auto;
    padding-top: 35px;
    text-align: center;
    width: 90%
}

#imc-result-flower .imc-age {
    left: 95px;
    top: 0
}

#imc-result-flower .imc-height {
    right: 0;
    top: 90px
}

#imc-result-flower .imc-weight {
    bottom: 0;
    left: 97px
}

#imc-result-flower .imc-result {
    height: 183px;
    left: 96px;
    position: absolute;
    top: 96px;
    width: 183px;
    z-index: 10
}

#recalculeaza-imc {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/recalculeaza-imc-bg.png) no-repeat scroll 0 0;
    display: none;
    cursor: pointer;
    float: left;
    height: 155px;
    margin-left: -14px;
    margin-top: 193px;
    width: 75px;
    text-indent: -9999px
}

#step2-to-step3 {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/step2-calc-analize.png) no-repeat scroll 0 0;
    color: #191497 !important;
    display: none;
    float: left;
    font-size: 16px;
    height: 682px;
    left: -15px;
    position: relative;
    top: -61px;
    width: 281px;
    z-index: 5
}

#step2-to-step3 #continue-to-step-3 {
    color: #fff;
    cursor: pointer;
    height: 98px;
    margin: 15px auto 0;
    padding-top: 51px;
    width: 149px
}

#selection-app .flex-direction-nav,
#selection-app-over-18 .flex-direction-nav {
    display: block
}

#selection-app .flex-control-nav {
    display: none
}

#progress-bar-2 {
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 77px
}

#selection-app .flex-direction-nav a,
#selection-app-over-18 .flex-direction-nav a {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/slider-nav.png) no-repeat scroll 0 0;
    height: 51px;
    margin-top: -170px;
    opacity: 1;
    text-indent: 0;
    width: 60px;
    filter: alpha(opacity=100)
}

#selection-app .flex-direction-nav .flex-disabled,
#selection-app-over-18 .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important
}

#selection-app .flex-direction-nav .flex-next,
#selection-app-over-18 .flex-direction-nav .flex-next {
    background-position: right 0;
    padding-right: 25px;
    padding-top: 14px;
    right: 10px;
    text-align: right;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important
}

#selection-app .flex-direction-nav .flex-prev,
#selection-app-over-18 .flex-direction-nav .flex-prev {
    left: 10px;
    padding-left: 25px;
    padding-top: 14px
}

#calc-values-steps {
    background-color: #191497;
    color: #fff;
    float: right;
    height: 59px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 100%
}

#calc-values-steps-over-18 {
    background-color: #191497;
    color: #fff;
    display: none;
    float: left;
    font-size: 16px;
    font-weight: 700;
    padding-top: 44px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 23%
}

#calc-values-steps-over-18 li {
    margin-bottom: 2px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
    text-align: left
}

#calc-values-steps-over-18 .icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/over-18-icons.png) no-repeat scroll 0 0;
    float: left
}

#calc-values-steps #selected-age .value,
#calc-values-steps #selected-height .value,
#calc-values-steps #selected-weight .value {
    text-transform: lowercase
}

#calc-values-steps li {
    float: left;
    height: 25px;
    padding: 5px 0;
    position: relative;
    top: 24px;
    width: 25%
}

#calc-values-steps .border-right {
    background-color: #191497;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

#calc-values-steps .progress-bar {
    background-color: #191497;
    height: 5px;
    left: 15px;
    position: absolute;
    top: 0;
    width: 67px
}

#calc-values-steps .flex-viewport,
#calc-values-steps-over-18 .flex-viewport {
    overflow: inherit !important
}

#calc-values-steps .value {
    float: left;
    font-weight: 700;
    margin-top: 5px;
    padding-left: 15px
}

#calc-values-steps-over-18 .value {
    float: left;
    font-size: 12px;
    padding-left: 15px;
    text-transform: none;
    width: 160px
}

#calc-values-steps .entry-step {
    height: 88px;
    position: relative
}

#calc-values-steps .sex-icons {
    display: inline-block;
    margin-top: 4px
}

#calc-values-steps label {
    float: left;
    margin-top: 5px;
    padding-left: 10px
}

#calc-values-steps .step-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/top-icons.png) no-repeat scroll 0 0;
    float: left;
    margin-left: 10px
}

#calc-values-steps #m-icon {
    background-position: 0 -33px;
    height: 25px;
    width: 10px
}

#calc-values-steps #f-icon {
    height: 25px;
    width: 13px
}

#calc-values-steps .step-icon {
    display: none
}

#calc-values-steps .step-icon.selected {
    display: block
}

#calc-values-steps #age-icon {
    background-position: 0 -68px;
    height: 24px;
    width: 19px
}

#calc-values-steps #height-icon {
    background-position: 0 -102px;
    height: 24px;
    width: 10px
}

#calc-values-steps #weight-icon {
    background-position: 0 -136px;
    height: 24px;
    width: 21px
}

#calc-values-steps-over-18 #tension-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/tension-icon.png) no-repeat scroll 0 0;
    height: 34px;
    margin-left: -7px;
    width: 34px
}

#calc-values-steps-over-18 #smoke-icon {
    height: 28px;
    width: 28px
}

#calc-values-steps-over-18 #alcool-icon {
    background-position: 0 -28px;
    height: 26px;
    width: 21px
}

#calc-values-steps-over-18 #food-icon {
    background-position: 0 -54px;
    height: 24px;
    width: 27px
}

#calc-values-steps-over-18 #boli-icon {
    background-position: 0 -78px;
    height: 28px;
    width: 21px
}

#calc-values-steps-over-18 #work-icon {
    background-position: 0 -106px;
    height: 32px;
    width: 24px
}

#selection-app-over-18 .sel-title {
    color: #191497;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center
}

#tension-select,
#fumator-select,
#alcool-select,
#alimentatie-select,
#munca-select {
    text-align: center
}

#alcool-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/alcool.jpg) no-repeat scroll center 0;
    padding-top: 220px;
    position: relative
}

#alimentatie-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/alimentatie.jpg) no-repeat scroll center 0;
    padding-top: 220px;
    position: relative
}

#tension-select li,
#fumator-select li,
#alcool-select li,
#alimentatie-select li,
#munca-select li {
    background-color: #acacac;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
    width: 182px;
    margin-bottom: 3px
}

#calc-values-steps .flex-active-slide .letter,
.big-size #calc-values-steps-over-18 .flex-active-slide .letter {
    background-position: -17px -160px;
    color: #FFF
}

#calc-values-steps .letter.selected-m {
    background-color: #8bcb00;
    color: #FFF
}

#calc-values-steps .letter {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/buline.png) no-repeat scroll 0 -160px;
    font-size: 14px;
    font-weight: 700;
    height: 17px;
    margin: -21px auto 6px;
    text-align: center;
    width: 17px
}

#calc-values-steps .step_number,
#calculator-analize-step-3 .step_number {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/buline.png) no-repeat scroll 0 -131px;
    color: #191497;
    border-radius: 15px;
    height: 24px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: -14px;
    width: 29px;
    z-index: 10;
    font-size: 14px
}

#top-navigation-bar #calc-values-steps .slides li.small-size {
    width: 70px !important
}

#analize-recomandate-respond {
    display: none;
    float: right;
    width: 77%
}

#analize-recomandate-respond .pret {
    color: #191497;
    font-weight: 700
}

#analize-recomandate-respond .entry {
    background: no-repeat center center;
    min-height: 50px;
    min-width: 100px
}

#analize-recomandate-respond #sidebar-results {
    background-color: #e5e5e5;
    border-left: 5px solid #e5e5e5;
    width: 290px;
    margin-bottom: 20px
}

#sidebar-results h3 {
    height: 22px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center
}

#selected-values-final .letter {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/buline.png) no-repeat scroll 0 -160px;
    float: left;
    height: 16px;
    left: -11px;
    position: relative;
    text-align: center;
    width: 17px
}

#selected-values-final li {
    padding-bottom: 40px
}

#selected-values-final li .value {
    float: left;
    width: 142px
}

#selected-values-final li .value p {
    padding-bottom: 5px
}

#selected-values-final .label {
    float: left;
    width: 130px
}

#imc-results-final {
    padding: 5px
}

#imc-results-final span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center
}

#recalculeaza-final {
    background-color: #191497;
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: -5px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

#selection-app {
    clear: both
}

#selection-app,
#selection-app-over-18 {
    position: relative
}

#selection-app .sel-title {
    background-color: #191497;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 10px auto 0;
    padding: 5px 0;
    text-align: center
}

#sex-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-select-bg.jpg) no-repeat scroll center 0;
    height: 339px;
    margin-top: 10px;
    position: relative;
    width: 100%
}

#sex-select .selected #sex-type-f-wrap {
    background-color: #bf3454 !important;
    opacity: 0.32 !important;
    filter: alpha(opacity=32) !important
}

#sex-select .selected #sex-type-f-symbol-v,
#sex-select .selected #sex-type-f-symbol-h,
#sex-select .selected #sex-type-f {
    background-color: #bf3454 !important
}

#sex-select .selected #sex-type-m-wrap {
    background-color: #008DE6 !important;
    opacity: 0.32 !important;
    filter: alpha(opacity=32) !important
}

#sex-select .selected #sex-type-m-symbol-v,
#sex-select .selected #sex-type-m-symbol-h,
#sex-select .selected #sex-type-m-symbol-o,
#sex-select .selected #sex-type-m {
    background-color: #008DE6 !important
}

#sex-type-f .f-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-icons-white.png) no-repeat scroll center 0;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    padding-top: 45px;
    text-align: center
}

#sex-select li,
#varsta-select li {
    cursor: pointer
}

#selection-app #varsta-select li {
    height: 25px;
    line-height: 25px
}

#varsta-select .group {
    position: relative;
    margin-bottom: 3px
}

#varsta-select .sub-vals {
    display: none;
    position: absolute;
    bottom: 25px;
    width: 100%
}

#varsta-select .sub-vals li {
    width: 100%
}

#varsta-select.f-selected .selected {
    background-color: #bf3454 !important
}

#varsta-select.m-selected .selected {
    background-color: #008DE6 !important
}

#fb-feedback-icons {
    left: 0;
    position: fixed;
    top: 40%;
    z-index: 70
}

#fb-feedback-icons a {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    width: 52px;
    height: 104px
}

#facebook-link {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/fb-feedback-sprite.png) no-repeat scroll 0 0 transparent
}

#facebook-link:hover {
    background-position: -52px 0
}

#instagram-link {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/instagram-sprite.png) no-repeat scroll 0 0 transparent
}

#instagram-link:hover {
    background-position: -52px 0
}

#alege-oras-title {
    background-color: #191497;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    width: 228px;
    padding-top: 15px;
    padding-bottom: 15px
}

#oras-select {
    list-style-type: none;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    padding: 0;
    width: 228px;
    margin-top: 0
}

#oras-select li {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb
}

#oras-select a {
    color: #29259e;
    display: block !important;
    font-size: 14px;
    padding: 3px 3px 3px 20px;
    text-decoration: none;
    text-transform: uppercase
}

#oras-select a:hover {
    color: #00aeef
}

#oras-select li.curent {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    border-right: 0 none
}

#oras-select li.curent a {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/oras-bg.png) no-repeat scroll right 0;
    color: #00aeef;
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 215px
}

#labs-centers {
    margin-left: 255px;
    position: relative
}

#labs-centers a {
    text-decoration: none;
    color: #191497;
    display: block;
    padding-bottom: 5px
}

#labs-centers a:hover {
    color: #00aeef
}

#labs-centers ul {
    list-style-type: none;
    padding-left: 0;
    float: left;
    position: relative
}

#labs-centers .loading {
    display: none;
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/loader-synevo.gif) no-repeat scroll 0 0;
    height: 30px;
    left: 48%;
    position: absolute;
    top: 100px;
    width: 30px
}

#labs-list {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/laboratoare.png) no-repeat scroll 0 0;
    margin-top: 20px;
    padding-left: 50px;
    padding-top: 10px;
    float: left
}

#centers-list {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/centre.png) no-repeat scroll 0 0;
    margin-top: 20px;
    padding-left: 50px;
    padding-top: 10px;
    float: left
}

#centers-list li {
    padding-right: 10px;
    width: 100%
}

#centers-list.bucuresti-centers li {
    width: 170px
}

#oras-title {
    border-bottom: 1px solid #bbb;
    color: #191497;
    font-size: 20px;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    top: -5px
}

.red-line {
    height: 1px;
    width: 41px;
    position: relative;
    top: -6px
}

.cf-sb {
    margin: 0 !important
}

#jobs-list {
    background-color: #eaeaea;
    padding: 20px 20px 20px 30px
}

#jobs-list ul {
    margin-top: 15px;
    padding: 0
}

#jobs-list h3 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #231f20
}

#jobs-list li a {
    color: #140f98;
    display: block !important;
    padding: 5px;
    text-decoration: none
}

#jobs-list li a:hover {
    text-decoration: none;
    color: #00aeef
}

#trimite_cv #confirmare-mesaj {
    position: inherit;
    margin-top: 20px
}

#trimite_cv .cv_form_desc {
    font-style: italic;
    font-size: 12px;
    text-align: left
}

#gallery-1 {
    text-align: center
}

#gallery-1 .gallery-item {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/Spitale-publice-gallery-bg.png) no-repeat scroll center 0;
    height: 227px;
    margin-top: 20px !important;
    float: none !important;
    display: inline-block;
    vertical-align: top
}

#gallery-1 .gallery-caption {
    color: #191497;
    margin: 0 auto !important;
    padding-top: 9px;
    width: 170px
}

#gallery-1 img {
    border: 0 none !important;
    width: 190px;
    height: 151px
}

#centru-small-gallery-thumbs {
    list-style-type: none;
    margin-bottom: 2px;
    margin-top: 0;
    padding-left: 15px
}

#centru-small-gallery-thumbs li {
    padding-bottom: 13px
}

#centru-small-gallery-thumbs li.default img {
    border: 1px solid #acacac;
    padding: 3px
}

#centru-small-gallery-thumbs li.last {
    padding-bottom: 0
}

#centru-small-gallery-thumbs li img {
    display: block
}

#centru-small-gallery-thumbs li a {
    display: block !important;
    border: 1px solid #acacac;
    padding: 3px
}

#centru-small-gallery-thumbs li a:hover {
    border: 1px solid #191497
}

.centru-contact-details {
    list-style-type: none;
    margin-top: 0;
    max-width: 215px;
    width: 100%
}

#sex-select .selected .icon-normal {
    display: none !important
}

#sex-select .selected .icon-hover {
    display: block !important
}

#sex-symbol-select-f {
    left: 116px;
    position: absolute;
    top: 62px
}

#sex-symbol-select-f .icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-select-big.png) no-repeat scroll 0 0;
    height: 277px;
    position: absolute;
    top: 0;
    width: 186px
}

#sex-symbol-select-f .icon-normal {
    background-position: 0 0
}

#sex-symbol-select-f .icon-hover {
    display: none;
    background-position: -186px 0
}

#sex-symbol-select-f .f-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-icons-white.png) no-repeat scroll center 0;
    color: #fff;
    font-size: 20px;
    left: 60px;
    padding-top: 45px;
    position: relative;
    text-align: center;
    top: 54px
}

#sex-symbol-select-m {
    position: absolute;
    right: 238px;
    top: 87px
}

#sex-symbol-select-m .m-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-icons-white.png) no-repeat scroll center -77px;
    color: #fff;
    font-size: 20px;
    left: 53px;
    padding-top: 45px;
    position: relative;
    text-align: center;
    top: 94px
}

#sex-symbol-select-m .icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-select-big.png) no-repeat scroll 0 0;
    height: 225px;
    position: absolute;
    top: 0;
    width: 228px
}

#sex-symbol-select-m .icon-normal {
    background-position: -7px -277px
}

#sex-symbol-select-m .icon-hover {
    background-position: -235px -277px;
    display: none
}

#imc.sex-f-selected #varsta-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/age-select-f.jpg) no-repeat scroll center 0;
    margin-top: 20px;
    padding-top: 282px;
    position: relative;
    width: 100%
}

#imc.sex-m-selected #varsta-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/age-select-m.jpg) no-repeat scroll center 0;
    padding-top: 320px;
    position: relative;
    width: 100%
}

#imc.sex-f-selected #tension-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/tension-f.jpg) no-repeat scroll center 0;
    position: relative
}

#imc.sex-f-selected #fumator-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/fumat-f.jpg) no-repeat scroll center 0;
    position: relative
}

#fumator-select {
    padding-top: 220px
}

#tension-select {
    padding-top: 250px
}

#imc.sex-m-selected #fumator-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/fumat-m.jpg) no-repeat scroll center 0;
    position: relative
}

#imc.sex-m-selected #tension-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/tension-m.jpg) no-repeat scroll center 0;
    position: relative
}

#istoric-select {
    padding-top: 220px;
    position: relative
}

#imc.sex-f-selected #istoric-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/boli-f.jpg) no-repeat scroll center 0
}

#imc.sex-m-selected #istoric-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/boli-m.jpg) no-repeat scroll center 0
}

#imc.sex-f-selected #munca-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/munca-f.jpg) no-repeat scroll center 0;
    padding-top: 270px;
    position: relative
}

#imc.sex-m-selected #munca-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/munca-m.jpg) no-repeat scroll center 0;
    padding-top: 240px;
    position: relative
}

#varsta-select {
    text-align: center
}

#istoric-select {
    text-align: center
}

#varsta-select li,
#istoric-select li {
    background-color: #acacac;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    letter-spacing: normal;
    line-height: 38px;
    vertical-align: top;
    width: 145px
}

#istoric-select li {
    margin-bottom: 3px
}

#imc.sex-f-selected #istoric-select li {
    width: 120px
}

#imc.sex-m-selected #tension-select li.selected,
#imc.sex-m-selected #varsta-select li.selected,
#imc.sex-m-selected #fumator-select li.selected,
#imc.sex-m-selected #alcool-select li.selected,
#imc.sex-m-selected #alimentatie-select li.selected,
#imc.sex-m-selected #istoric-select li.selected,
#imc.sex-m-selected #munca-select li.selected {
    background-color: #008DE6 !important
}

#imc.sex-f-selected #tension-select li.selected,
#imc.sex-f-selected #varsta-select li.selected,
#imc.sex-f-selected #fumator-select li.selected,
#imc.sex-f-selected #alcool-select li.selected,
#imc.sex-f-selected #alimentatie-select li.selected,
#imc.sex-f-selected #istoric-select li.selected,
#imc.sex-f-selected #munca-select li.selected {
    background-color: #bf3454 !important
}

#varsta-select li strong {
    color: #FFF
}

#height-wrap {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/height-ruller-bg.png) no-repeat scroll center 0;
    float: left;
    height: 503px;
    margin-top: 50px;
    padding-top: 10px;
    position: relative;
    width: 123px
}

#height {
    background: transparent none repeat scroll 0 0;
    border-radius: 10px;
    float: right;
    height: 491px;
    margin-right: 22px;
    width: 35px
}

#height .ui-slider-handle {
    background: #030104 none;
    border: 0 none;
    height: 3px;
    left: -30px;
    margin-bottom: 0;
    width: 95px
}

#height .ui-widget-content {
    background-color: transparent
}

#height-wrap .ui-slider-range {
    background-image: none;
    border-radius: 0 0 10px 10px
}

#height-wrap.f-selected .ui-slider-range,
#height-wrap.f-selected .height-value,
#height-value-wrap.f-selected,
#weight-wrap.f-selected .ui-slider-range,
#weight-wrap.f-selected .weight-value {
    background-color: #bf3454;
    background-image: none
}

#height-wrap.f-selected .pointer-left,
#weight-wrap.f-selected .pointer-bottom {
    border-color: #bf3454
}

#weight-value-wrap.f-selected,
#weight-value.f-selected {
    color: #bf3454
}

#height-wrap.m-selected .ui-slider-range,
#height-wrap.m-selected .height-value,
#height-value-wrap.m-selected,
#weight-wrap.m-selected .ui-slider-range,
#weight-wrap.m-selected .weight-value {
    background-color: #008DE6;
    background-image: none
}

#height-wrap.m-selected .pointer-left,
#weight-wrap.m-selected .pointer-bottom {
    border-color: #008DE6
}

#weight-value-wrap.m-selected,
#weight-value.m-selected {
    color: #008DE6
}

#height-label {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    left: 110px;
    position: absolute;
    top: -11px;
    width: 120px
}

#height-label .pointer-left {
    border-bottom: 13px solid transparent !important;
    border-right: 13px solid;
    border-top: 13px solid transparent !important;
    float: left;
    height: 0;
    width: 0
}

#height-label .height-value {
    border-radius: 0 3px 3px 0;
    float: left;
    height: 24px;
    padding-top: 2px;
    text-align: center;
    width: 106px
}

#height-value-wrap {
    background: #acacac url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/height-ruller-bg.png) no-repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 287px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 235px
}

#info-height {
    color: #191497;
    margin-top: 20px;
    text-align: center
}

#height-value-body {
    margin-top: 15px;
    width: 100%
}

#height-value-wrap label {
    bottom: 69px;
    color: #acacac;
    font-size: 18px;
    left: -100px;
    position: absolute;
    text-align: right;
    width: 86px
}

#height-value {
    background-color: transparent;
    border: 0 none;
    bottom: 83px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    left: 86px;
    position: absolute;
    text-align: center;
    width: 68px
}

#set-height-value {
    background-color: transparent;
    border: 0 none;
    bottom: 83px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 49px;
    width: 27px
}

#weight-value-body {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/weight-value-bg.jpg) no-repeat scroll center 0;
    height: 330px;
    margin: 15px auto 0;
    width: 264px
}

#weight-value-wrap {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 152px;
    position: relative
}

#weight-value {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 63px;
    width: 68px
}

#info-weight {
    background-color: #f0f0f0;
    color: #191497;
    margin: 124px auto 0;
    padding: 4px 0;
    text-align: center;
    width: 80%
}

#weight-wrap {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/weight-ruller-bg.png) no-repeat scroll 0 0;
    height: 39px;
    margin: 30px auto 0;
    position: relative;
    width: 739px
}

#weight {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 6px;
    left: 1px;
    top: 32px;
    width: 727px
}

#weight .ui-slider-handle {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    height: 40px;
    margin-left: 0;
    top: -33px;
    width: 2px
}

#weight-label {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    left: -54px;
    position: relative;
    text-align: center;
    top: -30px;
    width: 108px;
    cursor: pointer
}

#weight .pointer-bottom {
    border-left: 54px solid transparent !important;
    border-right: 54px solid transparent !important;
    border-top: 12px solid #acacac;
    height: 0;
    width: 0
}

#weight .weight-value {
    border-radius: 4px;
    height: 23px;
    background-color: #acacac;
    color: #fff
}

#program-lucru-recoltare {
    background-color: #eaeaea;
    background-image: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/program-lucru-bg.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    letter-spacing: 20px;
    margin-top: 15px !important;
    max-width: 100% !important;
    padding-left: 70px !important;
    text-align: center;
    width: auto !important;
    padding-top: 10px;
    padding-bottom: 10px
}

#program-lucru-recoltare li {
    display: inline-block;
    letter-spacing: normal;
    max-width: 198px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    padding-bottom: 0 !important
}

#program-lucru-recoltare li p,
#program-lucru-recoltare li span {
    padding-left: 0 !important
}

#program-lucru-recoltare li p {
    text-transform: uppercase;
    color: #191497
}

.varsta-pachet-titlu {
    font-weight: 400;
    font-size: 12px
}

#imc {
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    display: inline-block;
    height: 1px;
    margin-top: -99px;
    width: 100%
}

#imc .title-imc {
    color: #191497;
    font-size: 18px;
    padding-left: 174px;
    text-transform: uppercase
}

#imc .title-calc-analize {
    display: none;
    color: #191497;
    font-size: 18px;
    padding-right: 250px;
    text-transform: uppercase
}

.imc-content {
    border: 0 none !important;
    box-shadow: none !important
}

#indice-values {
    display: none;
    float: left;
    padding: 10px;
    width: 661px
}

#indice-values span {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 30px
}

#imc.sex-m-selected #print_or_save_pdf,
#imc.sex-m-selected #selection-app-over-18 .info-select,
#imc.sex-m-selected #calc-values-steps-over-18 li,
#imc.sex-m-selected .have-value,
#imc.sex-m-selected #selection-app .sel-title,
#imc.sex-m-selected #height-wrap .ui-slider-range,
#imc.sex-m-selected #height-wrap #height-label .height-value,
#imc.sex-m-selected #weight .weight-value,
#imc.sex-m-selected #weight .ui-slider-range,
#imc.sex-m-selected #indice-values,
#analize-recomandate-respond.sex-m-selected #sidebar-results h3,
#analize-recomandate-respond.sex-m-selected #imc-results-final,
#imc.sex-m-selected #to-do-info {
    background-color: #008DE6 !important;
    background-image: none;
    color: #FFF
}

#calc-values-steps-over-18 .info {
    display: block;
    padding-bottom: 10px
}

#analize-recomandate-respond.sex-m-selected #sidebar-results #selected-values-final .letter {
    background-position: -51px -160px;
    color: #fff
}

#imc.sex-m-selected #calc-values-steps .slides .letter.selected,
#imc.sex-m-selected #calc-values-steps-over-18 .slides .letter.selected {
    background-position: -51px -160px;
    color: #fff
}

#imc.sex-m-selected #calc-values-steps .step_number.selected {
    background-position: -87px -131px;
    color: #fff
}

#imc.sex-m-selected #step2-to-step3,
#imc.sex-m-selected #imc-result-flower {
    background-color: #008DE6 !important;
    color: #FFF
}

#imc.sex-m-selected #height-value-wrap label,
#analize-recomandate-respond.sex-m-selected #selected-values-final,
#imc.sex-m-selected .big-size .have-value,
#imc.sex-m-selected .flex-next,
#imc.sex-m-selected .flex-prev,
#imc.sex-m-selected #get-final-resuls-button {
    color: #008DE6 !important
}

#imc.sex-m-selected .flex-prev {
    background-position: 0 -65px
}

#imc.sex-f-selected .flex-next {
    background-position: right -130px
}

#imc.sex-f-selected .flex-prev {
    background-position: left -195px
}

#imc.sex-f-selected #print_or_save_pdf,
#imc.sex-f-selected #selection-app-over-18 .info-select,
#imc.sex-f-selected #calc-values-steps-over-18 li,
#imc.sex-f-selected .have-value,
#imc.sex-f-selected #selection-app .sel-title,
#imc.sex-f-selected #height-wrap .ui-slider-range,
#imc.sex-f-selected #height-wrap #height-label .height-value,
#imc.sex-f-selected #weight .weight-value,
#imc.sex-f-selected #weight .ui-slider-range,
#imc.sex-f-selected #indice-values,
#analize-recomandate-respond.sex-f-selected #sidebar-results h3,
#analize-recomandate-respond.sex-f-selected #imc-results-final,
#imc.sex-f-selected #to-do-info {
    background-color: #bf3454 !important;
    background-image: none;
    color: #FFF
}

#imc.sex-f-selected #height-value-wrap {
    background-position: -235px 0
}

#analize-recomandate-respond.sex-f-selected #sidebar-results #selected-values-final .letter {
    background-position: -34px -160px;
    color: #fff
}

#imc.sex-f-selected #calc-values-steps .slides .letter.selected,
#imc.sex-f-selected #calc-values-steps-over-18 .slides .letter.selected {
    background-position: -34px -160px;
    color: #fff
}

#imc.sex-f-selected #calc-values-steps .step_number.selected {
    background-position: -58px -131px
}

#imc.sex-m-selected #selection-app-over-18 #istoric-select .only-f {
    display: none
}

#imc.sex-f-selected #step2-to-step3,
#imc.sex-f-selected #imc-result-flower {
    background-color: #bf3454 !important;
    color: #FFF
}

#imc.sex-f-selected #height-wrap #height-label .pointer-left,
#imc.sex-f-selected #weight .pointer-bottom,
#analize-recomandate-respond.sex-f-selected #sidebar-results {
    border-color: #bf3454
}

#imc.sex-m-selected #height-wrap #height-label .pointer-left,
#imc.sex-m-selected #weight .pointer-bottom,
#analize-recomandate-respond.sex-m-selected #sidebar-results {
    border-color: #008DE6
}

#imc.sex-f-selected #height-value-wrap label,
#analize-recomandate-respond.sex-f-selected #selected-values-final,
#imc.sex-f-selected .big-size .have-value,
#imc.sex-f-selected .flex-next,
#imc.sex-f-selected .flex-prev,
#imc.sex-f-selected #get-final-resuls-button {
    color: #bf3454 !important
}

#imc.sex-m-selected #weight-value-body {
    background-position: 0 -331px
}

#set-weight-value {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 26px;
    left: 93px;
    line-height: 26px;
    position: absolute;
    top: 62px;
    width: 27px
}

#imc-values {
    display: none
}

#imc_final {
    margin-top: 10px
}

#imc-values label {
    padding: 0;
    text-transform: initial;
    width: 100%
}

#imc-values .value {
    float: none;
    font-size: 18px;
    padding-left: 0;
    width: 100%
}

#calculator-analize-step-3 {
    background-color: #d7d6d6;
    border-top: 5px solid #e5e5e5;
    display: none;
    float: right;
    height: 105px;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
    text-align: center;
    width: 267px
}

#calculator-analize-step-3.big-size {
    min-height: 105px;
    height: auto;
    padding-bottom: 10px
}

#calculator-analize-step-3 .desc {
    color: #191497;
    font-size: 16px;
    font-weight: 700;
    margin-top: 9px
}

#selected-values-final {
    font-weight: 700
}

#selected-values-final #sex-final .value {
    text-transform: uppercase
}

#analize-recomandate-respond #analize-sugerate-title {
    color: #191497;
    font-size: 18px;
    padding: 10px;
    text-align: center
}

#analize-result-wrap {
    text-align: center
}

#analize-result-wrap .pret-pachet {
    background-color: #191497;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase
}

#analize-result-wrap .pret-pachet .comanda-pachet {
    background-color: #00A8EF;
    cursor: pointer;
    padding: 10px;
    margin: 20px 20px 10px;
    border-radius: 10px
}

#analize-recomandate-respond-content {
    padding-left: 3px
}

#analize-result-wrap .pret-intreg {
    font-size: 12px;
    font-weight: 400;
    padding-top: 15px
}

#analize-result-wrap .pachet-analize {
    width: 49%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    text-align: left
}

#analize-result-wrap #pachet-f-activ {
    display: none;
    width: 33%
}

#pachet-extins .info-entry {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/floricica.png) no-repeat scroll 9px 8px;
    color: #191495;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    padding-left: 24px;
    text-align: center;
    width: 162px
}

#analize-result-wrap .lista-analize-tile {
    background-color: #191497;
    color: #fff;
    height: 66px;
    padding: 5px;
    text-align: center
}

#analize-result-wrap h3 {
    color: #191497
}

#analize-result-wrap .entry ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

#pachet-de-baza .entry {
    background-color: #d9f5f7;
    padding: 5px
}

#pachet-extins .entry {
    background-color: #f6dde3;
    padding: 5px
}

#pachet-f-activ .entry {
    background-color: #eddbfe;
    padding: 5px
}

#analize-result-wrap .entry li {
    padding: 5px 0
}

#analize-result-wrap .entry .number {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/floricica.png) no-repeat scroll 0 center;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 9px;
    margin-right: 5px;
    margin-top: 3px;
    text-align: center;
    text-indent: -99999px;
    width: 9px
}

#final-info {
    background-color: #e5e5e5;
    margin: 0 10px 0 10px;
    padding-bottom: 10px;
    padding-top: 20px
}

#cod-oferta {
    background-color: #fff;
    border: 1px solid #191497;
    font-size: 18px;
    margin: 0 auto;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 40%
}

#cod-oferta .value-coded {
    font-weight: 700
}

#final-info .top-desc {
    border-bottom: 2px solid #c6c6c6;
    color: #000;
    font-weight: 700;
    margin: 10px auto 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 77%
}

#print_or_save_pdf {
    background-color: #acacac;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 20px 0;
    text-align: center;
    width: 30%
}

#send_analize_by_email {
    margin-bottom: 15px;
    width: 77%;
    text-align: center
}

#send_analize_by_email .desc {
    color: #000
}

#email_for_analize {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    color: #707070;
    font-size: 12px;
    padding: 3px 6px;
    width: 174px
}

#send_analize_by_email #send_email {
    background-color: #707070;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 10px;
    text-transform: uppercase
}

#analize-result-wrap .entry .odd {
    background-color: #f6f9ff
}

#analize-result-wrap .entry .nume-analiza {
    color: #0046c8;
    float: left;
    font-size: 12px;
    font-weight: 700;
    width: 100%
}

#analize-result-wrap .entry .nume-analiza a {
    color: #191497;
    text-decoration: none
}

#analize-result-wrap .entry .nume-analiza a:hover {
    color: #007cc3
}

#analize-result-wrap .entry .adaugare-cos {
    float: right !important
}

#analize-result-wrap .pret-total {
    text-align: right;
    color: #191497
}

#analize-result-wrap .mini-desc {
    clear: both;
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
    padding-top: 3px
}

#final-pret-redus-30 {
    margin-top: 30px
}

#final-pret-redus-30 #cod-oferta {
    background-color: #a5e5e7;
    color: #191497;
    float: left;
    font-size: 24px;
    height: 58px;
    padding: 30px 0;
    text-align: center;
    width: 70%
}

#final-pret-redus-30 #cod-oferta strong {
    color: #191497
}

#final-pret-redus-30 #pret-promo strong {
    color: #FFF;
    font-size: 20px
}

#final-pret-redus-30 #pret-promo {
    background-color: #191497;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 109px;
    padding-top: 9px;
    text-align: center;
    width: 30%
}

#final-pret-redus-30 #pret-promo .value {
    font-size: 20px
}

#to-do-info {
    display: none;
    float: left;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-left: 2px;
    text-align: center;
    width: 682px
}

#selection-app-over-18 .slides li.value-selection {
    width: 965px;
    position: relative
}

#print-analize {
    background-color: #008de6;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 18px auto 0;
    padding: 5px;
    width: 90%
}

#final-info-analize {
    display: none
}

#final-info-analize .top-desc {
    font-size: 16px;
    text-align: center
}

#final-info-analize .info-left {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/info-icon.png) no-repeat scroll 0 center;
    color: #585858;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-top: 5px;
    width: 41%
}

#final-info-analize .info-right {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/nota-icon.png) no-repeat scroll 0 center;
    padding-left: 50px;
    width: 40%;
    color: #585858
}

#final-info-analize .bottom-info {
    border-bottom: 2px solid #c6c6c6;
    border-top: 2px solid #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px
}

#link-recalculeaza-final {
    background-color: #191497;
    color: #fff;
    display: none;
    font-size: 18px;
    line-height: 40px;
    text-align: center
}

#cod-oferta .value {
    font-weight: 700;
    color: #d00000
}

#calculator-start {
    z-index: 100
}

#calculator-start .steps {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/calc_puzzle_icons.png) no-repeat scroll 0 0;
    color: #191497;
    float: left;
    font-size: 14px;
    margin-left: 30px;
    padding-left: 90px;
    padding-top: 28px
}

#calculator-start .steps strong {
    color: #191497
}

#calculator-start .step1 {
    height: 36px
}

#calculator-start .step2 {
    height: 36px;
    margin-top: 45px
}

#calculator-start .step3 {
    height: 72px;
    margin-top: 23px
}

#calculator-start .step4 {
    height: 72px;
    margin-top: 11px
}

#start_imc {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/start_calc_imc.png) no-repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    font-weight: 700;
    height: 122px;
    left: 28px;
    margin: 0 auto;
    padding-top: 78px;
    position: absolute;
    text-align: center;
    top: 38px;
    width: 200px
}

#start_imc_wrap {
    float: left;
    height: 273px;
    margin: 35px auto 0 62px;
    position: relative;
    width: 255px
}

#start_cerc {
    height: 273px;
    margin: 0 auto;
    position: relative;
    width: 255px
}

#check_cod {
    float: right;
    margin-top: 130px;
    width: 330px
}

.final-restart {
    background-color: #191497;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    width: 20%;
    margin-right: 15px
}

#check_cod .info {
    clear: left;
    color: #191497
}

#check_code_input {
    border: 1px solid #a1a1a1;
    color: #363636;
    float: left;
    line-height: 17px;
    margin-bottom: 5px;
    padding: 3px;
    width: 195px
}

#check_code_button {
    background-color: #a5e5e7;
    color: #191497;
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: -1px;
    text-align: center;
    width: 100px
}

#check_cod .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #191497
}

.desc-title {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/titlebg-cariere.png) no-repeat scroll center center;
    color: #828282;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 26px;
    margin-top: 3px;
    text-align: center
}

#lab-central-full-img {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/lab-central-full.jpg) no-repeat scroll center bottom;
    height: 500px;
    padding-bottom: 7px;
    position: absolute;
    top: 790px;
    width: 100%;
    z-index: 1
}

#get-final-resuls-button {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/slider-nav.png) no-repeat scroll right 0;
    cursor: pointer;
    display: none;
    height: 51px;
    padding-right: 25px;
    padding-top: 14px;
    position: absolute;
    right: 11px;
    text-align: right;
    top: 0;
    width: 60px;
    z-index: 2000
}

.pregatire-analize-copil .box50atelier {
    width: 50%
}

.pregatire-analize-copil .part1 {
    float: left;
    position: relative;
    padding-top: 15px
}

.pregatire-analize-copil .part1 .entry {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 42px;
    width: 58%
}

.pregatire-analize-copil .half {
    width: 50%;
    margin-bottom: 20px
}

.pregatire-analize-copil .part1 a {
    text-decoration: none
}

.pregatire-analize-copil .part1 a:hover {
    color: #191497
}

.pregatire-analize-copil .part2 {
    float: left
}

.pregatire-analize-copil .part2 img {
    width: 100%;
    height: auto
}

.pregatire-analize-copil .part1 .bg {
    background-color: #eaeaea;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    display: block;
    height: 95px;
    width: 100%
}

.pregatire-analize-copil .part1 img {
    position: absolute;
    top: 0
}

#imc-header-text {
    box-sizing: border-box;
    color: #191497;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 auto;
    padding-left: 16px;
    padding-top: 32px;
    width: 990px
}

#harta_synevo_romania {
    border: 0 none
}

#judet {
    position: absolute;
    display: none;
    background-size: cover
}

.cluj {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/cluj.png) no-repeat scroll 0 0 transparent;
    height: 189px;
    width: 204px
}

.brasov {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/brasov.png) no-repeat scroll 0 0 transparent;
    height: 192px;
    width: 256px
}

.constanta {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/constanta.png) no-repeat scroll 0 0 transparent;
    height: 193px;
    width: 195px
}

.craiova {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/craiova.png) no-repeat scroll 0 0 transparent;
    height: 201px;
    width: 237px
}

.iasi {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/iasi.png) no-repeat scroll 0 0 transparent;
    height: 146px;
    width: 203px
}

.satu_mare {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/satu-mare.png) no-repeat scroll 0 0 transparent;
    height: 185px;
    width: 285px
}

.suceava {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/suceava.png) no-repeat scroll 0 0 transparent;
    width: 212px;
    height: 174px
}

.timisoara {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/timisoara.png) no-repeat scroll 0 0 transparent;
    height: 183px;
    width: 265px
}

.bucuresti {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/bucuresti.png) no-repeat scroll 0 0 transparent;
    height: 371px;
    width: 382px
}

.pitesti {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/arges.png) no-repeat scroll 0 0 transparent;
    height: 235px;
    width: 211px
}

.laborator,
.recoltare {
    position: absolute;
    width: 24px;
    height: 22px
}

.laborator {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/laboratoare.png) no-repeat scroll 0 0 transparent
}

.recoltare {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/harta_synevo/puncte_de_recoltare.png) no-repeat scroll 0 0 transparent
}

#judet span {
    display: none;
    color: #355197;
    background-color: #FFD200;
    opacity: .8;
    filter: alpha(opacity=80);
    border: 1px solid #fff;
    font-size: .9em;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: -100px;
    width: 170px;
    text-align: center;
    z-index: 200
}

.breadcrumbs {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/home-logo.png) no-repeat scroll 20px 0 #F5F5F5;
    color: #828282;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px 20px 8px 65px
}

.page .breadcrumbs {
    background-color: transparent
}

.breadcrumbs a {
    color: #231f20;
    font-weight: 700;
    padding: 0;
    visibility: inherit !important
}

.nl-link {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/newsletter.png) no-repeat scroll center top transparent;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-top: 45px;
    text-align: center;
    width: 100%;
    color: #171298;
    margin-top: -20px
}

.nl-link-home {
    border-bottom: 1px solid #828282;
    color: #171298;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1
}

.nl-icon-home {
    margin-bottom: -20px;
    margin-top: 10px;
    position: relative;
    z-index: 3
}

.drop-shadow-home-nl {
    margin-top: 40px;
    max-width: 993px;
    width: 100%
}

#google_map {
    width: 100%;
    max-width: 914px;
    height: 500px;
    margin: 0 auto
}

#centre-per-judet {
    display: none;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px 5px 5px 5px;
    max-width: 320px;
    font-weight: 700
}

#centre-per-judet a {
    text-decoration: none;
    padding: 5px 0;
    display: block;
    text-align: left;
    color: #4C4B4B
}

#centre-per-judet h2 {
    border-bottom: 1px solid #C2C2C2;
    text-align: left;
    margin-bottom: 5px
}

.adresa-centru {
    display: none;
    color: #007CC3;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 5px
}

#centre-per-judet .current {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/bulina.png) no-repeat scroll 8px center transparent;
    border: 1px solid #C2C2C2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #007CC3;
    margin-left: -24px;
    padding: 2px 5px 2px 23px
}

#centru-info {
    color: #000;
    margin-bottom: 20px
}

.centru-image {
    padding: 7px;
    border: 1px solid #c2c2c2
}

#centru-info .label,
.centru-contact-details .label {
    font-weight: 700;
    margin: 0;
    padding-left: 25px;
    font-size: 14px
}

#centru-info>p.label,
.centru-contact-details>p.label {
    color: #191497
}

#centru-info ul {
    list-style-type: none;
    margin-top: 0;
    max-width: 215px;
    width: 100%
}

#centru-scroll-top {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/thumbs-arrows-blue.png) no-repeat scroll center 0;
    height: 10px;
    left: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 71px
}

#centru-scroll-down {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/thumbs-arrows-blue.png) no-repeat scroll center -10px;
    bottom: 0;
    cursor: pointer;
    height: 10px;
    left: 15px;
    position: absolute;
    width: 71px
}

#centru-thumbs-container {
    float: left;
    height: 276px;
    position: relative
}

#centru-thumbs-content {
    position: relative;
    height: 247px;
    margin-top: 15px;
    overflow: hidden
}

* html #centru-info ul {
    width: 570px
}

.centru-contact-details {
    list-style-type: none !important
}

.centru-contact-details li {
    padding-bottom: 10px
}

.centru-contact-details .adresa .label {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/centre-icons.png) no-repeat scroll 0 2px transparent
}

.centru-contact-details .tel .label {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/centre-icons.png) no-repeat scroll 0 -16px transparent
}

.centru-contact-details .fax .label {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/centre-icons.png) no-repeat scroll 0 -36px transparent
}

.centru-contact-details .program_lucru .label {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/centre-icons.png) no-repeat scroll 0 -56px transparent
}

.centru-contact-details .program_recoltare .label {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/centre-icons.png) no-repeat scroll 0 -76px transparent
}

.centru-contact-details .reper .label {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/reper-icon.png) no-repeat scroll 0 0 transparent
}

.centru-contact-details span {
    padding-left: 25px;
    display: block
}

.centru-contact-details .centru-image {
    margin: 7px;
    padding: 7px;
    border: 1px solid #C2C2C2;
    position: relative;
    width: 260px;
    height: 260px;
    overflow: hidden;
    z-index: 500
}

#centru-info .centru-image img {
    position: relative;
    z-index: 1
}

#centru-info .centru-image a {
    margin-bottom: 7px;
    display: block
}

#centru-info .centru-image img:hover {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/mouse-over-image.png) no-repeat scroll center center transparent
}

#lupa {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/mouse-over-image.png) no-repeat scroll 0 0 transparent;
    display: none;
    height: 40px;
    left: 120px;
    position: absolute;
    top: 120px;
    width: 40px;
    z-index: 100;
    cursor: pointer
}

#nota-analize {
    margin-top: 20px
}

#nota-analize span {
    margin-right: 10px
}

#nota-analize p {
    margin-bottom: 5px
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0
}

a.synevovet-link {
    color: #4f9966;
    display: block;
    font-size: 1.5em;
    margin-left: 2.8%;
    margin-top: 1%;
    max-width: 290px;
    position: relative;
    width: 100%;
    z-index: 2000
}

a.pdf-promotie-link {
    color: #007dc2;
    display: block;
    font-size: 1.5em;
    margin-left: 2.8%;
    margin-top: -12%;
    max-width: 290px;
    position: relative;
    width: 100%;
    z-index: 2000
}

@media screen and (max-width:865px) {
    a.synevovet-link {
        font-size: 1em
    }

    a.pdf-promotie-link {
        font-size: 1em
    }
}

@media screen and (max-width:575px) {
    a.synevovet-link {
        font-size: .8em
    }

    a.pdf-promotie-link {
        font-size: .8em
    }
}

@media screen and (max-width:440px) {
    a.synevovet-link {
        font-size: .5em
    }

    a.pdf-promotie-link {
        font-size: .5em
    }
}

.ad_show {
    display: block !important
}

.image-thumb {
    margin-right: 10px
}

.promo {
    margin-bottom: 10px
}

#table-analize-cas {
    list-style-type: none;
    padding: 0;
    margin: 0
}

#table-analize-cas table {
    display: none
}

#table-analize-cas .title {
    background-color: #eaeaea;
    border: 1px solid transparent;
    color: #191497;
    cursor: pointer;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 15px
}

#table-analize-cas .title.hover {
    background-image: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/down-arrows-cas.png);
    background-position: 98% -50px;
    background-repeat: no-repeat;
    border-color: #191497;
    font-weight: 700
}

#table-analize-cas .title.selected {
    background-color: #191497;
    background-image: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/down-arrows-cas.png);
    background-position: 98% 16px !important;
    background-repeat: no-repeat;
    color: #ffffff !important;
    font-weight: 400
}

#table-analize-cas table .odd {
    background-color: #eaeaea
}

#table-analize-cas table td {
    border-bottom: 1px solid #b7b7b7
}

.box50atelier {
    margin-bottom: 30px;
    width: 49%;
    position: relative
}

.box50atelier .title,
.title-lab-central-home,
.sanatate-nutritie-atelier .title,
.oferte-speciale-atelier .oferte-title {
    border-bottom: 1px solid #ebebeb;
    color: #747474;
    font-size: 17px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: 500
}

.mid-content .box50atelier .title,
.title-lab-central-home {
    margin-bottom: 15px
}

.sanatate-nutritie-atelier .single-article img {
    margin-right: 10px
}

.sanatate-nutritie-atelier .single-title {
    font-size: 16px
}

.sanatate-nutritie-atelier .single-title a {
    text-decoration: none;
    color: #191497
}

.sanatate-nutritie-atelier .single-title a:hover {
    color: #009bfe
}

.sanatate-nutritie-atelier .single-article .more-link {
    bottom: 0;
    color: #009bfe;
    font-style: italic;
    right: 5px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: auto
}

.sanatate-nutritie-atelier .article-list .article-title {
    text-decoration: none;
    color: #191497;
    font-size: 16px;
    font-weight: 700
}

.sanatate-nutritie-atelier .article-list .article-title:hover {
    color: #009bfe
}

.sanatate-nutritie-atelier .article-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0
}

.sanatate-nutritie-atelier .article-list li {
    margin-bottom: 5px
}

.sanatate-nutritie-atelier .article-list .mini-thumb {
    border-right: 3px solid #191497;
    margin-right: 6px;
    padding-right: 7px
}

.pregatire-analize-link {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/pregatire-pentru-analize.jpg) no-repeat scroll center 0
}

.rezultate-analize-link {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/rezultate-analize.jpg) no-repeat scroll center 0
}

.rezultate-analize-link,
.pregatire-analize-link {
    color: #fff !important;
    font-size: 16px;
    height: 53px;
    padding-top: 78px;
    text-align: center;
    text-decoration: none !important;
    width: 49%;
    margin-bottom: 20px
}

.rezultate-analize-link:hover,
.pregatire-analize-link:hover {
    color: #009bfe !important
}

.oferte-speciale-atelier {
    margin-bottom: 20px
}

.oferte-speciale-atelier .of-title {
    color: #191497;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: block !important;
    visibility: visible !important
}

.oferte-speciale-atelier .of-title:hover {
    color: #009bfe
}

.oferte-speciale-atelier .oferte-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.oferte-speciale-atelier .oferte-list .oferte-speciale-category {
    border: 0 none;
    height: 295px;
    padding: 0;
    width: 228px
}

.oferte-speciale-atelier .oferte-list img {
    margin-bottom: 15px
}

.oferte-speciale-atelier .oferte-list li {
    border: 1px solid #aeb5bb;
    float: left;
    height: 265px;
    margin-right: 23px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    width: 198px;
    position: relative
}

.pregatire-analize-link-newsletter {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/pregatire-analize.jpg) no-repeat scroll center center;
    display: block;
    height: 135px;
    text-indent: -9999px
}

.oferte-speciale-atelier .oferte-list li:hover {
    box-shadow: 0 0 3px #898989
}

.oferte-speciale-atelier .oferte-list li.last {
    margin-right: 0 !important
}

.oferte-speciale-atelier .oferte-list .excerpt {
    bottom: 15px;
    position: absolute;
    width: 200px;
    text-align: center !important
}

.analize-pentru-tine .analize-pentru-tine-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.analize-pentru-tine {
    margin-top: 16px
}

.analize-pentru-tine-list li {
    border-left: 3px solid #191497;
    margin-bottom: 12px;
    padding-left: 8px
}

.analize-pentru-tine-list a {
    color: #191497;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 10px;
    display: block !important;
    font-size: 16px
}

.analize-pentru-tine-list a:hover {
    color: #009bfe
}

.analize-pentru-tine-list .excerpt {
    font-size: 12px;
    color: #231f20
}

#content .recomandate-noi ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.recomandate-noi .title-tabs li {
    background-color: #eaeaea;
    color: #747474;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
    width: 50%
}

.recomandate-noi .title-tabs li.active {
    background-color: #191497;
    color: #fff
}

.recomandate-noi .tab-content {
    display: none;
    float: left;
    width: 100%
}

.recomandate-noi .tab-content.active {
    display: block
}

#content .recomandate-noi .title-tabs {
    margin-bottom: 15px
}

.recomandate-noi .tab-content img {
    border-right: 3px solid #191497;
    float: left;
    margin-right: 5px;
    padding-right: 5px
}

.recomandate-noi .tab-content li {
    margin-bottom: 10px
}

.recomandate-noi .tab-content li a {
    color: #191497;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

.recomandate-noi .tab-content li a:hover {
    color: #009bfe
}

.entry .article-title {
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    color: #191497
}

.entry .article-title:hover {
    color: #009bfe
}

.entry .read-more {
    position: relative;
    bottom: 0;
    color: #009bfe;
    text-decoration: none;
    font-style: italic;
    font-size: 12px
}

.video-post {
    margin-bottom: 25px
}

.video-thumb {
    float: left;
    max-width: 296px;
    position: relative;
    width: 100%
}

.video-play {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/video-play.png) no-repeat scroll center center;
    height: 52px;
    left: 0;
    margin: -26px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 52px
}

#video-categ-link-to-all {
    background-color: #eaeaea;
    position: relative;
    text-decoration: none;
    padding: 5px;
    height: 171px
}

#video-categ-link-to-all a {
    float: right;
    width: 100%
}

#video-categ-link-to-all .icon-video {
    margin-left: 76px;
    margin-top: 14px
}

#video-categ-link-to-all .vezi-detalii {
    bottom: 23px;
    color: #009bfe;
    font-style: italic;
    left: 31px;
    position: absolute;
    font-size: 12px
}

#video-categ-link-to-all .video-title {
    color: #191497;
    font-size: 16px;
    font-weight: 500;
    left: 22px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 150px
}

#video-categ-link-to-all .video-image {
    float: right
}

#video-categ-link-to-all .icon-play-video {
    position: absolute;
    right: 121px;
    top: 65px
}

#bottom-imc-facebook-share {
    border-top: 2px solid #c6c6c6;
    height: 60px;
    text-align: center
}

#lab-central-boxes {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    letter-spacing: 25px;
    text-align: center
}

#lab-central-boxes li {
    letter-spacing: normal;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    padding: 0 5px
}

#lab-central-boxes .titlu {
    color: #191497;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px
}

#lab-central-boxes .descriere {
    margin-top: -21px;
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/bulina2.png) no-repeat scroll center 0 transparent;
    padding-top: 20px;
    text-align: justify
}

.lab-central-full-info {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/lab-central-bg.jpg) no-repeat scroll center 260px;
    width: 100%
}

.lab-central-full-info .header {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/flower-icon2.png) no-repeat scroll center 0 / 39px auto;
    height: 39px;
    width: 100%
}

.lab-central-full-info .text {
    font-size: 16px;
    padding: 10px
}

.lab-central-full-info .img {
    padding: 2px
}

.lab-central-full-info .img img {
    max-width: 493px;
    width: 100%
}

.lab-central-full-info .text.item-left {
    padding-top: 70px
}

.lab-central-full-info .content-info {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/vertical-bar.jpg) repeat-y scroll center 0;
    max-width: 993px;
    width: 100%
}

.lab-central-full-info .item {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    text-align: justify
}

.lab-central-full-info .item-left {
    text-align: right
}

#labcr-gallery {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/gallery-bg.jpg) no-repeat scroll center 0;
    height: 249px;
    margin-bottom: 20px;
    padding-top: 54px;
    width: 100%
}

#labcr-gallery ul {
    height: 160px;
    list-style-type: none;
    margin-top: 20px;
    max-width: 980px;
    overflow: hidden;
    width: 100%;
    letter-spacing: 15px;
    text-align: center
}

#labcr-gallery li {
    display: inline-block;
    margin-bottom: 50px
}

#labcr-gallery li img {
    border: 3px solid #191597;
    width: 140px
}

#labcr-gallery .vezi-gallery {
    background-color: #191597;
    color: #fff;
    font-size: 24px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    width: 300px;
    cursor: pointer
}

#wpdevart_download_img {
    display: none !important
}

ul.gender-group {
    float: left;
    margin: 0;
    width: 200px;
    padding-left: 150px
}

ul.gender-group li {
    width: 200px !important
}

ul.age-group {
    float: left;
    margin: 0 0 30px;
    width: 200px
}

ul.age-group li {
    width: 200px !important
}

#sidebar .even {
    background-color: #fafcff
}

#cos-info-header .even {
    background-color: transparent
}

.mobile-facebook-link,
.mobile-instagram-link {
    font-size: 12px;
    padding-right: 14px;
    padding-top: 3px
}

.mobile-facebook-link a,
.mobile-instagram-link a {
    color: #6b6b6b;
    text-decoration: underline;
    font-weight: 500;
    background: none
}

.linkuri-pacienti {
    letter-spacing: 1px;
    text-align: center
}

.linkuri-pacienti a {
    letter-spacing: normal;
    display: inline-block
}

.linkuri-pacienti a img {
    float: none
}

#alo_easymail_widget_form {
    margin: 0 auto
}

#alo_easymail_widget_form .cities-group {
    list-style-type: none;
    margin: 0 auto;
    max-width: 605px;
    padding-left: 0;
    text-align: left;
    width: 100%
}

.pregatire-analize-video {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/pregatire-analize.jpg) no-repeat scroll center center;
    display: block;
    text-indent: -9999px;
    height: 135px
}

.plansa-anatomica-video {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/exploreaza-plansa.jpg) no-repeat scroll center center;
    display: block;
    text-indent: -9999px;
    height: 164px;
    margin-bottom: 30px
}

.pagina-articole .continut {
    border-left: 3px solid #191497;
    margin-left: 117px;
    min-height: 107px;
    padding-left: 7px
}

#alphaList {
    list-style-type: none;
    background-color: #ebebeb;
    border: 1px solid #c1c1c1;
    padding: 15px 0;
    text-align: center;
    clear: both;
    margin-top: 0
}

#alphaList .letter {
    padding: 0 6px
}

#alphaList .letter.selected {
    color: #00aeef
}

#alphaList li {
    font-weight: 700;
    line-height: 25px;
    color: #c1c1c1;
    display: inline-block
}

#alphaList a {
    text-decoration: none
}

#searchform-analize {
    margin: 0 auto;
    max-width: 400px;
    width: 100%
}

#searchform-analize #s {
    margin-bottom: 15px
}

.content-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200
}

.content-popup button.print {
    display: none
}

.content-popup .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7
}

.content-popup .title {
    color: #1A1498;
    font-weight: 700;
    font-size: 18px;
    padding-right: 45px;
    text-align: center;
    margin-bottom: 20px
}

.content-popup .wrap {
    border: 1px solid #1A1498;
    width: 50%;
    height: 50%;
    margin: auto;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box
}

.content-popup .close {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    color: #1A1498;
    font-size: 20px;
    padding: 15px
}

@media screen and (max-width:990px) {
    #mobile-cart {
        display: block
    }

    #cos-info-header {
        display: none
    }

    #send_analize_by_email {
        width: 35%
    }

    #imc-header-text {
        padding-left: 3%
    }

    .table-mobile {
        overflow-x: auto;
        width: 100%
    }

    .lab-central-full-info .text.item-left {
        padding-top: 0
    }

    .lab-central-full-info .header {
        background-position: left 0
    }

    .lab-central-full-info .content-info {
        background-position: 17px 0
    }

    .lab-central-full-info .element {
        padding-left: 19px
    }

    .lab-central-full-info .item {
        width: 100%
    }

    .lab-central-full-info .text {
        text-align: justify;
        font-size: 14px
    }

    .lab-central-full-info .img img {
        float: left
    }

    #fb-feedback-icons {
        display: none
    }

    #s {
        width: 69%;
        margin-left: -7px
    }

    .box50atelier {
        width: 100%
    }

    .mid-content .atelier-imc img {
        width: 100%
    }

    #video-categ-link-to-all .video-image {
        width: 50%;
        height: 170px
    }

    #video-categ-link-to-all .icon-play-video {
        right: 20%
    }

    .wp-image-16522 {
        float: none;
        margin-bottom: 15px
    }

    .info-bar {
        margin-top: 10px !important;
        padding-bottom: 5px !important
    }

    .info-bar div {
        float: none !important
    }

    .info-bar p {
        float: none !important;
        padding-right: 0 !important
    }

    #lab-central-full-img {
        display: none
    }

    .menu-meniu-footer-container {
        display: none
    }

    #mobile-top-menu .children {
        background-image: none !important
    }

    #scroll-to-bottom {
        display: none
    }

    #scroll-to-top {
        display: none;
        right: 0;
        bottom: 111px
    }

    #wrap {
        width: 97%
    }

    .show-mobile {
        display: block
    }

    #top-menu {
        display: none
    }

    #menu-searchform {
        width: 50%;
        right: 60px;
        bottom: 17px
    }

    #search-where {
        margin-right: 2px
    }

    #searchsubmit {
        font-size: 85%;
        width: 29%
    }

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

    .entry object,
    .entry iframe {
        max-width: 100%
    }

    .entry .wp-caption {
        max-width: 100%;
        height: auto
    }

    .cform {
        max-width: 100%
    }

    .calculator-pret {
        display: none
    }

    #content-servicii-tarife {
        width: 96%;
        float: none;
        display: block;
        margin: 0 auto;
        padding: 0
    }

    #sidebar-servicii-tarife {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 96%
    }

    #sidebar {
        border-right: 0 none;
        padding: 0;
        width: 100%
    }

    .nume-analiza {
        width: 86%
    }

    #contact-form {
        max-width: 100%;
        display: block;
        clear: both;
        float: none;
        margin: 20px auto 0
    }

    #imagine-sub-meniu {
        margin-left: -15px;
        width: 104%
    }

    #footer-blue-band {
        letter-spacing: 0
    }

    #continue-to-part-2 {
        float: none;
        margin: 0 auto
    }

    #content-with-sidebar #content {
        float: none;
        margin: 0 auto
    }

    #sidebar-right {
        float: none;
        margin: 0 auto;
        padding-top: 0
    }
}

@media screen and (max-width:962px) {
    .pregatire-analize-copil .part1 .entry {
        top: 22px;
        width: 145px
    }

    .pregatire-analize-copil .half {
        width: 100%
    }

    .pregatire-analize-copil .part2 {
        display: none
    }

    .pregatire-analize-copil .part1 .bg {
        border-right: 1px solid #cecece
    }

    #carusel2 {
        letter-spacing: 130px
    }

    #check_cod {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0
    }

    #start_imc_wrap {
        margin-bottom: 40px
    }

    #latest-news {
        float: none;
        margin: 0 auto;
        width: 100%
    }

    #latest-promo {
        float: none;
        margin: 0 auto;
        width: 100%
    }

    #calc-values-steps-over-18 .icon {
        display: none
    }
}

@media screen and (max-width:850px) {
    #calc-values-steps label {
        display: none
    }

    #footer-blue-band {
        display: none
    }

    #promotii-list .promotie img {
        width: 50%
    }

    #promotii-list .promo-info {
        width: 50%;
        height: auto;
        box-sizing: border-box
    }
}

@media screen and (max-width:749px) {
    #imc-header-text {
        font-size: 16px
    }

    .center-mobil {
        margin: 0 auto;
        text-align: center;
        float: none;
        display: block
    }

    #footer-blue-band {
        padding-bottom: 90px
    }

    .menu-meniu-footer-container {
        margin-top: -50px
    }

    #analize-recomandate-respond-content {
        padding-left: 0
    }

    #analize-result-wrap .pachet-analize {
        float: none;
        margin-top: 10px;
        width: 100% !important
    }

    .pachet-analize .entry {
        height: auto !important
    }

    #fumator-select {
        padding-top: 80px
    }

    #alcool-select {
        padding-top: 80px
    }

    #alimentatie-select {
        padding-top: 80px
    }

    #imc.sex-m-selected #munca-select {
        padding-top: 100px
    }

    #imc.sex-f-selected #munca-select {
        padding-top: 100px
    }

    #istoric-select {
        padding-top: 100px
    }

    #link-recalculeaza-final {
        font-size: 75%
    }

    #print_or_save_pdf,
    .final-restart {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 30%
    }

    #send_analize_by_email {
        text-align: center;
        float: none;
        width: 100%
    }

    #final-info {
        margin: 0 !important
    }
}

@media screen and (max-width:720px) {
    .full-grey-line {
        display: none
    }

    #calc-values-steps .step-icon {
        margin-left: 5px
    }

    #selection-app-over-18 .flex-direction-nav a {
        margin-top: -115px
    }

    #calc-values-steps .value {
        font-size: 11px
    }

    #carusel2 {
        letter-spacing: 10px
    }

    #trimite_cv .cv_form_desc {
        margin-left: 0
    }

    #cerere-oferta-form .left-fields {
        width: 100%
    }

    #cerere-oferta-form .right-fields {
        float: left;
        width: 100%
    }

    #cerere-oferta-form #submit {
        margin: 0 auto;
        width: 60%
    }

    #cerere-oferta-form .waiting {
        margin: 0 auto;
        width: 60%
    }

    #cerere-oferta-form .select-arrow {
        right: 10px
    }

    #cerere-oferta-form .select-elements {
        left: 45px;
        top: 60px
    }

    #cerere-oferta-form #confirmare-mesaj {
        bottom: 0;
        height: auto;
        line-height: normal;
        margin-top: 10px;
        padding: 10px;
        position: relative;
        right: auto
    }

    .wp-image-20162,
    .wp-image-17499,
    .wp-image-20164,
    .wp-image-20165 {
        float: none;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width:700px) {
    .synevo-form .fields-wraps-on-row {
        display: block
    }

    .synevo-form .fields-wraps-on-row .fieldset-wrap {
        width: 100%
    }

    .cart-actions-wrap {
        display: block;
        margin-bottom: 50px
    }

    .cart-actions-wrap button {
        width: 100%;
        margin-bottom: 15px
    }

    .cart-actions-wrap .print {
        display: none
    }

    .cart-send-email-wraps {
        width: 80%
    }

    #rezultate .data-analiza {
        position: relative
    }

    #rezultate {
        left: -14px;
        width: 100%;
        top: 20px
    }

    .nume-analiza {
        width: 80%
    }

    #header {
        height: 185px
    }

    #menu-left,
    #menu-left-home {
        top: 133px;
        display: none
    }

    #menu-right,
    #menu-right-home {
        top: 133px;
        display: none
    }

    #header-shadow-left-home,
    #header-shadow-right-home {
        top: 75px
    }

    #menu-searchform {
        left: 8px;
        position: relative;
        top: auto;
        width: 100%;
        bottom: -25px
    }

    #logo {
        width: 40%;
        position: relative;
        display: block;
        top: 0
    }

    .top-bar-menu-mobile {
        background-color: #BCBCBC;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        padding: 5px;
        box-sizing: border-box
    }

    .top-bar-menu-mobile a,
    .top-bar-menu-mobile #contact-link {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        background: none !important
    }

    #submit_cv {
        margin: 0 auto
    }

    #latest-promo .title {
        padding-top: 10px;
        font-size: 16px
    }

    .nume-analiza {
        width: 81%
    }

    ul.gender-group,
    ul.age-group {
        padding-left: 0;
        margin: 0 auto;
        float: none
    }

    .mid-content .single-article img {
        width: 40%;
        height: auto
    }

    #part1-result .info-flower {
        float: none;
        margin-top: 100px;
        width: 216px;
        margin-left: auto;
        margin-right: auto
    }

    #imc-result-flower {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    #latest-promo .promo-content {
        width: 49%;
        height: 140px;
        font-size: 12px
    }

    #latest-promo .more-details {
        left: 0;
        width: 100%
    }

    #latest-promo .thumb {
        width: 49%;
        text-align: center
    }

    #latest-promo .thumb img {
        width: 100%
    }

    #calc-values-steps-over-18 li {
        padding-left: 5px
    }

    #calc-values-steps-over-18 label {
        padding-left: 5px;
        width: 95%
    }

    #calc-values-steps-over-18 .value {
        padding-left: 0;
        width: 100%;
        font-size: 65%
    }
}

@media screen and (max-width:630px) {
    #centru-info .contact-details {
        margin-top: 15px
    }

    #program-lucru-recoltare li {
        display: block;
        margin-bottom: 15px
    }

    #program-lucru-recoltare {
        padding-left: 90px !important
    }

    #header-shadow-left-home,
    #header-shadow-right-home {
        display: none
    }
}

@media screen and (max-width:621px) {
    #calculator-start .steps {
        float: none;
        margin: 20px auto 0;
        width: 170px
    }

    #start_imc_wrap {
        float: none;
        margin: 0 auto;
        margin-bottom: 40px
    }

    #imc-header-text {
        display: none
    }
}

@media screen and (max-width:600px) {
    .drop-shadow-home-nl {
        margin-top: 80px
    }

    #promotii-list .promotie img {
        width: 100%
    }

    #promotii-list .promo-info {
        width: 100%
    }

    #latest-news .more-details {
        text-align: right
    }

    .page-title-box .page-title {
        text-align: left
    }

    #cerere-oferta-form .select-arrow {
        right: 75px
    }

    #labs-centers {
        margin-left: 0;
        position: relative;
        top: 60px;
        margin-bottom: 80px;
        clear: both
    }

    #alege-oras {
        width: 100%
    }

    #alege-oras-title {
        width: 100%
    }

    #oras-select {
        border-left: 0 none;
        letter-spacing: -3px;
        text-align: center;
        width: 100%
    }

    #labs-centers .loading {
        top: -50px;
        z-index: 5
    }

    #oras-select li {
        border-right: 0 none;
        display: inline-block;
        letter-spacing: normal;
        text-align: left;
        vertical-align: top;
        width: 33%
    }

    #oras-select li.curent a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 3px 3px 3px 20px;
        width: auto;
        font-size: 14px
    }

    #calc-values-steps .value {
        padding-left: 5px
    }

    #sex-symbol-select-m {
        right: 146px
    }

    #sex-symbol-select-f {
        left: 10px
    }
}

@media screen and (max-width:500px) {
    .postid-32155 .entry p img {
        margin-top: 0 !important
    }

    #oras-select li {
        width: 49%
    }

    .plansa-anatomica-video {
        background-position: 45% center
    }

    .info-tels {
        float: none;
        width: 90% !important
    }

    #page-17472 p {
        text-align: center !important
    }

    .recomandate-noi .title-tabs li {
        font-size: 14px
    }

    .oferte-speciale-atelier .oferte-list li {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .oferte-speciale-atelier .oferte-list li.last {
        margin-right: auto !important
    }

    .rezultate-analize-link,
    .pregatire-analize-link {
        width: 100%
    }

    #continue-to-part-2 .info {
        display: none
    }

    #calc-values-steps-over-18 {
        display: none !important
    }

    #analize-recomandate-respond {
        width: 100%
    }

    #calc-values-steps {
        width: 100% !important
    }

    #selection-app-over-18 {
        width: 100%
    }

    #calc-values-steps-over-18 .info {
        font-size: 12px
    }

    #footer-blue-band {
        padding-bottom: 140px
    }

    .menu-meniu-footer-container {
        margin-top: -100px
    }

    #height-value-wrap label {
        display: none
    }

    #imc.sex-f-selected #height-value-wrap {
        background-position: -276px 0
    }

    #imc.sex-m-selected #height-value-wrap {
        background-position: -41px 0
    }

    #height-value-wrap {
        width: 194px
    }

    #height-value {
        left: 45px
    }

    #final-info-analize .info-left {
        float: none;
        margin-bottom: 20px;
        width: auto
    }

    #final-info-analize .info-right {
        width: auto;
        float: none
    }

    .wp-image-17483,
    .wp-image-17489 {
        display: block;
        float: none;
        margin-bottom: -80px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0 !important
    }

    .hide-mobile-500 {
        display: none
    }

    .video-thumb img {
        width: 100%
    }

    .video-thumb {
        max-width: inherit
    }
}

@media screen and (max-width:430px) {

    #wp_email,
    #wp_print {
        display: none
    }

    #search-where {
        font-size: 85%;
        width: 60%
    }

    #cerere-oferta-form .select-arrow {
        right: 45px
    }

    #imc-result-flower {
        background-size: cover;
        width: 340px;
        height: 340px
    }

    #imc-result-flower .petala {
        width: 153px;
        height: 153px
    }

    #imc-result-flower .imc-sex .sex-icon {
        top: 40px !important
    }

    #imc-result-flower .imc-sex .result {
        width: 71%
    }

    #imc-result-flower .imc-age .result {
        padding-top: 48px
    }

    #imc-result-flower .imc-height .result {
        padding-left: 48px
    }

    #imc-result-flower .imc-weight .result {
        padding-top: 62%
    }

    #imc-result-flower .imc-result {
        height: 144px;
        width: 144px
    }

    #imc-result-flower .imc-result .result {
        padding-top: 15px;
        width: 100%
    }

    #print_or_save_pdf,
    .final-restart {
        width: 90%;
        font-size: 90%
    }
}

@media screen and (max-width:380px) {
    #alo_easymail_widget_form .cities-group {
        max-width: 310px
    }

    #get-final-resuls-button {
        top: 25px
    }

    .centru-gallery {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        width: 277px
    }

    .page-title {
        text-align: center
    }

    #centru-thumbs-container {
        height: auto
    }

    #centru-thumbs-content {
        height: auto
    }

    #centru-small-gallery-thumbs li {
        float: left;
        margin-right: 10px
    }

    #centru-navi {
        display: none
    }

    .sanatate-nutritie-atelier .single-article .more-link {
        position: relative
    }
}

@media screen and (max-width:330px) {
    .nume-analiza {
        width: 68%
    }

    #video-categ-link-to-all .video-title {
        left: 5px
    }

    #video-categ-link-to-all .icon-video {
        margin-left: 50px
    }
}

ul.font-awesome-list {
    padding: 0 0 0 23px;
    list-style-type: none
}

ul.font-awesome-list li {
    list-style-image: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/CHECKMARK.jpg);
    padding-bottom: 5px;
    padding-top: 5px
}

.plansa-anatomica-atelier {
    max-width: 990px;
    margin: 0 auto
}

.plansa-anatomica-atelier .block {
    position: relative;
    margin: 60px 0 30px;
    background-color: #E9E9E9
}

.plansa-anatomica-atelier .text {
    width: 270px;
    padding: 30px
}

.plansa-anatomica-atelier .image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 218px;
    height: 173px;
    margin: 0 auto;
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/plansa-anatomica-atelier.png) no-repeat center bottom / contain
}

.plansa-anatomica-atelier a {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 190px;
    height: 20px;
    margin: auto 0;
    display: block !important;
    padding: 7px 14px;
    font-size: 16px;
    color: #fff;
    background-color: #191397;
    text-decoration: none
}

.plansa-anatomica-atelier a:hover {
    color: #00aeef
}

@media (max-width:766px) {
    .plansa-anatomica-atelier .text {
        padding: 15px 0;
        margin: 0 auto;
        text-align: center
    }

    .plansa-anatomica-atelier .image {
        position: relative
    }

    .plansa-anatomica-atelier a {
        position: relative;
        right: unset;
        margin: 0 auto
    }
}

.second-cart {
    border-bottom: solid 1px #bcbcbc
}

.second-cart-header {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background-color: #191497;
    text-transform: uppercase
}

.second-cart-table-head {
    font-size: 12px;
    color: #4c4c4c
}

.second-cart .first-col {
    width: 33px;
    text-align: center
}

.second-cart .last-col {
    width: 95px;
    text-align: left
}

.second-cart tr td {
    border-bottom: none
}

.second-cart-row {
    font-size: 14px;
    color: #191497
}

.second-cart a.second-cart-empty {
    width: auto;
    height: auto;
    font-size: 14px;
    background-image: none;
    text-decoration: none
}

.second-cart-empty div {
    float: left;
    position: relative;
    margin: 3px 13px 0 8px
}

.second-cart-empty .fa-shopping-basket {
    color: #bcbcbc;
    margin-right: 7px
}

.second-cart-empty .fa-times-circle {
    position: absolute;
    top: -5px;
    right: 0;
    color: #191497
}

.second-cart-total {
    background-color: transparent
}

.second-cart-total .price {
    font-size: 12px;
    color: #4c4c4c
}

.second-cart-total .price strong {
    display: block;
    font-size: 16px;
    color: #191497
}

.second-cart-print-line {
    margin-top: 15px;
    text-align: center
}

.second-cart-print-line .listeaza-analize {
    width: 153px;
    height: 41px;
    font-size: 16px;
    border: none;
    color: #fff;
    background: #bf3454;
    margin-bottom: 5px
}

.second-cart-print-line .listeaza-analize:hover {
    background-color: #191497
}

.second-cart-print-line .fa {
    margin-right: 5px
}

.entry .switch-text-campain {
    color: #FFFFFF !important;
    background-color: #BD2C53;
    font-size: 16px;
    text-decoration: none !important;
    display: block !important;
    padding: 10px 0;
    width: 280px;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    margin: 20px auto
}

.entry .switch-text-campain.active {
    color: #FFF;
    background-color: #191397;
    font-size: 18px
}

.promo-analize .firstrow {
    cursor: pointer
}

.promo-analize .hiderow {
    display: none
}

.big-toggle-div .hidden-div,
.big-toggle-div>p {
    display: none
}

.big-toggle-div>div {
    margin-top: 10px
}

.big-toggle-div>ul {
    margin-bottom: 0
}

.big-toggle-div .hidden-div>span,
.big-toggle-div>b,
.big-toggle-div>span>b,
.big-toggle-div .title-toggle>b {
    display: block;
    margin: 20px 0 0 0
}

.big-toggle-div .hidden-div .first-list,
.big-toggle-div .hidden-div .ol-numbered,
.entry>.ol-numbered {
    margin-left: 25px
}

.big-toggle-div .toggle-text span {
    color: #036;
    cursor: pointer
}

.big-toggle-div .toggle-text span>i {
    margin: 0 5px 0 0
}

.page-confidentialitate .title-toggle {
    cursor: pointer
}

.big-toggle-div .toggle-text span:hover,
.page-confidentialitate .big-toggle-div .title-toggle b:hover {
    color: #fcc917
}

.page-confidentialitate>h1 {
    margin: 0 0 50px 0;
    text-align: center
}

.page-confidentialitate .last-text {
    margin-top: 20px
}

.page-confidentialitate .big-toggle-div div,
.page-confidentialitate .big-toggle-div ul,
.page-confidentialitate .last-text {
    text-align: justify
}

.no-arrow {
    margin: 10px 0 0 11px
}

.page-confidentialitate .big-toggle-div .ol-numbered {
    margin: 10px 0 0 15px
}

.features_popup {
    position: relative;
    max-width: 1140px;
    margin: 50px auto;
    background: #fff;
    border-radius: 3px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, .4) 2px 5px 20px
}

#popup_analiza {
    display: none;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    border-radius: 4px
}

#popup_analiza .upper {
    font-size: 16px;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px 20px;
    color: #110f10
}

#popup_analiza .lower {
    display: flex;
    padding: 20px 20px;
    align-items: center
}

#popup_analiza .nume-analiza-popup {
    font-size: 16px;
    width: 60%;
    color: #191497;
    font-weight: 500
}

#popup_analiza .pret-analiza-popup {
    width: 20%;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    color: #222
}

#popup_analiza .detalii-cos {
    display: block;
    width: 20%
}

#popup_analiza .detalii-cos a {
    width: 126px;
    height: 25px;
    background: #191497;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin: 0 auto;
    font-size: 13px
}

#popup_analiza .detalii-cos a:hover {
    color: #fcc917
}

.mfp-close-btn-in .mfp-close {
    color: #4c4c4c;
    top: 10px !important
}

.mfp-close-btn-in .mfp-close:hover {
    color: #000
}

@media screen and (max-width:768px) {
    #popup_analiza .lower {
        flex-wrap: wrap
    }

    #popup_analiza .nume-analiza-popup {
        width: 80%
    }

    #popup_analiza .pret-analiza-popup {
        padding-right: 0
    }

    #popup_analiza .detalii-cos {
        width: 100%
    }

    #popup_analiza .detalii-cos a {
        margin: 20px 0 0 auto
    }
}

@media screen and (max-width:576px) {

    #popup_analiza .nume-analiza-popup,
    #popup_analiza .pret-analiza-popup {
        width: 100%
    }

    #popup_analiza .nume-analiza-popup {
        text-align: right
    }

    #popup_analiza .upper {
        padding: 10px 30px
    }
}

.popup_anunt.active,
.popup_shadow.active {
    display: block
}

.popup_anunt {
    display: none;
    position: fixed;
    top: 15%;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0
}

.popup_anunt>div {
    position: relative;
    max-width: 900px;
    margin: 50px auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .4) 2px 5px 20px;
    z-index: 999;
    padding: 10px 30px;
    font-size: 18px
}

.popup_anunt .close {
    width: 43px;
    height: 41px;
    font-weight: 200;
    font-size: 23px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer
}

.popup_anunt .title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 40px 0
}

.popup_anunt span {
    font-weight: 600
}

.popup_anunt .first-text,
.popup_anunt .second-text {
    margin-bottom: 10px
}

.popup_anunt .third-text {
    line-height: 1.5;
    margin-bottom: 25px
}

.popup_anunt ul {
    list-style-type: disc;
    padding-left: 20px
}

.popup_shadow {
    display: none;
    z-index: 998;
    overflow: hidden;
    background: #000;
    opacity: .6;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%
}

#header .top-bar-menu-mobile a.rez-analize {
    position: fixed;
    right: 14px;
    padding: 30px 5px 10px 5px;
    color: #fff;
    background-color: #4473c5;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 13
}

@media (min-width:701px) and (max-width:1320px) {
    #header .top-bar-menu-mobile a.rez-analize {
        right: 50px;
        bottom: 0;
        padding: 20px 10px;
        border-radius: 10px 10px 0 0
    }
}

@media (min-width:701px) and (max-width:990px) {

    #instagram-link,
    #facebook-link {
        background: none;
        font-size: 14px
    }
}

@media (max-width:700px) {
    #header .top-bar-menu-mobile a.rez-analize {
        position: unset;
        left: unset;
        right: unset;
        float: right;
        padding: 3px 5px 0 0;
        background-color: transparent;
        border-radius: unset;
        font-weight: 500;
        text-transform: none
    }
}

.entry .first-area iframe {
    margin-bottom: 30px
}

@media (max-width:576px) {
    .entry .first-area iframe {
        height: 314px
    }
}

@media (max-width:435px) {
    .entry .first-area iframe {
        height: 193px
    }
}

#page-34667 .first-content,
#page-34667 .second-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#page-34667 .first-content a img,
#page-34667 .second-content a img {
    max-width: 334px
}

#page-34667 .first-content a:last-of-type img {
    max-height: 177px
}

.events-page .main-picture {
    min-height: 229px;
    margin-top: 30px
}

.events-page .events-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.events-page .events-section .flex-big-40 {
    width: 40%
}

.events-page .events-section .flex-big-30 {
    width: 30%
}

.events-page .events-section .flex-big-20 {
    width: 20%
}

.events-page .oferte-speciale-atelier .oferte-title {
    padding-bottom: 10px;
    font-weight: 500
}

.events-page .oferte-speciale-atelier .events .oferte-title {
    width: 100%;
    margin-bottom: 0;
    border: none;
    font-weight: 400;
    font-size: 16px
}

.events-page .oferte-speciale-atelier .past-event.events .oferte-title {
    margin-top: 15px
}

.events-page .events-section .events .event-img {
    display: flex;
    align-items: center;
    min-height: 70px;
    min-width: 140px;
    width: 38%;
    background-color: #00539f !important;
    color: #fff
}

.events-page .events-section .past-event.events .event-img {
    background-color: #eaeaea !important;
    color: #7e7f81
}

.events-page .events-section .events .event-img .date {
    margin-left: 17px;
    font-weight: 500
}

.events-page .events-section .events .event-post {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.events-page .events-section .events .event-title {
    width: 60%;
    padding-left: 10px;
    border-left: 3.5px solid #1a149a;
    font-size: 15px
}

.events-section .flex-mode .content-column .analize-pentru-tine {
    margin-top: 0
}

.events-section .flex-mode .content-column .pt-title {
    font-weight: 500
}

.events-page .events-section .events .event-title:hover {
    border-left: 3.5px solid #009cfd
}

.events-page .events-section .past-event.events .event-title {
    border-left: 3.5px solid #747474
}

.events-page .events-section .past-event.events .event-title:hover {
    border-left: 3.5px solid #747474
}

.events-page .events-section .events .event-title a {
    color: #1a149a;
    font-weight: 500
}

.events-page .events-section .events .event-title:hover a {
    color: #009cfd
}

.events-page .events-section .see-all {
    color: #009cfd;
    font-size: 12px;
    font-style: italic;
    font-weight: 400
}

.events-page .events-section .see-all i {
    font-size: 9px
}

.events-page .events-section .see-all:hover {
    color: #00539f
}

.events-page .events-section .flex-mode {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.events-page .events-section .flex-mode .content-column {
    width: 100%
}

.video-play-small {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/video-play-small.png) no-repeat scroll center center;
    height: 52px;
    left: 0;
    margin: -28px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 52px
}

.events-section .flex-mode .vid-post .entry {
    display: flex;
    flex-wrap: wrap
}

.events-section .flex-mode .vid-post .entry>a {
    width: 48%;
    margin-bottom: 10px
}

.events-section .flex-mode .vid-post .entry .article-title {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px
}

.events-page .oferte-speciale-atelier.galerie-foto {
    margin-top: 50px
}

.events-page .galerie-foto .flexslider {
    background: none;
    margin: 0
}

.events-page .oferte-speciale-atelier .photo-slide,
.events-page .oferte-speciale-atelier .photo-slide .slick-track {
    display: flex;
    justify-content: space-between
}

.events-page .oferte-speciale-atelier .photo-slide .slick-list.draggable {
    width: 100%
}

.oferte-speciale-atelier .photo-slide .carousel-item {
    border: 1px solid #aeb5bb;
    height: 190px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    width: 198px;
    position: relative
}

.events-page .oferte-speciale-atelier .photo-slide .carousel-item:hover {
    box-shadow: 0 0 5px #898989
}

.events-page .oferte-speciale-atelier .photo-slide .carousel-item .of-title {
    margin-top: 15px;
    font-weight: 500;
    font-size: 13px
}

.events-page .register .bottom-picture {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 123px;
    background-repeat: no-repeat;
    background-position: center left
}

.events-page .register .bottom-picture a {
    margin-right: 35px;
    padding: 7px 13px;
    background-color: #1a1498;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.events-page .vid-post .vid-container {
    display: flex;
    width: 100%;
    margin-bottom: 10px
}

.events-page .vid-post .vid-container .video-thumb {
    width: auto
}

.events-page .galerie-foto .slick-initialized .slick-arrow::before,
.events-child .section-four .slick-arrow::before {
    color: #0A246A;
    opacity: 1
}

.events-page .galerie-foto .slick-initialized .slick-arrow:hover::before,
.events-child .section-four .slick-arrow:hover::before {
    color: #009cfd
}

.events-page .galerie-foto .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    width: auto !important
}

@media (max-width:992px) {

    .events-page .events-section .flex-resp-12.flex-big-40,
    .events-page .events-section .flex-resp-12.flex-big-30,
    .events-page .events-section .flex-resp-12.flex-big-20 {
        width: 100%
    }

    .events-page .events-section .events .event-post,
    .events-section .flex-mode .vid-post .entry {
        justify-content: flex-start
    }

    .events-page .events-section .flex-mode {
        margin-top: 30px
    }

    .events-page .events-section .events .event-title {
        width: 78%;
        margin-left: 10px
    }

    .events-section .flex-mode .vid-post .entry>a {
        width: auto
    }

    .events-section .flex-mode .vid-post .entry .article-title {
        margin-left: 10px
    }
}

@media (max-width:768px) {
    .events-page .events-section .events .event-title {
        width: 71%
    }
}

@media (max-width:575px) {
    .events-page .register .bottom-picture {
        background-position: center right
    }

    .events-page .events-section .events .event-title {
        width: 54%
    }
}

.events-child #content .breadcrumbs {
    width: 100%;
    margin-top: 0
}

.events-child #content .section-one {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.events-child #content .section-one .oferte-title {
    width: 100%;
    color: #231f20;
    font-size: 18px;
    font-weight: 600
}

.events-child #content .section-one .main-picture {
    display: flex;
    width: 78%;
    max-width: 773px;
    min-height: 220px;
    margin-top: 0
}

.events-child #content .section-one .main-picture .event-theme {
    padding: 20px
}

.events-child #content .section-one .main-picture .event-theme .title {
    margin-bottom: 25px;
    color: #859dc1;
    font-weight: 600;
    font-size: 13px
}

.events-child #content .section-one .main-picture .event-theme .theme {
    max-width: 375px;
    color: #00539f;
    font-size: 22px;
    font-weight: 700
}

.events-child #content .section-one .event-info {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    width: 22%;
    padding: 20px 0;
    color: #fff;
    background-color: #00539f
}

.events-child #content .section-one .event-info>* {
    width: 100%;
    max-width: 180px;
    text-align: center
}

.events-child #content .section-one .event-info .title {
    font-size: 18px;
    font-weight: 600
}

.events-child #content .section-one .child-menu {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.events-child #content .section-one .child-menu li {
    display: flex;
    justify-content: center;
    width: 20%;
    margin-top: 10px
}

.events-child #content .section-one .child-menu li:not(:last-of-type) {
    border-right: 1px solid #bcbcbc
}

.events-child #content .section-one .child-menu li a {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    color: #00539f;
    text-transform: uppercase
}

.events-child #content .section-one .child-menu li span {
    width: 100%;
    margin-top: 10px;
    text-align: center
}

#content>.single-event {
    margin-top: 30px
}

.events-child .section-two .article-content>strong {
    display: block;
    margin: 20px 0 30px 0
}

.events-child .section-two .article-content ul {
    list-style: disc
}

.events-child .section-two .article-content ul li {
    margin: 0 0 10px 15px;
    font-size: 15px
}

.events-child .menu-link {
    margin-top: 40px;
    color: #231f20;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase
}

.events-child .section-three .map-picture {
    min-height: 244px
}

.events-child .section-four .speaker .slick-slide {
    display: flex;
    justify-content: center
}

.events-child .section-four .speaker .item-pic {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 232px;
    max-width: 181px;
    min-width: 181px
}

.events-child .section-four .speaker .item-pic div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
    min-height: 34px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    text-align: center
}

.events-child .section-five .parteneri,
.events-child .section-six .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.events-child .section-five .parteneri .item-logo {
    width: 20%;
    min-height: 100px
}

.events-child .section-six .contact .tel-mail {
    width: 39%;
    background-color: #e1e1e1
}

.events-child .section-six .contact .tel-mail>div {
    display: flex;
    padding: 20px
}

.events-child .section-six .contact .tel-mail>div>div {
    display: flex;
    flex-wrap: wrap
}

.events-child .section-six .contact .tel-mail .fields img {
    margin-right: 15px
}

.events-child .section-six .contact .tel-mail .fields span {
    font-weight: 600;
    text-transform: uppercase
}

.events-child .section-six .contact .tel-mail .fields div:first-of-type,
.events-child .section-six .contact .tel-mail .fields-info a:first-of-type {
    margin-bottom: 10px
}

.events-child .section-six .contact .info-contact {
    width: 59%
}

.events-child .section-six .contact .info-contact .title {
    font-weight: 600
}

.events-child .section-six .contact .info-contact .name {
    color: #00539f;
    font-size: 24px;
    font-weight: 600
}

.events-child .section-six .contact .info-contact .function {
    font-size: 16px
}

.events-child .section-seven .formular .full-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.events-child .section-seven .formular .full-row .col-30 {
    position: relative;
    width: 49%
}

.events-child .section-seven .formular .full-row .col-100 {
    position: relative;
    width: 100%
}

.events-child .section-seven .formular .full-row .required {
    top: 22px
}

.events-child .section-seven .formular .full-row .name .required {
    left: 181px
}

.events-child .section-seven .formular .full-row .specialitate .required {
    left: 152px
}

.events-child .section-seven .formular .full-row .specialitate input {
    background-position: 0 -490px
}

.events-child .section-seven .formular .full-row .munca .required {
    left: 154px
}

.events-child .section-seven .formular .full-row .munca input {
    background-position: 0 -70px
}

.events-child .section-seven .formular .full-row .mobil .required {
    left: 157px
}

.events-child .section-seven .formular .full-row .mobil input {
    background-position: 0 -702px
}

.events-child .section-seven .formular .full-row .companie .required {
    left: 135px
}

.events-child .section-seven .formular .full-row .email .required {
    left: 108px
}

.events-child .section-seven .formular .full-row .email input {
    background-position: 0 -560px
}

.events-child .section-seven .formular .full-row .oras .required {
    left: 102px
}

.events-child .section-seven .formular .full-row .oras input {
    background-position: 0 -70px
}

.events-child .section-seven .formular .full-row .nr-med .required {
    left: 89px
}

.events-child .section-seven .formular .full-row .nr-med input {
    background-position: 0 -210px
}

.events-child .section-seven .formular .wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.events-child .section-seven .formular .campuri {
    margin-top: 20px
}

.events-child .section-seven .formular .nr-med .small-desc {
    margin-top: -25px
}

.events-child .section-seven .formular .campuri .required {
    position: relative;
    top: 0
}

.events-child .section-seven .formular .full-row .newsletter {
    margin-top: 50px;
    text-align: center
}

.events-child .section-seven .formular .trimite {
    text-align: center
}

.events-child .section-seven .formular .trimite #submit {
    width: auto;
    margin-top: 20px;
    padding: 0 108px;
    background-color: #00539f
}

.events-child .section-seven .formular span.wpcf7-not-valid-tip {
    position: relative;
    top: -25px
}

#content>.single-event .oferte-title {
    font-size: 18px;
    font-weight: 600
}

@media (max-width:992px) {
    .events-child #content .section-one .event-info {
        width: 28%
    }

    .events-child #content .section-one .main-picture {
        width: 72%
    }

    .events-child .section-six .contact .info-contact {
        width: 53%
    }

    .events-child .section-six .contact .tel-mail {
        width: 46%
    }
}

@media (max-width:768px) {
    .events-child #content .section-one .event-info {
        width: 32%
    }

    .events-child #content .section-one .main-picture {
        width: 68%
    }

    .events-child #content .section-one .main-picture .event-theme .theme {
        max-width: 283px
    }

    .events-child #content .section-one .child-menu {
        flex-wrap: wrap
    }

    .events-child #content .section-one .child-menu li:not(:last-of-type) {
        border-right: unset
    }

    .events-child #content .section-one .child-menu li {
        width: 48%;
        border-bottom: 1px solid #bcbcbc
    }

    .events-child #content .section-one .child-menu li:nth-child(odd) {
        margin-right: 6px
    }

    .events-child .section-six .contact .tel-mail,
    .events-child .section-six .contact .info-contact {
        width: 100%
    }

    .events-child .section-six .contact .info-contact {
        margin-top: 10px
    }

    .events-child .section-six .contact .tel-mail .fields {
        display: block;
        margin-right: 30px
    }

    .events-child .section-six .contact .tel-mail .fields-info a {
        width: 100%
    }

    .events-child .section-seven .formular .full-row .col-30 {
        width: 49%
    }
}

@media (max-width:576px) {

    .events-child #content .section-one .event-info,
    .events-child #content .section-one .main-picture {
        width: 100%
    }

    .events-child #content .section-one .event-info>* {
        max-width: 100%
    }

    .events-child #content .section-one .main-picture .event-theme .title {
        margin-bottom: 8px
    }

    .events-child #content .section-one .main-picture .event-theme .theme {
        max-width: 245px
    }

    .events-child .section-six .contact .tel-mail>div {
        width: 100%;
        padding: 20px 5px
    }

    .events-child .section-six .contact .tel-mail .fields {
        width: 30%;
        margin: 0
    }

    .events-child .section-six .contact .tel-mail .fields-info {
        width: 70%
    }

    .events-child .section-seven .formular .full-row .col-30 {
        width: 100%
    }
}

@media (max-width:500px) {
    .vid-post .vid-container .video-thumb img {
        max-width: 262px
    }

    .vid-post .vid-container .article-title {
        width: 60%;
        max-width: 203px
    }
}

.event-gallery #gallery-1 .gallery-item {
    background: none;
    height: 168px
}

.all-events .pagina-articole .continut {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 10px
}

.all-events .pagina-articole .continut .article-title {
    width: 100%
}

.all-events .pagina-articole .entry {
    display: flex
}

.all-events .pagina-articole .entry>a {
    min-width: 200px;
    text-decoration: none
}

.all-events .pagina-articole .entry .blue-class.event-img {
    display: flex;
    align-items: center;
    height: 108px;
    max-height: 108px;
    color: #fff;
    background-color: #0A246A !important
}

.all-events .pagina-articole .entry .gray-class.event-img {
    display: flex;
    align-items: center;
    height: 108px;
    max-height: 108px;
    color: #7e7f81;
    background-color: #eaeaea !important
}

.all-events .pagina-articole .entry .date {
    margin-left: 25px;
    font-size: 16px;
    font-weight: 500;
     !important
}

@media (max-width:500px) {
    .all-events .pagina-articole .entry>a {
        min-width: 130px
    }

    .all-events .pagina-articole .entry .blue-class.event-img,
    .all-events .pagina-articole .entry .gray-class.event-img {
        height: 60px
    }

    .all-events .pagina-articole .entry .date {
        margin-left: 15px
    }
}

@charset "UTF-8";

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }

    12% {
        -webkit-transform: translate(-.75em, .75em);
        transform: translate(-.75em, .75em)
    }

    25% {
        -webkit-transform: translate(-1em);
        transform: translate(-1em)
    }

    37% {
        -webkit-transform: translate(-.75em, -.75em);
        transform: translate(-.75em, -.75em)
    }

    50% {
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }

    62% {
        -webkit-transform: translate(.75em, -.75em);
        transform: translate(.75em, -.75em)
    }

    75% {
        -webkit-transform: translate(1em);
        transform: translate(1em)
    }

    87% {
        -webkit-transform: translate(.75em, .75em);
        transform: translate(.75em, .75em)
    }

    to {
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }

    12% {
        -webkit-transform: translate(-.75em, .75em);
        transform: translate(-.75em, .75em)
    }

    25% {
        -webkit-transform: translate(-1em);
        transform: translate(-1em)
    }

    37% {
        -webkit-transform: translate(-.75em, -.75em);
        transform: translate(-.75em, -.75em)
    }

    50% {
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }

    62% {
        -webkit-transform: translate(.75em, -.75em);
        transform: translate(.75em, -.75em)
    }

    75% {
        -webkit-transform: translate(1em);
        transform: translate(1em)
    }

    87% {
        -webkit-transform: translate(.75em, .75em);
        transform: translate(.75em, .75em)
    }

    to {
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

#app button,
#selected-body,
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

#details .products .cart-change .sign,
#details .products .info .info-logo,
#loading .loader,
#selected-body,
#selected-body .body-full,
#selected-body .body-scanned,
#start-app,
.full-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    overflow: hidden;
}

#app-content {
    margin: 0px auto 0;
    max-width: 993px;
    width: 100%;
    position: relative;
    transform-origin: top left;
    
}

@media (min-width:993px) {
    #app-content {
        z-index: 1 !important
    }
}

#app {
    position: relative;
    width: 103%;
    min-width: 31.25em;
    max-width: 993px;
    min-height: 50em;
    margin-left: -1.5%;
    overflow: hidden;
    font-size: 16px;
    color: #191497;
    background-color: #fff
}

@media (min-width:993px) {
    #app {
        margin-left: 0
    }
}

#app button {
    font-size: 1em;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

#app button:focus {
    outline: none
}

#app a {
    text-decoration: none
}

#app .hidden {
    display: none
}

#app .loading {
    opacity: 0 !important;
    pointer-events: none
}

#app .loaded,
#app .loading {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#app .loaded {
    opacity: 1
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#loading .hidden {
    display: none
}

#loading .loader {
    border: 1em solid #f3f3f3;
    border-top: 1em solid #191497;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    position: fixed;
    margin: auto
}

#loading .loader-gif {
    display: block;
    padding-top: 10em;
    margin: 0 auto
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

#start-app {
    font-size: 1em;
    padding: 1em;
    text-align: center;
    background-color: #fff;
    display: none;
}

#start-app .heads {
    overflow: hidden;
}

@media (min-width:993px) {
    #start-app .heads {
        height: 75%
    }
}

#start-app .heads.hover-man .woman .image,
#start-app .heads.hover-man .woman .video,
#start-app .heads.hover-woman .man .image,
#start-app .heads.hover-woman .man .video {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#start-app .man,
#start-app .woman {
    position: relative;
    width: 50%;
    float: left
}

@media (min-width:993px) {

    #start-app .man,
    #start-app .woman {
        height: 100%
    }
}

#start-app .video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 100%;
    max-width: 20.0525em;
    max-height: 49.2388em;
    cursor: pointer
}

@media (min-width:993px) {
    #start-app .video {
        display: block
    }
}

#start-app .image {
    background: no-repeat top/15em auto;
    width: 6em;
    height: 6em;
    background-size:cover;
    margin: 3em auto 1em;
    border-radius: 100%;
    cursor: pointer
}

@media (min-width:993px) {
    #start-app .image {
        background-size: contain;
        height: 100%;
        width: 76%;
        margin: 0 auto;
        border: none;
        border-radius: 0
    }
}

#start-app .man .image {
    background-image: url(./images/m_0.png)
}

#start-app .woman .image {
    background-image: url(./images/w_0.png)
}

@media (min-width:993px) {
    #start-app .title {
        display: none
    }
}

#start-app .info {
    font-size: 2em;
    padding: 1em;
    margin-top: 3em;
    border-radius: .2em;
    background-color: #eee;
    color: #15112C;
}

@media (min-width:993px) {
    #start-app .info {
        font-size: .9em;
        position: absolute;
        top: 1em;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 15em
    }
}

#selected-body {
    width: 31.25em;
    height: 50em;
    overflow: hidden;
}

#selected-body .actions {
    display: none;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 5.375em;
    height: 100%;
    overflow: hidden
}

@media (min-width:993px) {
    #selected-body .actions {
        width: 3.307em
    }
}

#selected-body .actions .back {
    background: #5566FB url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOSAzOSI+PHBvbHlnb24gZmlsbD0iI2ZmZiIgcG9pbnRzPSIxMC45IDE1LjEgMTYuNCA5LjQgMTMuNSA2LjYgMy40IDE3LjEgMTMuNSAyNy45IDE2LjQgMjUuMSAxMC44IDE5LjEgMjggMTkuMSAyOCAzMS42IDMyIDMxLjYgMzIgMTUuMSAiLz48L3N2Zz4=) no-repeat 50%/2em 2em;
    color: #fff;
    border-radius: 100%;
    width: 3em;
    height: 3em;
    margin: 1em .5em
}

@media (min-width:993px) {
    #selected-body .actions .back {
        margin: 1em 0
    }
}

#selected-body .actions .back:hover {
    background-color: #fcc917
}

#selected-body .actions .body-type {
    width: 100%;
    margin-top: 1em;
    font-size: .75em;
    border: 1px solid #5566FB;
    border-radius: .5em;
    color: #191497;
    background-color: #fff
}

@media (min-width:993px) {
    #selected-body .actions .body-type {
        font-size: .63em;
        padding-bottom: .2em
    }
}

#selected-body .actions .body-type .image {
    display: block;
    width: 100%;
    height: 9em;
    margin: .5em 0;
    background: no-repeat 50%/contain
}

@media (min-width:993px) {
    #selected-body .actions .body-type .image {
        height: 141px;
        margin: 0
    }
}

#selected-body .actions .body-type.active {
    background-color: #5566FB;
    color: #fff;
}

#selected-body .actions .body-type.hover {
    background-color: #fcc917
}

#selected-body .actions .body-type .title {
}
#selected-body .actions .body-type.active .title {
}

#selected-body.man .actions .body-type.all .image {
    background-image: url('images/test.png');
    background-size: 65%;
}

#selected-body.man .actions .body-type.bones .image {
    background-image: url('images/test.png');
    background-size: 65%;
}

#selected-body.man .actions .body-type.blood .image {
   background-image: url('images/test.png');
   background-size: 65%;
}

#selected-body.woman .actions .body-type.all .image {
    background-image: url('images/test.png');
    background-size: 65%;
}

#selected-body.woman .actions .body-type.bones .image {
   background-image: url('images/test.png');
   background-size: 65%;
}

#selected-body.woman .actions .body-type.blood .image {
    background-image: url('images/test.png');
    background-size: 65%;
}

#selected-body .body-map {
    position: relative;
    float: left;
    width: 24em;
    height: 100%;
    overflow: hidden;
    padding-left: 1em
}

#selected-body .body-full,
#selected-body .body-scanned {
    width: 31.25em;
    height: 50em;
    background: no-repeat 7.25em 1.25em/19em 48em;
    cursor: none
}

#selected-body.man .body-full {
    background-image: url(./images/m_0.png)
}

#selected-body.woman .body-full {
    background-image: url(./images/w_0.png)
}

#selected-body .body-title {
    width: 11.4em;
    background-color: #00549e;
    color: #fff;
    border-radius: .3em;
    line-height: 2em;
    transform: scale(1.2);
}

#selected-body .body-title,
#selected-body .select {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase
}

#selected-body .select {
    width: 7em;
    background-color: #fdb913;
    color: #fff;
    line-height: 2.5em;
    font-size: 1em;
    border-radius: 1em;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.2);
}

#selected-body .select.visible {
    opacity: 1;
    pointer-events: auto
}

#selected-body .select .text {
    font-size: 1.4em;
    text-transform: capitalize;
}

#details {
    position: relative;
    overflow: hidden;
    min-height: 50em;
    background-color: hsla(0, 0%, 100%, .95)
}

@media (min-width:993px) {
    #details {
        float: right;
        width: 25.0918em
    }
}

#details .cart-placeholder {
    position: relative;
    min-height: 7.75em;
    margin: 1em;
    background-color: #e9e9e9
}

@media (min-width:993px) {
    #details .cart-placeholder {
        min-height: 110px
    }
}

#details .image {
    position: absolute;
    top: 1em;
    left: 3.7em;
    width: 5.75em;
    height: 5.75em;
    border-radius: 100%;
    background: no-repeat 50%/contain, no-repeat 50%
}

@media (min-width:993px) {
    #details .image {
        width: 92px;
        height: 92px;
        left: 9px;
        top: 9px
    }
}

#details .image.cap {
    background-image: url(./images/cap.png), url(./images/loading.gif)
}

#details .image.ochi {
    background-image: url(./images/ochi.png), url(./images/loading.gif)
}

#details .image.tiroida {
    background-image: url(./images/tiroida.png), url(./images/loading.gif)
}

#details .image.nas {
    background-image: url(./images/nas.png), url(./images/loading.gif)
}

#details .image.gat {
    background-image: url(./images/gat.png), url(./images/loading.gif)
}

#details .image.urechi {
    background-image: url(./images/urechi.png), url(./images/loading.gif)
}

#details .image.nas_gat_urechi {
    background-image: url(./images/nas_gat_urechi.png), url(./images/loading.gif)
}

#details .image.cavitatea_bucala {
    background-image: url(./images/cavitatea_bucala.png), url(./images/loading.gif)
}

#details .image.plamani {
    background-image: url(./images/plamani.png), url(./images/loading.gif)
}

#details .image.glanda_mamara {
    background-image: url(./images/glanda_mamara.png), url(./images/loading.gif)
}

#details .image.inima {
    background-image: url(./images/inima.png), url(./images/loading.gif)
}

#details .image.stomac {
    background-image: url(./images/stomac.png), url(./images/loading.gif)
}

#details .image.ficat {
    background-image: url(./images/ficat.png), url(./images/loading.gif)
}

#details .image.glanda_suprarenala {
    background-image: url(./images/glanda_suprarenala.png), url(./images/loading.gif)
}

#details .image.rinichi {
    background-image: url(./images/rinichi.png), url(./images/loading.gif)
}

#details .image.pancreas_barbat {
    background-image: url(./images/pancreas_barbat.png), url(./images/loading.gif)
}

#details .image.pancreas_femeie {
    background-image: url(./images/pancreas_femeie.png), url(./images/loading.gif)
}

#details .image.intestinul_gros {
    background-image: url(./images/intestinul_gros.png), url(./images/loading.gif)
}

#details .image.intestinul_subtire {
    background-image: url(./images/intestinul_subtire.png), url(./images/loading.gif)
}

#details .image.prostata {
    background-image: url(./images/prostata.png), url(./images/loading.gif)
}

#details .image.organ_sexual_femeie {
    background-image: url(./images/organ_sexual_femeie.png), url(./images/loading.gif)
}

#details .image.organ_sexual_barbat {
    background-image: url(./images/organ_sexual_barbat.png), url(./images/loading.gif)
}

#details .image.sistemul_circulator {
    background-image: url(./images/sistemul_circulator.png), url(./images/loading.gif)
}

#details .image.sistemul_osos {
    background-image: url(./images/sistemul_osos.png), url(./images/loading.gif)
}

#details .image.articulatii {
    background-image: url(./images/articulatii.png), url(./images/loading.gif)
}

#details .image.piele {
    background-image: url(./images/piele.png), url(./images/loading.gif)
}

#details .image.sistemul_muscular {
    background-image: url(./images/sistemul_muscular.png), url(./images/loading.gif)
}

#details .image-cover {
    position: absolute;
    top: .7em;
    left: 3.4em;
    width: 6.35em;
    height: 6.35em;
    background: url(./images/lupa3.png) no-repeat 50%/contain
}

@media (min-width:993px) {
    #details .image-cover {
        width: 100px;
        height: 100px;
        left: 5px;
        top: 5px
    }
}

#details .title {
    position: absolute;
    top: 9px;
    left: 10.2em;
    display: block;
    width: 12em;
    height: 1.125em
}

@media (min-width:993px) {
    #details .title {
        left: 110px;
        height: 20px
    }
}

#details .title .text {
    font-size: 1.125em;
    font-weight: 700
}

@media (min-width:993px) {
    #details .title .text {
        font-size: 16px
    }
}

#details .box-info {
    position: relative;
    padding: 2em 0 .5em 10.2em;
    max-width: 21.7em
}

@media (min-width:993px) {
    #details .box-info {
        font-size: 13px;
        max-width: 295px;
        padding: 26px 0 8px 110px
    }
}

#details .info-logo {
    width: 1em;
    height: .9em;
    text-align: center;
    color: #191497;
    cursor: pointer
}

@media (min-width:993px) {
    #details .info-logo {
        height: 20px
    }
}

#details .info-logo i {
    line-height: .9em
}

#details .title .info-logo {
    margin-left: .4em
}

#details .profiles {
    position: relative;
    padding: 0 1em;
    overflow: auto
}

#details .profiles h2 {
    font-size: 1.125em;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #4c4c4c
}

@media (min-width:993px) {
    #details .profiles h2 {
        font-size: 16px
    }
}

#details .profiles ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#details .profiles .all {
    padding-bottom: 1em
}

#details .profile {
    display: none
}

#details .profile.active {
    display: block
}

#details .profile .profile-name {
    position: relative;
    font-size: 1.125em;
    padding: .625em 1.2em .625em .5em;
    font-weight: 500;
    color: #191497;
    background-color: #e9e9e9;
    border: 1px solid #c5c5c5;
    cursor: pointer
}

@media (min-width:993px) {
    #details .profile .profile-name {
        font-size: 16px;
        padding: 2px 12px 2px 8px
    }
}

#details .profile .profile-name .arrow {
    font-size: 1.125em;
    position: absolute;
    top: .6em;
    right: .5em;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

@media (min-width:993px) {
    #details .profile .profile-name .arrow {
        top: 3px;
        right: 5px
    }
}

#details .profile .profile-name.active,
#details .profile .profile-name:hover {
    color: #fff;
    background-color: #191497
}

#details .profile .profile-name.active .arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#details .profile .products {
    height: 0;
    overflow: hidden
}

#details .profile .profile-name.active+.products {
    height: auto
}

#details .products .header,
#details .products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#details .products .header.no-product,
#details .products .product.no-product {
    background-color: red
}

#details .products .product {
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1
}

#details .products .product:last-child {
    border-bottom: 1px solid #c1c1c1
}

#details .products .product .info {
    height: 2.75em
}

@media (min-width:993px) {
    #details .products .product .info {
        height: 25px
    }
}

#details .products .product .info:hover .info-logo {
    color: #00aeef
}

#details .products .product .cart-trigger {
    border-left: 1px solid #c1c1c1
}

#details .products .product .price .text {
    line-height: 2.75em;
    padding-left: .5em
}

@media (min-width:993px) {
    #details .products .product .price .text {
        font-size: 14px;
        line-height: 24px
    }
}

#details .products .product .name {
    padding: .7em 0;
    border-right: 1px solid #c1c1c1
}

@media (min-width:993px) {
    #details .products .product .name {
        padding: 3px 0;
        line-height: 14px
    }

    #details .products .product .name .text {
        font-size: 14px
    }
}

#details .products .header {
    color: #4c4c4c
}

@media (min-width:993px) {
    #details .products .header .text {
        font-size: 12px
    }
}

#details .products .header .info,
#details .products .header .price {
    padding-left: .5em
}

@media (min-width:993px) {

    #details .products .header .info,
    #details .products .header .price {
        padding-left: .3em
    }
}

#details .products .info {
    display: block;
    min-width: 2.9375em;
    position: relative
}

@media (min-width:993px) {
    #details .products .info {
        min-width: 25px
    }
}

#details .products .info .info-logo {
    font-size: 2em;
    margin: auto
}

@media (min-width:993px) {
    #details .products .info .info-logo {
        font-size: 16px
    }
}

#details .products .cart-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer
}

#details .products .cart-trigger:hover {
    color: #00aeef
}

#details .products .cart-trigger .sign:before {
    content: "ïª"
}

#details .products .cart-trigger.add .sign:before {
    content: "ïƒ¾"
}

#details .products .cart-trigger.remove .sign:before {
    content: "ï…†"
}

#details .products .price {
    min-width: 4.25em
}

@media (min-width:993px) {
    #details .products .price {
        min-width: 50px
    }
}

#details .products .name {
    width: 100%
}

#details .products .cart-change {
    position: relative;
    min-width: 3.8125em;
    height: 2.75em
}

@media (min-width:993px) {
    #details .products .cart-change {
        min-width: 25px;
        height: 25px
    }
}

#details .products .cart-change .sign {
    font-size: 2em;
    margin: auto;
    display: block;
    width: 1em;
    height: .9em;
    line-height: .85em;
    text-align: center;
    cursor: pointer
}

@media (min-width:993px) {
    #details .products .cart-change .sign {
        font-size: 16px;
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

#app #details-back {
    position: absolute;
    top: 2em;
    left: 1em;
    background-color: #191497;
    color: #fff;
    border-radius: 100%;
    width: 3em;
    height: 3em
}

#app #details-back:hover {
    background-color: #fcc917
}

#app #details-back .fa {
    font-size: 2em
}

#app-hint {
    display: none;
    font-size: 1.6em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em 5em;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    text-align: center;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#app-hint .finger {
    width: 3em;
    height: 3em;
    margin: 3em auto;
    background: url(./images/finger_1.png) no-repeat 50%/contain;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite
}

@media (min-width:993px) {
    #app-hint .finger {
        display: none
    }
}

#app.no-hint #app-hint {
    opacity: 0
}

@media (min-width:993px) {
    #app-hint {
        font-size: 1em;
        top: 1em;
        right: 1em;
        left: auto;
        width: 440px;
        height: 110px;
        padding: 19px 160px 19px 108px;
        border-radius: .3em;
        color: #191497;
        background: #e9e9e9 url(./images/lupa3.png) no-repeat 5px 5px/100px 100px;
        text-align: left;
        z-index: unset
    }

    #app.no-hint #app-hint {
        opacity: 1
    }

    #selected-body.man~#app-hint {
        background-image: url(./images/lupa-man.png)
    }

    #selected-body.woman~#app-hint {
        background-image: url(./images/lupa-woman.png)
    }
}

#app-cart {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    width: 7.625em;
    height: 6.375em;
    padding-top: 1.3em;
    border-radius: .3em;
    line-height: 2;
    display:none;
    text-align: center;
    background: #e9e9e9 url(./images/cart.png) no-repeat center top .5625em/6.375em 4.0625em
}

#app-cart:hover .open-cart {
    color: #191497
}

@media (min-width:993px) {
    #app-cart {
        height: 110px
    }
}

#app-cart .title {
    font-size: .7875em;
    color: #838383;
    text-transform: uppercase
}

#app-cart .quantity {
    font-size: .9em;
    font-weight: 700;
    line-height: 1.5;
    color: #191497
}

#app-cart .open-cart {
    font-size: .7875em;
    color: #00aeef;
    text-transform: uppercase;
    line-height: 3
}

@media (min-width:993px) {
    #app-cart .open-cart {
        font-size: 14px;
        text-transform: none;
        line-height: 2.4
    }
}

.imc-special #selection-app {
    clear: both
}

.imc-special #selection-app,
.imc-special #selection-app-over-18 {
    position: relative
}

.imc-special #selection-app .sel-title {
    background-color: #191497;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 400;
    margin: 10px auto 0;
    padding: 5px 0;
    text-align: center
}

.imc-special #sex-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc-special/sex-select-bg.jpg) no-repeat scroll center 0;
    background-size: contain;
    height: 339px;
    margin-top: 10px;
    position: relative;
    width: 100%
}

.imc-special #sex-select .selected #sex-type-f-wrap {
    background-color: #fcc917 !important;
    opacity: 0.32 !important;
    filter: alpha(opacity=32) !important
}

.imc-special #sex-select .selected #sex-type-f-symbol-v,
.imc-special #sex-select .selected #sex-type-f-symbol-h,
.imc-special #sex-select .selected #sex-type-f {
    background-color: #fcc917 !important
}

.imc-special #sex-select .selected #sex-type-m-wrap {
    background-color: #008DE6 !important;
    opacity: 0.32 !important;
    filter: alpha(opacity=32) !important
}

.imc-special #sex-select .selected #sex-type-m-symbol-v,
.imc-special #sex-select .selected #sex-type-m-symbol-h,
.imc-special #sex-select .selected #sex-type-m-symbol-o,
.imc-special #sex-select .selected #sex-type-m {
    background-color: #008DE6 !important
}

.imc-special #sex-type-f .f-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-icons-white.png) no-repeat scroll center 0;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    padding-top: 45px;
    text-align: center
}

.imc-special #sex-select li,
.imc-special #varsta-select li {
    cursor: pointer
}

.imc-special #selection-app #varsta-select li {
    height: 25px;
    line-height: 25px
}

.imc-special #varsta-select .group {
    position: relative;
    margin-bottom: 3px
}

.imc-special #varsta-select .sub-vals {
    display: none;
    position: absolute;
    bottom: 25px;
    width: 100%
}

.imc-special #varsta-select .sub-vals li {
    width: 100%
}

.imc-special #varsta-select.f-selected .selected {
    background-color: #fcc917 !important
}

.imc-special #varsta-select.m-selected .selected {
    background-color: #008DE6 !important
}

.imc-special #fb-feedback-icons {
    left: 0;
    position: fixed;
    top: 40%;
    z-index: 70
}

.imc-special #fb-feedback-icons a {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    width: 52px;
    height: 104px
}

.imc-special #facebook-link {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/fb-feedback-sprite.png) no-repeat scroll 0 0 transparent
}

.imc-special #facebook-link:hover {
    background-position: -52px 0
}

.imc-special #instagram-link {
    background: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/instagram-sprite.png) no-repeat scroll 0 0 transparent
}

.imc-special #instagram-link:hover {
    background-position: -52px 0
}

.imc-special #sex-select .selected .icon-normal {
    display: none !important
}

.imc-special #sex-select .selected .icon-hover {
    display: block !important
}

.imc-special #sex-symbol-select-f {
    left: 77px;
    position: absolute;
    top: 62px
}

.imc-special #sex-symbol-select-f .icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-select-big.png) no-repeat scroll 0 0;
    height: 277px;
    position: absolute;
    top: 0;
    width: 186px
}

.imc-special #sex-symbol-select-f .icon-normal {
    background-position: 0 0
}

.imc-special #sex-symbol-select-f .icon-hover {
    display: none;
    background-position: -186px 0
}

.imc-special #sex-symbol-select-f .f-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-icons-white.png) no-repeat scroll center 0;
    color: #fff;
    font-size: 20px;
    left: 60px;
    padding-top: 45px;
    position: relative;
    text-align: center;
    top: 54px
}

.imc-special #sex-symbol-select-m {
    display: none;
    position: absolute;
    right: 238px;
    top: 87px
}

.imc-special #sex-symbol-select-m .m-icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-icons-white.png) no-repeat scroll center -77px;
    color: #fff;
    font-size: 20px;
    left: 53px;
    padding-top: 45px;
    position: relative;
    text-align: center;
    top: 94px
}

.imc-special #sex-symbol-select-m .icon {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/sex-select-big.png) no-repeat scroll 0 0;
    height: 225px;
    position: absolute;
    top: 0;
    width: 228px
}

.imc-special #sex-symbol-select-m .icon-normal {
    background-position: -7px -277px
}

.imc-special #sex-symbol-select-m .icon-hover {
    background-position: -235px -277px;
    display: none
}

.imc-special #imc.sex-f-selected #varsta-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc-special/age-select-f.jpg) no-repeat scroll center 0;
    margin-top: 20px;
    padding-top: 282px;
    position: relative;
    width: 100%
}

.imc-special #imc.sex-m-selected #varsta-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/age-select-m.jpg) no-repeat scroll center 0;
    padding-top: 320px;
    position: relative;
    width: 100%
}

.imc-special #imc.sex-f-selected #tension-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/tension-f.jpg) no-repeat scroll center 0;
    position: relative
}

.imc-special #imc.sex-f-selected #fumator-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/fumat-f.jpg) no-repeat scroll center 0;
    position: relative
}

.imc-special #fumator-select {
    padding-top: 220px
}

.imc-special #tension-select {
    padding-top: 250px
}

.imc-special #imc.sex-m-selected #fumator-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/fumat-m.jpg) no-repeat scroll center 0;
    position: relative
}

.imc-special #imc.sex-m-selected #tension-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/tension-m.jpg) no-repeat scroll center 0;
    position: relative
}

.imc-special #istoric-select {
    padding-top: 220px;
    position: relative
}

.imc-special #imc.sex-f-selected #istoric-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/boli-f.jpg) no-repeat scroll center 0
}

.imc-special #imc.sex-m-selected #istoric-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/boli-m.jpg) no-repeat scroll center 0
}

.imc-special #imc.sex-f-selected #munca-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc-special/munca-f.jpg) no-repeat scroll center 0;
    padding-top: 270px;
    position: relative
}

.imc-special #imc.sex-m-selected #munca-select {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/munca-m.jpg) no-repeat scroll center 0;
    padding-top: 240px;
    position: relative
}

.imc-special #varsta-select {
    text-align: center
}

.imc-special #istoric-select {
    text-align: center
}

.imc-special #varsta-select li,
.imc-special #istoric-select li {
    background-color: #acacac;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    letter-spacing: normal;
    line-height: 38px;
    vertical-align: top;
    width: 145px
}

.imc-special #istoric-select li {
    margin-bottom: 3px
}

.imc-special #imc.sex-f-selected #istoric-select li {
    width: 120px
}

.imc-special #imc.sex-m-selected #tension-select li.selected,
.imc-special #imc.sex-m-selected #varsta-select li.selected,
.imc-special #imc.sex-m-selected #fumator-select li.selected,
.imc-special #imc.sex-m-selected #alcool-select li.selected,
.imc-special #imc.sex-m-selected #alimentatie-select li.selected,
.imc-special #imc.sex-m-selected #istoric-select li.selected,
.imc-special #imc.sex-m-selected #munca-select li.selected {
    background-color: #008DE6 !important
}

.imc-special #imc.sex-f-selected #tension-select li.selected,
.imc-special #imc.sex-f-selected #varsta-select li.selected,
.imc-special #imc.sex-f-selected #fumator-select li.selected,
.imc-special #imc.sex-f-selected #alcool-select li.selected,
.imc-special #imc.sex-f-selected #alimentatie-select li.selected,
.imc-special #imc.sex-f-selected #istoric-select li.selected,
.imc-special #imc.sex-f-selected #munca-select li.selected {
    background-color: #fcc917 !important
}

.imc-special #varsta-select li strong {
    color: #FFF
}

.imc-special #height-wrap {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/height-ruller-bg.png) no-repeat scroll center 0;
    float: left;
    height: 503px;
    margin-top: 50px;
    padding-top: 10px;
    position: relative;
    width: 123px
}

.imc-special #height {
    background: transparent none repeat scroll 0 0;
    border-radius: 10px;
    float: right;
    height: 491px;
    margin-right: 22px;
    width: 35px
}

.imc-special #height .ui-slider-handle {
    background: #030104 none;
    border: 0 none;
    height: 3px;
    left: -30px;
    margin-bottom: 0;
    width: 95px
}

.imc-special #height .ui-widget-content {
    background-color: transparent
}

.imc-special #height-wrap .ui-slider-range {
    background-image: none;
    border-radius: 0 0 10px 10px
}

.imc-special #height-wrap.f-selected .ui-slider-range,
.imc-special #height-wrap.f-selected .height-value,
.imc-special #height-value-wrap.f-selected,
.imc-special #weight-wrap.f-selected .ui-slider-range,
.imc-special #weight-wrap.f-selected .weight-value {
    background-color: #fcc917;
    background-image: none
}

.imc-special #height-wrap.f-selected .pointer-left,
.imc-special #weight-wrap.f-selected .pointer-bottom {
    border-color: #fcc917
}

.imc-special #weight-value-wrap.f-selected,
.imc-special #weight-value.f-selected {
    color: #fcc917
}

.imc-special #height-wrap.m-selected .ui-slider-range,
.imc-special #height-wrap.m-selected .height-value,
.imc-special #height-value-wrap.m-selected,
.imc-special #weight-wrap.m-selected .ui-slider-range,
.imc-special #weight-wrap.m-selected .weight-value {
    background-color: #008DE6;
    background-image: none
}

.imc-special #height-wrap.m-selected .pointer-left,
.imc-special #weight-wrap.m-selected .pointer-bottom {
    border-color: #008DE6
}

.imc-special #weight-value-wrap.m-selected,
.imc-special #weight-value.m-selected {
    color: #008DE6
}

.imc-special #height-label {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    left: 110px;
    position: absolute;
    top: -11px;
    width: 120px
}

.imc-special #height-label .pointer-left {
    border-bottom: 13px solid transparent !important;
    border-right: 13px solid;
    border-top: 13px solid transparent !important;
    float: left;
    height: 0;
    width: 0
}

.imc-special #height-label .height-value {
    border-radius: 0 3px 3px 0;
    float: left;
    height: 24px;
    padding-top: 2px;
    text-align: center;
    width: 106px
}

.imc-special #height-value-wrap {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc-special/height-ruller-bg-f.png) no-repeat scroll 0 0;
    color: #191497;
    font-size: 24px;
    font-weight: 700;
    height: 287px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 235px
}

.imc-special #info-height {
    color: #191497;
    margin-top: 20px;
    text-align: center
}

.imc-special #height-value-body {
    margin-top: 15px;
    width: 100%
}

.imc-special #height-value-wrap label {
    bottom: 69px;
    color: #acacac;
    font-size: 18px;
    left: -100px;
    position: absolute;
    text-align: right;
    width: 86px
}

.imc-special #height-value {
    background-color: transparent;
    border: 0 none;
    bottom: 83px;
    color: #191497;
    font-size: 18px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    left: 86px;
    position: absolute;
    text-align: center;
    width: 68px
}

.imc-special #set-height-value {
    background-color: transparent;
    border: 0 none;
    bottom: 83px;
    color: #191497;
    cursor: pointer;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 49px;
    width: 27px
}

.imc-special #weight-value-body {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc-special/weight-value-bg-f.jpg) no-repeat scroll center 0;
    height: 330px;
    margin: 15px auto 0;
    width: 264px
}

.imc-special #get-final-resuls-button {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc-special/slider-nav-f.png) no-repeat right top;
    right: 11px
}

#sex-symbol-select-f .text-icon {
    color: #191497;
    font-size: 24px;
    font-weight: 700;
    max-width: 300px
}

.imc-special #weight-value-wrap {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 152px;
    position: relative
}

.imc-special #weight-value {
    background-color: transparent;
    border: 0 none;
    color: #191497;
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 63px;
    width: 68px
}

.imc-special #info-weight {
    background-color: #f0f0f0;
    color: #191497;
    margin: 124px auto 0;
    padding: 4px 0;
    text-align: center;
    width: 80%
}

.imc-special #weight-wrap {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/weight-ruller-bg.png) no-repeat scroll 0 0;
    height: 39px;
    margin: 30px auto 0;
    position: relative;
    width: 739px
}

.imc-special #weight {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 6px;
    left: 1px;
    top: 32px;
    width: 727px
}

.imc-special #weight .ui-slider-handle {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    height: 40px;
    margin-left: 0;
    top: -33px;
    width: 2px
}

.imc-special #weight-label {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    left: -54px;
    position: relative;
    text-align: center;
    top: -30px;
    width: 108px;
    cursor: pointer
}

.imc-special #weight .pointer-bottom {
    border-left: 54px solid transparent !important;
    border-right: 54px solid transparent !important;
    border-top: 12px solid #acacac;
    height: 0;
    width: 0
}

.imc-special #weight .weight-value {
    border-radius: 4px;
    height: 23px;
    background-color: #acacac;
    color: #191497
}

.imc-special #program-lucru-recoltare {
    background-color: #eaeaea;
    background-image: url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/program-lucru-bg.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    letter-spacing: 20px;
    margin-top: 15px !important;
    max-width: 100% !important;
    padding-left: 70px !important;
    text-align: center;
    width: auto !important;
    padding-top: 10px;
    padding-bottom: 10px
}

.imc-special #program-lucru-recoltare li {
    display: inline-block;
    letter-spacing: normal;
    max-width: 198px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    padding-bottom: 0 !important
}

.imc-special #program-lucru-recoltare li p,
.imc-special #program-lucru-recoltare li span {
    padding-left: 0 !important
}

.imc-special #program-lucru-recoltare li p {
    text-transform: uppercase;
    color: #191497
}

.imc-special .varsta-pachet-titlu {
    font-weight: 400;
    font-size: 12px
}

.imc-special #imc {
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    display: inline-block;
    height: 1px;
    margin-top: -99px;
    width: 100%
}

.imc-special #imc .title-imc {
    color: #191497;
    font-size: 18px;
    padding-left: 174px;
    text-transform: uppercase
}

.imc-special #imc .title-calc-analize {
    display: none;
    color: #191497;
    font-size: 18px;
    padding-right: 250px;
    text-transform: uppercase
}

.imc-special .imc-content {
    border: 0 none !important;
    box-shadow: none !important
}

.imc-special #indice-values {
    display: none;
    float: left;
    padding: 10px;
    width: 661px
}

.imc-special #indice-values span {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 30px
}

.imc-special .imc-content.imc-special {
    border: 0 none !important;
    box-shadow: none !important
}

.imc-special .imc-special #indice-values {
    display: none;
    float: left;
    padding: 10px;
    width: 661px
}

.imc-special #indice-values span {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 30px
}

.imc-special #imc.sex-m-selected #print_or_save_pdf,
.imc-special #imc.sex-m-selected #selection-app-over-18 .info-select,
.imc-special #imc.sex-m-selected #calc-values-steps-over-18 li,
.imc-special #imc.sex-m-selected .have-value,
.imc-special #imc.sex-m-selected #selection-app .sel-title,
.imc-special #imc.sex-m-selected #height-wrap .ui-slider-range,
.imc-special #imc.sex-m-selected #height-wrap #height-label .height-value,
.imc-special #imc.sex-m-selected #weight .weight-value,
.imc-special #imc.sex-m-selected #weight .ui-slider-range,
.imc-special #imc.sex-m-selected #indice-values,
.imc-special #analize-recomandate-respond.sex-m-selected #sidebar-results h3,
.imc-special #analize-recomandate-respond.sex-m-selected #imc-results-final,
#imc.sex-m-selected #to-do-info {
    background-color: #008DE6 !important;
    background-image: none;
    color: #FFF
}

.imc-special #calc-values-steps-over-18 .info {
    display: block;
    padding-bottom: 11px
}

.imc-special #analize-recomandate-respond.sex-m-selected #sidebar-results #selected-values-final .letter {
    background-position: -51px -160px;
    color: #fff
}

.imc-special #imc.sex-m-selected #calc-values-steps .slides .letter.selected,
.imc-special #imc.sex-m-selected #calc-values-steps-over-18 .slides .letter.selected {
    background-position: -51px -160px;
    color: #fff
}

.imc-special #imc.sex-m-selected #calc-values-steps .step_number.selected {
    background-position: -87px -131px;
    color: #fff
}

.imc-special #imc.sex-m-selected #step2-to-step3,
.imc-special #imc.sex-m-selected #imc-result-flower {
    background-color: #008DE6 !important;
    color: #FFF
}

.imc-special #imc.sex-m-selected #height-value-wrap label,
.imc-special #analize-recomandate-respond.sex-m-selected #selected-values-final,
.imc-special #imc.sex-m-selected .big-size .have-value,
.imc-special #imc.sex-m-selected .flex-next,
.imc-special #imc.sex-m-selected .flex-prev,
.imc-special #imc.sex-m-selected #get-final-resuls-button {
    color: #008DE6 !important
}

.imc-special #imc.sex-m-selected .flex-prev {
    background-position: 0 -65px
}

.imc-special #imc.sex-f-selected .flex-next {
    background-position: right -130px
}

.imc-special #imc.sex-f-selected .flex-prev {
    background-position: left -195px
}

.imc-special #imc.sex-f-selected #print_or_save_pdf,
.imc-special #imc.sex-f-selected #selection-app-over-18 .info-select,
.imc-special #imc.sex-f-selected #calc-values-steps-over-18 li,
.imc-special #imc.sex-f-selected .have-value,
.imc-special #imc.sex-f-selected #selection-app .sel-title,
.imc-special #imc.sex-f-selected #height-wrap .ui-slider-range,
.imc-special #imc.sex-f-selected #height-wrap #height-label .height-value,
.imc-special #imc.sex-f-selected #weight .weight-value,
.imc-special #imc.sex-f-selected #weight .ui-slider-range,
.imc-special #imc.sex-f-selected #indice-values,
.imc-special #analize-recomandate-respond.sex-f-selected #sidebar-results h3,
.imc-special #analize-recomandate-respond.sex-f-selected #imc-results-final,
.imc-special #imc.sex-f-selected #to-do-info {
    background-color: #fcc917 !important;
    background-image: none;
    color: #191497
}

.imc-special #calc-values-steps li {
    padding: 5px 0 3px 0
}

.imc-special #imc.sex-f-selected #height-value-wrap {
    background-position: -235px 0
}

.imc-special #analize-recomandate-respond.sex-f-selected #sidebar-results #selected-values-final .letter {
    background-position: -34px -160px;
    color: #fff
}

.imc-special #imc.sex-f-selected #calc-values-steps .slides .letter.selected,
.imc-special #imc.sex-f-selected #calc-values-steps-over-18 .slides .letter.selected {
    background-position: -34px -160px;
    color: #fff
}

.imc-special #imc.sex-f-selected #calc-values-steps .step_number.selected {
    background-position: -58px -131px
}

.imc-special #imc.sex-m-selected #selection-app-over-18 #istoric-select .only-f {
    display: none
}

.imc-special #imc.sex-f-selected #step2-to-step3 {
    background-color: #fcc917 !important;
    color: #FFF
}

.imc-special #imc.sex-f-selected #imc-result-flower {
    background-color: #fbc629 !important;
    color: #191497
}

.imc-special #imc.sex-f-selected #height-wrap #height-label .pointer-left,
.imc-special #imc.sex-f-selected #weight .pointer-bottom,
.imc-special #analize-recomandate-respond.sex-f-selected #sidebar-results {
    border-color: #fcc917
}

.imc-special #imc.sex-m-selected #height-wrap #height-label .pointer-left,
.imc-special #imc.sex-m-selected #weight .pointer-bottom,
.imc-special #analize-recomandate-respond.sex-m-selected #sidebar-results {
    border-color: #008DE6
}

.imc-special #imc.sex-f-selected #height-value-wrap label,
.imc-special #analize-recomandate-respond.sex-f-selected #selected-values-final,
.imc-special #imc.sex-f-selected .big-size .have-value,
.imc-special #imc.sex-f-selected .flex-next,
.imc-special #imc.sex-f-selected .flex-prev,
.imc-special #imc.sex-f-selected #get-final-resuls-button {
    color: #191497 !important
}

.imc-special #imc.sex-m-selected #weight-value-body {
    background-position: 0 -331px
}

.imc-special #set-weight-value {
    background-color: transparent;
    border: 0 none;
    color: #191497;
    cursor: pointer;
    font-size: 12px;
    height: 26px;
    left: 93px;
    line-height: 26px;
    position: absolute;
    top: 62px;
    width: 27px
}

.imc-special #imc-values {
    display: none
}

.imc-special #imc_final {
    margin-top: 10px
}

.imc-special #imc-values label {
    padding: 0;
    text-transform: initial;
    width: 100%
}

.imc-special #imc-values .value {
    float: none;
    font-size: 18px;
    padding-left: 0;
    width: 100%
}

.imc-special #calculator-analize-step-3 {
    background-color: #d7d6d6;
    border-top: 5px solid #e5e5e5;
    display: none;
    float: right;
    height: 105px;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
    text-align: center;
    width: 267px
}

.imc-special #calculator-analize-step-3.big-size {
    min-height: 105px;
    height: auto;
    padding-bottom: 10px
}

.imc-special #calculator-analize-step-3 .desc {
    color: #191497;
    font-size: 16px;
    font-weight: 700;
    margin-top: 9px
}

.imc-special #selected-values-final {
    font-weight: 700
}

.imc-special #selected-values-final #sex-final .value {
    text-transform: uppercase
}

.imc-special #analize-recomandate-respond #analize-sugerate-title {
    color: #191497;
    font-size: 18px;
    padding: 10px;
    text-align: center
}

.imc-special #analize-result-wrap {
    text-align: center
}

.imc-special #analize-result-wrap .pret-pachet {
    background-color: #191497;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase
}

.imc-special #analize-result-wrap .pret-pachet .comanda-pachet {
    background-color: #00A8EF;
    cursor: pointer;
    padding: 10px;
    margin: 20px 20px 10px;
    border-radius: 10px
}

.imc-special #analize-recomandate-respond-content {
    padding-left: 3px
}

.imc-special #analize-result-wrap .pret-intreg {
    font-size: 12px;
    font-weight: 400;
    padding-top: 15px
}

.imc-special #analize-result-wrap .pachet-analize {
    width: 49%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    text-align: left
}

.imc-special #analize-result-wrap #pachet-f-activ {
    display: none;
    width: 33%
}

.imc-special #pachet-extins .info-entry {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/floricica.png) no-repeat scroll 9px 8px;
    color: #191495;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    padding-left: 24px;
    text-align: center;
    width: 162px
}

.imc-special #analize-result-wrap .lista-analize-tile {
    background-color: #191497;
    color: #fff;
    height: 30px;
    padding-top: 10px !important;
    padding: 5px;
    text-align: center
}

.imc-special #analize-result-wrap h3 {
    color: #191497
}

.imc-special #analize-result-wrap .entry ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.imc-special #pachet-de-baza .entry {
    background-color: #fff;
    padding: 5px;
    border-right: 1px solid #191497;
    border-left: 1px solid #191497
}

.imc-special #pachet-extins .entry {
    background-color: #fff;
    padding: 5px;
    border-right: 1px solid #191497
}

.imc-special #pachet-f-activ .entry {
    background-color: #fff;
    padding: 5px;
    border-right: 1px solid #191497
}

.imc-special #analize-result-wrap .entry li {
    padding: 5px 0
}

.imc-special #analize-result-wrap .entry .number {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/floricica.png) no-repeat scroll 0 center;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 9px;
    margin-right: 5px;
    margin-top: 3px;
    text-align: center;
    text-indent: -99999px;
    width: 9px
}

.imc-special #final-info {
    background-color: #e5e5e5;
    margin: 0 auto 0 3px;
    padding-bottom: 10px;
    padding-top: 20px
}

.imc-special #cod-oferta {
    background-color: #fff;
    border: 1px solid #191497;
    font-size: 18px;
    margin: 0 auto;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 40%
}

.imc-special #cod-oferta .value-coded {
    font-weight: 700
}

.imc-special #final-info .top-desc {
    border-bottom: 2px solid #c6c6c6;
    color: #000;
    font-weight: 700;
    margin: 10px auto 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 42%
}

.imc-special #print_or_save_pdf {
    background-color: #acacac;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 20px 0;
    text-align: center;
    width: 30%
}

.imc-special #send_analize_by_email {
    margin-bottom: 15px;
    width: 42%;
    text-align: center
}

.imc-special #send_analize_by_email .desc {
    color: #000
}

.imc-special #email_for_analize {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    color: #707070;
    font-size: 12px;
    padding: 3px 6px;
    width: 174px
}

.imc-special #send_analize_by_email #send_email {
    background-color: #707070;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 10px;
    text-transform: uppercase
}

.imc-special #analize-result-wrap .entry .odd {
    background-color: #f6f9ff
}

.imc-special #analize-result-wrap .entry .nume-analiza {
    color: #0046c8;
    float: left;
    font-size: 12px;
    font-weight: 700;
    width: 100%
}

.imc-special #analize-result-wrap .entry .nume-analiza a {
    color: #191497;
    text-decoration: none
}

.imc-special #analize-result-wrap .entry .nume-analiza a:hover {
    color: #007cc3
}

.imc-special #analize-result-wrap .entry .adaugare-cos {
    float: right !important
}

.imc-special #analize-result-wrap .pret-total {
    text-align: right;
    color: #191497
}

.imc-special #analize-result-wrap .mini-desc {
    clear: both;
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
    padding-top: 3px
}

.imc-special #final-pret-redus-30 {
    margin-top: 30px
}

.imc-special #final-pret-redus-30 #cod-oferta {
    background-color: #a5e5e7;
    color: #191497;
    float: left;
    font-size: 24px;
    height: 58px;
    padding: 30px 0;
    text-align: center;
    width: 70%
}

.imc-special #final-pret-redus-30 #cod-oferta strong {
    color: #191497
}

.imc-special #final-pret-redus-30 #pret-promo strong {
    color: #FFF;
    font-size: 20px
}

.imc-special #final-pret-redus-30 #pret-promo {
    background-color: #191497;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 109px;
    padding-top: 9px;
    text-align: center;
    width: 30%
}

.imc-special #final-pret-redus-30 #pret-promo .value {
    font-size: 20px
}

.imc-special #to-do-info {
    display: none;
    float: left;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-left: 2px;
    text-align: center;
    width: 682px
}

.imc-special #selection-app-over-18 .slides li.value-selection {
    width: 965px;
    position: relative
}

.imc-special #print-analize {
    background-color: #008de6;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 18px auto 0;
    padding: 5px;
    width: 90%
}

.imc-special #final-info-analize {
    display: none
}

.imc-special #final-info-analize .top-desc {
    font-size: 16px;
    text-align: center
}

.imc-special #final-info-analize .info-left {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/info-icon.png) no-repeat scroll 0 center;
    color: #585858;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-top: 5px;
    width: 41%
}

.imc-special #final-info-analize .info-right {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/nota-icon.png) no-repeat scroll 0 center;
    padding-left: 50px;
    width: 40%;
    color: #585858
}

.imc-special #final-info-analize .bottom-info {
    border-bottom: 2px solid #c6c6c6;
    border-top: 2px solid #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px
}

.imc-special #link-recalculeaza-final {
    background-color: #191497;
    color: #fff;
    display: none;
    font-size: 18px;
    line-height: 40px;
    text-align: center
}

.imc-special #cod-oferta .value {
    font-weight: 700;
    color: #d00000
}

.imc-special #calculator-start {
    z-index: 100
}

.imc-special #calculator-start .steps {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/calc_puzzle_icons.png) no-repeat scroll 0 0;
    color: #191497;
    float: left;
    font-size: 14px;
    margin-left: 30px;
    padding-left: 90px;
    padding-top: 28px
}

.imc-special #calculator-start .steps strong {
    color: #191497
}

.imc-special #calculator-start .step1 {
    height: 36px
}

.imc-special #calculator-start .step2 {
    height: 36px;
    margin-top: 45px
}

.imc-special #calculator-start .step3 {
    height: 72px;
    margin-top: 23px
}

.imc-special #calculator-start .step4 {
    height: 72px;
    margin-top: 11px
}

.imc-special #start_imc {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc/start_calc_imc.png) no-repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    font-weight: 700;
    height: 122px;
    left: 28px;
    margin: 0 auto;
    padding-top: 78px;
    position: absolute;
    text-align: center;
    top: 38px;
    width: 200px
}

.imc-special #start_imc_wrap {
    float: left;
    height: 273px;
    margin: 35px auto 0 62px;
    position: relative;
    width: 255px
}

.imc-special #start_cerc {
    height: 273px;
    margin: 0 auto;
    position: relative;
    width: 255px
}

.imc-special #check_cod {
    float: right;
    margin-top: 130px;
    width: 330px
}

.imc-special .final-restart {
    background-color: #191497;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    width: 20%;
    margin-right: 15px
}

.imc-special #check_cod .info {
    clear: left;
    color: #191497
}

.imc-special #check_code_input {
    border: 1px solid #a1a1a1;
    color: #363636;
    float: left;
    line-height: 17px;
    margin-bottom: 5px;
    padding: 3px;
    width: 195px
}

.imc-special #check_code_button {
    background-color: #a5e5e7;
    color: #191497;
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: -1px;
    text-align: center;
    width: 100px
}

.imc-special #check_cod .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #191497
}

.imc-special #selection-app .flex-direction-nav a,
.imc-special #selection-app-over-18 .flex-direction-nav a {
    background: transparent url(https://www.synevo.ro/wp-content/themes/synevo-resp/images/imc-special/slider-nav-f.png) no-repeat scroll 0 0
}

@media screen and (max-width:749px) {
    .imc-special .final-restart {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 30%
    }

    .imc-special #pachet-extins .entry {
        border-left: 1px solid #191497
    }

    .imc-special #pachet-f-activ .entry {
        border-left: 1px solid #191497
    }

    .imc-special #pachet-de-baza .entry {
        border-right: 1px solid #191497
    }

    #alcool-select,
    #alimentatie-select {
        padding-top: 220px
    }

    .imc-special #selection-app-over-18 .flex-direction-nav .flex-prev,
    .imc-special #selection-app-over-18 .flex-direction-nav a {
        top: 150px
    }

    .imc-special #get-final-resuls-button {
        top: 0
    }

    .imc-special #send_analize_by_email {
        width: 100%
    }

    .imc-special #print_or_save_pdf {
        width: 90%
    }
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #fff
}

#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/border1.png) no-repeat 0 0
}

#cboxTopCenter {
    height: 25px;
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/border1.png) repeat-x 0 -50px
}

#cboxTopRight {
    width: 25px;
    height: 25px;
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/border1.png) no-repeat -25px 0
}

#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/border1.png) no-repeat 0 -25px
}

#cboxBottomCenter {
    height: 25px;
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/border1.png) repeat-x 0 -75px
}

#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/border1.png) no-repeat -25px -25px
}

#cboxMiddleLeft {
    width: 25px;
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/border2.png) repeat-y 0 0
}

#cboxMiddleRight {
    width: 25px;
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/border2.png) repeat-y -25px 0
}

#cboxContent {
    background: #fff;
    overflow: hidden
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 20px
}

#cboxTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999
}

#cboxCurrent {
    position: absolute;
    bottom: 0;
    left: 100px;
    color: #999
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 42px;
    color: #444
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #444
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 63px;
    color: #444
}

#cboxLoadingOverlay {
    background: #fff url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/loading.gif) no-repeat 5px 5px
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #444
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.cboxIE6 #cboxTopLeft {
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/ie6/borderTopLeft.png)
}

.cboxIE6 #cboxTopCenter {
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/ie6/borderTopCenter.png)
}

.cboxIE6 #cboxTopRight {
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/ie6/borderTopRight.png)
}

.cboxIE6 #cboxBottomLeft {
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/ie6/borderBottomLeft.png)
}

.cboxIE6 #cboxBottomCenter {
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/ie6/borderBottomCenter.png)
}

.cboxIE6 #cboxBottomRight {
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/ie6/borderBottomRight.png)
}

.cboxIE6 #cboxMiddleLeft {
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/ie6/borderMiddleLeft.png)
}

.cboxIE6 #cboxMiddleRight {
    background: url(https://www.synevo.ro/wp-content/plugins/lightbox-plus/css/shadowed/images/ie6/borderMiddleRight.png)
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src=this.src ? this.src:this.currentStyle.backgroundImage.split('"')[1], this.style.background="none", this.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.src+", sizingMethod='scale')")
}

.helloSelectGender{
    text-align: left;
    background-color: #fff !important;
    font-size: 30px !important;
}

.flexBox{
    width: 85% !important;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 3px 0px grey;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}
.flexBox .image{
    margin: 0 !important;
    margin-right:20px !important;
}
.flexBox.woman{
    margin-bottom:10px;
}
.flexBox .title{
    color: #15112C;
}

.flexBoxArrow{
width: 20px;
height: 20px;
object-fit: contain;
margin-right:15px;

}

.flexBoxLeft{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}