
	@media(min-width:768px){
	
		
		#sidebar-left .products-grid {
			display: inherit !important;
			visibility: visible !important;
		}
		.show4 {
			display: none!important;
			visibility: hidden!important;
		}
		.show4 .categorie-box {
			height: 480px;
		}
		.show4 .product-thumb {
			height: 400px;
		}
		
		table tr td {
			word-break: normal;
		}
		.table_prod {
			width: 100%;
		}
		#header {
			height: 100px;
			background-position: -200px 0px;
		}

		#header .container {
			background-color: transparent;
		}

		#header .navbar-brand img {
			max-height: 80px;
		}

		#header-menu {
			width: auto;
			float: right;
			margin-top: 50px;
		}

		#header-menu li:first-child:before {
			content: "";
		}

		#header-menu li:before {
			content: "|";
			color: #004d99;
			display: inline-block;
		}

		#header-menu li {
			border: 0px;
		}
		#header-menu li a {
			border: 1px solid #ffffff;
		}
		#header-menu li a:hover {
			background-color:#ffffff;
			color:#004d99;
			border: 1px solid #CCCCCC;
			-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
			-moz-box-shadow:    0px 0px 10px 2px rgba(0, 0, 0, 0.2);
			box-shadow:         0px 0px 10px 2px rgba(0, 0, 0, 0.2);
			z-index: 1000;
			transition: all 0.2s ease-in-out 0s;
		}
		footer .nav li a {
			border: 1px solid #dddddd;
			border-radius: 0;
			color: #004d99;
			display: inline-block;
			font-family: "PT Sans Narrow",Arial,sans-serif;
			font-size: 16px;
			padding: 13px 5px 10px;
			text-transform: uppercase;
		}
		footer .nav li a:hover {
			background-color:#dddddd;
			color:#004d99;
			border: 1px solid #bbbbbb;
			-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
			-moz-box-shadow:    0px 0px 10px 2px rgba(0, 0, 0, 0.2);
			box-shadow:         0px 0px 10px 2px rgba(0, 0, 0, 0.2);
			z-index: 1000;
			transition: all 0.2s ease-in-out 0s;
		}
		footer .nav li:first-child:before {
			content: "";
		}

		footer .nav li:before {
			content: "|";
			color: #000;
			display: inline-block;
		}

		h1.home-title {
			display: block;
			width: auto;
		}

		.home-sidebar .featured-product {
			display: block !important;
		}

		.products-grid .col-md-3 {
			float:left;
			width: 50%;
		}
		.products-grid .col-md-4 {
			float:left;
			width: 50%;
		}
		footer .col-md-2 {
			float: left;
			width: 25%;
		}
		.featured-product .promo {
			max-width: 735px;
		}
	}
