
	@media(min-width:992px){
		
		#header {
			height: 160px;
		}		
		#header .navbar-brand img {
			display: inline-block;
			height: 110px;
			max-height: 110px;
		}
		#header {
			background-position: -200px 0px;
		}

		#header-menu {
			float: left;
			margin-top: 1px;
			width: auto;
		}

		#header-menu li:first-child:before {
			content: "";
		}

		#header-menu li:before {
			content: "|";
			color: #004d99;
			display: inline-block;
		}
		#header .navbar-header {
			float: inherit;
			position: relative;
			text-align:center;
		}
		#header .navbar-header .navbar-brand {
			float: inherit;
			position: relative;
			text-align:center;
			padding-right: 5px;
		}		
		
		#sidebar-left .products-grid {
			display: none!important;
			visibility: hidden!important;
		}
		.show4 {
			display: inherit !important;
			visibility: visible !important;
		}

		table tr td {
			word-break: normal;
		}


		#sidebar-right .filters {
			height: auto;
			cursor: default;
		}
		#sidebar-right .filters .downup {
			height: 51px;
			padding: 15px 15px;
			border-bottom: 1px solid #aaaaaa;
		}

		#sidebar-left .categories {
			height: auto;
			cursor: default;
		}

		.cere-oferta-button {
			float:right;
			width: 25%;
		}
		.product .product-info .buy-now-button {
			width: auto;
		}

		#home-carousel .carousel-indicators {
			margin-bottom: 0px;
		}

		.table_prod {
			width: 100%;
		}

		.form-box {
			padding: 25px 20px;
		}
		
		.container {
			width: inherit;
		}
		.col-md-3 {
			width: 25%;
		}
		.col-md-4 {
			width: 33%;
		}
		.col-md-8 {
			width: 66%;
		}
		.col-md-9 {
			width: 75%;
		}

		footer .col-md-2 {
			float: left;
			width: 16.66%;
		}
		.products-grid .col-md-3 {
			width: 25%;
		}
		.products-grid .col-md-4 {
			width: 33%;
		}
		
		#product-gallery {
			max-width: 100%;
		}
		#product-gallery .large {
			max-width: 100%;
		}
		#product-gallery .large img {
			max-width: 100%;
		}
		
	}
