@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;1,300&display=swap');
body {
    font-family: 'Raleway', sans-serif!important;
    color: #323947;
    font-size: 16px;
    font-weight: 400;
    min-height: 100% !important;
    padding: 114px 0 0 0;
    margin: 0;
    background: #609b46;
    /* background: #132030; */
    overflow-x: hidden!important;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #649a30;
}

a:hover {
    color: #323947
}

body {
    overflow-x: hidden
}

.aos-init:not(.aos-animate):after {
    position: fixed;
}


/* 
#hero {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
} */

#hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#fullscreen-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-wrapper {
    /*	background:#cc0033 url('../images/vinea-apoldia-maior.jpg') no-repeat left top;
		background-size:cover;*/
    background: #fff;
    height: 100vh;
    overflow: hidden
}

#video-viewport {
    overflow: hidden;
    z-index: -1;
    /* for accessing the video by click */
}

.bg-light {
    background: #F2F2F2!important
}

#content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: white;
    text-align: center;
}

ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}

ul li {
    margin-bottom: 15px;
    line-height: 120%
}

ul li a {
    color: #585858
}

ul li::before {
    content: "\2810";
    color: #649a30;
    margin-left: -16px;
    width: 16px;
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900;
    font-size: 13px;
}

h1,
h2,
h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #000000
}

h2 {
    font-size: 28px;
    margin-bottom: 30px;
    display: block;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

h2::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #649a30;
    position: absolute;
    left: 0;
    bottom: 0;
}

h4 {
    font-size: 20px;
}

.text-white {
    color: #fff!important
}

.navbar {
    padding-top: 0;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 68px
}

.top {
    height: 114px;
    background: #fff;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom: 6px solid #649a30
}

.top.small-bar {
    /*background-color:#001837;*/
    background-color: #0c1929;
    height: 100px;
    padding-top: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a.project-ecofruct {
    width: 375px;
    height: 70px;
    background: url('../images/logo-proiect-ecofructbn.png') no-repeat left top;
    background-size: 100%;
    text-indent: -9999px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.top.small-bar a.project-ecofruct {
    background: url('../images/logo-proiect-ecofructbn.png') no-repeat left top;
    background-size: 100%;
    text-indent: -9999px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.top.small-bar .navbar-expand-lg .navbar-nav {
    margin-top: 60px;
}

.hero-home {
    position: relative
}


/*
.hero-home{
	background: url('../images/img-vinea-apoldia-maior.jpg') no-repeat center top;
	background-size:cover;
	width:100%;
	height:100vh;
}
*/

.hero.int {
    max-height: 500px;
    overflow: hidden;
}

ul li {
    margin-bottom: 10px;
}

.main-nav ul {
    padding: 0
}

.main-nav ul li {
    margin: 0 8px;
    position: relative;
    float: left
}

.main-nav ul li::before {
    display: none
}

.main-nav ul li a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px 0;
    display: block;
    position: relative;
    font-size: 13px;
}

.whitev .main-nav ul li a {
    color: #323947;
}

.top.small-bar .main-nav ul li a {
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px 0;
    display: block;
    position: relative
}

.small-bar.top.whitev .main-nav ul li a {
    color: #323947
}

.main-nav ul li a::after {
    content: '';
    width: 0;
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #649a30;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li a:hover::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #649a30;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li.current_page_item a::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #649a30;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li ul {
    display: none
}

.main-nav ul li:hover ul {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    width: 240px;
}

.whitev .main-nav ul li:hover ul {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 44px;
    width: 240px;
}

.top.small-bar .main-nav ul li:hover ul {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 44px;
    width: 240px;
}

.main-nav ul li:hover ul li {
    margin: 0
}

.main-nav ul li:hover ul li a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #000
}

.top.whitev .main-nav ul li:hover ul li a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #000
}

.main-nav ul li ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #649a30;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li ul li a:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #649a30;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li ul li a.current::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #649a30;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media (max-width:768px) {
    .main-nav ul li {
        margin: 0 20px;
        position: relative;
        float: none;
        display: block
    }
}


/* servicii */

.servicii a {
    position: relative;
    display: block;
    height: 100%
}

.servicii a span.title {
    font-size: 20px;
    /* width:50%; */
    width: 100%;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 8px 20px 6px 20px;
    background: #649a30;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.servicii a:hover span.title {
    padding-top: 30px;
    font-size: 22px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 174, 220, 0.8);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.servicii a span.description {
    padding-top: 40px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 3;
    padding: 20px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transition-delay: 0s;
}

