/*
	Template: Lovely Cosmetics Responsive HTML Template
	Version: 1.0
	Author: Axact Idea
	Email: axactidea@gmail.com
	ThemeForest Profile: https://themeforest.net/user/axactidea
*/
/* ------------------------------------------------------ */
/*         TABLE OF CONTENTS                              */
/* ------------------------------------------------------ */
/*   01 - Min width : 768px   */
/*   09 - Max width : 768px   */
/*   10 - Max width : 480px   */
/*   11 - Max width: 1170px & Min width: 768px   */
/*   12 - Maximum width: 620px and Minimum Width: 480px   */
/* ------------------------------------------------------ */



/*------------------------------------------------------------------------------*/
/*                    Minimum width : 768px 
/*------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
    
/* slideshow */
.slide-image {
  width:100%;
}
/* footer */
.payment-methods
{
  text-align:right;
}
.footer-links {
  text-align:left;
}
/* navigations */
.hidden-menu-trigger {
  top: 16px;
  right: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.top-nav li:hover > ul {
  display:block;
  z-index:10;
}
.top-nav li:hover > ul ul {
  left:100%;
  margin:-2.5rem 0;
  width:100%;
}
/* paddings */
.padding-l-right-30 {
  padding-right:30px !important; 
}
.padding-l-left-40 {
  padding-left:30px !important;
}
/* margins */
.margin-l-bottom-40 {
  margin-bottom:40px;
}

.margin-l-top-40 {
  margin-top:40px;
}


.tab-label{
    /*width: 14.28%;*/
}

/* **************************************************** */
/*                    gripovit                          */
/* **************************************************** */

div#gripovit div.tab-nav a.tab-label{
    width: 20%;
}

}



/*------------------------------------------------------------------------------*/
/*                    Maximum width : 768px
/*------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {    
.hide-l, .hide-s {
  display:block;
}
.hide-m {
  display:none;
}
.section  {
  padding: 3em 1.30em;
}
.margin-m-bottom {
  margin-bottom:2.5rem;
}
.margin-m-bottom-60 {
  margin-bottom:60px;
}
.margin-m-top-60 {
  margin-top:60px;
}
.margin-m-top-40 {
  margin-top:40px;
}


/* headings */
h1 {
  font-size:1.8em;
  line-height: 1.3em;
}
h2, h4 {
  font-size:1.5em;
  line-height: 1.4em;
}
h3 {
  font-size:1.2em;
  line-height: 1.4em;
}

/* logo */
.logo img {
  margin:0 auto;
  width:  auto;  
}


/* navigation */
nav {
  display:block;
  cursor:pointer;
  line-height:3;
}

nav>div.line{
    padding:    0 !important;
}

.top-nav li {
  float:none;
  list-style:none outside none;
  padding:0;
}
.top-nav li a {
  border-bottom:1px solid #2222a0;
  color:    #2222a0;
  display:block;
  padding:0.600rem 0.625rem;
  text-align:center;
  text-decoration:none;
}
.top-nav li a:hover {
  
}
.top-nav > ul {
  background-color: rgba(255,255,255,0.76);
  height:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  z-index:999;
}
.top-nav > ul.show-menu,.aside-nav.minimize-on-small > ul.show-menu {
  height:auto;
}
.top-nav ul ul {
  left:0;
  margin-top:0;
  position:relative;
  right:0;
}
.top-nav li ul li a {
  min-width:100%;
}
.top-nav li ul,.top-nav li ul li ul {
  display:block;  
  overflow:hidden; 
  height:0;   
}
.top-nav > ul ul.show-ul {
  display:block;
  height:auto;
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #f4f1f0;
  border-bottom:1px solid #fff;
  padding:0.625rem;
}
.top-nav li ul li ul li a {
  background:none repeat scroll 0 0 #f7f7f7;
  border-bottom:1px solid #fff;
}
.top-nav .right {
  float: none;
}
.nav-text {
  color:#133b69;
  display:block;
  font-size:1.2rem;
  line-height:2;
  margin-right:0.625rem;
  max-width:100%;
  text-align:center;
  vertical-align:middle;
}
.nav-text:after {
  content:"\f0c9";
  font-family: 'FontAwesome';
  font-size:2.1rem;
  margin-left:0.5rem;
  text-align:right;
}

