  /****************/
 /* basic colors */
/****************/

.bg-primary{
    background-color: #25594b!important;
}
.text-primary, .text-primary a{
    color: #24594c!important;
}
.border-primary{
    border-color: #25594b!important;
}

.bg-secondary{
    background-color: #82a098!important;
}
.text-secondary, .text-secondary a{
    color: #82a098!important;
}
.border-secondary{
    border-color: #82a098!important;
}

.bg-dark{
    background-color: #343a40!important;
}
.text-dark, .text-dark a{
    color: #343a40!important;
}
.border-dark{
    border-color: #343a40!important;
}

.bg-light{
    background-color: #d8dbd2!important;
}
.text-light, .text-light a{
    color: #d8dbd2!important;
}
.border-light{
    border-color: #d8dbd2!important;
}

a.hovercolor:hover{
    text-decoration: none;
    transition: 0.4s;
    color: #f9c353 !important;
}
a.hovercolor:hover>*{
	transition: 0.4s;
    color: #f9c353 !important;
}


  /**********************/
 /* General typography */
/**********************/

body{
    font-family: 'Nunito', 'Lato', sans-serif;
    font-size:  1.25rem;
    line-height: 1.35em;
}

h1.section-title{
    margin-bottom:  0.8em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    
}

p, li{
    
}

.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}


  /************/
 /*  header  */
/************/

header{
    position: relative;
}

section.slider-top.only-one-slide a[role=button], section.slider-top.only-one-slide ol.carousel-indicators{
    display:    none;
}

.slider-top .carousel-inner{
    overflow: visible;
}

.slider-top .carousel-item {
    min-height: 400px;
    background-color: #cfcdb5;
    background-image: url('../img/slides/header-woman.png');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-top .carousel-caption {
    width: 100%;
    max-width: 1280px;
    left: 50%;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    bottom: 0;
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.slider-top .carousel-caption h1{
    text-shadow: 2px 2px 5px #cfcdb5, -2px -2px 5px #cfcdb5, -2px 2px 5px #cfcdb5, 2px -2px 5px #cfcdb5;
}

.slider-top .carousel-item .header-packshot{
    -ms-transform: translate(0, 2rem);
    -moz-transform: translate(0, 2rem);
    -webkit-transform: translate(0, 2rem);
    transform: translate(0, 2rem);    
}

header .container-fluid.main-nav-wrapper{
    max-width: 1280px;
    position: absolute;
    width:  100%;
    top:    0;
    left:   50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index:    99;
}

nav#main-nav .nav-link{
    transition: 0.4s;
    color: white;
    
}

nav#main-nav .nav-link:hover{
    color: #f9c353;
    filter: brightness(1.2);
}

.navbar-text{
    position: relative;
}

.navbar-text::before{
    position: absolute;
    content: '';
    left: -6%;
    right: -6%;
    top: -5%;
    bottom: -5%;
    border-radius: 15px;
    background-color: rgba(207,205,181, 0.5);
    z-index: -1;
}

.navbar-dark .navbar-toggler{
    border-color: #24594c;   
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


  /************/
 /*  footer  */
/************/

footer{
    font-family: 'Lato', sans-serif;
}

footer p{
    text-align: center;
}

footer #contact, footer #copyright{
    padding:    2rem 1.25rem;
}
footer #contact h4{
    font-weight: 600;
}
footer #contact p{
    font-size:  1.1rem;
    line-height: 1.2em;
}
footer  p:last-of-type{
    margin-bottom: 0;
}

div#gotop{
	position:	fixed;
	right:	30px;
	bottom:	30px;
	display:	none;
	width:	50px;
	height:	50px;
	z-index:	999;
	border-width: 1px;
        border-style: solid;
        transition: background-color 0.4s, color 0.4s;;
}

div#gotop:hover{
    background-color:   rgba(73,186,47,0.8);
    border-color:   #fff;

}

div#gotop i{
	display:	block;
	position:	absolute;
	left:	50%;
	top:	50%;
	margin-left:	-20px;
	margin-top:	-22px;
	font-size:	40px;
}

div#gotop:hover i{
    color:  #fff;;
}


  /**************/
 /*  sections  */
/**************/

.section-interior.container-fluid{
    max-width: 1280px;
}

.section {
    padding: 3rem 1.25rem;
}

section#page-content{
    overflow: hidden;
}

#simptome{
    position: relative;
    overflow: hidden;
}

#simptome-bg{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: -100%;
    background-image: url('../img/simptome-bg.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#simptome .first-row{
    position: relative;
}

#simptome .first-row::before{
    position: absolute;
    content: '';
    width: 500%;
    height: 100%;;
    left:-200%;
    top: 0;
    background-color: rgba(37,89,75,0.5);
}

.ingrediente-1-item{
    border-color: #82a098 !important;
    border-width: 3px !important;
}


#ingrediente-2{
    background-color: #3a695d;
}

#ingrediente-2 .packshot-wrapper{
    position: relative;
}

#ingrediente-2 .packshot-wrapper::before{
    content: '';
    position: absolute;
    left: 10%;
    top: 20%;
    width: 115%;
    height: 160%;
    background-image: url('../img/circles2.png');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

#ingrediente-2 .packshot-wrapper img{
    position: relative;
    z-index: 9;
}

.ingredients-list .item{
    background-image: url('../img/line.png');
    background-size: 100% 7px;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.ingredients-list dt{
    font-weight: 400;
}

#comanda{
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
#comanda-bg{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -25%;
    bottom: -50%;
    background-image: url('../img/comanda-bg.png');
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position: 30% center;    
}


#utilizare h3{
    position: relative;
}

#utilizare h3::before{
    position: absolute;
    content: '';
    height: 125%;
    width: 30%;
    top: -20%;
    left: -33%;
    background-image: url('../img/arrow.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.cumpara{
    position: relative;
    z-index: 99;
}

.cumpara a{
    background-color: #f9c353;
    font-weight: 900;
    font-size: 1.3rem;
    padding: 0.8rem 0.3rem 0.7rem 0.3rem;
    transition: 0.4s;
}
.cumpara a:hover{
    text-decoration: none;
    color: #24594c!important;
    filter: brightness(1.2);
}


    /*******************************************/
   /*                                         */
  /*              media queries              */
 /*                                         */
/*******************************************/



@media screen and (max-width: 1920px) {
    
}


@media screen and (max-width: 1279px) {

}


@media screen and (max-width: 1199px) {
    
}


@media screen and (min-width: 992px) and (max-width: 1199px){
    
}


@media screen and (max-width: 991px) {
    .navbar-collapse{
        background-color: rgba(37,89,75,0.8);
    }
    
    .navbar-nav{
        padding-left: 1em;
        padding-right: 1em;
    }    
}


@media screen and (max-width: 767px) {
    .slider-top .carousel-caption h1{
        font-size: 5vw;
    }
}


@media screen and (max-width: 575px) {
    .slider-top .carousel-caption h1{
        font-size: 6vw;
    }
    .header-packshot{
        max-width: 300px;
    }
}


@media screen and (min-width:768px){
    
}


@media screen and (min-width:992px){
    
}


@media screen and (min-width:1200px){

}

@media screen and (min-width:1920px){
    
}