@font-face {
    font-family: 'BerlinSansFBRO-Regular';
    src: url('../fonts/subset-BerlinSansFBRO-Regular.eot');
    src: url('../fonts/subset-BerlinSansFBRO-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-BerlinSansFBRO-Regular.woff2') format('woff2'),
        url('../fonts/subset-BerlinSansFBRO-Regular.woff') format('woff'),
        url('../fonts/subset-BerlinSansFBRO-Regular.ttf') format('truetype'),
        url('../fonts/subset-BerlinSansFBRO-Regular.svg#BerlinSansFBRO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.center {
  display: block;
  margin-left:auto;
  margin-right: auto;

}

body {
  background: #fff;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
a {
  color: #6C9622;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #60269E;
  outline: none;
  text-decoration: none;
}
p { padding: 0; margin: 0 0 30px 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #6C9622;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #6C9622;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-home{
	height:auto;
}

#header.header-min,
#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  padding: 0px 0;
  height: 80px;
  transition: all 0.5s;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}
#header #logo {
  float: left;
}
#header #logo img {
  padding: 0;
  margin: 0;
}

#header #logo a{display:block;position:relative;}
#header #logo a::before {
	content: '';
	background:url('../images/logo_deazi_b_1.png') 50% 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 4s;transition-timing: ease-in-out;
	position: absolute;z-index:-1;
	height: 100%;width: 100%;top: 0;right: 0;left: 0;bottom: 0;
}
#header #logo a:hover::before{
	transform: rotate(1080deg);
}


#header.header-min #logo a,
#header.header-scrolled #logo a{margin-top:3px;}
#header.header-min #logo img,
#header.header-scrolled #logo img{
	height:74px;width:auto;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #fff;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.sleftcut{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
}
.srightcut{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}
#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: l;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#intro .carousel-background img {
  max-width: 100%;
}
#intro .carousel-content {
  text-align: center;
}
#intro h2 {
	font-family: 'BerlinSansFBRO-Regular';
	color: #fff;
	margin-bottom:0px;
	font-size: 86px;line-height:80px;
	width:550px;text-align:left;
	margin-right:300px;
/*
	margin-right:-moz-calc(100% - 650px);
	margin-right:calc(100% - 650px);
*/
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}
.header-home  #nav-menu-container {
    padding-top: 45px;
}

.header-home.header-min  #nav-menu-container,
.header-home.header-scrolled  #nav-menu-container {
    padding-top: 28px;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height:24px;
  text-transform: uppercase;
  outline: none;
}

#header.header-min .nav-menu a,
#header.header-scrolled .nav-menu a{
	color:#652BAA;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #B5DC79;
}
#header.header-min .nav-menu li:hover > a,
#header.header-scrolled .nav-menu li:hover > a,
#header.header-min .nav-menu > .menu-active > a,
#header.header-scrolled .nav-menu > .menu-active > a {
  color: #B5DC79;
}
.nav-menu li.social_icon a{font-size:24px;padding-bottom:0px;}

.nav-menu > li {
  margin-left: 10px;
}
.nav-menu > li.btnlang{
	margin-left:120px;
	color:#fff;
}
.nav-menu li.btnlang:hover > a{
	color:#fff;
}
.nav-menu li.btnlang.menu-active a,
.nav-menu li.btnlang a:hover{
	color:#B5DC79;
}
#header.header-min .nav-menu > li.btnlang,
#header.header-scrolled .nav-menu > li.btnlang{
	color:#652BAA;
}
#header.header-min .nav-menu li.btnlang:hover > a,
#header.header-scrolled .nav-menu li.btnlang:hover > a{
	color:#652BAA;
}
#header .nav-menu li.btnlang a.active,
#header.header-min .nav-menu li.btnlang a.active,
#header.header-min .nav-menu li.btnlang.menu-active a,
#header.header-scrolled .nav-menu li.btnlang.menu-active a,
#header.header-min .nav-menu li.btnlang a:hover,
#header.header-scrolled .nav-menu li.btnlang a:hover{
	color:#B5DC79;
}

.nav-menu ul {
  margin: -10px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: rgba(101,43,170,1);
-webkit-clip-path: polygon(3% 4%, 100% 9%, 100% 100%, 0 100%);
clip-path: polygon(3% 4%, 100% 9%, 100% 100%, 0 100%);
}

.nav-menu ul.green {
  margin: -10px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: rgba(181,220,121,1);
-webkit-clip-path: polygon(3% 4%, 100% 9%, 100% 100%, 0 100%);
clip-path: polygon(3% 4%, 100% 9%, 100% 100%, 0 100%);
}

/*
B5DC79
*/


.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: rgba(255,255,255,0.8);
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
}
#header.header-min .nav-menu ul li a,
#header.header-scrolled .nav-menu ul li a{color: rgba(255,255,255,0.8);}
.nav-menu ul li:hover > a {color: rgba(255,255,255,1);}
#header.header-min  .nav-menu ul li:hover > a,#header.header-scrolled  .nav-menu ul li:hover > a{color: rgba(255,255,255,1);}
.nav-menu ul ul {margin: 0;}


.nav-menu ul.green li a {
  color: rgba(101,43,170,0.8);
}
#header.header-min .nav-menu ul.green li a,
#header.header-scrolled .nav-menu ul.green li a{color: rgba(101,43,170,0.8);}
.nav-menu ul.green li:hover > a {color: rgba(255,255,255,1);}
#header.header-min  .nav-menu ul.green li:hover > a,#header.header-scrolled  .nav-menu ul.green li:hover > a{color: rgba(255,255,255,1);}


/*
101
43
170

652BAA
*/



/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 47px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
body.general-page #mobile-nav-toggle, #mobile-nav-toggle.scrolled{margin: 20px 20px 0 0;}
body.general-page #mobile-nav-toggle i, #mobile-nav-toggle.scrolled i{color: #652BAA;}
#mobile-nav-toggle i {color: #fff;}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(255, 255, 255, .95);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #652BAA;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-family: 'Quicksand', sans-serif;font-weight:700;
}

#mobile-nav ul li a:hover {
  color: #B5DC79;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #B5DC79;
}
#mobile-nav ul .menu-has-children:hover i,
#mobile-nav ul .menu-has-children i {position: absolute;right: 0;z-index: 99;padding: 15px;cursor: pointer;color: #652BAA;}
#mobile-nav ul .menu-has-children:hover i{color: #B5DC79;}
#mobile-nav ul .menu-has-children i.fa-chevron-up { color: #B5DC79;}
#mobile-nav ul .menu-has-children li a {text-transform: none;}
#mobile-nav ul .menu-item-active {color: #B5DC79;}
#mobile-nav ul li.btnlang{position: relative;overflow:hidden;}
#mobile-nav ul li.btnlang a{max-width:50px;float:left;}
#mobile-nav ul li.btnlang .lngseparator{display:none;}
#mobile-nav ul li.btnlang a.btn2{margin-left:2px;}
#mobile-nav ul li.btnlang a.btn2::after{content: '|';position:absolute;top:9px;left:0px;color:#999;}
#mobile-nav ul li.btnlang a.active{color: #B5DC79;}
#mobile-nav ul li.social_icon{float:left;margin-right:20px;max-width:30px;}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Section with background
--------------------------------*/
.section-bg {
  background: #fff;
}

/* Home Section1
--------------------------------*/
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

#home-preiau {background: #fff;position:relative;margin-bottom:100px;}
#home-preiau::before{
	content: '';
	background:url('../images/soare.png') 50% 50%;
	background-size: contain;background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:770px;top: 0;left: -380px;
}
#home-preiau:hover::before{left: -360px;}
#home-preiau .h_sticle{position: absolute;top:40px;right:100px;z-index:2;transition: all 3s;transition-timing: ease-in-out;}
#home-preiau .h_sticle img.full{width:100%;max-width:564px;opacity:0.7;}
#home-preiau .h_sticle img.sticla{position:absolute;display:block;z-index:5;}
#home-preiau .h_sticle img.sticla1{width:299px;height:369px;top:265px;left:0px;}
#home-preiau .h_sticle img.sticla2{width:284px;height:364px;top:0px;left:37px;}
#home-preiau .h_sticle img.sticla3{width:277px;height:357px;top:349px;left:265px;}
#home-preiau .h_sticle img.sticla4{width:277px;height:356px;top:37px;left:287px;}
	#home-preiau .h_sticle img.sticla5{width:297px;height:364px;top:448px;left:0px;}
	#home-preiau .h_sticle img.sticla6{width:277px;height:358px;top:530px;left:266px;}
#home-preiau .h_sticle::after{
	content: '';
	position:absolute;top:65px;right:210px;z-index:10;font-family: 'BerlinSansFBRO-Regular';font-size:36px;line-height:40px;
	color:#fff;-webkit-transform: rotate(-32deg);-moz-transform: rotate(-32deg);-ms-transform: rotate(-32deg);-o-transform: rotate(-32deg);transform: rotate(-32deg);
}
#home-preiau .h_sticle img.sticla:hover{animation: shake 0.5s;animation-iteration-count: 1;}
#home-preiau:hover .h_sticle{top:40px;}
#home-preiau:hover .h_sticle::after{color:#60269E;}
#home-preiau .box-preiau {padding: 250px 30px 250px 30px;}
#home-preiau h4 {font-family: 'BerlinSansFBRO-Regular';color:#60269E;font-size:60px;line-height:60px;margin:0 0 5px 0;}
#home-preiau h6 {color:#4E4D4F;font-weight:500;font-size:21px;line-height:27px;margin:0px 0 15px 0;}
#home-preiau p {font-size: 18px;line-height: 28px;font-weight:300;color: #4E4D4F;margin-top: 30px;margin-bottom: 30px;}
#home-preiau a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	transition: all .5s;
}
#home-preiau a.btn-more:hover {-webkit-clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);color: #fff;}

/*smoothie seminte*/
#home-semintesmoothie {background: #fff;position:relative;margin-bottom:100px;}
#home-semintesmoothie::before{
	content: '';
	background:url('../images/soare.png') 50% 50%;
	background-size: contain;background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:770px;top: 0;left: -380px;
}
#home-semintesmoothie:hover::before{left: -360px;}
#home-semintesmoothie .h_sticle{position: absolute;top:40px;right:100px;z-index:2;transition: all 3s;transition-timing: ease-in-out;}
#home-semintesmoothie .h_sticle img.full{width:100%;max-width:589px;opacity:0.7;}
#home-semintesmoothie .h_sticle img.sticla{position:absolute;display:block;z-index:5;}
#home-semintesmoothie .h_sticle img.sticla1{width:297px;height:371px;top:304px;left:0px;}
#home-semintesmoothie .h_sticle img.sticla2{width:340px;height:378px;top:28px;left:43px;}
#home-semintesmoothie .h_sticle img.sticla3{width:293px;height:399px;top:336px;left:269px;}
#home-semintesmoothie .h_sticle img.sticla4{width:289px;height:363px;top:76px;left:300px;}
#home-semintesmoothie .h_sticle img.sticla-new1{width:82px;height:80px;top:270px;left:52px;}
#home-semintesmoothie .h_sticle img.sticla-new2{width:82px;height:80px;top:0px;left:100px;}
#home-semintesmoothie .h_sticle img.sticla-new3{width:82px;height:80px;top:346px;left:334px;}
#home-semintesmoothie .h_sticle img.sticla-new4{width:82px;height:80px;top:54px;left:359px;}


#home-semintesmoothie .h_sticle::after{
	content: '';
	position:absolute;top:65px;right:210px;z-index:10;font-family: 'BerlinSansFBRO-Regular';font-size:36px;line-height:40px;
	color:#fff;-webkit-transform: rotate(-32deg);-moz-transform: rotate(-32deg);-ms-transform: rotate(-32deg);-o-transform: rotate(-32deg);transform: rotate(-32deg);
}
#home-semintesmoothie .h_sticle img.sticla:hover{animation: shake 0.5s;animation-iteration-count: 1;}
#home-semintesmoothie:hover .h_sticle{top:40px;}
#home-semintesmoothie:hover .h_sticle::after{color:#60269E;}
#home-semintesmoothie .box-preiau {padding: 250px 30px 250px 30px;}
#home-semintesmoothie h4 {font-family: 'BerlinSansFBRO-Regular';color:#60269E;font-size:60px;line-height:60px;margin:0 0 5px 0;}
#home-semintesmoothie h6 {color:#4E4D4F;font-weight:500;font-size:21px;line-height:27px;margin:0px 0 15px 0;}
#home-semintesmoothie p {font-size: 18px;line-height: 28px;font-weight:300;color: #4E4D4F;margin-top: 30px;margin-bottom: 30px;}
#home-semintesmoothie a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	transition: all .5s;
}
#home-semintesmoothie a.btn-more:hover {-webkit-clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);color: #fff;}
/*sticle fresh new*/
#home-sticlefresh {background: #fff;position:relative;overflow:hidden;}
#home-sticlefresh::before{
	content: '';
	background:url('../images/soare.png') 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:770px;top: 0;right: -380px;
}
#home-sticlefresh:hover::before{right: -360px;}
#home-sticlefresh .h_sticle{
	position: absolute;top:0px;left:60px;z-index:2;
	transition: all 3s;transition-timing: ease-in-out;
}
#home-sticlefresh .h_sticle img.full{width:100%;max-width:660px;opacity:0.7;}
#home-sticlefresh .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
#home-sticlefresh .h_sticle img.borcan1{width:180px;height:227px;top:410px;left:0px;}
#home-sticlefresh .h_sticle img.borcan2{width:302px;height:392px;top:246px;left:47px;}
#home-sticlefresh .h_sticle img.borcan3{width:300px;height:393px;top:0px;left:66px;}
#home-sticlefresh .h_sticle img.borcan4{width:236px;height:230px;top:386px;left:255px;}
#home-sticlefresh .h_sticle img.borcan5{width:207px;height:237px;top:14px;left:255px;}
#home-sticlefresh .h_sticle img.borcan6{width:287px;height:377px;top:238px;left:373px;}
#home-sticlefresh .h_sticle::after{
	content: '';
	position:absolute;top:120px;right:180px;
	font-family: 'BerlinSansFBRO-Regular';font-size:36px;line-height:40px;
	color:#6C9622;z-index:10;
