html,body {
	margin:0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

header {
	width: 100%;
	padding-top:10px;
	text-align: left;
	position: relative;
}

header > a > img {
	max-height: 100px;
	max-width: 50%;
}

aside {
	position: fixed;
	right:35px;
	top:22vh;
	font-size:20px;
	color:#fff;
	text-align: center;
	line-height:35px;
}

* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

*:focus {
    outline: none;
}

p {
	line-height: 24px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size:3em;
	margin: 10px 0 10px 0;
}

h2 {
	font-weight: lighter;
	margin: 0;
	padding: 0;
}

h3 {
	margin-bottom:15px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align:left;
}

img {
	max-width: 100%;
}

.spacer {
	height: 1vw;
	clear:both;
}

.spacer-mare {
	height: 2vw;
	clear:both;
}

.menu-spacer {
	height: 100px; width:50%; border-right:2px solid #fff;
}

.menu-button {
	cursor: pointer;
}

.menu-spacer-negativ {
	border-right:2px solid gray;
}

.container {
	max-width: 1400px;
	width: 85%;
	margin:0 auto;
	padding: 0 50px 0 50px;
	box-sizing: border-box;
}

.container-dreapta {
	margin-left:auto;
	width:100%;
	max-width:calc(1400px + ((100% - 1400px) / 2));
	padding: 0 0 0 50px;
	box-sizing: border-box;
}

.an {
	font-size:48px;
	font-weight: 300;
	color:#2a1c3c;
	margin-bottom:-10px;
	display: block;
}

.ouistorie {
	height: 55px;
}

.aside-negativ {
	color:#7f7f7f;
}

.mov {
	color:#2a1c3c;
}

.alb {
	color:#fff;
}

.container-mov {
	min-height: 100vh; width:100%; background-image:url('../images/bg1stslide.png'); background-size: cover; background-position: center;
}

.firstslide {
	background-image:url('../images/bg1stslidewow.png');
}

.arrow-down {
	color:#fff;
	font-size:48px;
}

.circle-down {
	color:#887daf;
	font-size:48px;
	cursor: pointer;
}

.container-alb {
	min-height: 50vh; width: 100%; background-color:#fff;
}

.container-mov-nou {
	min-height: 50vh; width: 100%; background: radial-gradient(37.58% 50% at 50% 50%, #FFFFFF 0%, #F2E6FD 100%);"
}

.half {
	width: 50%;
	float:left;
}

.container-carusel {
	width:33.33%;
	float:left;
	padding: 15px;
	box-sizing: border-box;
}

.container-carusel-despre {
	width:50%;
	float:left;
	padding: 15px;
	box-sizing: border-box;
}

.container-imagine-carusel {
	-webkit-border-radius: 20px 20px 0 0;
-moz-border-radius:  20px 20px 0 0;
border-radius:  20px 20px 0 0;
height: 30vh; width:100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.imagine-mica {
	height:25vh;
}

.imagine-inalta {
	height: 35vh;
}

.container-text-carusel {
	width: 100%;
	margin:0 auto;
	text-align: left;
	margin-top:20px;
}

.container-text-carusel-despre {
	width: 100%;
	margin:0 auto;
	text-align: left;
	padding:20px;
	box-sizing: border-box;
	color:#000;
	background-color:#fff;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0  20px 20px;
	border-radius: 0 0  20px 20px;
}

.container-text-carusel.alb {
	width: 100%;
	margin:0 auto;
	text-align: left;
	margin-top:20px;
	color:#fff;
}

.container-text-carusel > p {
	margin: 0;
	padding: 0;
	padding: 2px 0;
	/*font-size:1.3em*/
}

.container-text-carusel.alb > p {
	margin: 0;
	padding: 0;
	padding: 2px 0;
	font-size:1em
}

.titlureteta {
	font-size:1.3em;
	font-weight: 600;
	margin-bottom:15px;
}

.titlureteta-alb {
	font-size:1.4em;
	font-weight: 600;
	margin-bottom:15px;
	overflow: hidden;
	width:100%;
	height: 30px;
	display: block;
}

.link-reteta {
	text-align: right;
	display: block;
	width: 100%;
	font-size:24px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	right:0;
}

.link-reteta-alb {
	text-align: right;
	display: block;
	width: 100%;
	color:#fff;
	font-size:20px;
	font-weight: 600;
}

.partener {
	float:left;
	width: 20%;
	padding: 15px;
	text-align: center;
}

.padding15 {
	padding:15px;
}

.mapcontainer {
	-webkit-box-shadow: 0px 0px 67px 8px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 67px 8px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 67px 8px rgba(0,0,0,0.03);
	width: 100%; height:400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type="checkbox"]
{
    vertical-align:middle;
}

input[type="text"],textarea {
	width:100%;
	margin: 10px 0;
	padding: 10px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:16px;
	color:#2a1c3c;
	font-family: 'Open Sans', sans-serif;
	border: none;
}

textarea {
	height: 200px;
}

.buton {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color:#2a1c3c;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	background-color:#fff;
	font-size:20px;
}

#meniumobil {
	background-color:#d7c7e3; width: 100%; min-height: 100%; position: absolute; top:0; left:0; right:0; z-index: 3;
	display: none;
}

#meniumobil > a {
	display: block;
	text-decoration: none;
	color:#2a1c3c;
	font-size:1.2em;
	font-family: 'Open Sans', sans-serif;
	margin:22px 0;
	font-weight: 500;
	letter-spacing: 1px;
}

#meniumobil > a:hover {
	color:#fff;
}