.servicii a:hover span.description {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 3;
    padding: 20px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transition-delay: 100ms;
}

@media (max-width:992px) {
    .servicii a:hover span.title {
        font-size: 16px;
        font-weight: 600
    }
    .servicii a {
        font-size: 14px;
    }
    .servicii p {
        font-size: 14px;
    }
}


/*medici*/

section.medici {
    background: #649a30;
    color: #fff
}

section.medici h2 {
    color: #fff;
}

section.medici h2::after {
    background: #fff
}

.bg-facilities {
    width: 100%;
    height: 100%;
    background: url('../images/eurosan-clinic-facilities.jpg') no-repeat center center;
    background-size: cover;
}

section.medici img {}

@media(max-width:992px) {
    .bg-facilities {
        /* height:200px!important; */
    }
}


/* restaurant - bar - cafe */

.menu a {
    color: #000;
    font-size: 13px;
}


/*beach*/

.beach {
    min-height: 600px;
    background: url('../images/bg-beach.jpg') no-repeat center center;
    background-size: cover;
    /* background-attachment: fixed; */
}

.beach h2 {
    color: #fff
}

.beach h2::after {
    background: #fff;
}

.txt-beach {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px;
    background: #649a30;
    color: #fff
}

@media(max-width:992px) {
    .txt-beach {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 30px;
        background: #649a30;
        color: #fff
    }
    .beach {
        min-height: 600px;
        background: url('../images/bg-beach.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: initial
    }
}

.contacts {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 20%
}

.contacts li {
    margin-bottom: 4px;
}

.contacts li::before {
    display: none
}

.contacts a {
    min-width: 56px;
    padding: 10px 15px;
    background: #649a30;
    color: #fff;
    clear: left;
    text-align: center;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 18px;
}

.contacts a span {
    font-size: 14px;
}

.contacts a span {
    width: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block;
    text-align: left;
    opacity: 0
}

.contacts a:hover span {
    width: 300px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 1
}

.contacts li:first-child a:hover span {
    width: 140px;
}

.video-wrapper {
    /*	background:#cc0033 url('../images/vinea-apoldia-maior.jpg') no-repeat left top;
	background-size:cover;*/
    background: #fff;
    height: 100vh;
    overflow: hidden
}

#video-viewport {
    overflow: hidden;
    z-index: -1;
    /* for accessing the video by click */
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 24, 55, 0.3);
}

span.line {
    width: 40px;
    height: 4px;
    background: #649a30;
}

.btn-scroll {
    cursor: pointer;
}

.hero-txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    font-weight: 300;
    color: #fff;
    z-index: 3;
    padding-bottom: 60px
}

.hero-txt h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    background: #649a30;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.hero-txt span {
    display: block;
    font-weight: 700
}

.hero-txt .t2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.hero-txt .t2 p:last-child {
    font-size: 20px;
    margin-top: 20px;
}

.hero.int .hero-txt {
    top: 20%;
}

.hero.int .hero-txt h1 {
    font-size: 42px;
}

.slideshow {
    background: #fff;
    width: 100%;
    overflow: hidden
}

.slideshow .item {
    position: relative;
    overflow: hidden;
}

@media (max-width:992px) {
    .slideshow .item {
        position: relative;
        overflow: hidden;
        height: Calc(100vh / 2);
    }
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    width: 100%
}

.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    z-index: 101;
    font-size: 20px;
    background: url(../images/btn-prev-w.png) no-repeat center center;
}

.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    z-index: 101;
    font-size: 20px;
    background: url(../images/btn-next-w.png) no-repeat center center;
}

@media (max-width:768px) {
    .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        z-index: 101;
        font-size: 20px;
    }
    .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        z-index: 101;
        font-size: 20px;
    }
}

.owl-dots {
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    text-align: center;
}

.slideshow-wrapper .owl-dots {
    display: none
}

.owl-carousel button.owl-dot {
    width: 20px;
    height: 4px;
    background: #fff!important;
    margin: 0 4px;
}

.owl-carousel button.owl-dot.active {
    background: #649a30!important
}

.quest-book-carousel p {
    font-style: italic;
}

.owl-carousel.quest-book-carousel {
    padding-left: 60px;
    padding-right: 60px;
}

.owl-carousel.quest-book-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 101;
    font-size: 20px;
    background: url(../images/btn-prev.png) no-repeat center center;
}

.owl-carousel.quest-book-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 101;
    font-size: 20px;
    background: url(../images/btn-next.png) no-repeat center center;
}

