  /****************/
 /* basic colors */
/****************/

.bg-primary{
    background-color: #5fc6c3!important;
}
.text-primary, .text-primary a{
    color: #5fc6c3!important;
}
.border-primary{
    border-color: #5fc6c3!important;
}

.bg-secondary{
    background-color: #99c8d6!important;
}
.text-secondary, .text-secondary a{
    color: #99c8d6!important;
}
.border-secondary{
    border-color: #99c8d6!important;
}

.bg-dark{
    background-color: #2f9cbf!important;
}
.text-dark, .text-dark a{
    color: #2f9cbf!important;
}
.border-dark{
    border-color: #2f9cbf!important;
}

.bg-light{
    background-color: #f8f9fa!important;
}
.text-light, .text-light a{
    color: #f8f9fa!important;
}
.border-light{
    border-color: #f8f9fa!important;
}

.bg-dark-orange{
    background-color: #f1602a;
}
.text-dark-orange{
    color: #f1602a;
}
.border-dark-orange{
    border-color: #f1602a;
}
.bg-lite-orange{
    background-color: #ffdd7d;
}
.text-lite-orange{
    color: #ffdd7d;
}
.border-lite-orange{
    border-color: #ffdd7d;
}
.bg-orange{
    background-color: #f89428;
}
.text-orange{
    color: #f89428;
}
.border-orange{
    border-color: #f89428;
}

a.hovercolor:hover{
    text-decoration: none;
    transition: 0.4s;
    color: #ff0 !important;
}
a.hovercolor:hover>*{
	transition: 0.4s;
    color: #ff0 !important;
}

  /**********************/
 /* General typography */
/**********************/

body{
    font-family: 'Lato', sans-serif;
    font-size:  1.15rem;
    line-height: 1.35em;
    color:  #1c1c1c;
    background-color: #fff;
}

h1{
    font-size:2.2rem;
}

h1.section-title{
    margin-bottom:  0.8em;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 600;
}

p, li{
    text-align: justify;
}

.dot{
    height: 1em;
    width:  1em;
    border-radius: 50%;
}

.dot-lite-orange{
    background-color: #ffc726;
}
.dot-orange{
    background-color: #fbaf5d;
}
.dot-dark-orange{
    background-color: #f1602a;
}

.important{
    border: 2px solid rgba(133,210,208,0.5);
    padding:    1em 1.5em;
    font-weight: 700;
}

  /************/
 /*  header  */
/************/

#main-nav .navbar-toggler {
    color: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,0.6);
    margin-top: 1rem;
    outline: none;
}

header{
    position: relative;
}

div#raniseptol-link{
    background-color: #5fc5c2;
    text-align: center;    
}

div#raniseptol-link a{
    display: inline-block;
    text-decoration: none;
    padding:    0.5em 1em 0.4em;      
}
div#raniseptol-link a:hover{
    text-decoration: none;
}
div#raniseptol-link a h5{
    display: inline-block;
    transition: 0.4s;
    font-weight: 600;
}

div#raniseptol-link a:hover h5{
    color:  yellow !important;
}

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;
}
nav#main-nav .nav-link:hover{
    color:  #ffc726 !important;
}

section.slider-top.only-one-slide a[role=button], section.slider-top.only-one-slide ol.carousel-indicators{
    display:    none;
}

