
	@media(max-width:480px){
		.last-articles .post a {
			height: 150px;
		}
	#product-gallery .large {
		width: 100%; 
		max-width: 400px;
	}
	#product-gallery .large img {
		width: 100%; 
		max-width: 400px;
	}
	
		.categorie-grid .col-md-4 {
			width: 100%;
		}

		.categorie-grid .col-md-3 {
			width: 100%;
		}
		.categorie-box .product-thumb img {
			height: auto;
			max-height: 100%;
			max-width: 100%;
		}
		.products-grid .col-md-4 {
			width: 100%;
		}

		.products-grid .col-md-3 {
			width: 100%;
		}
		.product-box .product-thumb img {
			height: auto;
			max-height: 100%;
			max-width: 100%;
		}
		#header {
			/*background-image: url('../img/logo-glow-500.png');*/
			background-position: -150px 0px;
		}
		
		
		
		#cautare-avansata .formular label{
			width: 80% !important;
			/*float: left;*/
			text-align: left;
			margin-left: 5px;
			margin-right: 5px;
		}
		#cautare-avansata .formular input[type="text"], input[type="password"], select {
			width: 100%;
			margin-left: 5px;
			margin-right: 5px;
		}
		
		
		
		
		.register label{
			width: 80% !important;
			/*float: left;*/
			text-align: left;
		}
		.register input[type="text"], input[type="password"], select {
			width: 100%;
		}
		#input_width label{
			width: 80% !important;
			/*float: left;*/
			text-align: left;
		}
		#input_width input {
			width: 100%;
		}

		#input_width select {
			width: 100%;
		}
		
		
		.form_box label{
			width: 80% !important;
			/*float: left;*/
			text-align: left;
		}
		.form_box input[type="text"], input[type="password"], select {
			width: 100%;
		}
		.comm_box label{
			width: 80% !important;
			/*float: left;*/
			text-align: left;
		}
		.comm_box input[type="text"], input[type="password"], select {
			width: 100%;
		}
		
		
	}