#nav-icon3 {
  width: 60px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top:25px;
  right:0px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 80%;
  background: #2c1f3e;
  border-radius: 7px;
  border:none;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
}

#nav-icon3.open span {
	background:#c28ead;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

.firstkv {
	height: 70vh; background-size: contain; background-repeat: no-repeat; background-position: top center;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

.selector-up {
	width: 100%; background-color:#86b1bf;-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px; margin-bottom:7px;
position: relative;
padding: 3px 0;
}

.selector-down {
	width:100%; background-color:#86b1bf;-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
position: relative;
padding: 3px 0;
}

.selector-bula {
	padding: 7px 13px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
width:15px;
height: 15px;
cursor: pointer;
margin: 0 15px;
color:#fff;
}

.selector-bula.selectat, .selector-bula:hover {
	background-color:#7a6483;
}

.selector-tip {
	width: 30%; float:left; height: 75px; white-space: nowrap; margin-bottom:10px; cursor: pointer;
}

.selector-tip.selectat > img, .selector-tip:hover > img {
	-webkit-filter: invert(80%); /* Safari 6.0 - 9.0 */
  	filter: invert(80%);
}

.sageata-stanga {
	position: absolute;
    left: 0;
    max-width: 10%;
    text-align: left;
    top: 30%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrows-istoric {
	display:flex;
	justify-content: flex-end;
}

.sageata-dreapta {
	position: absolute;
    right: 0;
    max-width: 10%;
    text-align: right;
    top: 30%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sageata-stanga-istoric,.sageata-dreapta-istoric {
	float:left; margin:15px;
	padding:15px 20px;
	border:2px solid #000;
	border-radius: 15px;
	cursor: pointer;
	margin-top:25px;
}

.sageata-stanga-mid,.sageata-dreapta-mid {
	top: 50%;
}

.sliderproduse{
	width: 80%;
	margin: 0 auto;
}

.slider-container {
	height: 40vh; position: relative;
}

.slick-slide img {
	display:inline-block!important;
}

.slick-dots li button::before {
	font-size:50px!important;
	/*color:#fff!important;*/
}

.slick-dots li.slick-active button::before { /*color:#2a1c3c!important;*/ color:#fff!important; }
.slick-dots { bottom:-100px!important; }

.container-oras-slick-slide {
	text-align: center;
}

.visible-mobile { display:none; }
.visible-desktop { display:block; }
.visible-desktop-mare { display:block; }

.partener > img {
	max-width: 70%;
}

.numbers {
	float:left;color:#483956; font-weight:bold; text-align:center; width:65px; font-size:49px; margin-right:10px; background-color:#fff; 
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.halfpopup {
	background-size: cover; background-position: center; height: 100%;
}

.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.nano { max-width:100%; height: 80vh!important; }
.nano .nano-pane   { background:rgba(255,255,255,0.2); }
.nano .nano-slider { background: #2a1c3c!important; }
.nano .nano-content { padding-right:10px; }	

.closereteta {
	position: absolute; top:0; right:15px; font-size:40px; color:#fff; cursor: pointer; font-weight: bold; text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
}

.slick-dots li button::before {
	color:#fff!important;
}

.istoric-gfx-ou {
	background: #E4E4E4;
	float:left;
	width:20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.istoric-info {
	float:left;
	width:80%;
	display:flex;
	background: linear-gradient(90.42deg, #9282A9 -5.08%, #483956 100.89%);
	color:#fff;
}

.istoric-info.other {
	background: linear-gradient(90.97deg, #FD779C -11.72%, #BF2B43 95.19%);
}

.istoric-an {
	width:25%;
	float:left;
	display:flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size:42px;
}

.istoric-text {
	float:left;
	width:75%;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding:10px;
	box-sizing: border-box;
	min-height: 160px;
}

.special-margin-negativ-desktop {
	margin-top:-10vh;
}

.container-stire {
	width:100%;
	background-color:#fff;
	padding:20px;
	box-sizing: border-box;
	border-radius: 16px;
	display: flex;
	margin-bottom:25px;
	position: relative;
}

.container-imagine-stire {
	float:left;
	width:30%;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
}

.container-text-stire {
	float:left;
	width:70%;
	padding:20px;
	text-align: left;
}

.titlu-stire {
	font-weight:bold;
	font-size:22px;
	display: block;
}

.buton-stire {
	padding:10px 15px;
	font-weight: bold;
	font-size:13px;
	text-decoration: none;
	border:1px solid black;
	border-radius: 10px;
	color:#000;
	margin-top:15px;
	display: inline-block;
}

.data-stire {
	position: absolute;
	top:15px;
	right:15px;
	background-color:#F4EBFE;
	padding:7px 12px;
	color:#000;
	font-size:12px;
	font-weight: bold;
	border-radius: 16px;
}

.container-carusel-job {
	border:1px solid #ECECEC;
	border-radius: 16px;
	float:left;
	width:calc(33.33% - 30px);
	margin: 15px;
	overflow: hidden;
}

.buton-job {
	background-color:#ECECEC;
	color:#000;
	font-size:14px;
	text-align: left;
	padding:15px;
	font-weight: bold;
}

.progress {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  overflow: hidden; 
  background-color: gray;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  opacity: 0.7;
}

.progress-negativ {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  overflow: hidden; 
  background-color:#bbb;
  background-image: linear-gradient(to right, white, white);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  opacity: 0.7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.d-flex-desktop { display:flex; }
.padding-15 {
	padding:15px;
}

#produse-slider-container{
        		width: 100%;
        		position: relative;
        	}
        	#produse-arrows{
        		position: absolute;
        		left: 0;
        		top: 25%;
        		width: 100%;
        		transform: translateY(-50%);
        		height: 0;
        	}
        	#produse-arrows .slick-arrow{
				font-size: 0;
				border: none;
				background-color: #fff;
				padding: 20px 20px;
				width: 40px;
				height: 40px;
				box-sizing: content-box;
				transform: translateY(-50%);
        	}
			#produse-arrows .slick-arrow:after{
				content: "";
				position: absolute;
				top: 50%;
				background-image: url(https://cdn3.iconfinder.com/data/icons/iconano-text-editor/512/008-Left-512.png);
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center;
				width: 40px;
				height: 40px;
				cursor: pointer;
				transform: translateX(-50%) translateY(-50%);
			}
			#produse-arrows .slick-prev{
				position: absolute;
				left: 0;
				z-index: 1000;
			}
			#produse-arrows .slick-prev:after{
				left: 50%;

			}
			#produse-arrows .slick-next{
				position: absolute;
				right: 0;
				z-index: 1000;
			}
			#produse-arrows .slick-next:after{
				transform: rotate(180deg) translateX(-50%) translateY(50%);
				right: 50%;
			}


        	#produse-slider{
        		width: 100%;
        	}
        	.produs-slide{

        	}
        	.produs-slide .overlay-produs{
        		opacity: 0;
        		transition: all 0.25s ease-in-out;
        	}
        	.produs-slide.slick-center .overlay-produs{
        		opacity: 1;
        		padding: 10px 15px;
        		background-color: #fff;
        		border-radius: 10px;
        		font-size: 28px;
        		text-align: center;
        		font-weight: 300;
        		font-family: sans-serif;
        		margin: 0 auto;margin-bottom:-50px; width:60%;
        	}
        	.produs-slide .overlay-produs span{
        		color: #BF2A42;
        		font-weight: 900;
        	}
        	.produs-slide .produs-image{

        	}
        	.produs-slide .produs-image img{
        		max-width: 100%;
        		opacity: 0.6 !important;
        		transform: scale(0.7);
        		transition: all 0.25s ease-in-out;
        	}
        	.produs-slide.slick-center .produs-image img{
        		transform: scale(1.0);
        		opacity: 1 !important;
        	}

        	#produse-butoane{
        		display: flex;
        		flex-direction: row;
        		align-items: center;
        		justify-content: center;
        		padding: 40px 0;
        	}
        	#produse-butoane > div{
        		flex-grow: 0;
        		flex-shrink: 0;
        		/*margin-right: 40px;*/
        		margin:0 35px 0 35px;
        		transform: scale(0.7);
        		cursor: pointer;
        	}
        	#produse-butoane > div > div{
        		padding: 20px;
        		border-radius: 10px;
        		background-color: #fff;
        	}

        	#produse-butoane > div > div img.doActive{
        		display: none;
        	}
        	#produse-butoane > div > div img.doInactive{
        		display: block;
        	}
        	#produse-butoane > div.active{
        		transform: scale(1.0);
        	}
        	#produse-butoane > div.active > div{
        		background-color: #BF2A42;
        	}
        	#produse-butoane > div.active > div img.doActive{
        		display: block;
        	}
        	#produse-butoane > div.active > div img.doInactive{
        		display: none;
        	}