.slider-top .carousel-item{
    min-height: 450px;
    background-color: #ad431b;
    background-image: url('../img/header-bg.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;
    bottom: 0;
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.slider-top .carousel-caption:before {
    content:    '';
    position: absolute;
    width:  194px;
    height: 219px;
    left:   30px;;
    bottom: 5%;
    background-image: url('../img/raniseptol_arsuri_spuma_packshots-stamp.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-top .carousel-caption h1{
    font-family: 'Khand', sans-serif;
    font-size:  4.3rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1em;
}
.slider-top .carousel-caption .header-packshot{
    position: relative;
    width:  195px;
}
.slider-top .carousel-caption .header-packshot:before{
    content:    '';
    position: absolute;
    width:  220%;
    height: 20%;
    left:   -68%;
    bottom: -4%;
    background-image: url('../img/header-packshot-shadow.png');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.slider-top .carousel-caption .header-packshot:after{
    content:    '';
    position: absolute;
    width:  600%;
    height: 20%;
    left:   -100%;
    bottom: -7%;
    background-image: url('../img/header-desk.png');
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: -2;
}

  /************/
 /*  footer  */
/************/

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;
    font-weight: 700;
    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{
    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;
}

#raniseptol{
    padding-bottom: 4rem;
    background-image: url('../img/raniseptol-bottom.png');
    background-size:    auto;
    background-position: center bottom;
    background-repeat: repeat-x;
}

#raniseptol .important{
    color:  #35b3b0;
    border-color: rgba(133,210,208,0.5);
}

#raniseptol .bottle{
    position: relative;
    z-index: 99;
    width:  140px;
}

#raniseptol .bottle:after{
    content: '';
    position: absolute;
    width:  300%;
    height: 20%;
    left:   -114%;
    bottom: -3%;
    background-image: url('../img/raniseptol-bottle-shadow.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#raniseptol div[class*="bottle-"]{
    position: relative;
    z-index: 0;
}

#raniseptol div.bottle-left p{
    margin-bottom: 0;
    text-align: left;    
}
#raniseptol div.bottle-right p{
    margin-bottom: 0;
    text-align: right;    
}

#raniseptol div[class*="bottle-"] div[class^="item-"]{
    position: relative;
    color:  #35b3b0;
    font-weight: 600;
    text-transform: uppercase;
}

#raniseptol div[class*="bottle-"] div[class^="item-"]:after{
    content: '';
    position: absolute;
    bottom: -0.5em;
    height: 100%;
    border-bottom: 2px dotted #1c1c1c;    
}

#raniseptol div.bottle-left div[class^="item-"]:after{
    left:   0;
    right:  -5px;
}
#raniseptol div.bottle-left div.item-1:after{
    right:  -28px;
}

#raniseptol div.bottle-right div[class^="item-"]:after{
    right:   0;
    left:   -5px;
}
#raniseptol div.bottle-right div.item-1:after{
    right:   0;
    left:   -28px;
}

/***********************************/

#nanoparticulele h4{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}

#nanoparticulele p{
    padding-left:   12px;
    border-left:    3px solid #afe3e1;
    font-weight: 500;
}

/***********************************/

#prim_ajutor .img-wrapper{
    position: relative;
}
#prim_ajutor .img-wrapper:after{
    content:    '';
    position: absolute;
    top:    0;
    bottom: 0;
    left:   0;
    width:  500%;
    background-image: url('../img/prim_ajutor_bg.png');
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

#prim_ajutor p{
    font-weight: 600;
}

/***********************************/

#info{
    padding-top: 4rem;
    background-image: url('../img/info-bg.jpg');
    background-size: cover;
    background-position: right 90%;
}

#info h3{
    position: relative;
    padding-left:   2.4em;
    margin-bottom:  1em;
    color:  #35b3b0;
    font-size: 1.6rem;
    text-transform: uppercase;
}

#info h3:before{
    content: '';
    position: absolute;
    left:   0;
    top:    -0.4em;
    height: 1.8em;
    width:  1.8em;
    background-size:    contain;
    background-position: center;
    background-repeat: no-repeat;
}

#info .indicatii h3:before{
    background-image: url('../img/info-icon-1.png');
}
#info .utilizare h3:before{
    background-image: url('../img/info-icon-2.png');
}
#info .ingrediente h3:before{
    background-image: url('../img/info-icon-3.png');
}

#info ul{
    list-style: none;
}

#info ul li{
    position: relative;
    margin-bottom: 0.9em;
    font-weight: 600;
    text-align: left;
}

#info ul li:before{
    content: '';
    position: absolute;
    left:   -1.4em;
    top:    0.3em;
    width:  0.6em;
    height: 0.6em;
    background-color: #80d2cf;
    border-radius: 50%;
}

/***********************************/

#media{
    
}

/***********************************/

#comanda{
    background-image: url('../img/comanda-bg.jpg');
    background-size: auto 110%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#comanda .pharmacies a>img{
    padding:    0 0.5em;
}

