body {
	margin: 0;
	font-size: 14px;
	font-family: Arial, Sans-serif;
}
#pagina {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #58696c;
}
#index_pagina {
	float: left;
	width: 100%;
}
#container {
	width: 1026px;
	margin: 0 auto;
	color: white;
}
#carti {
	float: left;
	width: 100%;
}
#cele_mai_noi {
	float: left;
	width: 100%;
}
.index_sectiuni {
	margin-top: 50px;
}
.categorie {
	float: left;
	width: 151px;
	height: 280px;
	text-align: center;
	color: white;
	box-sizing: border-box;
	margin: 10px;
	transition: 0.5s;
}
.categorie:hover {
  transform: scale(1.1);
}
.pop {
  visibility: hidden;
  width: 200px;
  background-color: #232a2b;
  color: #fff;
  text-align: left;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px;
  /* Position the categorie */
  position: absolute;
  z-index: 1;
  left: 160px;
  top: 0px;
}

.categorie:hover > .pop {
  visibility: visible;
}
.categorie img {
	float: left;
	width: 151px;
	height: 240px;
	border-radius: 5%;
}
.produs {
	float: left;
	width: 151px;
	height: 191px;
	text-align: center;
	color: white;
	box-sizing: border-box;
	margin: 10px;
	transition: 750ms;
}
.produs:hover {
  transform: scale(1.1);
}
.produs:hover > .pop {
  visibility: visible;
}
.produs img {
	float: left;
	width: 151px;
	height: 151px;
	border-radius: 10%;
}
/* header */
#header_top_pagina {
	float: left;
	width: 100%;
	background-color: #232a2b;
}
#header_pagina {
	color: white;
	float: left;
	width: 100%;
	height: 400px;
	background-image: url(image/index_5.jpg);
	background-repeat: no-repeat;
	background-size: 1343px 500px;
}
#header_container {
	width: 1026px;
	margin: 0 auto;
	padding:0 10px;
}
#header_top {
	width: 100%;
	height: 119px;
}
#header_midle {
	float: left;
	width: 100%;
	text-align: center;
}
#logo {
	float: left;
	position: relative;
	top: 37px;
	font-size: 30px;
}
#logo a {
	color: white;
	text-decoration: none;
}

#btn_dreapta {
	color: white;
	width: 204px;
	float: right;
}

#btn_dreapta a {
	color: white;
	text-decoration: none;
}
#header_form {
	float: right;
	height: 32px;
	width: 204px;
	background-color: rgba(180,180,180,0.3);
}

#header_search {
	float: left;
	padding-left: 16px;
	color: white;
	background-color: transparent;
	border: none;
	height: 30px;
}
#log_in {
	float: right;
	margin: 6px 0 6px 0;
}
#form_search {
	float: left;
}

/* index */
#footer_pagina {
	float: left;
	width: 100%;
	color: white;
	background-color: #232a2b;
}
#footer_container {
	width: 1026px;
	margin: 0 auto;
	padding-top: 30px;
}

.informatii {
	line-height: 25px;
	font-size: 13px;
}
.informatii a {
	text-decoration: none;
	color: white;
}
.informatii:last-child {
	margin-bottom: 30px;
}

/* category */
#category_titlu{
	margin-top: 30px;
	float: left;
	width: 400px;
}
#category_descriere{
	margin-top: 30px;
	float: left;
	width: 626px;
}
#category_t_d{
	float: left;
	width: 100%;
}

/* audio */
#product_stanga{
	float: left;
	width: 855px;
}
#comentariu_form {
	float: left;
	width: 700px;
	
	margin-top: 20px;
}

#comentariu_imput {
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	background-color: transparent;
	border: none;
	height: 50px;
	width: 685px;
}
#comm_form {
	float: left;
	width: 100%;
}
#div_textarea {
	float: left;
	height: 70px;
	width: 700px;
	background-color: rgba(180,180,180,0.3);
	margin-bottom: 5px;
}

#product_descriere {
	float: left;
	width: 320px;
	margin: 10px;
	padding-right: 50px;
}
#product_comentarii {
	float: left;
	width: 100%;
	margin: 20px 0 30px 0;
}
.comentariu {
	font-size: 14px;
	float: left;
	width: 100%;
	margin: 10px 10px 10px 0;
}
.comm {
	float: left;
	width: 75%;
}
.comm_membru {
	float: left;
	width: 100%;
	margin: 5px 5px 5px 0;
}
.comm_membru span {
	margin-left: 3px;
}
#relates {
	float: right;
	width: 171px;
}
#cale {
	float: left;
	margin: 20px;
	box-sizing: border-box;
}
#cale a {
	color: white;
	text-decoration: none;
}

/*inscrie-te*/
#form_outer {
	margin: 20px auto;
	width: 350px;
}
#form_inscrie-te {
	float: left;
	width: 350px;
	margin-top: 20px;
	border: 1px #ffffff solid;
}
#form_inner {
	line-height: 19px;
	width: 310px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#form_titlu {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 1.2;
	margin-bottom: 14px;
}
.form_camp {
	float: left;
	width: 100%;
}
.form_label {
	float: left;
	width: 100%;
	line-height: 19px;
}
#form_submit {
	float: right;
	height: 40px;
}
.form_input {
	float: left;
	width: 100%;
	line-height: 38px;
	height: 40px;
	padding: 0 16px;
}
#btn_inscrie-te {
	float: left;
}
#form_btn_dreapta {
	float: right;
}
#membru_label {
	float: left;
	line-height: 30px;
	margin-right: 3px;
}
#btn_log_in {
	float: left;
	padding: 0 6px 0 6px;
}
#div_btn {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.form_btn {
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	background-color: #232a2b;
	
	-webkit-appearance: none;
	border: 0;
}
.search_form_btn {
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	background-color: transparent;
	
	-webkit-appearance: none;
	border: 0px;
  
	-webkit-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
}
.puncte{
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.error_small {
	float: left;
	width: 100%;
	color: red;
}
.error_field {
	
}

@media screen and (max-width: 1026px) {
	#header_container {
		width: 100%;
		padding:0 10px;
		box-sizing: border-box;
	}
	
	#container {
	width: 100%;
	color: white;
	}
	
	#footer_container {
		width: 100%;
		padding-top: 30px;
		box-sizing: border-box;
	}
	
	#product_stanga {
		width: 100%;
	}
	
	body {
		font-size: 20px;
	}
	
}