-webkit-transform: rotate(-32deg);
-moz-transform: rotate(-32deg);
-ms-transform: rotate(-32deg);
-o-transform: rotate(-32deg);
transform: rotate(-32deg);
}
#home-sticlefresh .h_sticle img.borcan:hover{
  animation: shake 0.5s;
  animation-iteration-count: 1;
  color:#60269E;
}
#home-sticlefresh .box-preiau {
  padding: 80px 30px 300px 30px;
  width:500px;float:right;
}
#home-sticlefresh h4 {font-family: 'BerlinSansFBRO-Regular';color:#60269E;font-size:60px;line-height:60px;margin:0 0 5px 0;}
#home-sticlefresh h6 {color:#4E4D4F;font-weight:500;font-size:21px;line-height:27px;margin:0px 0 15px 0;}
#home-sticlefresh p {font-size: 18px;line-height: 28px;font-weight:300;color: #4E4D4F;margin-top: 30px; margin-bottom: 30px;}
#home-sticlefresh a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	transition: all .5s;
}
#home-sticlefresh a.btn-more:hover {-webkit-clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);color: #fff;}

/*sticle fresh*/
#home-fresh {background: #fff;position:relative;}
#home-fresh::before{
	content: '';
	background:url('../images/soare.png') 50% 50%;
	background-size: contain;background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:770px;top: 0;left: -380px;
}
#home-fresh:hover::before{left: -360px;}
#home-fresh .h_sticle{position: absolute;top:-180px;right:60px;z-index:2;transition: all 3s;transition-timing: ease-in-out;}
#home-fresh .h_sticle img.full{width:100%;max-width:637px;opacity:0.7;}
#home-fresh .h_sticle img.sticla{position:absolute;display:block;z-index:3;}
#home-fresh .h_sticle img.sticla1{width:314px;height:364px;top:0px;left:136px;z-index:5;}
#home-fresh .h_sticle img.sticla2{width:314px;height:364px;top:55px;left:368px;}
#home-fresh .h_sticle img.sticla3{width:314px;height:364px;top:182px;left:37px;}
#home-fresh .h_sticle::after{
	content: 'în fiecare zi';
	position:absolute;top:65px;right:210px;z-index:10;font-family: 'BerlinSansFBRO-Regular';font-size:36px;line-height:40px;
	color:#fff;-webkit-transform: rotate(-32deg);-moz-transform: rotate(-32deg);-ms-transform: rotate(-32deg);-o-transform: rotate(-32deg);transform: rotate(-32deg);
}
#home-fresh .h_sticle img.sticla:hover{animation: shake 0.5s;animation-iteration-count: 1;}
#home-fresh:hover .h_sticle{top:-20px;}
#home-fresh:hover .h_sticle::after{color:#60269E;}
#home-fresh .box-preiau {padding: 250px 30px 250px 30px;}
#home-fresh h4 {font-family: 'BerlinSansFBRO-Regular';color:#60269E;font-size:60px;line-height:60px;margin:0 0 5px 0;}
#home-fresh h6 {color:#4E4D4F;font-weight:500;font-size:21px;line-height:27px;margin:0px 0 15px 0;}
#home-fresh p {font-size: 18px;line-height: 28px;font-weight:300;color: #4E4D4F;margin-top: 30px;margin-bottom: 30px;}
#home-fresh a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	transition: all .5s;
}
#home-fresh a.btn-more:hover {-webkit-clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);color: #fff;}
/* Home Smoothies 
---------------------------------*/
#home-smothg {background: #fff;position:relative;}
#home-smothg::before{
	content: '';
	background:url('../images/soare.png') 50% 50%;
	background-size: contain;background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:770px;top: 0;left: -380px;
}
#home-smothg:hover::before{left: -360px;}
#home-smothg .h_sticle{position: absolute;top:180px;right:280px;z-index:2;transition: all 3s;transition-timing: ease-in-out;}
#home-smothg .h_sticle img.full{width:100%;max-width:401px;opacity:0.7;}
#home-smothg .h_sticle img.sticla{position:absolute;display:block;z-index:3;}
#home-smothg .h_sticle img.sticla1{width:244px;height:232px;top:0px;left:0px;z-index:5;}
#home-smothg .h_sticle img.sticla2{width:244px;height:232px;top:137px;left:157px;}
#home-smothg .h_sticle img.sticla-new1{width:68px;height:66px;top:-17px;left:140px;z-index:7;}


#home-smothg .h_sticle img.sticla:hover{animation: shake 0.5s;animation-iteration-count: 1;}
#home-smothg:hover .h_sticle{top:180px;}
#home-smothg .box-preiau {padding: 250px 30px 250px 30px;}
#home-smothg h4 {font-family: 'BerlinSansFBRO-Regular';color:#60269E;font-size:60px;line-height:60px;margin:0 0 5px 0;}
#home-smothg h6 {color:#4E4D4F;font-weight:500;font-size:21px;line-height:27px;margin:0px 0 15px 0;}
#home-smothg p {font-size: 18px;line-height: 28px;font-weight:300;color: #4E4D4F;margin-top: 30px;margin-bottom: 30px;}
#home-smothg a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	transition: all .5s;
}
#home-smothg a.btn-more:hover {-webkit-clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);color: #fff;}




/* Home Section2
--------------------------------*/
#home-masa {
  background: #fff;
  position:relative;
  overflow:hidden;
}
#home-masa::before{
	content: '';
	background:url('../images/soare.png') 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:770px;top: 0;right: -380px;
}
#home-masa:hover::before{
	right: -360px;
}
#home-masa .h_sticle{
	position: absolute;top:0px;left:60px;z-index:2;
	transition: all 3s;transition-timing: ease-in-out;
}
#home-masa .h_sticle img.full{width:100%;max-width:667px;opacity:0.7;}
#home-masa .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
#home-masa .h_sticle img.borcan1{width:263px;height:279px;top:275px;left:0px;}
#home-masa .h_sticle img.borcan2{width:260px;height:285px;top:503px;left:163px;}
#home-masa .h_sticle img.borcan3{width:266px;height:296px;top:0px;left:43px;}
#home-masa .h_sticle img.borcan4{width:263px;height:282px;top:231px;left:197px;}
#home-masa .h_sticle img.borcan5{width:261px;height:279px;top:453px;left:361px;}
#home-masa .h_sticle img.borcan6{width:269px;height:282px;top:181px;left:398px;}
#home-masa .h_sticle img.borcan-new1{width:82px;height:80px;top:141px;left:499px;}



#home-masa .h_sticle::after{
	content: '';
	position:absolute;top:120px;right:180px;
	font-family: 'BerlinSansFBRO-Regular';font-size:36px;line-height:40px;
	color:#6C9622;z-index:10;
-webkit-transform: rotate(-32deg);
-moz-transform: rotate(-32deg);
-ms-transform: rotate(-32deg);
-o-transform: rotate(-32deg);
transform: rotate(-32deg);
}
#home-masa .h_sticle img.borcan:hover{
  animation: shake 0.5s;
  animation-iteration-count: 1;
  color:#60269E;
}
#home-masa .box-preiau {
  padding: 80px 30px 300px 30px;
  width:500px;float:right;
}
#home-masa h4 {
	font-family: 'BerlinSansFBRO-Regular';
	color:#6C9622;font-size:60px;line-height:60px;
	margin:0 0 5px 0;
}
#home-masa h6 {color:#4E4D4F;font-weight:500;font-size:21px;line-height:27px;margin:0px 0 15px 0;}
#home-masa p {
  font-size: 18px;
  line-height: 28px;
  font-weight:300;
  color: #4E4D4F;
  margin-top: 30px;
  margin-bottom: 30px;
}
#home-masa a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#6C9622;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
-webkit-clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
	transition: all .5s;
}
#home-masa a.btn-more:hover {
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
  	color: #fff;
}
/* Home Section3
--------------------------------*/
#home-section3 {
  background: #B5DC79;
  position:relative;
-webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
margin-top:-100px;
}
#home-section3 .h_sticle{
	position: absolute;bottom:0px;right:120px;z-index:2;
	transition: all 3s;transition-timing: ease-in-out;
}
#home-section3 .h_sticle img{width:100%;max-width:580px;}
#home-section3 .box-preiau {
  padding: 250px 30px 250px 30px;
  width:100%;max-width:700px;
}
#home-section3 h4 {
	font-family: 'BerlinSansFBRO-Regular';
	color:#fff;font-size:84px;line-height:76px;
	margin:0 0 25px 0;
}
#home-section3 h4 span{color:#67891B;}
#home-section3 h6 {
	color:#fff;font-weight:500;font-size:21px;line-height:27px;
	margin:0px 0 30px 0;
	width:100%;max-width:390px;
}
#home-section3 a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#6C9622;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	transition: all .5s;
}
#home-section3 a.btn-more:hover {
	-webkit-clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);
	clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);
  	color: #6C9622;
  	background:#fff;
}
/* Home Section4
--------------------------------*/
#home-section4 {
  background:url('../images/bk_home4.jpg') 50% 50%;
  position:relative;
-webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
margin-top:-30px;
}
#home-section4 .txtbox{z-index: 10;}
#home-section4 .h_sticle{
	position: absolute;bottom:0px;left:60px;z-index:2;
	transition: all 3s;transition-timing: ease-in-out;
}
#home-section4 .h_sticle img{width:100%;max-width:870px;}

#home-section4 .box-preiau {
  padding: 250px 30px 250px 30px;
  width:100%;max-width:610px;float:right;
}
#home-section4 h4 {
	font-family: 'BerlinSansFBRO-Regular';
	color:#60269E;font-size:84px;line-height:76px;
	margin:0 0 25px 0;
}
#home-section4 h4 span{color:#fff;}
#home-section4 h6 {
	color:#60269E;font-weight:500;font-size:21px;line-height:27px;
	margin:0px 0 60px 0;
	width:100%;max-width:520px;
}
#home-section4 h6 span{font-weight:300;}
#home-section4 a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
-webkit-clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
	transition: all .5s;
}
#home-section4 a.btn-more:hover {
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
  	color: #fff;
}
/* Home Section5
--------------------------------*/
#home-section5 {
  background:#fff;
  position:relative;
}
#home-section5 .box-preiau {
  padding: 50px 0px 50px 0px;
}
#home-section5 h4 {
	font-family: 'BerlinSansFBRO-Regular';
	color:#4C4A4A;font-size:60px;line-height:56px;
	margin:0 0 25px 0;text-align:center;
}
#home-section5 h4 span{color:#60269E;}
#home-section5 h6{
	color:#8C8C8C;font-weight:500;font-size:21px;line-height:27px;
	margin:0px auto 60px auto;
	width:95%;text-align:center;
}
#home-section5 h6 span{font-weight:300;}
#home-section5 a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	margin:0 auto;
-webkit-clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
	transition: all .5s;
}
#home-section5 a.btn-more:hover {
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
  	color: #fff;
}
#home-section5 .about-col {
  background: #fff;color:#505453;padding:0px 15px;
  margin-bottom: 30px;
}

#home-section5 .about-col .img a:hover{opacity: 0.8;filter: alpha(opacity=80);}
#home-section5 .about-col .img {
  position: relative;
  margin-bottom:30px;
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
}
#home-section5 .about-col .img img {
  border-radius:50%;
}

