/* v2.0b */
html, body, header, nav, div, h2, p, ul, li, form, img, a, input, textarea {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:0;
  font: inherit;
  vertical-align:top;
  background:transparent;
} 

/*@font-face { font-family: Promesh; src: url('type/PROMESH-Regular.ttf'); }
@font-face { 
	font-family: ArnoPro; 
	src: url('type/ArnoPro-Display.otf'); 
}*/

html {
	-ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none;
	font-family: 'Radley', serif;
}
p, a { -ms-user-select: text; -moz-user-select: text; -webkit-user-select: text; user-select: text; }
body { min-width: 1024px; }

::-moz-selection { color: white; background: black; }
::selection 	 { color: white; background: black; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
a  { text-decoration: none; color: #000; }
p  { line-height: 20px; }
h2 { font-size: 36px; padding-top: 30px; /*text-transform: uppercase;*/ }

header {
	position: fixed;
	/*padding-top: 10px;*/
	min-width: 1024px;
	width: 100%;
	text-align: center;

	z-index: 999;

	transition: all 0.2s;
}

.top {
	background: none;
	padding-top: 30px;
	padding-bottom: 30px;
}

.top nav a {
	margin-top: 80px;
	font-size: 26px;
}

nav {
	height: 70px;
}

nav a {
	color: #fff;
	display: inline-block;
	line-height: 70px;
	/*min-width: 192px;*/
	width: 17vw;
	/*padding: 0 1vw;*/
	font-size: 22px;
	font-weight: 700;
	/*letter-spacing: 1px;*/

	/*background: red;*/
}
nav a.black {
	color: #000;
}

nav a:hover      { background: rgba(0,0,0,0.04); box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.08); }
nav a#logo:hover { box-shadow: none; }
.top nav a:hover { background: none; box-shadow: none; text-decoration: underline; }
nav a.active     { text-decoration: underline; }

#logo { 
	background: url('imgs/logo2.png') center no-repeat; 
	font-size: 0;
	margin-top: 0;
	width: 142px;
	height: 48px;
	padding-top: 22px;
}
#logo.black {
	background: url('imgs/logo2BLACK.png') center no-repeat;
}

.top #logo {
	background: url('imgs/logo.png') center no-repeat; 
	width: 283px;
	height: 154px;
	padding: 0;
	margin: 0;
}

.pagina {
	width: 		100%;
	min-height: 650px;
	height: 	1080px;
	height: 	100vh;

	text-align: center;
	overflow: hidden;

	position: relative;
}

.spatiu {
	min-height: 78px;
	height: 22vh;
}

@media (max-height: 700px) {
  .spatiu {
  	height: 84px;
  }
}

#home_menu_placeholder {
	position: relative;
	top: 400px;
}

#home {	
	background: url('imgs/marfis75.flickr.jpg') no-repeat;
	z-index: 10;
}

#despre_noi {	
	color: white;
	background: url('imgs/despre_noi_stanga.png') no-repeat left bottom, url('imgs/despre_noi_dreapta.png') no-repeat right bottom;
	background-color: #014630;
	z-index: 9;
}

#despre_noi_centru {
	margin: auto;
	width: 500px;
	padding-left: 120px;
	padding-right: 120px;
	height: 610px;
	background: url('imgs/despre_noi_center_bg2.png') no-repeat;
	display: inline-block;
}

#despre_noi_centru h2 {
	padding-bottom: 70px;
}

#prod {
	background: #EECD87;
	z-index: 8;
}

#galerie > * {
	width: 435px;
	display: inline-block;
}

#poze_prod h2 {
	width: 393px;
	height: 83px;
	margin-left: 21px;
	padding-bottom: 30px;

	display: block;
	background: url('imgs/header_bg.png') no-repeat; 
}

#imgs {
	height: 218px;
	overflow: hidden;
}

#imgs img { 
	height: 0; 
	opacity: 0; 
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#imgs img.prod_active {
	width: 435px;
	height: 218px;
	opacity: 1;
}

.thumbs_but {
	display: inline-block;
	position: relative;
	top: 50px;
}

.flip {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#thumbs {
	display: inline-block;
	padding-top: 20px;
	width: 380px;
	height: 140px;
	overflow: hidden;
}

#thumbs_cont {
	width: 1200px;
	height: 140px;
	text-align: left;
	position: relative;
	left: 120px;
	/*left: 10px;*/
}

#thumbs_cont li {
	position: relative;
	display: inline-block;
	padding-right: 10px;
}

#thumbs_cont img 			 { width: 100px; }
#thumbs_cont img.prod_active { width: 140px; }

#descriere li 				 { display: none; }
#descriere li.prod_active    { display: block; height: 318px; }

#descriere { 
	margin-left: 8vw; 
	padding-top: 50px; 
	text-align: center; 
}

#descriere h2 {
	/*color: white;*/
	/*background: url('imgs/spicu.png') top center no-repeat;*/
	padding-bottom: 29px;
	font-size: 28px;

	text-shadow: 2px 2px 2px #EECD87;
}

.descriere_text {
	width: 393px;
	max-height: 400px;
	padding: 0 21px 45px 21px;
	background: url('imgs/prods sus.png') center top no-repeat, url('imgs/prods jos.png') center bottom no-repeat;
}

#descriere p {
	padding-top: 50px;	
}

#parteneri {
	background: #B57C3B url('imgs/masina.png') no-repeat right bottom;
	z-index: 7;
}

#parteneri_stanga {
	display: inline-block;
	width: 500px;
}

#parteneri_stanga img {
	margin: 10px;
}

#parteneri_dreapta {
	display: inline-block;
	
}

#parteneri_dreapta h2 {
	background: url('imgs/header_bg.png') no-repeat;
	margin-left: 6vw;
	width: 393px;
	height: 83px;
	margin-top: 100px;
	padding-top: 30px;
	
	font-size: 40px;
}

#contact {
	color: #000;
	background: #F05943;
	z-index: 6;
}

#contact h2 {
	display: inline-block;
	
	width: 347px;
	height: 211px;
	padding-left: 12px;

	background: url('imgs/header_bg_contact.png') no-repeat;
}

#form {
	display: inline-block;
	width: 215px;

	border: 1px dashed #000;
	padding: 10px;
}

#form input, #form textarea {
	width: 200px;
	/*background: #fbdb95;*/
	background: #fff;
	/*border: 1px solid #aaa;*/
}

#harta {
	display: inline-block;
	border: 2px solid #000;
	height: 286px;
	overflow: hidden;

	margin-left: 4vw;
}

#contact_dreapta {
	display: inline-block;
	width: 240px;
	height: 240px;
	margin-top: 30px;
	padding-top: 30px;
	margin-left: 4vw;

	background: url('imgs/contact_dreapta.png') no-repeat;
}

button {
	margin-top: 15px;
	color: #fff;
	background: #000;
	border: none;
	padding: 3px 8px;
	font-size: 14px;
}

button:hover {
	background: #333;
}

button:active {
	background: #444;
	outline: 
}

footer {
	background: #F05943;
	width: 50%;
	/*height: 20px;*/
	/*padding-top: 8px;*/

	/*position: fixed;*/
	left: 25%;
	margin: 0 auto;
	/*bottom: 0px;*/
	
	background: url('imgs/footer.png') center center;
	text-align: center;
}

footer p {
	font-weight: 700;
	font-size: 16px;
}