#mainnav .line>div:first-child{
    padding-top:    12px;
}

/* top bar */
#topbar ul {
  display: flex;
  justify-content: center;
}
#topbar ul li, #topbar ul li:last-child {
  padding:0;
  border-color: #2222a0;
}
#topbar-primary ul {
  display: flex;
  justify-content: center;
}
#topbar ul li a {
    color:  #2222a0;
    background: rgba(255,255,255,0.06);
}

#topbar ul li a:hover{
    color:  #2222a0;
}


/* slideshow */

.homepage #top_banner{
    
}

.carousel-main .slide1{
    background-position: 41%;
}
.carousel-main .slide2{
    background-position: 30%;
}
.carousel-main .slide3{
    background-position: 35%;
}

.homepage #top_banner .slide .slide-picture{
    right: 10px;
    bottom: 4%;
    height: auto;
    z-index: 0;
}
.homepage #top_banner .slide .slide-picture img{
    width: 100%;
    height: auto;
}
.homepage #top_banner .slide1 .slide-picture{
    width: 40vw;
}
.homepage #top_banner .slide2 .slide-picture{
    width: 50vw;
}
.homepage #top_banner .slide3 .slide-picture{
    width: 60vw;
    bottom: 8%;
    right: 0;
}

.homepage #top_banner .slide-description {
    bottom: 75px;
}

.homepage #top_banner .slide .slide-title{
    left: 20px;
}

.homepage #top_banner .slide .slide-title h1{
    background-color: rgba(255,255,255,0.6);
    padding: 8px 12px 10px 12px;
    font-size: 5vw;
    line-height: 1.3em;
}

.homepage #top_banner .slide-button{
    bottom: -31px;
}

.carousel-main .image-box {
  overflow:hidden;
}
.carousel-main .image-box  .image {
  margin-left:-400px;
}
.line.content-center-vertical {
  padding: 0 2em;
}
.owl-buttons {
  display: none;
}
.carousel-main .owl-item img, .carousel-main .owl-item video {
  max-width: 250%;
  width:auto;
}
.owl-buttons {
  display: none;
}
.brand-overview {
  margin-top:-140px;
}

/* product and blog item */
.item-left {
  padding-top:0px;
  padding-left:20px;
}
.item-right {
  padding-top:0px;
  padding-right:20px;
}

/* tab */
/*.tab-nav > .tab-label {
  margin: 0.5px 0;
}*/

/* blog */
.comment-box {
  background:#fafafa;
  border:solid 1px #eee;
  padding: 1rem;
  margin-bottom:1rem;
}
.comment-reply-box {
  background:#fff;
  border:solid 1px #eee;
  padding: 1rem;
  margin-top:1rem;
}
.comment-box .comment-time {
  float:none;
  color:#adadad;
}

/* footer */
footer .phone-number {
  font-size:0.9rem;
}

footer .phone-number h5 {
  font-size:1.1rem;
}

.payment-methods {
  text-align:center;
}
.footer-links {
  text-align:center;
  margin-bottom:20px;
}
.footer-block {
  margin:15px 0;
}

.footer-links>*{
    float: none !important;
}

/* **************************************************** */
/* 												*/
/* **************************************************** */

div#top_banner div.stamp{
	display:    none;
}

div.section div.l-separator{
	display:	none;
}
div.section div.m-separator{
	display:	block;
	height:	1px;
	width:	10%;
	clear:	both;
	margin:	0 auto 0 auto;
	background-color:	#ccc;		
}