a.cumpara-button{
    display: inline-block;
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;    
    text-align: center;
    border-radius: 2em;
    padding: 0.8em 1.4em 0.7em;
    margin-left: auto;
    margin-right: auto;
    background-color: #d72609;
    background: -moz-linear-gradient(right, #d72609, #f57d34);
    background: -webkit-linear-gradient(right, #d72609, #f57d34);
    background: -o-linear-gradient(right, #d72609, #f57d34);
    background: linear-gradient(to right, #d72609, #f57d34); 
    transition: 0.4s;
}

a.cumpara-button:hover{
    filter: brightness(1.15);
    color: #fff;
    text-decoration: none;
}

/***********************************/

#raniseptol_arsuri{
    background-color: rgba(255,199,38,0.2);
    border-bottom: 1px solid #f1602a;
}

#raniseptol_arsuri div[class^="grade-"]{
    font-weight: 700;
}

#raniseptol_arsuri div.dots{
    margin-top: 1em;
    margin-bottom: 0.1em;
}

#raniseptol_arsuri div.dot{
    display: inline-block;
    margin-right:   0.4em;
}

/***********************************/

#arsurile_solare_cauze{
    background-image: url('../img/arsurile_solare_cauze-bg.jpg');
    background-position: top right;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-bottom: 1px solid #f1602a;
}

/***********************************/

#arsurile_solare_simptome .important{
    border-color: rgba(241,96,42,0.5);
    border-style: dotted;
    border-width: 4px;
}

/***********************************/

#arsurile_solare_prevenirea{
    background-image: url(../img/arsurile_solare_prevenirea-bg.jpg);
    background-size: auto 100%;
    font-weight: 500;
    text-shadow: -2px -2px 3px rgba(5, 74, 99, 1), 2px -2px 3px rgba(5, 74, 99, 1), -2px 2px 3px rgba(5, 74, 99, 1), 2px 2px 3px rgba(5, 74, 99, 1);    
}

#arsurile_solare_prevenirea .woman{
    position: relative;
    z-index: 99;
}
#arsurile_solare_prevenirea .woman:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 300%;
    top: 0;
    right: 0;
    background-image: url('../img/arsurile_solare_prevenirea-woman.png');
    background-position: right bottom;
    background-size: auto 95%;
    background-repeat: no-repeat;
}

#arsurile_solare_prevenirea .bar{
    position: relative;
    padding:    1em 0;
}
#arsurile_solare_prevenirea .bar:before{
    content: '';
    position: absolute;
    width:  700%;
    height: 100%;
    left:   -300%;
    top: 0;
    background-color: #0885ab;
    z-index: 0;
}
#arsurile_solare_prevenirea .bar p{
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: none;
}

#arsurile_solare_prevenirea ul{
    list-style: none;
    padding-bottom: 1em;
}
#arsurile_solare_prevenirea ul li{
    position: relative;
    padding-bottom: 0.5em;
}
#arsurile_solare_prevenirea ul li:before{
    content: '';
    position: absolute;
    left: -2em;
    top: 0.15em;
    height: 1em;
    width: 1em;
    background-color: #ffc726;
    border-radius: 50%;
}


/************************************/

#raniseptol_arsuri_spuma{
    overflow: hidden;
}

#raniseptol_arsuri_spuma .highlighted{
    font-size: 1.1em;
    color:  #f1602a;
    font-weight: 700;
}

#raniseptol_arsuri_spuma ul{
    list-style: none;
}
#raniseptol_arsuri_spuma ul li{
    position: relative;
    padding-bottom: 0.5em;
}
#raniseptol_arsuri_spuma ul li:before{
    content: '';
    position: absolute;
    left: -2em;
    top: 0.15em;
    height: 1em;
    width: 1em;
    background-color: #ffc726;
    border-radius: 50%;
}
#raniseptol_arsuri_spuma ul.sfaturi li:before{
    background-color: #f1602a;
}

#raniseptol_arsuri_spuma .packshots{
    text-align: left;
}

