/*ul{padding: 0;}
li{    list-style-type: none;}*/
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover{text-decoration: none; outline: none; }
li.no_bullet{    list-style-type: none;}
nav a:hover{color: #fff;}
/***************** \\\\\ PAGE  HEADER  //////*****************************/
header{
    position: relative;
    top: 0;
    left: 0;
}
header img, aside img, main img, footer img{width: 100%;}
img.logo{
    width: 50%;
    max-width: 200px;
}
.mtop_10{
    margin-top:10% !important;
}
/* --------------- nav_xs ------------------------- */
    #toggle {
     position: absolute;
        top: 14px;
        right: 10px;
        display: inline-block;
        width: 45px;
        height: 50px;
        z-index: 100;
        padding: 9px;
    }

    #toggle span:after,
    #toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }
    #toggle span:after{
         top: 9px;
    }
    #toggle span {
        position: relative;
        display: block;
        cursor: pointer;
    }

    #toggle span {
        width: 100%;
        height: 3px;
        background-color: #888;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
        margin-top: 4px;
    }

    /* on activation */
    #toggle.on span:nth-child(2) {
     background-color: transparent;
    }
    #toggle.on span:first-child {
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px);
    }
    #toggle.on span:last-child {
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px);
    }
    #toggle.on + #menu {
        opacity: 1;
        visibility: visible;
    }

    /* menu appearance*/
    #menu {
        position: absolute;
        top: 65px;
        right: 5px;
        width: 95%;
        /* height: 100px; */
        padding: 10px;
        margin: auto;
        font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
        text-align: center;
        /* border-radius: 4px; */
        background: white;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s;
        z-index: 100;
    }
    #menu:after {
        position: absolute;
        top: -15px;
        right:15px;
        content: "";
        display: block;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 20px solid white;
    }
    #menu > a{padding: 5px;}
    #menu > a.start, #menu > a.skin, #menu > a.regen, #menu > a.control{text-align: left;}
    #xs_nav{
        background: orange;
        position: fixed;
        top: 0;
        left: 0;
        padding: 15px;
        z-index: 99;
        width: 100%;
        box-shadow: 0 0 20px -2px #000000;
    }

    #xs_nav > .top{padding:0;}
    .xs_nav_txt{
        font-size: 1em;
    }
    #xs_nav .nav_link{
        border-bottom: 1px solid rgba(192, 192, 192, 0.44);
        margin-bottom: 5px;
        background: rgba(192, 192, 192, 0.14);
    }