.homepage #top_banner .slide-description a{
    font-size:  1em;
    line-height: 1em;
}

div.title-wrapper{
    text-align: center;
    margin-bottom:  1.6rem;
}

div#tratament{
    background-position: left top;
}

div#tratament>div.line>div.margin>div:before{
    left:   -20px;
    right:  -20px;
    top:    -45px;
    bottom:    -45px;
}

div#simptome{
    background-image: none;
}

div#simptome div.title-wrapper{
    display: block;
}

div#simptome div.simptome-item-wrapper:after{
    left:   0px;
    right:  0px;
    top:   0px;
    bottom:   0px;
}

div#simptome div.simptome-item-1, div#simptome div.simptome-item-2{
    margin-top:  0rem;
    margin-bottom:  1.2rem;
}

div#simptome div.note:before{
    display: none;
}

div#gripovit .tab-nav.line{
    width:  80%;
}

div#gripovit_stripe:before{
    left:   -5%;
    top:    40%;
    right:  75%;
    bottom: -18%;
}

div#gripovit_stripe:after{
    left:   75%;
    top:    60%;
    right:  0;
    bottom: -18%;
}

div#gripovit:after{
    opacity: 0.5;
}

div#gripovit div.tab-nav a.tab-label:nth-of-type(6):before{
    top:    auto;
    bottom: -30px;
}

div.product-comanda .item img{
    width:  100%;
    max-width: 240px;
    margin-top: 1rem;
}


}


/*------------------------------------------------------------------------------*/
/*                    Maximum width : 480px 
/*------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
.hide-l, .hide-m {
  display:block;
}
.hide-s {
  display:none !important;
}
.section  {
  padding: 2rem 0.7rem;
}

div.section h1.title{
    font-size:  2.2rem;
    line-height: 2.5rem;
    margin-bottom:  1.6rem;
}

.margin-s-bottom-60 {
  margin-bottom: 60px;
  display: block;
}

/* navigation */
nav {
  padding:0;
}
#main-nav li a {
  padding: 20px 10%;
  font-size: 1.2em;
}

/* top bar */

.homepage #top_banner .description-wrapper .line .slide-description{
    /*bottom: 165px;*/
}

.non-homepage #top_banner {
    height: 200px;
    background-position: bottom;
}

.homepage #top_banner .slide .slide-title{
    width: 100%;
    left: 0;
    right: 0;
    bottom: 33px;
}

.homepage #top_banner .slide .slide-button{
    height: 39px;
    bottom: -33px;
}


.top-bar-social {
  margin-bottom:12px !important;
}
.top-bar .right {
  float: none;
}
.top-bar-contact p {
  height: auto;
  line-height: 1.3rem;
  padding: 10px 0;
  text-align: center;
}
.top-bar-social.right {
  display: table;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/* slideshows */
.carousel-main .image-box {
  overflow:hidden;
}
.carousel-main .image-box  .image {
  margin-left:-500px;
}
.line.content-center-vertical {
  padding: 0 1em;
}
.carousel-main .owl-pagination {
  bottom: -20px;
}


.logo img{
    height: 50px;
}

.homepage #top_banner .slide1{
    background-position: 25%;
}

.homepage #top_banner .slide .slide-picture{
    bottom: 10px;
}

.homepage div#top_banner .slide-title{
    bottom: 16%;
}

.homepage div#top_banner .slide-title h1{
    font-size:  1.4rem;
    line-height: 2rem;
    padding: 5px 10px 5px 12px;    
}


.homepage div#top_banner .slide-button{
    bottom: -31px;
}

.homepage #top_banner .slide-picture-1{
    /*left:   15px;
    bottom: 20px;
    width:  65%;*/
    display: none;
}

.homepage #top_banner .slide-picture-2{
    bottom: 10px;
    left:   10px;
    height: 200px;
    width: 100%;
}
.homepage #top_banner .slide-picture-2 img{
    height: 100%;
    width: auto;
}