.sticla1_color{color:#E1C872;}
.sticla2_color{color:#823A22;}
.sticla3_color{color:#C13D49;}
.sticla4_color{color:#551924;}
.sticla5_color{color:#B77E00;}
.sticla6_color{color:#919105;}

.borcan1_color{color:#987430 !important;}
.borcan2_color{color:#A24A08 !important;}
.borcan3_color{color:#988E2C !important;}
.borcan4_color{color:#A56211 !important;}
.borcan5_color{color:#827929 !important;}


/* Intrebari
--------------------------------*/
#faq-section {background:#F8F6FA;position:relative;padding-top:150px;}
#faq-section .mainbox{position:relative;z-index:5;}
#faq-section::before{
	content: '';
	background:url('../images/faq/soare_mov1.png') 0% 0%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:530px;top: -100px;right: 0px;
}
#faq-section:hover::before{top:-60px;}
#faq-section::after{
	content: '';
	background:url('../images/faq/soare_mov2.png') 0% 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:450px;bottom: -150px;left: -80px;
}
#faq-section.unde::after{bottom:210px;}
#faq-section:hover::after{
	left:-40px;
}
#faq-section .box-preiau {padding: 50px 0px 50px 0px;}
#faq-section h4 {
	font-family: 'BerlinSansFBRO-Regular';
	color:#60269E;font-size:80px;line-height:70px;
	margin:0 0 25px 0;max-width:880px;
}
#faq-section h4 span{color:#60269E;}
#faq-section h2 {
	font-family: 'Quicksand', sans-serif;font-weight:700;
	color:#60269E;font-size:22px;line-height:30px;
	margin:0 0 25px 0;max-width:880px;
}
#faq-section .container {position: relative;z-index: 15;}
.gmap{height: 600px;position:relative;z-index:5;}
.cauta-magazin{margin-bottom:20px;}
.cauta-magazin .magazin-list{margin-bottom:10px;}
.cauta-magazin .magazin-list a{display:block;height:70px;line-height:62px;padding:0px 40px;font-size:30px;font-family: 'Quicksand', sans-serif;font-weight:700;background:#60269E;color:#fff;transition: all .8s;}
.cauta-magazin .magazin-list a.magazin1{
	-webkit-clip-path: polygon(0 6%, 100% 1%, 95% 92%, 7% 94%);
	clip-path: polygon(0 6%, 100% 1%, 95% 92%, 7% 94%);
}
.cauta-magazin .magazin-list a.magazin2{
	-webkit-clip-path: polygon(8% 8%, 100% 1%, 91% 90%, 0 99%);
	clip-path: polygon(8% 8%, 100% 1%, 91% 90%, 0 99%);
}
.cauta-magazin .magazin-list a.magazin3{
	-webkit-clip-path: polygon(10% 0, 100% 5%, 100% 100%, 0 99%);
	clip-path: polygon(10% 0, 100% 5%, 100% 100%, 0 99%);
}
.cauta-magazin .magazin-list a.magazin4{
	-webkit-clip-path: polygon(0 0, 97% 5%, 100% 93%, 6% 100%);
	clip-path: polygon(0 0, 97% 5%, 100% 93%, 6% 100%);
}
.cauta-magazin .magazin-list a.magazin5{
	-webkit-clip-path: polygon(8% 10%, 94% 0, 100% 93%, 0 99%);
	clip-path: polygon(8% 10%, 94% 0, 100% 93%, 0 99%);
}
.cauta-magazin .magazin-list a.magazin6{
	-webkit-clip-path: polygon(0 0, 100% 0, 93% 89%, 6% 97%);
	clip-path: polygon(0 0, 100% 0, 93% 89%, 6% 97%);
}
.cauta-magazin .magazin-list a.magazin7{
	-webkit-clip-path: polygon(2% 12%, 93% 5%, 85% 91%, 11% 100%);
	clip-path: polygon(2% 12%, 93% 5%, 85% 91%, 11% 100%);
}
.cauta-magazin .magazin-list a.magazin8{
	-webkit-clip-path: polygon(0 0, 100% 6%, 95% 100%, 9% 95%);
	clip-path: polygon(0 0, 100% 6%, 95% 100%, 9% 95%);
}
.cauta-magazin .magazin-list a:hover, .cauta-magazin .magazin-list a.active{
	background:rgb(223, 214, 237);
	color:#60269E;
}
.shop_options a.btn-show-all{
	line-height:36px;padding:5px 30px;font-size:16px;
	font-family: 'Quicksand', sans-serif;font-weight:700;
	border:1px solid #60269E;color:#60269E;
	transition: all .8s;
}
.shop_options a.btn-show-all:hover, .shop_options a.btn-show-all.active{background:#60269E;color:#fff;}
.shop_options button.btn-locatie{
	line-height:34px;padding:0px 30px;font-size:16px;
	font-family: 'Quicksand', sans-serif;font-weight:700;
	border:1px solid #60269E;color:#60269E;
	border-radius:0;margin-top:-5px;margin-left:40px;
	transition: all .8s;
}
.shop_options button.btn-locatie:hover{
	background:#60269E;color:#fff;
}
.shop_options .dropdown-item.active, .shop_options .dropdown-item:active{background:#60269E;color:#fff;}
.shop_options .dropdown-item:focus, .shop_options .dropdown-item:hover{	background:rgb(223, 214, 237);color:#60269E;}
.bootstrap-select > .dropdown-toggle.bs-placeholder{color:#60269E;}
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {color: #60269E;color:#fff;}
#faq-section h6 {color:#8C8C8C;font-weight:500;font-size:21px;line-height:27px;margin:0px 0 60px 0;width:95%;text-align:center;}
#faq-section .panel-heading .panel-title {margin-bottom: 0;}
#faq-section .panel-heading .panel-title a {
  display: block;
  padding: 14px 20px 14px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #60269E;
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom:1px solid #8B888E;
  font-weight:700;
}

#faq-section .panel-heading .panel-title a::before {
  position: absolute;
  content: "\f0d7";
  font-family: 'FontAwesome';
  color: #333;
  font-size: 20px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 25px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 100%;
  z-index: 4;
  margin-top: 0px;
}

#faq-section .panel-heading .panel-title a[aria-expanded="true"]::before {
  color: #60269E;
}

#faq-section .faq-style-wrap .panel-title a[aria-expanded="true"] {
  color: #60269E;
  border-bottom:1px solid #60269E;
}

#faq-section .panel.panel-default {
  margin-bottom: 5px;
}

#faq-section .panel-body {
  padding: 10px;color:#707574;
}
#faq-section .faq-wrap{margin-bottom:80px;}
/* About Us Section
--------------------------------*/

#despre-section {
  background:url('../images/despre/despre_bk.jpg') 50% 50%;
  position:relative;
  padding-top:150px;
  padding-bottom:60px;
}

#despre-section .txtbox{z-index: 10;}
#despre-section .h_sticle{
	position: absolute;bottom:40px;right:0px;z-index:2;
	transition: all 3s;transition-timing: ease-in-out;
}
#despre-section .h_sticle img{width:100%;max-width:650px;}
#despre-section .box-preiau {
  padding: 50px 0px 50px 0px;
}


#despre-section .despre-item{margin-bottom:30px;max-width:550px;}
#despre-section .despre-item .title{font-size:46px; color:#60269E;line-height:60px;font-family: 'BerlinSansFBRO-Regular';}
#despre-section .despre-item .despre-txt{font-size:16px; color:#7C6F8E;line-height:24px;}



/* Smoothie section
--------------------------------*/
#smoothie-section .container {position: relative;z-index: 15;}
#smoothie-section {background:#F8F6FA;position:relative;padding-top:150px;}

#smoothie-section::before{
	content: '';
	background:url('../images/faq/soare_mov1.png') 0% 0%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:530px;top: -100px;right: 0px;
}
#smoothie-section:hover::before{top:-60px;}
#smoothie-section::after{
	content: '';
	background:url('../images/faq/soare_mov2.png') 0% 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:450px;bottom: -150px;left: -80px;
}
#smoothie-section:hover::after{left:-40px;}
#smoothie-section .box-preiau {padding: 50px 0px 50px 0px;}
#smoothie-section h4 {
	font-family: 'BerlinSansFBRO-Regular';
	color:#60269E;font-size:80px;line-height:70px;
	margin:0 0 25px 0;max-width:880px;
}
#smoothie-section h4 span{color:#60269E;}
#smoothie-section h6 {
	color:#8C8C8C;font-weight:500;font-size:21px;line-height:27px;
	margin:0px 0 60px 0;
	width:95%;text-align:center;
}
.products-item{font-family: 'BerlinSansFBRO-Regular';}
.products-item .product-story{color:#666363; font-size:29px;line-height:26px;text-align:right;float:right;max-width:300px;}
.products-item .product-info{color:#C13D49; font-size:29px;line-height:26px;}
.products-item .product-image{padding:0px 15px;text-align:center;}
.products-item .product-image img{max-width:280px;margin:0 auto;width:100%;}
/*
.products-item .product-image a.btn-more{
  border: 1px solid #60269E;font-weight:500;letter-spacing:1px;text-transform:uppercase;
  padding: 12px 25px 8px 25px;text-transform:uppercase;
  cursor: pointer;
  background:none;
  color: #60269E;
  transition: all 0.3s ease;
  outline: none;
  font-size: 16px;
  margin:0px auto 20px auto;
  border-radius:0;
  display:block;width:100%;max-width:200px;text-align:center;
}
.products-item .product-image a.btn-more:hover{
  background: #60269E;
  color:rgb(255,255,255);
}
*/
.products-item a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	margin:60px auto 0px auto;
-webkit-clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
transition: all .5s;
}
.products-item a.btn-more:hover {-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);color: #fff;}
.product-cat{margin:60px 0px 80px 0px;z-index:10;position:relative;}
.product-cat .menu-section-items{text-align:center;margin-bottom:10px;height:110px;}
.product-cat .menu-section-items a{padding:0px 10px;line-height:100px;}
.product-cat .menu-section-items a img{max-width:40px;}
.product-cat .menu-section-items a.active img,
.product-cat .menu-section-items a:hover img{opacity: 0.3; transition: 0.3s;}
.product-cat .menu-section-name{font-size:18px;line-height:24px;text-align:center;color:#4E4D4F;margin-bottom:40px;font-family: "Montserrat", sans-serif;}
.nutrition{max-width:250px;margin:0 auto;}
.nutrition th{color:#231F20;font-size:18px;line-height:22px;border-top:0;padding:8px 5px;font-family: "Montserrat", sans-serif;}
.nutrition td{color:#707574;font-size:12px;line-height:14px;border-color:#707574;font-family: "Montserrat", sans-serif;font-weight:400;text-align:left;padding:8px 5px;}
.nutrition tr:hover td{color:#231F20;background:rgba(96,38,158,.09);}
.nutrition td.col-info{font-weight:600;text-align:right;}

.supe .products-item .product-image img{max-width:350px;width:100%;}
.supe .product-cat .menu-section-items a img{max-width:50px;}
.supe .product-cat .menu-section-items a{padding:0px 5px;}


.info-prod-cols{padding-bottom:20px;position:relative;z-index: 10;max-width:900px;margin:0 auto;}
.info-prod-cols .about-col {background: #fff;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;
	border-radius: 20px;box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);margin-bottom: 40px;padding-top:10px;
}
.info-prod-cols .about-col:hover {box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);}
.info-prod-cols .about-col .img {position: relative;text-align:center;}
.info-prod-cols .about-col .img img {max-width:160px;}
.info-prod-cols .about-col h2 {
  color: rgba(96,38,158,1);
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  padding: 0;
  margin: 20px 0 20px 0;
}
.info-prod-cols .about-col h2 a {color: rgba(96,38,158,.8);}
.info-prod-cols .about-col h2 a:hover {color: rgba(96,38,158,1);}
.info-prod-cols .about-col p {font-size: 14px;line-height: 20px;color: #707574;font-weight:300;margin-bottom: 0;padding: 20px 30px;}

/* Supe section */

#smoothie-section.supe {background:#F7F9F2;position:relative;padding-top:150px;z-index:5;}
#smoothie-section.supe::before{
	content: '';
	background:url('../images/faq/soare_verde1.png') 0% 0%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:530px;top: -100px;right: 0px;z-index:-1;
}
#smoothie-section.supe:hover::before{top:-60px;}
#smoothie-section.supe::after{
	content: '';
	background:url('../images/faq/soare_verde2.png') 0% 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:450px;bottom: -150px;left: -80px;z-index:-1;
}
#smoothie-section.supe:hover::after{left:-40px;}
#smoothie-section.supe .products-item .product-story{text-align:right;}
#supa-section {position:relative;padding-top:50px;clear:right;}/*background:#F8F6FA;*/
#supa-section .panel-heading .panel-title { margin-bottom: 0;}
#supa-section .panel-heading .panel-title a {
  display: block;
  padding: 5px 30px 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #666363;
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size:18px;
  text-align:right;
  line-height: 25px;
}
#supa-section .panel-heading .panel-title a::before {
  position: absolute;
  content: "\f0d7";
  font-family: 'FontAwesome';
  color: #333;
  font-size: 20px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 25px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 100%;
  z-index: 4;
  margin-top: 0px;
}
#supa-section .panel-heading .panel-title a[aria-expanded="true"]::before {color: #60269E;}
#smoothie-section .faq-style-wrap .panel-title a[aria-expanded="true"] {color: #60269E;border-bottom:1px solid #60269E;}
#smoothie-section .panel.panel-default {margin-bottom: 5px;}
#smoothie-section .panel-body {padding: 10px;color:#707574;text-align:right;font-family: "Montserrat", sans-serif;font-weight:400;font-size:12px;}
#supa-section .faq-wrap{margin-bottom:80px;}
#smoothie-section .supe_ingrediente h4.title{font-size:18px;font-weight:700;color:#231F20;font-family: "Montserrat", sans-serif;line-height:24px;margin:0px 0px 10px 0px;}
#smoothie-section .supe_ingrediente .description{font-size:14px;color:#707574;line-height: 22px;font-weight:400;font-family: "Montserrat", sans-serif;}

#smoothie-section.supe .products-item a.btn-more {
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#6C9622;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	margin:60px auto 0px auto;
-webkit-clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
clip-path: polygon(0 1%, 100% 16%, 99% 97%, 2% 89%);
	transition: all .5s;
}
#smoothie-section.supe .products-item a.btn-more:hover {
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
  	color: #fff;
}
.navitems {
  position: relative;
}
.navitems .custom-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.navitems .custom-nav .owl-prev,
.navitems .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;cursor:pointer;
}
.navitems .custom-nav .owl-prev i,
.navitems .custom-nav .owl-next i {
  font-size: 3rem;
  color: #60269E;
}
.navitems .custom-nav .owl-prev {
  left: -50px;
}
.navitems .custom-nav .owl-next {
  right: -50px;
}





#faq-section.contact .box-preiau{ padding-bottom:10px;}
#faq-section.contact h4{margin-bottom:0px;}
.contact .section1{margin-bottom:60px;}
.contact .section1 img{width:100%;max-width:495px;}
.contact .section2{margin-bottom:60px;}
.contact .formBox{max-width:450px;margin:0 auto;}

.form_deazi label{
	position: relative;
	cursor: pointer;
	color: #666;
	font-size: 14px;
}
.form_deazi input[type="checkbox"], .form_deazi input[type="radio"]{
	position: absolute;
	right: 9000px;
}
/*Check box*/
.form_deazi .form-check{padding-left:0;}
.form_deazi .lab_txt{font-family: 'Montserrat', sans-serif;font-weight:300;font-size:14px; line-height:16px;}
.form_deazi .label-text{}
.form_deazi input[type="checkbox"] + .label-text:before{
	font-family: 'FontAwesome' !important;
	content: "\f096";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;color:#60269E;
	font-size:20px;position:relative;top:3px;
}
.form_deazi input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #60269E;
	animation: effect 250ms ease-in;
}
.form_deazi input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