.left-title { width:70%; float:left; text-align: left; }
.right-title {	width:30%;	float:left; }

.produse-butoane-subtitlu {
	background-color: transparent!important;
	font-weight: bold;
	padding:0!important;
	font-size:19px!important;
	text-align: center;
	margin-top:10px;
	color:#000;
}

.produse-butoane-subtitlu > span {
	display: block;
	text-align: center;
	font-size:15px;
	color:#000;
}

#produse-butoane .active > .produse-butoane-subtitlu {
	color:#BF2A42;
	font-size:19px!important;
}

@media only screen and (max-width:1400px) {
	#popupreteta h1,#popupdespre h1	{ font-size:1.5em; }
	#popupreteta h2,#popupdespre h2	{ font-size:0.9em; }
}	

@media only screen and (max-width:1200px) {
	.arrows-istoric { justify-content: center; }
	.left-title { width:100%; float:left; text-align: center; }
	.right-title {	width:100%;	float:left; margin-top:20px; }
	.data-stire { position:relative; margin-top:10px; margin-bottom:10px; display:inline-block; top:0; right:0; }
	.container-stire { display:block; }
	.container-imagine-stire { width:100%; height:25vh; }
	.container-text-stire { width:100%; float:none; }
	.container-text-stire { padding:0; padding-top:15px; }
	.special-margin-negativ-desktop { margin-top:0; }
	aside { font-size:16px; line-height:30px; top:17vh; }
	h1 { font-size:2em; }
	h2 { font-size:1em; }
	.titlureteta { font-size:1.3em; }
	.link-reteta { font-size:18px; }
	.container-text-carusel > p { font-size:1em; }
	.container-text-carusel.alb > p { font-size:0.8em; line-height:1.3em; }
	.visible-desktop-mare { display:none; }
	.mapcontainer { height:270px; }
	textarea { height:90px; }
	input[type="text"],textarea { margin:8px 0; padding:10px 30px; font-size:14px; }
	.smaller-text { font-size:14px; line-height:21px; margin-top:2px; }
	.slick-dots { bottom:-70px!important; }
	.nano { max-width:100%; height: 70vh!important; }
	.titlureteta-alb { font-size:1.3em; }
}	