/*********************** nav.no_scroll ***********************************/
#lg_nav, aside{display: none;}
nav{
    background-color: #f7931e;
    width: 60%;
    bottom: -50px;
    left: 20%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;    
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.nav_link{padding: 20px 15px;}
nav.no_scroll .nav_link:hover{
    /*background-color: rgba(0,0,0,.15);*/
    border-top: 1px solid #000000;
}
nav.scroll .nav_link:hover{
    background-color: rgba(0,0,0,.15);
    border-bottom: 1px solid #000000;
}
.nav_link > span{
    display: inline-block;
}
.nav_link > span:last-child{
    width: 100%;
    /*white-space: nowrap;*/
}
.nav_icon2{
    width: 50px;
    height: 54px;
    background-size: cover;
    background-image: url(../img/pansament.png);
}
.nav_icon{
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url(../img/icons.png);
}
.nav_link.medic > .nav_icon{
    background-position: 0 0;
}
.nav_link.pacient > .nav_icon{
    background-position: -34px 0;
}
.nav_link.contact > .nav_icon{
    background-position: 34px 0;
}
/*********************** nav.scroll ***********************************/
nav.scroll{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 115px;
    z-index: 100;
    box-shadow: 0 0 20px -2px #000000;
}
nav.scroll  figure{
    height: 120px;
    vertical-align: middle;
    line-height: 120px;
    text-align: left;
}
nav.scroll  figure >img{width: 65%;}
nav.scroll.active, nav.active{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
nav.scroll .nav_link{padding: 22px 15px;}
/*****************  \\\\\ Aside  /////*****************************/
/*
aside{
    position: fixed;
    top: 5%;
    right: 0;
    width: 100%;
    height: 60px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 100;
}
aside figcaption{
    font-family: 'TitilliumWeb-SemiBold';
    display: inline-block;
    font-size: 2em;
    vertical-align: middle;
    color: #fff;
}

aside a {
    background: silver;
    display: inline-block;
    padding: 5px;
    float: left;
    width: 25%;
    max-width: 250px;
    height: 60px;
}
aside figure{
    display: inline-block;
    line-height: 50px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
aside img{
    width: 100%;
    max-width: 50px;
    display: inline-block;
*/


aside > a.start{    background: url(../img/common/aside/aside_start.png) no-repeat; }
aside > a.control{    background: url(../img/common/aside/aside_control.png) no-repeat; }
aside > a.regen{    background: url(../img/common/aside/aside_regen.png) no-repeat; }
aside > a.skin{    background: url(../img/common/aside/aside_skin.png) no-repeat; }
aside > a.start, aside > a.skin, aside > a.regen, aside > a.control{    background-size: contain; }
aside{
    width: 38px;
    position: fixed;
    right: 0;
    top: 16.5%;
    z-index: 100;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
aside.active{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
aside a {
    padding: 0;
    float: left;
    /* width: 38px; */
    width: 100%;
    /*height: 200px;*/
    height: 20vh; 
    cursor: pointer;
}
aside a:hover {
    /*background: rgba(0,0,0,.7);*/
    opacity: .8;
    transition: all .2s ease-in;
    transform: translateX(-5px);
}
aside figure{
    display: inline-block;
    line-height: 45px;
    width: 100%;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: 200% 165%;
}
aside img, #menu img{
    max-width: 35px;
    display: inline-block;
}
aside figcaption, #menu figcaption{
    font-family: 'TitilliumWeb-SemiBold';
    display: inline-block;
    font-size: 1.5em;
    color: #fff;
    vertical-align: sub;
    margin-left: 10px;
}


/*****************  \\\\\ PAGE  MAIN  /////*****************************/
main{   
    margin-top: 15%;   
    border-bottom: 1px solid rgba(192, 192, 192, 0.55);
}
main, footer{
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 20px 5%;
}
main article, footer article{
    font-family: 'TitilliumWeb-Regular';
}
main::after, footer::after {
  content: "";
  background: url(../img/textura.jpg);
  background-size: contain;
  opacity: .5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.row{margin: 0;}
.m_bottom_10, .m_bottom_7{
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10% !important;
}
.m_bottom_7, .hr_wrapper {
    margin-bottom: 7% !important;
    display: inline-block;
    width: 100%;
}
.m_bottom_10.preview{margin-bottom: 0 !important;}
article{
    padding-top: 10%;
    color: #666666;
}
.full_page{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.preview{display: none;}
.full_page > figure, .crema > img, .spray > img, #crema, #spray{    
    border-bottom: 1px solid rgba(192, 192, 192, 0.55);
    padding: 20px;
    /*margin-bottom: 20px;*/
    text-align: center;
}
.crema > img, .spray > img{border: none;}
a.crema.half:hover, a.spray.half:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.medkit, .crema, .spray{  text-align: center; box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);}
.medkit > img{
    width: 70%;
}
/********************************** GENERAL Article *****************************************************************/
article#general > h1{
    text-align: center;
    margin-bottom: 7%;
    color: #073479;
}
article#general div{    padding: 0;}

#general > section.row > a >figure{
    float: left;
}
#general > section.row > a > figure > img{width: 100%;}
/*
.start_prev, .skin_prev{
    width: 20%;
}
.control_prev, .regen_prev{
    width: 18%;
}
*/
.control_prev {
    margin-top: 31px;
    margin-left: -4%;
    width: 26%;
}
.regen_prev {
    margin-left: 3.5%;
    margin-top: 33px;
    width: 25.4% !important;
}
.skin_prev{
    margin-left: -4%;
    width: 28%;
}


