*
{
	color:#990033;
	font-family:"Trebuchet MS";
}

body
{
	/*background-color:#F2E2FE;*/
	min-width:1140px;
	margin:0px;
	height:100%;
}
.page
{
	min-height:100%;
}


/*  ----------- HEADER-----*/
.header
{
	height:150px;
	box-shadow: 0 2px 2px #0d1973;
	margin-bottom:30px;
}

.container
{
	margin: auto;
	width:1140px;
}

.logo
{
	margin: 10px 30px 10px 0px;
	float:left;
}

.nav
{
	width:910px;
	float:left;
	margin-top: 90px;
}

.nav ul
{
	list-style-type:none;
	float:right;
	margin:0px;
	padding:0px;
}

.nav ul li 
{
	float:left;
}

.nav ul li a 
{
	text-decoration:none;
	text-transform:lowercase;
	padding: 0px 20px;
	font-size: 20px;
	font-weight: bold;
	line-height:45px;
	display:block;
	border-bottom:5px solid transparent;
	
}

.nav ul li ul
{
	position:absolute;
	white-space:nowrap;
	top:140px;
	border-bottom: 1px solid #0d1973;
	padding-top:20px;
	display:none;
	z-index:2;
}

.nav ul li ul li
{
	float:none;
	border-left:1px solid #0d1973;
	border-right:1px solid #0d1973;
	background-color:white;
}

.nav ul li ul li:first-child
{
	border-top:1px solid #0d1973;
}
.nav ul li a:hover
{
	border-bottom: 5px solid #0d1973;
	color:blue;
}

.nav ul li:hover ul
{
	display:block;
}

.activ
{
	color: #0066ff;
}

.footer
{
	box-shadow: 0 -2px 2px #0d1973;
	text-align: center;
	height:50px;
	padding-top:20px;
	font-weight:bold;

}

/* PRIMA PAGINA*/
.slide, .harta
{
	background-image:url(imagini/shadow-50.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-bottom:57px;
}

.meniu-link
{
	float:left;
	margin-right:15px;
	margin-bottom:25px;
}

h1
{
	color:#0066ff;
	text-align:center;
	font-size:160%;
}

.meniu-link img
{
	border:5px solid white;
	box-shadow:0 0 2px 1px #0d1973;
	border-radius:50%;
}

.inaintedefooter
{
	clear:both;
	height:80px;
}

.review
{
	float:left;
	width:570px;
	font-style:italic;
}

.review::first-letter
{
	font-size:260%;
	float:left;
	line-height:90%;
	color:#0066ff;
	margin-right:5px;
}

/*----------- meniuri --------*/
.filtre
{
	text-align:center;
}

.filtre a
{
	text-decoration:none;
	font-weight:bold;
	border: 2px solid #0d1973;
	padding: 2px 5px;
	margin:0px 10px;
	border-radius:5px;
}

.filtre a:hover , input[type="submit"]:hover, input[type="reset"]:hover
{
	color:#0066ff;
	border-color:#0066ff;
	box-shadow: 0 0 2px 1px #0066ff;
}

.meniu
{
	
}

.meniu-item
{
	float:left;
	width: 530px;
	margin:0px 40px 20px 0;
}

.titlu
{
	width:400px;
	float:left;
	font-weight:bold;
	font-size:18px;
}

.pret
{
	width:130px;
	float:right;
	font-weight:bold;
	font-size:18px;
}

.descriere
{
	font-style:italic;
}

/*------------galerie-------*/

.imagine
{
	float:left;
	margin-right:15px;
	margin-bottom:25px;
	border:5px solid white;
	box-shadow:0 0 2px 1px #0d1973;
	text-align:center;
	position:relative;
	border-radius:50%;
	overflow:hidden;
	transition: border-radius 0.5s;
}

.imagine img
{
	opacity:0.8;
	transition: opacity 0.5s;
	transition: transform 5s;
}

.imagine p
{
	color:white;
	font-weight:bold;
	background-color:gray;
	padding:20px;
	margin:0;
	position: absolute;
	width:220px;
	bottom:0;
	opacity:0;
	transition: opacity 0.5s;
}

.imagine:hover p
{
	opacity:0.9;
}

.imagine:hover img
{
	opacity:1;
	transform:scale(1.9);
	
}

.imagine:hover
{
	border-radius:25%;
}

/*-----------------contact-------*/


.contact , .feedback, .adresa
{
	float:left;
	width:350px;
	margin-right:30px;
}

label
{
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

input[type="text"], input[type="email"], textarea
{
	width:100%;
	padding:10px;
	border:solid  1px gray;
	border-radius:10px;
}

textarea
{
	height:100px;
	resize:none;
}

input[type="submit"], input[type="reset"]
{
	border:solid  1px gray;
	background-color:white;
	padding:5px;
	width:120px;
	font-size:120%;
	margin-right:20px;
	border-radius:10px;
}


.adresa ul
{
	list-style-type:square;
	list-style-position:inside;
	padding:0;
}

.social
{
	
}
.social a
{
	background-image:url(imagini/social-sprite-32.png);
	width:32px;
	height:32px;
	display:block;
	float:left;
	margin-right:20px;
	text-indent:-550000000px;
}

#x
{
	background-position:-32px 0;
}

#google
{
	background-position:-64px 0;
}

#instagram
{
	background-position:-96px 0;
}

#pinterest
{
	background-position:-128px 0;
}