/* Website made by Florin Vasilescu */
body {
  font-family: Corbel, Arial, Helvetica, sans-serif;
  margin: 0px;
}
/*------------------------** Content **---------------------------*/ 
#main {
  background: #fff7db url(../images/content-border.jpg) repeat-x left bottom;
 /* background-image: url("../images/Fitoactivbg.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 15px solid;
  border-image: url(../images/content-border.png) 30 repeat;
  border-bottom: 7px solid;
  border-image: url(../images/content-border.png) 30 repeat;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#title {
  padding-top: 50px;
}
/*------------------------** Products **---------------------------*/
section {
	padding-bottom: 50px
}
.produs {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.produs .descriere {
	position: relative;
	width: 65%;
}
.produs .imagine {
	position: relative;
	width: 35%;
}
.produs .imagine img {
    position: absolute;
	top: 60px;
	width: 85%;
	}

#contents .produs div h3 {
	color:#1e5406;
	/*font-family:anticregular;*/
	font-size:30px;
	font-weight:400;
	letter-spacing:.1em;
	line-height:35px;
	text-shadow: 2px 2px 5px green;
	margin:6px 0 3px;
	text-align:center;
}
#contents .produs div h5 {
	color:#1e5406;
	/*font-family:anticregular;*/
	font-size:24px;
	font-weight:500;
	letter-spacing:.1em;
	line-height:30px;
	margin:6px 0 3px;
	text-align:left;
}
#contents .produs div ul {
	color: #1e5406;
	font-size: 20px;
	line-height: 24px;
}
#contents .produs div p {
	color: #1e5406;
	margin:0 0 24px;
	text-align:justify;
	font-size:22px;
}
#separator img {
	width: 30%;
}

/*---------------* Navigation bottom page left/right buttons *-------------------*/
#navigation .nav1 img {
    display: block;
  }

#navigation .nav1 {
  /*width: 50%;*/
  float: left;
  font-size: 24px;
  color: #1e5406;
  text-align: left;
  }
#navigation .nav1:hover {
  color: red;
  opacity: 0.5;
}

#navigation .nav2 img {
    display: block;
  }

#navigation .nav2 {
  float: right;
  font-size: 24px;
  color: #1e5406;
  text-align: left;
  padding-right: 30px
  }
#navigation .nav2:hover {
  color: red;
  opacity: 0.5;
}
/*---------------* Footer *-------------------*/
#footer {
  background-image: url("../images/footer_bg.jpg");
  background-size: cover;
  color: #1e5406;
  font-size: 17px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  border-top: 7px solid;
  border-image: url("../images/content-border.png") 30 repeat;
  border-bottom: 15px solid;
  border-image: url("../images/content-border.png") 30 repeat;
  display: block;
}

/*--TABLET--*/
@media (max-width:768px){
	
section {
	padding-bottom: 10px
}
.produs .imagine img {
 position: absolute;
 top: 60px;
 width: 55%;
}
	
#navigation {
 padding-left: 30px;
}

#footer {
  font-size: 14px;
  line-height: 20px;
  }
}

/*--MOBILE--*/
@media (max-width:400px){
	
section {
	padding-bottom: 10px
}
.produs .imagine img {
 position: absolute;
 top: 60px;
 width: 55%;
}
	
#navigation {
 padding-left: 15px;
 }
	
#footer {
  font-size: 12px;
  line-height: 17px;
  }
}