#general > section > a > figure:hover{
    -webkit-transform: scale(1.1);
    -moz-transform:    scale(1.1);
    -ms-transform:     scale(1.1);
    -o-transform:      scale(1.1);
    transform:         scale(1.1);
    transition: all .2s ease-in;
    cursor: pointer;
}
/********************************** START Article *****************************************************************/
#start{
    position: relative;
}
#start::after{
    content: "";
    background-image: url(../img/molecules.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .6;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    height: 50%;
}
.hr_wrapper>figure::before, .hr_wrapper>figure::after {
    content: "";
    width:40%;
    border-top:  2px solid #666666;
    display: inline-block;
}
.hr_wrapper>figure>img{
    width: 15%;
}
#start .medkit {text-align: center;}
.subtitle{
    font-family: 'TitilliumWeb-Bold';
    margin-bottom: 20px;
    margin-top: 35px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}
div.text{
    font-family: 'TitilliumWeb-Regular';
    margin-top: 30px;
}
div.text > p{
    float: left;
    clear: both;
}

article#general > h1, .subtitle {    font-size: 2.7em;}
article#general div, div.text, .indicatii_tab > div > ul{    font-size: 1.4em;}
article#general div:first-child{margin-bottom: 20px;}

p.underline{ padding-bottom: 5px;}
#start p.underline{    border-bottom: 1px solid #666666;}
#control p.underline{    border-bottom: 1px solid #fab900;}
#regen p.underline{    border-bottom: 1px solid #ef3219;}
#skin p.underline{    border-bottom: 1px solid #f196b0;}

/********************* tabs **********************/
.nav-tabs {    border-bottom: 1px solid #f7931e;}
#control .nav-tabs {    border-bottom: 1px solid #fab900;}
#regen .nav-tabs {    border-bottom: 1px solid #ef3219;}
#skin .nav-tabs {    border-bottom: 1px solid #f196b0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: rgba(0,0,0,0);
}
#regen .nav-tabs>li.active>a, #regen .nav-tabs>li.active>a:focus, #regen .nav-tabs>li.active>a:hover,#skin .nav-tabs>li.active>a, #skin .nav-tabs>li.active>a:focus, #skin .nav-tabs>li.active>a:hover  {border: none;}

.nav-tabs>li>a:hover {
    font-family: 'TitilliumWeb-Bold';
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: rgba(0,0,0,0); 
}
.nav-tabs>li{width: 100%; text-align: center;}
.nav-tabs>li>a {
    border: none;
}
.nav-tabs>li>a:hover {
    color: #f7931e;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #f7931e;
    font-family: 'TitilliumWeb-Bold';
    font-size: 1.1em;
    box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.74);
    border: none;
}
.tab-content{
    box-shadow: inset 0px 0px 30px -1px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
}

#control .nav-tabs>li>a:hover, #control .nav-tabs>li.active>a, #control .nav-tabs>li.active>a:focus, #control .nav-tabs>li.active>a:hover, #regen .compoz_section_title {color: #fab900;}
#regen .nav-tabs>li>a:hover, #regen .nav-tabs>li.active>a, #regen .nav-tabs>li.active>a:focus, #regen .nav-tabs>li.active>a:hover, #regen .compoz_section_title {color: #ef3219;}
#skin .nav-tabs>li>a:hover, #skin .nav-tabs>li.active>a, #skin .nav-tabs>li.active>a:focus, #skin .nav-tabs>li.active>a:hover, #skin .compoz_section_title {color: #f196b0;}