.owl-carousel.quest-book-carousel button.owl-dot {
    background: #cccccc!important
}

.owl-carousel.quest-book-carousel .owl-dots {
    bottom: -20px;
}

@media (max-width:768px) {
    .owl-carousel.quest-book-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        z-index: 101;
        font-size: 20px;
    }
    .owl-carousel.quest-book-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        z-index: 101;
        font-size: 20px;
    }
}

@media (max-width:1440px) {
    .hero.int {
        position: relative
    }
    .hero.int .hero-txt {
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 20px;
    }
}

@media (max-width:768px) {
    .hero-txt {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        font-weight: 300;
        color: #fff;
        z-index: 3
    }
    .hero-txt h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .mobile-hero .hero-txt {
        font-size: 24px;
        margin-bottom: 20px;
        top: 68%;
    }
    .hero-txt .t2 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .hero-txt .t2 p:last-child {
        font-size: 14px;
        margin-top: 10px;
    }
    .hero.int .hero-txt h1 {
        font-size: 24px;
    }
}

.btn-scroll {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 20px;
    z-index: 100;
    color: #fff;
    font-size: 40px;
    opacity: 0.7;
    cursor: pointer
}

section {
    background: #fff;
    padding: 80px 15px;
}

section.intro {
    padding: 80px 15px;
}

section.informatii {
    background: #cbfbb6;
}

section.contact {
    min-height: 500px;
    background: url(../images/eurosan-clinic-cluj-contact.jpg) no-repeat center center;
    background-size: cover;
}

.w-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 100px
}

@media (max-width:768px) {
    section.organigrama {
        padding: 50px 15px;
        background: url('../images/h2h-romania-2-m.jpg') no-repeat center top;
        background-size: cover;
        color: #fff;
        overflow: hidden;
    }
    section.intro {
        background: #f6f6eb;
        padding: 50px 15px;
    }
}

a.read-more {
    font-size: 13px;
    text-transform: capitalize;
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #649a30;
    background: #649a30;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    letter-spacing: 2px;
    margin-top: 20px
}

a.read-more:hover {
    font-size: 13px;
    text-transform: capitalize;
    padding: 6px 20px;
    display: inline-block;
    color: #649a30;
    border: 1px solid #649a30;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/* a.read-more:hover::after{
	content:"\2192";
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
} */

.custom-bg {
    background: #649a30
}


/*owl carousel*/

.owl-carousel button.owl-dot {
    width: 20px;
    height: 4px;
    background: #fff!important;
    margin: 0 4px;
}

.owl-carousel button.owl-dot.active {
    background: #649a30!important
}

.owl-carousel.h-carousel .owl-dots {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
}

.owl-carousel.h-carousel button.owl-dot {
    width: 20px;
    height: 4px;
    background: #ccc!important;
    margin: 0 4px;
}

.owl-carousel.h-carousel button.owl-dot.active {
    background: #649a30!important
}

.owl-carousel.h-carousel .owl-nav button.owl-prev {
    width: 30px;
    left: -40px;
    color: #649a30;
    font-size: 30px;
}

.owl-carousel.h-carousel .owl-nav button.owl-next {
    width: 30px;
    right: -40px;
    color: #649a30;
    font-size: 30px;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%
}

.owl-carousel.h-carousel .owl-nav button.owl-next {
    right: 20px;
    position: absolute;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .item h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400
}