@media only screen and (max-width:700px) {
	#produse-butoane > div { transform: scale(0.5); margin:0 15px 0 15px; }
	#produse-butoane > div.active{ transform: scale(0.7); }
	#produse-arrows { top:25%; }
	.produs-slide.slick-center .overlay-produs{ font-size:12px; margin-bottom:-30px; }
	.istoric-gfx-ou,.istoric-info,.istoric-an,.istoric-text { width:100%; }
	.container-carusel-job { width:calc(100% - 30px); }
	.istoric-info { display:block; }
	.istoric-text { min-height:220px; }
	.carusel-istorie > div > div { display:block!important; }
	.d-flex-desktop { display:block; }
	p { font-size:14px; }
	.titlu-stire { font-size:17px; }
	.halfpopup { height:25vh; }
	.visible-mobile { display:block; }
	.visible-desktop { display:none; }
	.container { padding:0 20px; width:100%; }
	.half { width:100%; }
	.spacer-mare { height:30px; }
	.spacer { height:15px; }
	h1 { font-size:1.5em; }
	h2 { font-size:0.9em; }
	.container-carusel, .container-carusel-despre { width:100%; }
	.partener { width:50%; }
	.firstkv { height:30vh; }
	.slider-container { height:20vh; }
	#meniumobil > a { font-size:0.9em; line-height:1em; }
	.numbers { font-size:40px; }
	.titlureteta { font-size:1em; }
	.link-reteta { font-size:14px; position:relative; }
	.container-text-carusel > p { font-size:0.9em; line-height:1.3em; }
	.container-text-carusel.alb > p { font-size:0.8em; line-height:1.3em; }
	.container-imagine-carusel { height:25vh; }
	textarea { height:70px; }
	input[type="text"],textarea { margin:5px 0; padding:5px 20px; font-size:12px; }
	.buton { font-size:14px; }
	.container-mov { background-image:url('../images/bg1stslidemobile.png'); }
	.firstslide { background-image:url('../images/bg1stslidewowmobile.png'); }
	.slick-dots { bottom:-50px!important; }
	.nano { max-width:100%; height: 50vh!important; }
}	