/* products */
/* cart */
.cart-item {
  margin-bottom:30px;
}
.cart-item .cart-item-detail{
  padding:0px;
}
.cart-item .cart-item-image{
  border:solid 1px #c9bec1;
}
.cart-item .cart-item-detail h4 {
  margin-top:15px; text-align:center;
}
.cart-item p {
  text-align:center;
}

/* product and blog item */
.item-left {
  text-align:center;
  padding-top:10px;
  padding-left:0px;
}
.item-right {
  text-align:center;
  padding-top:20px;
  padding-right:0px;
}
.product-design-2-detail h2, .product-design-2-detail p, .product-design-2-detail h5 {
  text-align:center;
}

/* blog */
.comment-box .user-photo {
  width:130px;
  margin-bottom:1rem;
}

div.articles{
    margin-top: 10px;
}

div#comanda .comanda-description h1{
    font-size:  2rem;
}

#comanda{
    margin-bottom:  1.5rem;
}

div#comanda .item img{
    width:  60%;
}

/* footer */
.payment-methods {
  text-align:center;
}
.footer-links {
  text-align:center;
  margin-bottom:20px;
}
.footer-block {
  margin:15px 0;
}
.carousel-main .image-box  .image{
	margin-left:	-600px;
}

div.section div.title-wrapper{
    margin-bottom:  0.4rem;
}

div.section img.title-icon{
    height: 30px;
    margin-right: 10px;
}

div#simptome{
    background-size: 100%;
    background-position: center bottom;
}

div#simptome div.title-wrapper{
    margin-bottom: 0;
}

div#simptome div.note p{
    font-size:  1.1rem;
    line-height: 1.4rem;
    padding:    5px 8px;
    background-color: rgba(255,255,255,0.65);
}

div#simptome div.note:before{
    display:    none;
}

div#simptome div.simptome-item-wrapper:after{
    left:   -10px;
    right:   -10px;
    top:   -10px;
    bottom:   -10px;
}

div#simptome div[class^="simptome-item-"] h4{
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom:  5px;
}

div#simptome div[class^="simptome-item-"] ul li{
    font-size: 0.9rem;
    line-height: 1rem;
}

div#simptome div.simptome-item-1, div#simptome div.simptome-item-2{
    margin-top: 1rem;
    margin-bottom:  1rem;
}

div#tratament{
    background-image: none;
}

div#tratament p{
    text-align: justify;
}

div#tratament div[class^="tratament-item-"]{
    margin-left:    0px;
    margin-right:   0px;
    margin-top: 30px;
    padding-top: 60px;
    padding-left:    0;
    padding-right:    0;
    background-position: center top;
}

div#preventie h1.title{
    margin-bottom:  1.6rem;
}

div#preventie p.subtitle{

    line-height:    1.3em;
}

div#preventie div.preventie-items{
    margin-top: 1em;
}

div#gripovit_stripe{
    margin-bottom:  2.5rem;
}

div#gripovit_stripe:before{
    left:   -10%;
    right:  75%;
    bottom: -18%;
}

div#gripovit_stripe:after{
    left:   65%;
    right:  0;
    bottom: -18%;
}

div#gripovit_stripe img{
    width:  80%;
    margin-bottom:  1em;
}

div#gripovit_stripe p{
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding:    0 10%;
}


div#gripovit .tab-nav.line{
    width:  100%;
}

div#gripovit div.product-content{
    padding-left: 0;
}

div#gripovit h4{
    text-align: center;
    margin-bottom:  12px;
}

div#gripovit div.product-content div[class^="product-"]{
    margin-top: 70px;
}

div#gripovit div.product-content div[class^="product-"]:before{
    height: 40px;
    width:  100%;
    top:    -45px;
    left:   0;
    bottom: auto;
    right:  auto;
    background-position: center;
    background-size:    contain;
}