#contact_error{display:none;}
.form_deazi button.bsubmit, .form_deazi a.bsubmit{
	font-family: 'BerlinSansFBRO-Regular';text-align:center;line-height:60px;
	display:block;width:200px;height:60px;background:#60269E;color: #fff;
	font-size:16px;letter-spacing:1px;text-transform:uppercase;
	-webkit-clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	clip-path: polygon(3% 27%, 96% 4%, 100% 91%, 0 100%);
	transition: all .5s;cursor:pointer;
}
.form_deazi button.bsubmit:hover, .form_deazi a.bsubmit:hover{
	-webkit-clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);
	clip-path: polygon(5% 10%, 93% 22%, 100% 100%, 0 91%);
  	color: #fff;
}
.f_news{width:100%;margin-top:10px;}
.form_deazi.f_news input[type="checkbox"]:checked + .label-text:before{
	color:#fff;
}
.form_deazi input.form-control {
 font-family: "Montserrat", sans-serif;font-weight:400;
  background:none; color: #111; text-align:left; border: 0; border-bottom:1px solid #60269E; outline: none; margin: 0; border-radius:0; font-size: 14px;
}
.form_deazi input.form-control{outline-style:none;}
.form_deazi input.form-control:focus, .form_deazi input.form-control:active{
outline-offset: 0px !important;
border: transparent;
border-bottom:1px solid #111;
outline: none !important;
}
.form_deazi .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form_deazi .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  background:none;
  border-color:#60269E;
  font-size: 15px;
}
/*
Recicleaza
*/
#recicleaza-section {background:#F8F6FA;position:relative;padding-top:150px;}
#recicleaza-section::before{
	content: '';
	background:url('../images/faq/soare_mov1.png') 0% 0%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:530px;top: -100px;right: 0px;
}
#recicleaza-section:hover::before{top:-60px;}
#recicleaza-section::after{
	content: '';
	background:url('../images/faq/soare_mov2.png') 0% 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:450px;bottom: -150px;left: -80px;
}
#recicleaza-section:hover::after{left:-40px;}
#recicleaza-section .box-preiau {padding: 40px 30px 20px 30px;}
#recicleaza-section .headlines{max-width:900px;margin:0 auto;}
#recicleaza-section h1 {font-family: "Montserrat", sans-serif;color:#141414;font-size:18px;line-height:34px;margin:0 0 20px 0;}
#recicleaza-section h2 {font-family: 'BerlinSansFBRO-Regular';color:#000000;font-size:42px;line-height:46px;margin:0 0 20px 0;}
#recicleaza-section .recicl-item{margin-bottom:40px;position:relative;z-index:5;}
#recicleaza-section .recicl-item h2{font-family: "Montserrat", sans-serif;font-weight:500;color:#60269E;font-size:36px;line-height:42px;margin:0 0 20px 0;}
#recicleaza-section .recicl-item h3{font-family: "Montserrat", sans-serif;font-weight:600;color:#222625;font-size:22px;line-height:32px;margin:0 0 20px 0;}
#recicleaza-section .recicl-item .recicl-description{color:#707574;font-size:16px;line-height:30px;font-weight:400;}
#recicleaza-section .recicl-item .recicl-img{position:relative;text-align:center;top:-30px;}
#recicleaza-section .recicl-item .recicl-img img.fullimg{max-width:990px;width:100%;}
#recicleaza-section .recicl-item .recicl-img img.mobileimg{max-width:590px;width:100%;}
#recicleaza-section .recicl-item .recicl-img .mobileimg{display: none;}

.share_social-links{margin-top:20px;margin-bottom:0px; background:#fff;}
.share_social-links a {font-size: 24px;display: inline-block;background:none;color: #60269E;line-height: 1;padding: 15px 0;margin-right: 4px;border-radius: 50%;text-align: center;width: 50px;height: 50px;transition: 0.3s;}
.share_social-links a.sh_title{width:auto;padding-right:20px;padding-left:15px;font-weight:400;color: #60269E;}
.share_social-links a.sh_title:hover{color:#60269E;}
.share_social-links a:hover{color:#000;}

/*
Blog
*/
#blog-section {background:#F8F6FA;position:relative;padding-top:190px;}
#blog-section::before{
	content: '';
	background:url('../images/faq/soare_mov1.png') 0% 0%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:530px;top: -100px;right: 0px;
}
#blog-section:hover::before{top:-60px;}
#blog-section::after{
	content: '';
	background:url('../images/faq/soare_mov2.png') 0% 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 2s;transition-timing: ease-in-out;
	position: absolute;height: 100%;width: 100%;max-width:450px;bottom: -150px;left: -80px;
}
#blog-section:hover::after{left:-40px;}
#blog-section .box-preiau {padding: 40px 30px 20px 30px;}
#blog-section .headlines{max-width:900px;margin:0 auto;}
#blog-section h1 {font-family: "Montserrat", sans-serif;color:#141414;font-size:18px;line-height:34px;margin:0 0 20px 0;}
#blog-section h2 {font-family: 'BerlinSansFBRO-Regular';color:#000000;font-size:42px;line-height:46px;margin:0 0 20px 0;}
#blog-section .blog-item{margin-bottom:40px;position:relative;z-index:5;}
#blog-section .blog-item h2{font-family: "BerlinSansFBRO-Regular", sans-serif;color:#60269E;font-size:36px;line-height:40px;margin:0 0 10px 0;}
#blog-section .blog-item h3{font-family: "Montserrat", sans-serif;font-weight:500;color:#222625;font-size:22px;line-height:32px;margin:0 0 20px 0;}
#blog-section .blog-item .blog-description{color:#707574;font-size:16px;line-height:30px;font-weight:300;}
#blog-section .blog-item .blog-img{position:relative;text-align:center;margin-bottom:20px;}
#blog-section .blog-item .blog-img img{max-width:990px;width:100%;}
#blog-section .blog-item a.btn-blog-more{display:block;margin-top:10px;color:#232323;font-family: "Montserrat", sans-serif;font-weight:500;font-size:20px;}
#blog-section .blog-item a.btn-blog-more:hover{color:#60269E;}
.blog_right_sidebar .popular_post_widget .post_item .media-body {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-item-align: center;align-self: top;padding-left: 20px;}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {font-size: 14px;font-weight:400;line-height: 20px;color: #000;margin-top: 5px;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {color: #666;}
.blog_right_sidebar  .popular_post_widget img{max-width:100px;width:100%;}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {background:#60269E;color:#fff;padding-left:10px; font-size: 12px;letter-spacing:2px; line-height: 24px; margin-bottom: 0px;}
.blog_right_sidebar .popular_post_widget .post_item + .post_item { margin-top: 20px;}
.blog_right_sidebar .post_category_widget{margin-top:30px;}
.blog_right_sidebar .post_category_widget ul.list{list-style: none;margin: 0px;padding: 0px;}
.blog_right_sidebar .post_category_widget .cat-list li {  border-bottom: 2px dotted #eee; -webkit-transition: all 0.3s ease 0s;  -o-transition: all 0.3s ease 0s;  transition: all 0.3s ease 0s;  padding-bottom: 12px;}
.blog_right_sidebar .post_category_widget .cat-list li a { font-size: 16px; line-height: 20px; color: #666;}
.blog_right_sidebar .post_category_widget .cat-list li a p { margin-bottom: 0px;}
.blog_right_sidebar .post_category_widget .cat-list li + li { padding-top: 15px;}
.blog_right_sidebar .post_category_widget .cat-list li:hover {  border-color: #111;}
.blog_right_sidebar .post_category_widget .cat-list li:hover a {  color: #111;}
.blog_right_sidebar .widget_title {	position:relative;	width:100%;	margin-bottom:20px;}
.blog_right_sidebar .widget_title:before {content: "";width: 95%;height: 2px;background:#595A6D;position: absolute;right: 0px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.blog_right_sidebar .widget_title h3{font-size: 21px;background:#F8F6FA;line-height: 25px;text-align: left;color: #000;padding: 6px 25px 6px 0px;margin-bottom: 0px;letter-spacing:1px;position: relative;font-weight: bold;display:inline-block;}
.blog_right_sidebar .post_tags_widget{margin-top:30px;margin-bottom:40px;}
.blog_right_sidebar .post_tags_widget .popular-tags li a {display: inline-block;margin: 4px; border: 1px solid #ebebeb; background:#fff; padding: 10px 15px;line-height: 1; text-transform: uppercase;font-size: 13px; color: #191919; }
.blog_right_sidebar .post_tags_widget .popular-tags li a:hover, .blog_right_sidebar .post_tags_widget .popular-tags li a:focus {color: #fff; background:#60269E; }
.blog_right_sidebar .post_tags_widget ol{list-style: none;margin: 0px;padding: 0px;}
.post_articles_widget{margin-bottom:40px;}
.post_articles_widget .widget_title {position:relative;width:100%;margin-bottom:20px;}
.post_articles_widget .widget_title:before {content: "";width: 95%;height: 2px;background:#595A6D;position: absolute;right: 0px;top: 50%;  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.post_articles_widget .widget_title h3{font-size: 21px;background:#f4f4f4;line-height: 25px;text-align: left;color: #000;padding: 6px 25px 6px 0px;margin-bottom: 0px;letter-spacing:1px;position: relative;font-weight: bold;display:inline-block;}
.post_articles_widget a.btn-more{color:#232323;font-family: "Montserrat", sans-serif;font-weight:500;font-size:16px;}
.post_articles_widget a.btn-more:hover{color:#60269E;}
.post_articles_widget .about-col { color:#505453;padding:0px 15px;margin-bottom: 30px;}
.post_articles_widget .about-col .img a:hover{opacity: 0.8;filter: alpha(opacity=80);}
.post_articles_widget .about-col .img {position: relative;margin-bottom:30px;}
.post_articles_widget .about-col p{margin-bottom:10px;}
#about .container {position: relative;z-index: 10;}
#about .about-col {background: #fff;border-radius: 0 0 4px 4px;box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);margin-bottom: 20px;}
#about .about-col .img {position: relative;}
#about .about-col .img img { border-radius: 4px 4px 0 0;}
#about .about-col .icon {width: 64px;height: 64px;padding-top: 8px;text-align: center;position: absolute;background-color: #18d26e;border-radius: 50%;text-align: center;border: 4px solid #fff;left: calc( 50% - 32px);bottom: -30px;transition: 0.3s;}
#about .about-col i {  font-size: 36px; line-height: 1; color: #fff; transition: 0.3s;}
#about .about-col:hover .icon { background-color: #fff;}
#about .about-col:hover i {color: #18d26e;}
#about .about-col h2 {color: #000;text-align: center;font-weight: 700;font-size: 20px;padding: 0;margin: 40px 0 12px 0;}
#about .about-col h2 a {color: #000;}
#about .about-col h2 a:hover {color: #18d26e;}
#about .about-col p {font-size: 14px;line-height: 24px;color: #333;margin-bottom: 0;padding: 0 20px 20px 20px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {background: #60269E;padding: 0 0 30px 0;color: #fff;font-size: 12px;line-height:16px;position:relative;z-index:11;}
#footer a:hover{color:#fff;}
#footer .footer-top {padding: 60px 0 10px 0;}
#footer .footer-top .footer-info {margin-bottom: 30px;}
#footer .footer-logo{text-align:center;}
#footer .footer-logo a{display:block;width:140px;margin:0 auto;position:relative;}
#footer .footer-logo a::before {
	content: '';
	background:url('../images/logo_deazi_b_1.png') 50% 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 4s;transition-timing: ease-in-out;z-index:0;
	position: absolute;
	height: 100%;width: 100%;top: 0;right: 0;left: 0;bottom: 0;
}
#footer .footer-logo a:hover::before{
	transform: rotate(1080deg);
}
#footer .footer-logo img{
	width:140px;height:auto;position:relative;z-index:5;
}
#subscribe {padding: 0px;overflow: hidden;position: relative;}
#subscribe .section-header h2{font-size:24px;font-family: 'Quicksand', sans-serif;font-weight:700;color: #fff;text-transform:uppercase;margin-bottom:10px;}
#subscribe .nw_widget{padding:0px 5px;}
#subscribe .form-check{padding-left:0;}
#subscribe .f_news{width:100%;margin-top:20px;}
#subscribe input {
  background:none;
  color: #b9b9ba;
  text-align:left;
  border: 0;
  border-bottom:1px solid #b9b9ba;
  outline: none;
  margin: 0;
  border-radius:0;
  font-size: 14px;
}
#subscribe input.form-control{outline-style:none;}
#subscribe input.form-control:focus, #subscribe input.form-control:active{
outline-offset: 0px !important;
border: transparent;
border-bottom:1px solid #b9b9ba;
outline: none !important;
}
#subscribe .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#subscribe input::-webkit-input-placeholder {
    color: #b4b4b4
}
#subscribe input:-moz-placeholder {
    color: #b4b4b4
}
#subscribe input::-moz-placeholder {
    color: #b4b4b4
}
#subscribe input:-ms-input-placeholder {
    color: #b4b4b4
}
#subscribe input[type="checkbox"], #subscribe input[type="radio"]{
	position: absolute;
	right: 9000px;
}
#subscribe input[type="checkbox"] + .label-text:before{
	font-family: 'FontAwesome' !important;
	content: "\f096";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	font-size:20px;
}
#subscribe input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #6C9622;
	animation: effect 250ms ease-in;
}
#subscribe input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}
#subscribe button {
  border: 1px solid #fff;margin-top:20px;font-weight:500;letter-spacing:1px;text-transform:uppercase;
  padding: 12px 25px 8px 25px;
  cursor: pointer;
  background:none;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius:0;
}

#subscribe button:hover {
  background: #fff;
  color:rgb(25,24,24);/*#b9b9ba;*/
}
#subscribe_error{display:none;}
#subscribeForm .error{border-color:#f00;}

#footer .footer-address{font-weight:400;color: #fff;font-size:12px; line-height: 16px;}
#footer .footer-address.footer-menu{padding-left:30px;}
#footer .footer-address .address-head{font-family: 'Quicksand', sans-serif;font-size:16px; line-height:20px;font-weight:700;margin-bottom:5px;}
#footer .footer-top ul { list-style: none; padding: 0; margin: 0;}
#footer .footer-top ul li { padding: 2px 0;font-size:12px;}
#footer .footer-top ul li:first-child {padding-top: 0;}
#footer .footer-top ul a {color: #fff;}
#footer .footer-top ul a:hover {color: #ddd;}
#footer .copyright {text-align: center;padding-top: 10px;}
#footer .credits {text-align: center;font-size: 13px;color: #fff;}
#home-section6 {background:#fff;position:relative;}
#home-section6 .box-preiau {padding: 30px 0px 20px 0px;}
#home-section6 h4 {
	font-family: 'BerlinSansFBRO-Regular';
	color:#797979;font-size:60px;line-height:56px;
	margin:0 0 25px 0;text-align:center;
}
#home-section6 h6{
	color:#6B6B6B;font-weight:400;font-size:26px;line-height:32px;
	margin:0px auto 60px auto;
	width:95%;text-align:center;
}
#home-section6 h6 a{color:#6B6B6B;}
#home-section6 h6 a:hover{color:#60269E;}
#home-section6 .instaslider{margin-bottom:10px;}