.owl-carousel .item a {
    display: block;
    padding: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.owl-carousel .item a:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.news-carousel.owl-carousel .item a:hover {
    box-shadow: none!important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.owl-carousel .item a:hover h3 {
    color: #649a30
}

.owl-carousel .item .label {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    background: #649a30;
    color: #fff;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 101
}

.owl-carousel .item:hover .label {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #649a30;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/* NEWS */

section.news {
    padding: 0;
}

section.news h4 {
    font-size: 18px;
}

section.news .news-date {
    color: #649a30;
    font-size: 14px;
    font-weight: 400
}


/* News carousel*/


/*owl carousel*/

.owl-carousel.news-carousel {
    padding-left: 30px;
    padding-right: 30px;
}

.owl-carousel.news-carousel button.owl-dot {
    width: 20px;
    height: 4px;
    background: #fff!important;
    margin: 0 4px;
}

.owl-carousel.news-carousel button.owl-dot.active {
    background: #649a30!important
}

.owl-carousel.news-carousel .owl-dots {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
}

.owl-carousel.news-carousel button.owl-dot {
    width: 20px;
    height: 4px;
    background: #ccc!important;
    margin: 0 4px;
}

.owl-carousel.news-carousel button.owl-dot.active {
    background: #649a30!important
}

.owl-carousel.news-carousel .owl-nav button.owl-prev {
    width: 30px;
    left: -20px;
    color: #649a30;
    font-size: 30px;
    position: absolute
}

.owl-carousel.news-carousel .owl-nav button.owl-next {
    width: 30px;
    right: -20px;
    color: #649a30;
    font-size: 30px;
    position: absolute
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 4
}

.owl-carousel.news-carousel .item {
    text-align: left;
}

.owl-carousel .item h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400
}

.owl-carousel .item a {
    display: block;
    padding: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.owl-carousel .item a:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.owl-carousel .item a:hover h3 {
    color: #649a30
}

.news-carousel.owl-carousel .item h4 a {
    padding: 0;
    color: #323947
}

.owl-carousel .item .label {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    background: #649a30;
    color: #fff;
    position: absolute;
    left: -60px;
    top: 20%;
    margin-top: -30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 101
}

.owl-carousel .item:hover .label {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #649a30;
    color: #fff;
    position: absolute;
    left: 0;
    top: 20%;
    margin-top: -30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.media-box {
    background: #f6f6eb;
}

.bg-other {
    background: url('../images/bg-news.jpg') no-repeat center top;
    background-size: cover
}

section.other {
    background: #F8F8F8;
    padding: 80px 15px;
}

section.other a {
    color: #fff;
    font-size: 20px;
}

section.other a span {
    color: #fff;
    font-size: 20px;
    padding: 15px;
    background: #152232;
    display: block;
    position: relative;
}

section.other a span::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url('../images/arrow.png') no-repeat;
}

footer {
    padding: 80px 0;
    color: #fff;
    font-size: 14px;
}

footer a {
    color: #fff!important
}

footer ul {
    padding: 0;
}

footer ul li::before {
    display: none
}

footer .social-btm a {
    font-size: 18px;
}


/*=======
CATEG
========*/

section.first {
    background: #fff
}

section.first .title {
    border-right: 1px solid #649a30
}

section.content {
    background: #f6f6ec;
    padding: 60px 15px;
}

.prod-list>div {
    margin-bottom: 30px;
}

.prod-list a {
    padding: 15px;
    display: block;
    background: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.prod-list a:hover {
    color: #649a30;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.prod-list a h3 {
    font-size: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.prod-list a:hover h3 {
    color: #649a30;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.prod-list a img {
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 20px;
}

.prod-list a:hover img {
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.prod-list a .label {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    background: #649a30;
    color: #fff;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 101
}

.prod-list a:hover .label {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #649a30;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.prod-list a span.title {
    color: #323947;
    font-size: 20px;
}

.prod-list a:hover span.title {
    color: #649a30;
    font-size: 20px;
}

.big-img {
    border-right: 1px solid #ccc
}

.prod-details h4 {
    font-size: 18px;
}

.breadcrumbs {
    color: #666
}

.news-list li::before {
    display: none
}

.news-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}


/*=== detalii===*/

.big-img .label-bio {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    background: #649a30;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 101;
}

a.post-edit-link {
    padding: 6px 20px;
    background: #333333;
    color: #fff
}

a.more-link {
    float: right
}

a.more-link::after {
    content: "\f30b";
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900;
    margin-left: 6px;
}

.modal-body video {
    width: 100%!important
}

a.start-video {
    display: block;
    position: relative
}

.video-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.play-btn {
    width: 100px;
    height: 100px;
    background: url('../images/play-btn.svg') no-repeat left top;
    background-size: 100%;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 3;
    opacity: 0.6;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a.start-video:hover .play-btn {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media (max-width:992px) {
    body {
        padding-top: 100px;
    }
    h1,
    h2,
    h3 {
        font-weight: 200
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 24px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    a.project-ecofruct {
        width: 240px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 34px;
    }
    .custom-toggler.navbar-toggler {
        position: absolute;
        right: -15px;
        top: 13px;
    }
    .breadcrumbs {
        display: none;
    }
    section.intro {
        background: #f6f6eb;
        padding: 40px 15px;
    }
    .top.whitev a.project-ecofruct {
        width: 90px;
        height: 90px;
    }
    .top,
    .top.small-bar {
        height: 100px;
    }
    .top.whitev.small-bar a.project-ecofruct {
        width: 80px;
    }
    .navbar-toggler {
        border: none
    }
    .top.whitev .main-nav ul li a {
        color: #323947;
    }
    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .custom-toggler.navbar-toggler {
        border-color: rgb(0, 0, 0);
    }
    .navbar-nav {
        margin-top: 20px;
        padding: 20px;
        background: rgba(255, 255, 255, 1)
    }
    .top.whitev .navbar-nav {
        margin-top: 20px;
        padding: 10px;
        background: rgba(255, 255, 255, 1);
        box-shadow: -5px 7px 9px 0px rgba(0, 0, 0, 0.21);
        -webkit-box-shadow: -5px 7px 9px 0px rgba(0, 0, 0, 0.21);
        -moz-box-shadow: -5px 7px 9px 0px rgba(0, 0, 0, 0.21);
    }
    .main-nav ul li {
        margin-bottom: 0;
    }
    .main-nav ul li a {
        display: block
    }
    .top.whitev .main-nav ul li:hover ul {
        padding: 20px;
        background-color: rgba(255, 255, 255, 1);
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }
    .top .main-nav ul li:hover ul {
        padding: 10px 10px;
        background-color: rgba(255, 255, 255, 1);
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }
    .top.small-bar .main-nav ul li:hover ul,
    .top .main-nav ul li:hover ul {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        background-color: transparent
    }
    .main-nav ul {
        padding: 0;
        margin-top: 0;
    }
    .main-nav ul li a {
        color: #323947!important
    }
    .contacts {
        top: 40%
    }
    .contacts-top {
        position: absolute;
        right: 70px;
        top: 56px;
    }
    .contacts-top li::before {
        display: none
    }
    .small-bar .contacts-top {
        top: 50px;
    }
    .contacts-top li {
        display: inline-block;
        padding: 0 6px;
    }
    .contacts-top li a {
        color: #fff;
        font-size: 18px
    }
    .top.whitev .contacts-top li a,
    .top.small-bar .contacts-top li a {
        font-size: 18px
    }
    .small-bar.top.whitev .contacts-top li a {
        color: #323947;
        font-size: 18px
    }
    .txt-name {
        width: 100%;
        height: 80px;
        margin-left: -50%;
        margin-top: -40px;
        top: 50%
    }
    .txt-name-black {
        width: 100%;
        height: 80px;
        margin-left: -50%;
        margin-top: -40px;
        top: 30%
    }
    .contacts {
        display: none
    }
    .owl-carousel.news-carousel .owl-nav button.owl-prev {
        width: 30px;
        left: -10px;
        color: #649a30;
        font-size: 30px;
        position: absolute
    }
    .owl-carousel.news-carousel .owl-nav button.owl-next {
        width: 30px;
        right: -10px;
        color: #649a30;
        font-size: 30px;
        position: absolute
    }
    section.intro {
        background: #f6f6eb;
        padding: 50px 15px;
    }
    .hero.int {
        max-height: none;
        height: 200px;
        overflow: hidden;
    }
    .visit-us img {
        width: 70px;
    }
}

@media (max-width:768px) {
    .mobile-hero {
        background: url('../images/hero-int-m.jpg') no-repeat center top;
        height: 200px;
        background-size: cover;
    }
}

@media (max-width:640px) {
    .txt-name {
        width: 100%;
        height: 80px;
        margin-left: -50%;
        margin-top: -40px;
    }
    .navbar-light .navbar-toggler-icon {
        fill: #fff
    }
}

table {
    border: none !important;
}

table img {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

table {
    width: 100%!important;
    margin-bottom: 30px;
}

table tr td,
table tr th {
    padding: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
}

@media (max-width:640px) {
    table tr td,
    table tr th {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        vertical-align: top;
        text-align: center;
        letter-spacing: 0;
        display: block
    }
}

.top-wrapper {
    z-index: 999;
    font-size: 13px;
}

.top-links {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 13px;
}

.lang-wrapper a {
    color: #fff
}

.lang-wrapper h3 {
    display: none
}

.lang-wrapper ul li {
    margin-left: 10px;
}

.lang-wrapper ul li::before {
    display: none
}

a.search-btn {
    padding: 6px 12px;
    background: #649a30;
    color: #fff;
    font-size: 16px;
    display: inline-block
}

@media (max-width:992px) {
    a.search-btn {
        padding: 6px 9px;
        background: #649a30;
        color: #fff;
        font-size: 13px;
        display: inline-block;
    }
    .top-links {
        position: absolute;
        right: 0;
        top: 50px;
        font-size: 13px;
    }
}