#raniseptol_arsuri_spuma .packshots div{
    display: inline-block;
    position: relative;
}
#raniseptol_arsuri_spuma .packshots div:before{
    content: '';
    position: absolute;
    height: 86%;
    width: 250%;
    top:    19%;
    left: -35%;
    background-image: url('../img/raniseptol_arsuri_spuma_packshots-bg.png');
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
#raniseptol_arsuri_spuma .packshots div:after{
    content: '';
    position: absolute;
    height: 29%;
    width: 100%;
    bottom:    5%;
    right: -93%;
    background-image: url('../img/raniseptol_arsuri_spuma_packshots-stamp.png');
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#raniseptol_arsuri_spuma .bottle div{
    display: inline-block;
    position: relative;
}
#raniseptol_arsuri_spuma .bottle:before{
    content: '';
    position: absolute;
    height: 200%;
    width: 150%;
    top:    0%;
    right:  20%;
    background-image: url('../img/raniseptol_arsuri_spuma_bottle.png');
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1;
}

#raniseptol_arsuri_spuma .comanda{
    padding-top:    1rem;
    padding-bottom: 1rem;
    position: relative;
}

#raniseptol_arsuri_spuma .comanda:before{
    content: '';
    position: absolute;
    width: 500%;
    height: 100%;
    left:   -200%;
    top:    0;
    background-color: #ffe392;
    z-index: -1;
}
#raniseptol_arsuri_spuma .comanda h1{
    margin: 0;
}

#raniseptol_arsuri_spuma .row-2{
    position: relative;
    z-index: 2;
}
#raniseptol_arsuri_spuma .row-3{
    position: relative;
    z-index: 1;
}

    /*******************************************/
   /*                                         */
  /*              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) {
    .slider-top .carousel-caption .header-packshot{
        width:  165px;
    }
    .slider-top .carousel-caption:before{
        width:  180px;
    }
    nav#main-nav .nav-link{
        font-size:  2rem;
        line-height: 1.3em;
        text-shadow: -4px -4px 8px rgba(24, 61, 59, 0.9), 4px -4px 8px rgba(24, 61, 59, 0.9), -4px 4px 8px rgba(24, 61, 59, 0.9), 4px 4px 8px rgba(24, 61, 59, 0.9);    
    }
    .slider-top .carousel-caption h1{
        font-size:  5.6vw;
    }
    #raniseptol_arsuri_spuma .bottle{
        padding-top:    450px;
    }      
    #raniseptol_arsuri_spuma .bottle:before{
        width: 100%;
        height: 100%;
        left:   0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: center;
        -webkit-background-size: contain;
        background-size: contain;
    }      
}


@media screen and (max-width: 767px) {
    .slider-top .carousel-caption:before{
        width:  20vw;
    }
    .slider-top .carousel-caption .header-packshot{
        width:  23vw;
    }
    .slider-top .carousel-caption .header-packshot:after{
        height: 25%;
        bottom: -10%;
    }  
}


@media screen and (max-width: 575px) {
    nav#main-nav span.navbar-text{
        width: calc(100% - 75px);
    }
    #main-nav .navbar-toggler{
        margin-top: 0;
    }
    .slider-top .carousel-caption h1{
        font-size: 6.6vw;
        margin-bottom: 2.6vw;
    }
    .slider-top .carousel-caption .header-packshot{
        max-width:  140px;
        margin-left: auto;
    }
    #raniseptol div[class*="bottle-"] div[class^="item-"]{
        margin-bottom: 1em;
    }
    
    #raniseptol div[class*="bottle-"] div[class^="item-"] p{
        text-align: center;
    }
    #raniseptol div[class*="bottle-"] div[class^="item-"]:after{
        left:   0 !important;
        right: 0 !important;
    }
    #raniseptol_arsuri_spuma .bottle{
        padding-top:    100%;
    }     
    #raniseptol_arsuri_spuma .section-title{
        font-size: 1.6rem;
    }    
    a.cumpara-button{
        font-size: 6vw;
    }
    
}

@media screen and (min-width: 576px) {
    .slider-top .carousel-caption .header-packshot{
        flex-basis: auto;
        flex-grow: 0;
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (min-width:768px){
    
}


@media screen and (min-width:992px){
    
}


@media screen and (min-width:1200px){
    #prim_ajutor .img-wrapper:after{
        left:   4rem;
    }
    #prim_ajutor h1.section-title{
        font-size:  2.75vw;
    }    
}

@media screen and (min-width:1420px){
    #prim_ajutor h1.section-title{
        font-size:  2.3rem;
    }    
}
@media screen and (min-width:1920px){

}