/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1480px) {
	#header #logo{padding-left:60px;}
	#nav-menu-container {padding-right: 60px;}
}
@media screen and (max-width: 1690px) and (min-width: 1480px) {
	#intro h2{margin-right:100px;}
}
@media screen and (max-width: 1480px) and (min-width: 600px) {
	#header #logo{padding-left:20px;}
	#header #logo img{max-width:140px;}
	#nav-menu-container{padding-right:20px;}
	.nav-menu > li.btnlang{padding-left:30px;margin-left:30px;}
	#intro h2{font-size:63px;line-height:60px;width:430px;margin-right:150px;}
	#intro .carousel-control-prev,#intro .carousel-control-next {width: 5%;}
}
@media (max-width: 1290px) {
	#header #logo{padding-left:20px;}
	#header #logo img{max-width:140px;}
	#nav-menu-container{padding-right:20px;}
	.nav-menu > li.btnlang{padding-left:30px;margin-left:30px;}
	#intro .carousel-control-prev,#intro .carousel-control-next {width: 5%;}
}
@media (max-width: 1285px){
	.nav-menu a {font-size:14px;padding:0 6px 10px 6px}
	.nav-menu > li.btnlang{padding-left:5px;margin-left:5px;}
	#header #logo{padding-left:10px;}
	#header #logo img{max-width:120px;}
	#nav-menu-container{padding-right:10px;}
	#intro h2{margin-right:80px;}
	
	#home-fresh .h_sticle img.sticla1{width:220px;height:255px;top:0px;left:260px;z-index:5;}
	#home-fresh .h_sticle img.sticla2{width:220px;height:255px;top:55px;left:450px;}
	#home-fresh .h_sticle img.sticla3{width:220px;height:255px;top:182px;left:205px;}
	#home-fresh .box-preiau{padding:110px 30px 240px 30px;}
	
	#home-masa::before{max-width:680px;top: 0;right: -380px;}
	#home-masa:hover::before{right: -360px;}
	#home-masa .h_sticle{top:0px;left:30px;}
	#home-masa .h_sticle img.full{width:100%;max-width:420px;opacity:0.7;z-index:2;}
	#home-masa .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-masa .h_sticle img.borcan1{width:166px;height:176px;top:173px;left:0px;}
	#home-masa .h_sticle img.borcan2{width:164px;height:180px;top:317px;left:103px;}
	#home-masa .h_sticle img.borcan3{width:168px;height:187px;top:0px;left:27px;}
	#home-masa .h_sticle img.borcan4{width:166px;height:178px;top:145px;left:124px;}
	#home-masa .h_sticle img.borcan5{width:165px;height:176px;top:285px;left:227px;}
	#home-masa .h_sticle img.borcan6{width:170px;height:178px;top:114px;left:251px;}
	#home-masa .h_sticle img.borcan-new1{width:52px;height:51px;top:89px;left:314px;}
	#home-masa .h_sticle::after{top:85px;right:130px;font-size:28px;}
	#home-masa .box-preiau {padding: 40px 30px 130px 30px;}

	#home-smothg::before{max-width:680px;left: -380px;}
	#home-smothg:hover::before{left: -360px;}
	#home-smothg .h_sticle{top:30px;right:50px;}
	#home-smothg:hover .h_sticle{top:30px;}
	#home-smothg .h_sticle img.full{width:100%;max-width:360px;}
	#home-smothg .h_sticle img.sticla{position:absolute;display:block;}
	#home-smothg .h_sticle img.sticla1{width:228px;height:217px;top:0px;left:0px;}
	#home-smothg .h_sticle img.sticla2{width:228px;height:217px;top:121px;left:140px;}
	#home-smothg .h_sticle img.sticla-new1{width:62px;height:60px;top:-17px;left:126px;}
	#home-smothg .box-preiau{padding: 40px 30px 300px 30px;}

	#home-semintesmoothie {margin-bottom:100px;}
	#home-semintesmoothie::before{max-width:680px;left: -380px;}
	#home-semintesmoothie:hover::before{left: -360px;}
	#home-semintesmoothie .h_sticle{top:10px;right:50px;}
	#home-semintesmoothie:hover .h_sticle{top:10px;}
	#home-semintesmoothie .h_sticle img.full{width:100%;max-width:450px;}
	#home-semintesmoothie .h_sticle img.sticla{position:absolute;display:block;}
	#home-semintesmoothie .h_sticle img.sticla1{width:227px;height:284px;top:232px;left:0px;}
	#home-semintesmoothie .h_sticle img.sticla2{width:260px;height:290px;top:21px;left:33px;}
	#home-semintesmoothie .h_sticle img.sticla3{width:224px;height:306px;top:257px;left:206px;}
	#home-semintesmoothie .h_sticle img.sticla4{width:221px;height:278px;top:58px;left:229px;}
	#home-semintesmoothie .h_sticle img.sticla-new1{width:63px;height:62px;top:206px;left:40px;}
	#home-semintesmoothie .h_sticle img.sticla-new2{width:63px;height:62px;top:0px;left:76px;}
	#home-semintesmoothie .h_sticle img.sticla-new3{width:63px;height:62px;top:265px;left:255px;}
	#home-semintesmoothie .h_sticle img.sticla-new4{width:63px;height:62px;top:41px;left:274px;}
	#home-semintesmoothie .box-preiau{padding: 110px 30px 160px 30px;}

	#home-sticlefresh::before{max-width:680px;top: 0;right: -380px;}
	#home-sticlefresh:hover::before{right: -360px;}
	#home-sticlefresh .h_sticle{top:0px;left:10px;}
	#home-sticlefresh .h_sticle img.full{width:100%;max-width:480px;opacity:0.7;}
	#home-sticlefresh .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-sticlefresh .h_sticle img.borcan1{width:131px;height:166px;top:298px;left:0px;}
	#home-sticlefresh .h_sticle img.borcan2{width:220px;height:286px;top:179px;left:34px;}
	#home-sticlefresh .h_sticle img.borcan3{width:219px;height:286px;top:0px;left:48px;}
	#home-sticlefresh .h_sticle img.borcan4{width:172px;height:168px;top:281px;left:185px;}
	#home-sticlefresh .h_sticle img.borcan5{width:151px;height:173px;top:10px;left:185px;}
	#home-sticlefresh .h_sticle img.borcan6{width:209px;height:275px;top:173px;left:271px;}
	#home-sticlefresh .box-preiau{padding: 110px 30px 240px 50px;}

	#home-preiau::before{max-width:680px;left: -380px;}
	#home-preiau:hover::before{left: -360px;}
	#home-preiau .h_sticle{top:40px;right:30px;}
	#home-preiau:hover .h_sticle{top:40px;}
	#home-preiau .h_sticle img.full{width:100%;max-width:450px;opacity:0.7;z-index:10;}
	#home-preiau .h_sticle img.sticla{position:absolute;display:block;z-index:5;}
	#home-preiau .h_sticle img.sticla1{width:239px;height:295px;top:211px;left:0px;}
	#home-preiau .h_sticle img.sticla2{width:227px;height:291px;top:0px;left:30px;}
	#home-preiau .h_sticle img.sticla3{width:222px;height:285px;top:278px;left:211px;}
	#home-preiau .h_sticle img.sticla4{width:222px;height:284px;top:30px;left:229px;}
	#home-preiau .box-preiau{padding:110px 30px 240px 30px;}
/*
#header.header-min, #header.header-scrolled{background:#f4c;}
*/



	#home-section3 .h_sticle{right:60px;}
	#home-section3 .h_sticle img{width:100%;max-width:480px;}
	#home-section3 .box-preiau {padding: 180px 30px 180px 0px;max-width:640px;}
	#home-section3 h4 {font-size:76px;line-height:68px;}
	#home-section4 .h_sticle{left:30px;}
	#home-section4 .h_sticle img{max-width:640px;}
	#home-section4 .box-preiau {padding: 150px 30px 130px 30px;max-width:530px;}
	#home-section4 h4 {font-size:76px;line-height:68px;}
	#despre-section{overflow:hidden;}
	#despre-section .h_sticle{bottom:40px;right:-180px;z-index:2;}
	#despre-section .h_sticle img{max-width:610px;}
	#recicleaza-section .recicl-item .recicl-description{font-size:14px;line-height:28px;}
	#blog-section .blog-item .blog-description{font-size:14px;line-height:28px;}
	#subscribe .section-header h2{font-size:20px;}
}