.tab-content>.tab-pane {
    padding-top: 20px;
    width: 100%;
}
.tab-content>.active {
    display: inline-block;
}
/******************** Article menu **********************************/
.article_menu > ul{
    padding: 0;
    font-family: 'TitilliumWeb-Regular';
    font-size: 1.2em;
    margin-bottom: 30px;
    display: inline-block;
}
.article_menu > ul > li { 
    list-style-type: none;
    border-bottom: 1px solid #f7931e;
    float: left;
    padding: 0 15px;
}
.article_menu > ul > li:first-child{padding-left: 0;}
.article_menu a, .article_menu a:visited{color: #666666;}
.article_menu li:hover > a, .article_menu li:focus > a, .article_menu li.selected a{
    color: #f7931e;
    font-family: 'TitilliumWeb-Bold';
}
.article_menu > ul > li:hover, .article_menu > ul > li:focus, .article_menu li.selected {
    border-bottom: 1px solid #666666;
}
/* -------------------- COmpozitie ------------------------ */
.compoz_section {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.compoz_section_title{
    font-family: 'TitilliumWeb-Bold';
    font-size: 1.1em;
}
.compoz_section > figure{
    padding-left: 0;
    text-align: center;    
    margin-bottom: 20px;
}
.compoz_section  img{
    max-width: 150px;
}
.compoz_section_title, .ambalare_section_title{ font-size: 1.6em;}
/*
.slice > .corner{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: silver;
    border-top-left-radius: 100%;
}
*/
.slice{
    display: inline-block;
    background-color: #666666;
    color: #fff;
    padding: 5px 15px;
    position: relative;
    margin-top: 5px;
    border-top-left-radius: 12px;
    font-size: 1.2em;
}
.slice:before, .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 0 10px 10px;
    border-style: solid;
    border-color: #b3b3b3 #dfe0e1;
    display: block;
    width: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.reference{
    color: #666666;
    font-size: .95em;
    padding: 10px;
}
/**************** INDICATII ***********************/
.indicatii_tab > div > ul{
    padding-top: 20px;
    font-size: 1.2em;
}
.border_r{
    padding: 0 15px;
    color: #f7931e;
    font-family: 'TitilliumWeb-Regular';
}
/****************** BENEFICII ****************************/
.table{
    display: table;
    border-spacing: 30px 0;
}
.boxWrapper{
    padding: 15px;
}
.box{
    position: relative;
    padding: 15px;
    background: #fff;
    padding-left: 25px;
    color: #332f2f;
    font-size: 1.2em;
    min-height: 100px;
    border: 2px solid #666666;
    border-top-left-radius: 26px;
}

.box::before{ border-width: 0 0 15px 15px;}

#start .box{    border: 2px solid #f7931e;}
#start .box::before{    border-color: #f7931e #f4f4f5;}

/****************** APLICARE ****************************/

/*
#aplicare .table{
       border-spacing: none;
}
.table > figure, .table > .arrow, .table_cell{
    display: table-cell;
}
*/
#start_aplicare_tab > .row, #start_aplicare > .row{
    margin-bottom: 20px;
}
/*
.arrow{
    position: relative;
    padding-left: 15px;
    width: 35%
}
.arrow::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}
*/
.row.no_float{text-align: center;}
.no_float > figure, .no_float > div{
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
/****************** AMBALARE ****************************/

/********************************** CONTROL Article *****************************************************************/
/******************** CONTROL crema **************************************/
#crema > img, #spray > img{width: 70%;}
#crema, #spray{text-align: left;}
.ctrl_half{margin:10% 0;}
#control .box{    border: 2px solid #fab900;}
#control .box::before{    border-color: #fab900 #f4f4f5;}

/********************************** REGEN Article *****************************************************************/
#regen .medkit{text-align: center;}
#regen .subtitle{color: #e74133;}
#regen .subtitle{color: #e74133;}
#regen .box{    border: 2px solid #e74133;}
#regen .box::before{    border-color: #e74133 #f4f4f5;}


/********************************** SKIN Article *****************************************************************/
#skin .box{    border: 2px solid #ef7396;}
#skin .box::before{    border-color: #ef7396 #f4f4f5;}

/********************* COLORS **************************/
.orange{color: #f7931e;font-family: 'TitilliumWeb-Bold';}
.yellow{color: #fab900; font-family: 'TitilliumWeb-Bold';}
.red{color: #e74133;font-family: 'TitilliumWeb-Bold'; }
.grey{color: #666666 !important;font-family: 'TitilliumWeb-Bold'}
.pink{color: #f196b0 !important;font-family: 'TitilliumWeb-Bold'}

/* --------------------------------\\\\\ PAGE FOOTER /////----------------------------------- */
footer::after {  background-size: cover;}
footer .rights{
    padding: 0;
    /*line-height: 70px;*/
    vertical-align: middle;
    margin-bottom: 20px
}

footer .links > div{
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(192, 192, 192, 0.55);
    margin-bottom: 20px;
}
footer .links > div.pharmap{text-align: center;}

/********************************** Responsive ***********************************/