div#gripovit div.product-content p{
    text-align: justify;
}

#sfaturi_2 div[class^="sfaturi_2-item-"] div.content{
    padding:    0;
}

#sfaturi_2 div.content h2{
    font-size:  1.6rem;
    line-height: 1.9rem;
    margin-bottom:  0.6em;
}

div#media{
    padding-bottom: 2.5rem;
}


}

/*------------------------------------------------------------------------------*/
/*    Maximum width: 1170px and Minimum Width: 768px | Between Desktop and Tablets
/*------------------------------------------------------------------------------*/
@media screen and (max-width:1170px) and (min-width:768px) {

    #top_banner{
        height: 45vw;
    }
    
    .carousel-main .slide{
        height: 45vw;
    }

    #topbar ul li a{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /* navigations */
    .top-nav {
      padding-right:1em;
    }
    .top-nav li a {
        font-size:  0.9rem;
        padding: 20px 9px;
    }
    .logo img{
        height: 60px;
    }
    nav{
        height: 60px;
        margin-top: 0;
    }
    nav .l-4{
        width: 30%;
    }
    nav .l-8{
        width: 70%;
    }

    .homepage #top_banner .slide .slide-title{
        left:   auto;
        bottom: 90px;
    }
    .homepage #top_banner .slide1 .slide-title{
        right: 21vw;
    }
    .homepage #top_banner .slide2 .slide-title{
        right: 32vw;
    }
    .homepage #top_banner .slide3 .slide-title{
        right: 35vw;
    }
    .homepage #top_banner .slide .slide-title h1{
        font-size:  3vw;
        line-height: 1.3em;
    }
    .homepage #top_banner .slide .slide-picture{
        right: 0;
    }


    #topbar ul{
        margin-left:    15px;
    }

    /* slideshow */


    #comada .comanda-description h1{
        margin: 0;
    }

    .line.content-center-vertical {
      padding: 0 2em;
    }
    .carousel-content h1 {
    font-size:1.7em;
    }

    /* products */
    .product-design-2-detail {
      padding-top:10px;
      padding-left:40px;
    }

    /* product and blog item */
    .item-left {
      padding-top:10px;
      padding-left:40px;
    }
    .item-right {
      padding-top:10px;
      padding-right:40px;
    }

    /* paddings */
    .padding-m-s-left-50 {
      padding-left:50px;
    }
    .padding-m-s-left-20 {
      padding-left:20px;
    }


    div#simptome{
        background-size: auto 70%;
    }

    div.section div.title-wrapper{
        text-align: center;
    }

    div.section div.title-wrapper img{
        display:    block;
        margin: 0 auto;
    }

    div.section div.title-wrapper h1{
        font-size:  2.8rem;
    }

    div#simptome div.simptome-item-inner{
        width:  85%;
    }

    div#simptome div[class^="simptome-item-"] ul li{
        font-size:  0.9rem;
        line-height: 1rem;
    }

    div#simptome div[class^="simptome-item-"] h4{
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 0.6rem;
        font-weight: 600;
    }

    div#gripovit_stripe:before{
        top:    50%;
        bottom: -25%;
    }

    div#gripovit_stripe:after{
        top:    70%;
        bottom: -25%;
    }

    div#gripovit{
        padding-top:    5rem;
    }

    div#gripovit:after{
        opacity: 0.5;
    }

    .footer-links>*{
        float: none !important;
    }    
    
}



/*------------------------------------------------------------------------------*/
/*    Maximum width: 620px and Minimum Width: 480px | Between Tablet and Mobile
/*------------------------------------------------------------------------------*/
@media screen and (max-width:620px) and (min-width:480px) {
/* products */
.product-hover-content .btn-box .btn {
  padding: 0.600em 0.550em;
  color:#133b69;
  background:#fff;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.product-hover-content .btn-box .btn:hover {
  background: #133b69;
  color:#fff;
}
}