@media (max-width: 1090px) {
	#intro h2{font-size:60px;line-height:55px;width:430px;margin-right:30px;}
	.back-to-top {bottom: 15px;}
	#header #logo img {max-height: 74px;}
	#nav-menu-container {display: none;}
	#mobile-nav-toggle {display: inline;}
	.cauta-magazin .magazin-list a{padding:0px 25px;font-size:20px;}

}
@media (max-width: 995px){
	#intro h2{font-size:58px;line-height:52px;width:420px;margin-right:20px;}
/*
#header.header-min, #header.header-scrolled{background:#4fc;}/*sterge verde* /
*/


	#home-fresh .h_sticle img.sticla1{width:160px;height:185px;top:0px;left:357px;z-index:5;}
	#home-fresh .h_sticle img.sticla2{width:160px;height:185px;top:55px;left:510px;}
	#home-fresh .h_sticle img.sticla3{width:160px;height:185px;top:182px;left:350px;}

	#home-fresh h4 {font-size:54px;line-height:54px;}
	#home-fresh h6 {font-size:18px;line-height:24px;}
	#home-fresh p {font-size: 16px;line-height: 24px;}
	#home-fresh a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-preiau h4 {font-size:54px;line-height:54px;}
	#home-preiau h6 {font-size:18px;line-height:24px;}
	#home-preiau p {font-size: 16px;line-height: 24px;}
	#home-preiau a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}	
	
	#home-masa h4 {font-size:54px;line-height:54px;}
	#home-masa h6 {font-size:18px;line-height:24px;max-width:95%;}
	#home-masa p {font-size: 16px;line-height: 24px;}
	#home-masa a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}
	
	#home-semintesmoothie h4 {font-size:54px;line-height:54px;}
	#home-semintesmoothie h6 {font-size:18px;line-height:24px;max-width:95%;}
	#home-semintesmoothie p {font-size: 16px;line-height: 24px;}
	#home-semintesmoothie a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-sticlefresh h4 {font-size:54px;line-height:54px;}
	#home-sticlefresh h6 {font-size:18px;line-height:24px;max-width:95%;}
	#home-sticlefresh p {font-size: 16px;line-height: 24px;}
	#home-sticlefresh a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-smothg h4 {font-size:54px;line-height:54px;}
	#home-smothg h6 {font-size:18px;line-height:24px;max-width:95%;}
	#home-smothg p {font-size: 16px;line-height: 24px;}
	#home-smothg a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}


	#home-masa::before{max-width:680px;top: 0;right: -380px;}
	#home-masa:hover::before{right: -360px;}
	#home-masa .h_sticle{top:0px;left:20px;}
	#home-masa .h_sticle img.full{width:100%;max-width:300px;opacity:0.7;z-index:2;}
	#home-masa .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-masa .h_sticle img.borcan1{width:119px;height:126px;top:123px;left:0px;}
	#home-masa .h_sticle img.borcan2{width:117px;height:129px;top:226px;left:73px;}
	#home-masa .h_sticle img.borcan3{width:120px;height:134px;top:0px;left:19px;}
	#home-masa .h_sticle img.borcan4{width:119px;height:127px;top:103px;left:88px;}
	#home-masa .h_sticle img.borcan5{width:118px;height:126px;top:203px;left:162px;}
	#home-masa .h_sticle img.borcan6{width:122px;height:127px;top:81px;left:179px;}
	#home-masa .h_sticle img.borcan-new1{width:38px;height:37px;top:63px;left:224px;}
	#home-masa .box-preiau {padding: 40px 0px 130px 100px;}

	#home-smothg::before{max-width:680px;left: -380px;}
	#home-smothg:hover::before{left: -360px;}
	#home-smothg .h_sticle{top:30px;right:30px;}
	#home-smothg:hover .h_sticle{top:30px;}
	#home-smothg .h_sticle img.full{width:100%;max-width:360px;}
	#home-smothg .h_sticle img.sticla{position:absolute;display:block;}
	#home-smothg .h_sticle img.sticla1{width:228px;height:217px;top:0px;left:0px;}
	#home-smothg .h_sticle img.sticla2{width:228px;height:217px;top:121px;left:140px;}
	#home-smothg .h_sticle img.sticla-new1{width:62px;height:60px;top:-17px;left:126px;}
	#home-smothg .box-preiau{padding: 40px 30px 300px 30px;}

	#home-semintesmoothie {margin-bottom:100px;}
	#home-semintesmoothie::before{max-width:300px;left: -380px;}
	#home-semintesmoothie:hover::before{left: -360px;}
	#home-semintesmoothie .h_sticle{top:60px;right:10px;}
	#home-semintesmoothie:hover .h_sticle{top:60px;}
	#home-semintesmoothie .h_sticle img.full{width:100%;max-width:300px;}
	#home-semintesmoothie .h_sticle img.sticla{position:absolute;display:block;}
	#home-semintesmoothie .h_sticle img.sticla1{width:152px;height:190px;top:155px;left:0px;}
	#home-semintesmoothie .h_sticle img.sticla2{width:174px;height:197px;top:14px;left:22px;}
	#home-semintesmoothie .h_sticle img.sticla3{width:150px;height:204px;top:171px;left:137px;}
	#home-semintesmoothie .h_sticle img.sticla4{width:148px;height:186px;top:39px;left:153px;}
	
	#home-semintesmoothie .h_sticle img.sticla-new1{width:42px;height:42px;top:0px;left:51px;}
	#home-semintesmoothie .h_sticle img.sticla-new2{width:42px;height:42px;top:137px;left:27px;}
	#home-semintesmoothie .h_sticle img.sticla-new3{width:42px;height:42px;top:177px;left:170px;}
	#home-semintesmoothie .h_sticle img.sticla-new4{width:42px;height:42px;top:27px;left:183px;}
	#home-semintesmoothie .box-preiau{padding: 110px 30px 60px 30px;}
	
	
	#home-sticlefresh::before{max-width:680px;top: 0;right: -380px;}
	#home-sticlefresh:hover::before{right: -360px;}
	#home-sticlefresh .h_sticle{top:0px;left:10px;}
	#home-sticlefresh .h_sticle img.full{width:100%;max-width:380px;opacity:0.7;}
	#home-sticlefresh .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-sticlefresh .h_sticle img.borcan1{width:104px;height:132px;top:236px;left:0px;}
	#home-sticlefresh .h_sticle img.borcan2{width:175px;height:227px;top:142px;left:27px;}
	#home-sticlefresh .h_sticle img.borcan3{width:174px;height:227px;top:0px;left:38px;}
	#home-sticlefresh .h_sticle img.borcan4{width:137px;height:133px;top:222px;left:146px;}
	#home-sticlefresh .h_sticle img.borcan5{width:120px;height:137px;top:8px;left:146px;}
	#home-sticlefresh .h_sticle img.borcan6{width:166px;height:218px;top:137px;left:215px;}
	#home-sticlefresh .box-preiau{padding: 110px 0px 90px 180px;}

	#home-preiau::before{max-width:680px;left: -380px;}
	#home-preiau:hover::before{left: -360px;}
	#home-preiau .h_sticle{top:40px;right:30px;}
	#home-preiau:hover .h_sticle{top:40px;}
	#home-preiau .h_sticle img.full{width:100%;max-width:340px;opacity:0.7;z-index:10;}
	#home-preiau .h_sticle img.sticla{position:absolute;display:block;z-index:5;}
	#home-preiau .h_sticle img.sticla1{width:181px;height:223px;top:159px;left:0px;}
	#home-preiau .h_sticle img.sticla2{width:172px;height:220px;top:0px;left:23px;}
	#home-preiau .h_sticle img.sticla3{width:168px;height:215px;top:209px;left:159px;}
	#home-preiau .h_sticle img.sticla4{width:168px;height:214px;top:23px;left:173px;}
	#home-preiau .box-preiau{padding:110px 30px 240px 10px;}




	#home-section3 .h_sticle{right:10px;}
	#home-section3 .h_sticle img{width:100%;max-width:420px;}
	#home-section3 .box-preiau {padding: 120px 30px 120px 0px;max-width:520px;}
	#home-section3 h4 {font-size:52px;line-height:42px;}
	#home-section3 h6 {font-size:16px;line-height:22px;	max-width:290px;}
	#home-section3 a.btn-more {width:180px;height:60px;}
	#home-section4 .h_sticle{left:10px;}
	#home-section4 .h_sticle img{max-width:440px;}
	#home-section4 .box-preiau {padding:90px 30px 90px 30px;max-width:400px;}
	#home-section4 h4 {font-size:52px;line-height:42px;}
	#home-section4 h6 {font-size:16px;line-height:22px;	max-width:370px;}
	#home-section4 a.btn-more {width:180px;height:60px;}
	#home-section5 h4 {font-size:48px;line-height:40px;}
	#home-section5 h6 {font-size:16px;line-height:26px;}
	#home-section5 .about-col p{font-size:14px;}
	#subscribe {max-width:370px;margin:0 auto;}
	.logo_footer{margin-bottom:30px;}
	#footer .footer-address.footer-menu{padding-left:100px;}
	#despre-section .box-preiau {padding: 0px 0px 0px 0px;max-width:500px;}
	#despre-section .h_sticle{bottom:90px;right:-230px;z-index:2;}
	#despre-section .h_sticle img{max-width:500px;}
	#despre-section .despre-item .title{font-size:38px; color:#60269E;line-height:40px;font-family: 'BerlinSansFBRO-Regular';}
	#despre-section .despre-item .despre-txt{font-size:14px; color:#7C6F8E;line-height:22px;max-width:420px;}
	.products-item .product-story{text-align:center;margin:0 auto 40px auto;float:none;}
	#smoothie-section.supe .products-item .product-story{text-align:center;margin:0 auto 40px auto;float:none;}
	.products-item .product-info{text-align:center;margin:40px auto 20px auto;float:none;max-width:300px; }
	#smoothie-section.supe {overflow:hidden;}
	.navitems .custom-nav .owl-prev {left: 0px;}
	.navitems .custom-nav .owl-next {right: 0px;}
	#smoothie-section::before{max-width:480px;top: -100px;right: 0px;}
	#smoothie-section:hover::before{top:-60px;}
	#smoothie-section::after{max-width:370px;bottom: -110px;left: -140px;}
	#smoothie-section:hover::after{left:-100px;}
	#smoothie-section.supe::before{max-width:480px;top: -100px;right: 0px;}
	#smoothie-section.supe:hover::before{top:-60px;}
	#smoothie-section.supe::after{max-width:370px;bottom: -110px;left: -140px;}
	#smoothie-section.supe:hover::after{left:-100px;}
	#supa-section {padding-top:0px;max-width:250px;margin:0 auto 0 auto;}/*background:#F8F6FA;*/
	#supa-section .nutrition{margin-bottom:40px;}
	#supa-section .faq-wrap{margin-bottom:40px;}
	#recicleaza-section::before{max-width:480px;top: -100px;right: 0px;}
	#recicleaza-section:hover::before{top:-60px;}
	#recicleaza-section::after{max-width:370px;bottom: -110px;left: -140px;}
	#recicleaza-section:hover::after{left:-100px;}
	#recicleaza-section .recicl-item .recicl-img img.mobileimg{max-width:590px;width:100%;}
	#recicleaza-section .recicl-item .recicl-img .mobileimg{display: none;}
	#recicleaza-section .box-preiau {padding: 0px 30px 20px 30px;}
	#recicleaza-section .headlines{max-width:900px;margin:0 auto;}
	#recicleaza-section h1 {font-size:16px;line-height:26px;}
	#recicleaza-section h2 {font-size:32px;line-height:38px;}
	#recicleaza-section .recicl-item{margin-bottom:40px;}
	#recicleaza-section .recicl-item h2{font-size:30px;line-height:36px;}
	#recicleaza-section .recicl-item h3{font-size:20px;line-height:26px;}
	#recicleaza-section .recicl-item .recicl-description{font-size:12px;line-height:20px;}
	#recicleaza-section .recicl-item .recicl-img{top:-20px;}
	#recicleaza-section .recicl-item .recicl-img img.fullimg{max-width:990px;width:100%;}
	#blog-section::before{max-width:480px;top: -100px;right: 0px;}
	#blog-section:hover::before{top:-60px;}
	#blog-section::after{max-width:370px;bottom: -110px;left: -140px;}
	#blog-section:hover::after{left:-100px;}
	#blog-section .blog-item .blog-img img.mobileimg{max-width:590px;width:100%;}
	#blog-section .blog-item .blog-img .mobileimg{display: none;}
	#blog-section .box-preiau {padding: 0px 30px 20px 30px;}
	#blog-section .headlines{max-width:900px;margin:0 auto;}
	#blog-section h1 {font-size:16px;line-height:26px;}
	#blog-section h2 {font-size:32px;line-height:38px;}
	#blog-section .blog-item{margin-bottom:40px;}
	#blog-section .blog-item h2{font-size:30px;line-height:36px;}
	#blog-section .blog-item h3{font-size:20px;line-height:26px;}
	#blog-section .blog-item .recicl-description{font-size:12px;line-height:20px;}
	#blog-section .blog-item .recicl-img{top:-20px;}
	#blog-section .blog-item .recicl-img img.fullimg{max-width:990px;width:100%;}
	#faq-section::before{max-width:480px;top: -100px;right: 0px;}
	#faq-section:hover::before{top:-60px;}
	#faq-section::after{max-width:370px;bottom: -110px;left: -140px;}
	#faq-section.unde::after{bottom:210px;}
	#faq-section:hover::after{left:-100px;}
	#faq-section .box-preiau {padding: 0px 0px 50px 0px;}
	#faq-section h4 {font-size:65px;line-height:60px;}
	#faq-section h5 {font-size:18px;line-height:22px;}
	#faq-section .panel-body p{font-size:14px;line-height:24px;}
	.contact .section1 img{width:100%;max-width:499px;}
	.contact .formBox{max-width:360px;margin:0 auto;}
}
@media (max-width: 768px) {

	#header.header-home{padding:20px 0px;}
	#mobile-nav-toggle{margin:37px 20px 0 0;}
	#header.header-min, #header.header-scrolled { padding: 0px 0; }
	
	#faq-section .box-preiau {padding: 0px 0px 40px 0px;}
	#faq-section h4 {font-size:48px;line-height:44px;}
	#faq-section h5 {font-size:18px;line-height:22px;}
	#recicleaza-section .recicl-item .recicl-img img.mobileimg{max-width:590px;width:100%;}
	#recicleaza-section .recicl-item .recicl-img .mobileimg{display: none;}
	#recicleaza-section .box-preiau {padding: 0px 30px 20px 30px;}
	#recicleaza-section .headlines{max-width:900px;margin:0 auto;}
	#recicleaza-section h1 {font-size:14px;line-height:24px;}
	#recicleaza-section h2 {font-size:26px;line-height:36px;}
	#recicleaza-section .recicl-item{margin-bottom:40px;}
	#recicleaza-section .recicl-item h2{font-size:30px;line-height:36px;}
	#recicleaza-section .recicl-item h3{font-size:20px;line-height:26px;}
	#recicleaza-section .recicl-item .recicl-img{top:0px;}
	#recicleaza-section .recicl-item .recicl-img img.fullimg{display:none;}
	#recicleaza-section .recicl-item .recicl-img img.mobileimg{max-width:490px;width:100%;display:block;margin-bottom:20px;}
	#blog-section .blog-item .blog-img img.mobileimg{max-width:590px;width:100%;}
	#blog-section .blog-item .blog-img .mobileimg{display: none;}
	#blog-section .box-preiau {padding: 0px 30px 20px 30px;}
	#blog-section .headlines{max-width:900px;margin:0 auto;}
	#blog-section h1 {font-size:14px;line-height:24px;}
	#blog-section h2 {font-size:26px;line-height:36px;}
	#blog-section .blog-item{margin-bottom:40px;}
	#blog-section .blog-item h2{font-size:30px;line-height:36px;}
	#blog-section .blog-item h3{font-size:20px;line-height:26px;}
	#blog-section .blog-item .blog-img{top:0px;}
	#blog-section .blog-item .blog-img img.fullimg{display:none;}
	#blog-section .blog-item .blog-img img.mobileimg{max-width:490px;width:100%;display:block;margin-bottom:20px;}
	#despre-section .box-preiau {padding: 0px 0px 0px 0px;max-width:400px;}
	#despre-section .h_sticle{bottom:250px;right:-170px;z-index:2;}
	#despre-section .h_sticle img{max-width:380px;}
	#despre-section .despre-item{margin-bottom:30px;max-width:400px;}
	#despre-section .despre-item .title{font-size:26px; color:#60269E;line-height:26px;}
	#despre-section .despre-item .despre-txt{font-size:14px; color:#7C6F8E;line-height:22px;max-width:300px;}
	.products-item .product-info, .products-item .product-story{font-size:24px;line-height:22px;}
	.products-item .product-story{margin:0 auto 30px auto;}
	.products-item .product-info{margin:30 auto 20px auto;}
	.products-item a.btn-more{margin-top:30px;}
	#smoothie-section, #smoothie-section.supe{padding-top:100px;}
	.navitems .custom-nav .owl-prev {left: 20px;}
	.navitems .custom-nav .owl-next {right: 20px;}
	.products-item .product-image img{max-width:160px;}
	.product-cat{margin:60px 0px 40px 0px;}
	.info-prod-cols .about-col {max-width:350px;margin: 0 auto 40px auto;}

	#home-section3 .box-preiau{padding:90px 30px 10px 30px;margin:0 auto;max-width:420px;}
	#home-section3 h4{font-size:50px;}
	#home-section3 .h_sticle{margin:0 auto; position:relative;right:auto;width:420px;}
	#home-section4 .box-preiau{padding:90px 30px 0px 30px;max-width:420px;margin:0 auto;float:none;}
	#home-section4 h4{font-size:50px;max-width:335px;}
	#home-section4 .h_sticle{margin:0 auto;position:relative;bottom:0px;top:-60px;height:460px;}
	#home-section4 .h_sticle img{max-width:550px;}
	#home-section5 .about-col{max-width:420px;margin:0 auto 30px auto;}
	#home-section5 .about-col .img img{display:block;max-width:320px;margin:0 auto;}
	#home-section5 h4{font-size:34px;line-height: 38px;}
	.post_articles_widget .about-col{max-width:320px;margin:0 auto;margin-bottom:30px;}
	.post_articles_widget .about-col .img{display:block;max-width:320px;margin:0 auto 10px auto;}
	.cauta-magazin .magazin-list a{padding:0px 17px;font-size:20px;}
	#intro h2{font-size:44px;line-height:40px;width:270px;margin-right:5px;}
	#intro {height: 80vh;max-height:600px;}
	#intro .carousel-item {height: 80vh;max-height:600px;background-size: cover;background-position: 35% 50%;}
	#intro .carousel-item:nth-child(1n) {background-position: 55% 50%;}
	#intro .carousel-item:nth-child(2n) {background-position: 35% 50%;}
	#intro .carousel-item:nth-child(3n) {background-position: 50% 50%;}

/*
#header.header-min, #header.header-scrolled{background:#cdf;}/*sterge blue* /
*/
	#home-fresh .h_sticle::after{color:#60269E;}
	#home-fresh .box-preiau{padding:50px 30px 50px 30px;margin:0 auto;width:100%;max-width:420px;}
	#home-fresh .h_sticle{max-width:340px;margin:0 auto;position:relative;top:10px;right:auto;}
	#home-fresh:hover .h_sticle{top:10px;}
	#home-fresh .h_sticle img.sticla1{width:190px;height:220px;top:0px;left:20px;z-index:5;}
	#home-fresh .h_sticle img.sticla2{width:190px;height:220px;top:55px;left:200px;}
	#home-fresh .h_sticle img.sticla3{width:190px;height:220px;top:182px;left:-10px;}

	#home-smothg .h_sticle{max-width:360px;height:350px;margin:0 auto;position:relative;top:40px;right:auto;}
	#home-smothg:hover .h_sticle{top:40px;}
	#home-smothg .h_sticle img.full{width:100%;max-width:360px;}
	#home-smothg .h_sticle img.sticla{position:absolute;display:block;}
	#home-smothg .h_sticle img.sticla1{width:228px;height:217px;top:0px;left:0px;}
	#home-smothg .h_sticle img.sticla2{width:228px;height:217px;top:121px;left:140px;}
	#home-smothg .h_sticle img.sticla-new1{width:62px;height:60px;top:-17px;left:126px;}
	#home-smothg .box-preiau{padding: 70px 30px 90px 30px;margin:0 auto;width:100%;max-width:420px;float:none;}

	#home-masa .h_sticle{max-width:420px;margin:0 auto;position:relative;top:0px;left:auto;}
	#home-masa:hover .h_sticle{top:0px;}
	#home-masa .h_sticle img.full{width:100%;max-width:420px;opacity:0.7;z-index:2;}
	#home-masa .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-masa .h_sticle img.borcan1{width:168px;height:178px;top:172px;left:0px;}
	#home-masa .h_sticle img.borcan2{width:165px;height:182px;top:316px;left:102px;}
	#home-masa .h_sticle img.borcan3{width:169px;height:189px;top:0px;left:27px;}
	#home-masa .h_sticle img.borcan4{width:168px;height:179px;top:144px;left:123px;}
	#home-masa .h_sticle img.borcan5{width:167px;height:178px;top:283px;left:226px;}
	#home-masa .h_sticle img.borcan6{width:171px;height:179px;top:113px;left:249px;}
	#home-masa .h_sticle img.borcan-new1{width:55px;height:54px;top:88px;left:313px;}
	#home-masa .box-preiau{padding:50px 30px 90px 30px;margin:0px auto;width:100%;max-width:420px;float:none;}

	#home-semintesmoothie{margin-bottom:0px;}
	#home-semintesmoothie .h_sticle{max-width:420px;margin:0 auto;position:relative;top:10px;right:auto;}
	#home-semintesmoothie:hover .h_sticle{top:10px;}
	#home-semintesmoothie .h_sticle img.full{width:100%;max-width:420px;}
	#home-semintesmoothie .h_sticle img.sticla{position:absolute;display:block;}
	#home-semintesmoothie .h_sticle img.sticla1{width:213px;height:265px;top:216px;left:0px;}
	#home-semintesmoothie .h_sticle img.sticla2{width:243px;height:271px;top:20px;left:31px;}
	#home-semintesmoothie .h_sticle img.sticla3{width:210px;height:285px;top:238px;left:191px;}
	#home-semintesmoothie .h_sticle img.sticla4{width:207px;height:260px;top:54px;left:213px;}
	#home-semintesmoothie .h_sticle img.sticla-new1{width:59px;height:59px;top:191px;left:38px;}
	#home-semintesmoothie .h_sticle img.sticla-new2{width:59px;height:59px;top:0px;left:71px;}
	#home-semintesmoothie .h_sticle img.sticla-new3{width:59px;height:59px;top:247px;left:237px;}
	#home-semintesmoothie .h_sticle img.sticla-new4{width:59px;height:59px;top:38px;left:255px;}	
	#home-semintesmoothie .box-preiau{padding: 50px 30px 90px 30px;margin:0 auto;width:100%;max-width:420px;float:none;}


	#home-sticlefresh .h_sticle{max-width:520px;margin:0 auto;position:relative;top:10px;left:auto;}
	#home-sticlefresh .h_sticle img.full{width:100%;max-width:520px;opacity:0.7;}
	#home-sticlefresh .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-sticlefresh .h_sticle img.borcan1{width:142px;height:181px;top:322px;left:0px;}
	#home-sticlefresh .h_sticle img.borcan2{width:239px;height:311px;top:194px;left:37px;}
	#home-sticlefresh .h_sticle img.borcan3{width:238px;height:311px;top:0px;left:52px;}
	#home-sticlefresh .h_sticle img.borcan4{width:187px;height:182px;top:303px;left:199px;}
	#home-sticlefresh .h_sticle img.borcan5{width:164px;height:188px;top:11px;left:199px;}
	#home-sticlefresh .h_sticle img.borcan6{width:227px;height:298px;top:187px;left:293px;}
	#home-sticlefresh .box-preiau{padding: 50px 60px 90px 60px;margin:0 auto;width:100%;max-width:420px;float:none;}


	#home-preiau .h_sticle{max-width:420px;margin:0 auto;position:relative;top:10px;right:auto;}
	#home-preiau:hover .h_sticle{top:10px;}
	#home-preiau .h_sticle img.full{width:100%;max-width:420px;opacity:0.7;z-index:10;}
	#home-preiau .h_sticle img.sticla{position:absolute;display:block;z-index:5;}
	#home-preiau .h_sticle img.sticla1{width:223px;height:275px;top:196px;left:0px;}
	#home-preiau .h_sticle img.sticla2{width:212px;height:271px;top:0px;left:28px;}
	#home-preiau .h_sticle img.sticla3{width:207px;height:265px;top:257px;left:196px;}
	#home-preiau .h_sticle img.sticla4{width:207px;height:264px;top:28px;left:213px;}
	#home-preiau .box-preiau{padding:50px 30px 90px 10px;margin:0 auto;width:100%;max-width:420px;}


	#home-smothg h4 {font-size:48px;line-height:48px;}
	#home-smothg h6 {font-size:18px;line-height:24px;max-width:95%;}
	#home-smothg p {font-size: 16px;line-height: 24px;}
	#home-smothg a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-fresh h4 {font-size:48px;line-height:48px;}
	#home-fresh h6 {font-size:18px;line-height:24px;}
	#home-fresh p {font-size: 16px;line-height: 24px;}
	#home-fresh a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-preiau h4 {font-size:48px;line-height:48px;}
	#home-preiau h6 {font-size:18px;line-height:24px;}
	#home-preiau p {font-size: 16px;line-height: 24px;}
	#home-preiau a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}	
	
	#home-masa h4 {font-size:48px;line-height:48px;}
	#home-masa h6 {font-size:18px;line-height:24px;max-width:95%;}
	#home-masa p {font-size: 16px;line-height: 24px;}
	#home-masa a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}
	
	#home-semintesmoothie h4 {font-size:48px;line-height:48px;}
	#home-semintesmoothie h6 {font-size:18px;line-height:24px;max-width:95%;}
	#home-semintesmoothie p {font-size: 16px;line-height: 24px;}
	#home-semintesmoothie a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-sticlefresh h4 {font-size:48px;line-height:48px;}
	#home-sticlefresh h6 {font-size:18px;line-height:24px;max-width:95%;}
	#home-sticlefresh p {font-size: 16px;line-height: 24px;}
	#home-sticlefresh a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}













}

