* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	text-decoration:  none;
}

h2 {
	margin-bottom: 10px;
	color: #A06025;
	text-align: center;
}

body {
/*	background: url('../imagini/fundal.jpg') no-repeat fixed top;
	background-size: cover; */
	background-color: #A06025;
}

#corp a {
	color: #A06025;	
	font-weight: bolder;
}

#corp a:hover {
	text-shadow: #FFFFAA 1px 1px 1px;
	
}

#continut, #corp {
	margin: auto;
	width: 860px;
	height: auto;
	font-size: 16px;
}

#sigla {
	cursor: pointer;
	text-align: center;
	font-family: 'Eagle Lake', cursive;
	font-size: 64px;
	color: #8EC531;
	text-shadow: #8EC531 0px 0px 12px;
}

/*Meniu*/
#meniu {
	width: 880px;
	height: 26px;
	margin: 20px 0px;
	text-align: center;
}

#meniu a {
/*	background: url('../imagini/mf.png');  */
	background-color: #8EC531;
	margin: 0px 4px;
	padding: 5px 14px;
	color: #A06025;
	font-size: 1.4em;
	font-weight: bold;
	border-top-left-radius: 25px 20px;
	border-bottom-right-radius: 25px 20px;
}

#meniu a:hover {
	color: #8EC531;
	background: #A06025;
	box-shadow: 0 0 6px #8EC531;
	transition: all 0.3s ease-in-out 0s;
}



#corp {
	background-color: #8EC531;
	top: 220px;
	padding: 20px 20px;
	color: #A06025;
	border-top-left-radius: 25px 20px;
	border-top-right-radius: 25px 20px;
}

#img {
	text-align: center;
}

#corp p {
	font-size: 1.1em;
	text-align: justify;
}

/*Footer*/
#final {
/*	background: url('../imagini/mf.png'); */
	margin: 4px 0px;
	padding: 10px 10px;
	width: 880px;
	height: 120px;
	text-align: center;
	border-bottom-left-radius: 25px 20px;
	border-bottom-right-radius: 25px 20px;
}

#final a:hover {
	padding: 0px;
	background: none;
	box-shadow: 0 0 0px #000;
}

.divizor {
	margin: 10px 0px;
	width: 860px;
	height: 2px;
}

/*Contact*/

h3 {
	padding: 4px;
	color: #A06025;
	font-size: 1.4em;
	text-align: center;
}

.vanzari {
	float: left;
	width: 350px;
	padding: 20px 40px;
}

#contact {
	font-size: 16px;
	font-weight: bold;
}

#contact tr td input, #contact tr td {
	padding: 2px 5px;
}

#contact tr td textarea {
	resize: horizontal;
	min-width: 200px;
	max-width: 400px;
	height: 140px;
}

/*Galerie site*/
.thumb {
  padding: 0px;
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

.thumb:hover {
	box-shadow: 0px 0px 10px #000;
}
.poze {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  padding: 2px 6px;
  margin: 8px 15px;
  
}

.galerie {
  display: inline-block;
  margin: 10px 0px;
  padding-bottom: 10px;
  width: 860px;
  background-color: #A06025;
  border-radius: 8px;
}

.galerie:hover {
	background: #8EC531;
	color: #A06025 !important;
}
.numegal:hover {color: #A06025 !important;}
.numegal {
  display: block;
  width: 860px;
  float: left;
  font-size: 24px !important;
  text-align: center !important;
  color: #8EC531 !important;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
}

.pozele {
	display: none;
}

/*PROMO MOBILA*/
#promo {
	background: #333;
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 860px;
	height: 330px;
	margin-bottom: 20px;
}
#promo img {padding: 14px 10px 0px;width: 46%;}
#promotext {width: 46%; display: inline-block; margin-left: 20px; vertical-align: top;}
#promoclose {
	position: fixed;
	cursor: pointer;
	top: 20px;
	right:40px;
	display: none;
	width: 100px;
	height: 30px;
	z-index: 9999;
}