@media (max-width: 576px) {
	.products-item .product-image img{max-width:140px;}
	.supe .products-item .product-image img{max-width:200px;}
	.products-item .product-info, .products-item .product-story{font-size:24px;line-height:22px;}
	.products-item .product-story{margin:0 auto 20px auto;}
	.products-item .product-info{margin:10px auto 15px auto;}
	.products-item a.btn-more{margin-top:10px;}
	#smoothie-section.supe .products-item a.btn-more{margin-top:40px;}
	.product-cat{margin-top:40px;}
	.product-cat .menu-section-items a img{max-width:30px;}
	.supe .product-cat .menu-section-items a img{max-width:45px;}
	#footer .footer-address.footer-menu{padding-left:40px;}
	#home-section4 .h_sticle img{max-width:300px;}
	#home-section4 .h_sticle{top:-20px;height:320px;left:auto;margin:0 auto;}
	#home-section4 .h_sticle img{max-width:360px;}
	#home-section5 h4{font-size:26px;line-height: 30px;}
	#home-section5 h6{font-size:14px;line-height:22px;}
	#home-section5 .about-col .img img{max-width:240px;}
	#recicleaza-section .recicl-item .recicl-img img.mobileimg{max-width:590px;width:100%;}
	#recicleaza-section .recicl-item .recicl-img .mobileimg{display: none;}
	#recicleaza-section .box-preiau {padding: 0px 30px 20px 30px;}
	#recicleaza-section .headlines{max-width:900px;margin:0 auto;}
	#recicleaza-section h1 {font-size:12px;line-height:18px;}
	#recicleaza-section h2 {font-size:16px;line-height:24px;}
	#recicleaza-section .recicl-item{margin-bottom:40px;}
	#recicleaza-section .recicl-item h2{font-size:18px;line-height:24px;}
	#recicleaza-section .recicl-item h3{font-size:18px;line-height:24px;}
	#recicleaza-section .recicl-item .recicl-img{top:0px;}
	#recicleaza-section .recicl-item .recicl-img img.fullimg{display:none;}
	#recicleaza-section .recicl-item .recicl-img img.mobileimg{max-width:490px;width:100%;display:block;margin-bottom:20px;}
	.share_social-links a.sh_title{padding-right:10px;}
	#blog-section .blog-item .blog-img img.mobileimg{max-width:590px;width:100%;}
	#blog-section .blog-item .blog-img .mobileimg{display: none;}
	#blog-section .box-preiau {padding: 0px 30px 20px 30px;}
	#blog-section .headlines{max-width:900px;margin:0 auto;}
	#blog-section h1 {font-size:12px;line-height:18px;}
	#blog-section h2 {font-size:16px;line-height:24px;}
	#blog-section .blog-item{margin-bottom:40px;}
	#blog-section .blog-item h2{font-size:18px;line-height:24px;}
	#blog-section .blog-item h3{font-size:18px;line-height:24px;}
	#blog-section .blog-item .blog-img{top:0px;}
	#blog-section .blog-item .blog-img img.fullimg{display:none;}
	#blog-section .blog-item .blog-img img.mobileimg{max-width:490px;width:100%;display:block;margin-bottom:20px;}
	#faq-section .box-preiau{padding:0px 0px 20px 0px}
	#faq-section h4 {font-size:30px;line-height:30px;}
	#faq-section h5 {font-size:16px;line-height:22px;}
	#faq-section .panel-body p{font-size:12px;line-height:20px;}
	.contact .section1{margin-bottom:20px;text-align:center;}
	.contact .section1 img{max-width:380px;}
	#despre-section .box-preiau,
	#despre-section .despre-item{width:100%;max-width:98%;}
	#despre-section .despre-item .despre-txt{width:100%;max-width:98%;font-size:12px;line-height:18px;}
	#despre-section .h_sticle{bottom:0;right:-180px;position:relative;}
	.cauta-magazin .magazin-list a{padding:0px 17px;font-size:20px;}
	.shop_options a.btn-show-all{display:block;max-width:220px;line-height:34px;padding:0;font-size:16px;margin:0 auto 20px auto;text-align:center;}
	.shop_options .dropdown.bootstrap-select{display:block;margin:0 auto;max-width:240px;width:100%;}
	.shop_options button.btn-locatie{margin: 0 auto;}
	#intro h2{font-size:38px;line-height:36px;width:245px;margin-right:10px;}
	#intro {height: 70vh;max-height:400px;}
	#intro .carousel-item {height: 70vh;max-height:400px;background-size: cover;background-position: 35% 50%;}
/*
#header.header-min, #header.header-scrolled{background:#cfa;}/*sterge verde * /
*/

/**/
	#home-fresh .h_sticle img.full{max-height:350px;}
	#home-fresh.sucuri .box-preiau{padding:50px 30px 160px 30px;}
	#home-fresh .h_sticle img.sticla1{width:160px;height:185px;top:0px;left:20px;z-index:5;}
	#home-fresh .h_sticle img.sticla2{width:160px;height:185px;top:55px;left:180px;}
	#home-fresh .h_sticle img.sticla3{width:160px;height:185px;top:182px;left:0px;}
/**/

	#home-smothg .h_sticle{max-width:260px;height:250px;margin:0 auto;position:relative;top:40px;right:auto;}
	#home-smothg:hover .h_sticle{top:40px;}
	#home-smothg .h_sticle img.full{width:100%;max-width:260px;}
	#home-smothg .h_sticle img.sticla{position:absolute;display:block;}
	#home-smothg .h_sticle img.sticla1{width:165px;height:157px;top:0px;left:0px;}
	#home-smothg .h_sticle img.sticla2{width:165px;height:157px;top:87px;left:92px;}
	#home-smothg .h_sticle img.sticla-new1{width:46px;height:44px;top:-19px;left:99px;}
	#home-smothg .box-preiau{padding: 70px 20px 70px 20px;margin:0 auto;width:100%;max-width:380px;float:none;}

	#home-masa .h_sticle{max-width:379px;margin:0 auto;position:relative;top:0px;left:auto;}
	#home-masa:hover .h_sticle{top:0px;}
	#home-masa .h_sticle img.full{width:100%;max-width:379px;opacity:0.7;z-index:2;}
	#home-masa .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-masa .h_sticle img.borcan1{width:152px;height:162px;top:155px;left:0px;}
	#home-masa .h_sticle img.borcan2{width:150px;height:166px;top:286px;left:92px;}
	#home-masa .h_sticle img.borcan3{width:153px;height:172px;top:0px;left:24px;}
	#home-masa .h_sticle img.borcan4{width:152px;height:163px;top:130px;left:111px;}
	#home-masa .h_sticle img.borcan5{width:152px;height:162px;top:256px;left:204px;}
	#home-masa .h_sticle img.borcan6{width:155px;height:163px;top:102px;left:224px;}
	#home-masa .h_sticle img.borcan-new1{width:51px;height:50px;top:79px;left:282px;}
	#home-masa .box-preiau{padding:50px 20px 60px 20px;margin:0px auto;width:100%;max-width:380px;float:none;}


	#home-semintesmoothie{margin-bottom:0px;}
	#home-semintesmoothie .h_sticle{max-width:379px;margin:0 auto;position:relative;top:10px;right:auto;}
	#home-semintesmoothie:hover .h_sticle{top:10px;}
	#home-semintesmoothie .h_sticle img.full{width:100%;max-width:379px;}
	#home-semintesmoothie .h_sticle img.sticla{position:absolute;display:block;}
	#home-semintesmoothie .h_sticle img.sticla1{width:193px;height:240px;top:195px;left:0px;}
	#home-semintesmoothie .h_sticle img.sticla2{width:220px;height:245px;top:18px;left:28px;}
	#home-semintesmoothie .h_sticle img.sticla3{width:190px;height:258px;top:215px;left:172px;}
	#home-semintesmoothie .h_sticle img.sticla4{width:187px;height:235px;top:49px;left:192px;}
	#home-semintesmoothie .h_sticle img.sticla-new1{width:54px;height:54px;top:172px;left:34px;}
	#home-semintesmoothie .h_sticle img.sticla-new2{width:54px;height:54px;top:0px;left:64px;}
	#home-semintesmoothie .h_sticle img.sticla-new3{width:54px;height:54px;top:223px;left:214px;}
	#home-semintesmoothie .h_sticle img.sticla-new4{width:54px;height:54px;top:34px;left:230px;}	
	#home-semintesmoothie .box-preiau{padding: 50px 20px 60px 20px;margin:0 auto;width:100%;max-width:380px;float:none;}



	#home-sticlefresh .h_sticle{max-width:380px;margin:0 auto;position:relative;top:10px;left:auto;height:400px;}
	#home-sticlefresh .h_sticle img.full{width:100%;max-width:380px;opacity:0.7;}
	#home-sticlefresh .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-sticlefresh .h_sticle img.borcan1{width:104px;height:132px;top:235px;left:0px;}
	#home-sticlefresh .h_sticle img.borcan2{width:175px;height:227px;top:141px;left:27px;}
	#home-sticlefresh .h_sticle img.borcan3{width:174px;height:227px;top:0px;left:38px;}
	#home-sticlefresh .h_sticle img.borcan4{width:137px;height:133px;top:221px;left:145px;}
	#home-sticlefresh .h_sticle img.borcan5{width:120px;height:137px;top:8px;left:145px;}
	#home-sticlefresh .h_sticle img.borcan6{width:166px;height:218px;top:136px;left:214px;}
	#home-sticlefresh .box-preiau{padding: 50px 20px 60px 20px;margin:0 auto;width:100%;max-width:380px;float:none;}


	#home-preiau .h_sticle{max-width:379px;margin:0 auto;position:relative;top:10px;right:auto;}
	#home-preiau:hover .h_sticle{top:10px;}
	#home-preiau .h_sticle img.full{width:100%;max-width:379px;opacity:0.7;z-index:10;}
	#home-preiau .h_sticle img.sticla{position:absolute;display:block;z-index:5;}
	#home-preiau .h_sticle img.sticla1{width:202px;height:249px;top:177px;left:0px;}
	#home-preiau .h_sticle img.sticla2{width:192px;height:245px;top:0px;left:25px;}
	#home-preiau .h_sticle img.sticla3{width:187px;height:240px;top:232px;left:177px;}
	#home-preiau .h_sticle img.sticla4{width:187px;height:239px;top:25px;left:192px;}
	#home-preiau .box-preiau{padding:50px 20px 60px 20px;margin:0 auto;width:100%;max-width:380px;float:none;}

	#home-smothg h4 {font-size:36px;line-height:36px;}
	#home-smothg h6 {font-size:16px;line-height:24px;max-width:95%;}
	#home-smothg p {font-size: 14px;line-height: 22px;}
	#home-smothg a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-fresh h4 {font-size:36px;line-height:36px;}
	#home-fresh h6 {font-size:16px;line-height:24px;}
	#home-fresh p {font-size: 14px;line-height: 22px;}
	#home-fresh a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-preiau h4 {font-size:36px;line-height:36px;}
	#home-preiau h6 {font-size:16px;line-height:24px;}
	#home-preiau p {font-size: 14px;line-height: 22px;}
	#home-preiau a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}	
	
	#home-masa h4 {font-size:36px;line-height:36px;}
	#home-masa h6 {font-size:16px;line-height:24px;max-width:95%;}
	#home-masa p {font-size: 14px;line-height: 22px;}
	#home-masa a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}
	
	#home-semintesmoothie h4 {font-size:36px;line-height:36px;}
	#home-semintesmoothie h6 {font-size:16px;line-height:24px;max-width:95%;}
	#home-semintesmoothie p {font-size: 14px;line-height: 22px;}
	#home-semintesmoothie a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-sticlefresh h4 {font-size:36px;line-height:36px;}
	#home-sticlefresh h6 {font-size:16px;line-height:24px;max-width:95%;}
	#home-sticlefresh p {font-size: 14px;line-height: 22px;}
	#home-sticlefresh a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}


	
}

@media (max-width: 378px){
	.product-cat .menu-section-items{height:auto;max-width:280px;margin:0 auto;}
	.product-cat .menu-section-items a{padding:0 6px;}
	.product-cat .menu-section-items a img{max-width:26px;}
	.supe .product-cat .menu-section-items a img{max-width:40px;}
	.product-cat{margin-top:20px;}
	.share_social-links a.sh_title{padding-left:5px;}
	.share_social-links a{font-size:18px;width:30px;margin-right:3px;}
	#recicleaza-section, #faq-section{padding-top:100px;}
	#blog-section{padding-top:140px;}
	#despre-section{padding-top:110px;}
	#faq-section{padding-top:110px;}
	.cauta-magazin .magazin-list a{padding:0 15px; font-size:14px;margin-left:5px !important;margin-right:5px !important;}
	#despre-section .h_sticle{bottom:0;right:-80px;}

/*
#header.header-min, #header.header-scrolled{background:#ff0;}/*sterge galben* /
*/
/*
#home-fresh .h_sticle img.sticla1{width:135px;height:156px;top:15px;left:15px;z-index:5;}
#home-fresh .h_sticle img.sticla2{width:135px;height:156px;top:55px;left:140px;}
#home-fresh .h_sticle img.sticla3{width:135px;height:156px;top:182px;left:30px;}

#home-preiau .h_sticle img.full{width:100%;max-width:240px;opacity:0.7;z-index:10;}
#home-preiau .h_sticle img.sticla{position:absolute;display:block;z-index:5;}
#home-preiau .h_sticle img.sticla1{width:105px;height:135px;top:0px;left:51px;}
#home-preiau .h_sticle img.sticla2{width:103px;height:133px;top:20px;left:137px;}
#home-preiau .h_sticle img.sticla3{width:119px;height:138px;top:69px;left:14px;}
#home-preiau .h_sticle img.sticla4{width:102px;height:133px;top:124px;left:127px;}
#home-preiau .h_sticle img.sticla5{width:113px;height:138px;top:168px;left:0px;}
#home-preiau .h_sticle img.sticla6{width:106px;height:136px;top:199px;left:100px;}
#home-preiau .h_sticle::after{top:18px;right:63px;font-size:18px;line-height:18px;}

#home-masa .h_sticle img.full{width:100%;max-width:240px;opacity:0.7;z-index:20;}
#home-masa .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
#home-masa .h_sticle img.borcan1{width:111px;height:118px;top:32px;left:33px;}
#home-masa .h_sticle img.borcan2{width:108px;height:116px;top:34px;left:132px;}
#home-masa .h_sticle img.borcan3{width:108px;height:116px;top:125px;left:0px;}
#home-masa .h_sticle img.borcan4{width:108px;height:117px;top:132px;left:104px;}
#home-masa .h_sticle img.borcan5{width:108px;height:116px;top:223px;left:68px;}
#home-masa .h_sticle::after{top:76px;right:111px;font-size:18px;line-height:18px;}
*/


	#home-smothg .h_sticle{max-width:240px;height:250px;margin:0 auto;position:relative;top:40px;right:auto;}
	#home-smothg:hover .h_sticle{top:40px;}
	#home-smothg .h_sticle img.full{width:100%;max-width:240px;}
	#home-smothg .h_sticle img.sticla{position:absolute;display:block;}
	#home-smothg .h_sticle img.sticla1{width:143px;height:136px;top:0px;left:0px;}
	#home-smothg .h_sticle img.sticla2{width:143px;height:136px;top:71px;left:83px;}
	#home-smothg .h_sticle img.sticla-new1{width:39px;height:38px;top:-8px;left:83px;}
	#home-smothg .box-preiau{padding: 70px 15px 40px 15px;margin:0 auto;width:100%;max-width:380px;float:none;}

	#home-masa .h_sticle{max-width:239px;margin:0 auto;position:relative;top:0px;left:auto;}
	#home-masa:hover .h_sticle{top:0px;}
	#home-masa .h_sticle img.full{width:100%;max-width:239px;opacity:0.7;z-index:2;}
	#home-masa .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-masa .h_sticle img.borcan1{width:96px;height:103px;top:98px;left:0px;}
	#home-masa .h_sticle img.borcan2{width:95px;height:105px;top:180px;left:58px;}
	#home-masa .h_sticle img.borcan3{width:97px;height:109px;top:0px;left:15px;}
	#home-masa .h_sticle img.borcan4{width:96px;height:103px;top:82px;left:70px;}
	#home-masa .h_sticle img.borcan5{width:96px;height:103px;top:161px;left:129px;}
	#home-masa .h_sticle img.borcan6{width:98px;height:103px;top:64px;left:141px;}
	#home-masa .h_sticle img.borcan-new1{width:33px;height:32px;top:50px;left:178px;}
	#home-masa .box-preiau{padding:50px 15px 40px 15px;margin:0px auto;width:100%;max-width:240px;float:none;}


	#home-semintesmoothie{margin-bottom:0px;}
	#home-semintesmoothie .h_sticle{max-width:241px;margin:0 auto;position:relative;top:10px;right:auto;}
	#home-semintesmoothie:hover .h_sticle{top:10px;}
	#home-semintesmoothie .h_sticle img.full{width:100%;max-width:241px;}
	#home-semintesmoothie .h_sticle img.sticla{position:absolute;display:block;}
	#home-semintesmoothie .h_sticle img.sticla1{width:123px;height:153px;top:124px;left:0px;}
	#home-semintesmoothie .h_sticle img.sticla2{width:140px;height:156px;top:11px;left:18px;}
	#home-semintesmoothie .h_sticle img.sticla3{width:121px;height:164px;top:136px;left:109px;}
	#home-semintesmoothie .h_sticle img.sticla4{width:119px;height:150px;top:31px;left:122px;}
	#home-semintesmoothie .h_sticle img.sticla-new1{width:35px;height:35px;top:109px;left:22px;}
	#home-semintesmoothie .h_sticle img.sticla-new2{width:35px;height:35px;top:0px;left:41px;}
	#home-semintesmoothie .h_sticle img.sticla-new3{width:35px;height:35px;top:141px;left:136px;}
	#home-semintesmoothie .h_sticle img.sticla-new4{width:35px;height:35px;top:22px;left:146px;}	
	#home-semintesmoothie .box-preiau{padding: 50px 15px 40px 15px;margin:0 auto;width:100%;max-width:240px;float:none;}


	#home-sticlefresh .h_sticle{max-width:240px;margin:0 auto;position:relative;top:10px;left:auto;}
	#home-sticlefresh .h_sticle img.full{width:100%;max-width:240px;opacity:0.7;}
	#home-sticlefresh .h_sticle img.borcan{position:absolute;display:block;z-index:5;}
	#home-sticlefresh .h_sticle img.borcan1{width:66px;height:84px;top:148px;left:0px;}
	#home-sticlefresh .h_sticle img.borcan2{width:111px;height:144px;top:89px;left:17px;}
	#home-sticlefresh .h_sticle img.borcan3{width:110px;height:144px;top:0px;left:24px;}
	#home-sticlefresh .h_sticle img.borcan4{width:87px;height:84px;top:139px;left:92px;}
	#home-sticlefresh .h_sticle img.borcan5{width:76px;height:87px;top:5px;left:92px;}
	#home-sticlefresh .h_sticle img.borcan6{width:105px;height:138px;top:86px;left:135px;}
	#home-sticlefresh .box-preiau{padding: 50px 15px 40px 15px;margin:0 auto;width:100%;max-width:240px;float:none;}


	#home-preiau .h_sticle{max-width:239px;margin:0 auto;position:relative;top:10px;right:auto;}
	#home-preiau:hover .h_sticle{top:10px;}
	#home-preiau .h_sticle img.full{width:100%;max-width:239px;opacity:0.7;z-index:10;}
	#home-preiau .h_sticle img.sticla{position:absolute;display:block;z-index:5;}
	#home-preiau .h_sticle img.sticla1{width:128px;height:158px;top:112px;left:0px;}
	#home-preiau .h_sticle img.sticla2{width:122px;height:155px;top:0px;left:16px;}
	#home-preiau .h_sticle img.sticla3{width:118px;height:152px;top:146px;left:112px;}
	#home-preiau .h_sticle img.sticla4{width:118px;height:151px;top:16px;left:121px;}
	#home-preiau .box-preiau{padding:50px 15px 40px 15px;margin:0 auto;width:100%;max-width:240px;float:none;}

	#home-smothg h4 {font-size:30px;line-height:30px;}
	#home-smothg h6 {font-size:14px;line-height:20px;max-width:95%;}
	#home-smothg p {font-size:12px;line-height:16px;}
	#home-smothg a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-fresh h4 {font-size:30px;line-height:30px;}
	#home-fresh h6 {font-size:14px;line-height:20px;}
	#home-fresh p {font-size:12px;line-height:16px;}
	#home-fresh a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-preiau h4 {font-size:30px;line-height:30px;}
	#home-preiau h6 {font-size:14px;line-height:20px;}
	#home-preiau p {font-size:12px;line-height:16px;}
	#home-preiau a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}	
	
	#home-masa h4 {font-size:30px;line-height:30px;}
	#home-masa h6 {font-size:14px;line-height:20px;max-width:95%;}
	#home-masa p {font-size:12px;line-height:16px;}
	#home-masa a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}
	
	#home-semintesmoothie h4 {font-size:30px;line-height:30px;}
	#home-semintesmoothie h6 {font-size:14px;line-height:20px;max-width:95%;}
	#home-semintesmoothie p {font-size:12px;line-height:16px;}
	#home-semintesmoothie a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

	#home-sticlefresh h4 {font-size:30px;line-height:30px;}
	#home-sticlefresh h6 {font-size:14px;line-height:20px;max-width:95%;}
	#home-sticlefresh p {font-size: 14px;line-height: 22px;}
	#home-sticlefresh a.btn-more {width:180px;height:60px;font-size:16px;letter-spacing:1px;}

/**/
	#home-section4 .h_sticle{height:340px;top:0px;}
	#home-section4 .h_sticle img{max-width:370px;}
	#home-section4 h6{margin-bottom:40px;}
	#home-section3 h4{font-size:32px;line-height:34px;}
	#home-section4 h4{font-size:32px;line-height:34px;}
	#intro h2{font-size:26px;line-height:24px;width:100%;max-width:220px;margin-right:20px;}
	#intro {height: 60vh;max-height:320px;}
	#intro .carousel-item {height: 60vh;max-height:320px;background-size: cover;background-position: 30% 50%;}
	#intro .carousel-item:nth-child(1n) {background-position: 52% 50%;}
	#intro .carousel-item:nth-child(2n) {background-position: 35% 50%;}
	#intro .carousel-item:nth-child(3n) {background-position: 55% 50%;}

}
