/*!
 * styles-ie.css
 * CSS file containing ie8 fixes
 * Issue 1.0 - 23-FEB-2015 - VSC
 */
 
/*!
 * Logo
 * Navigation
 * Product filters
 * Footer logos
 */
 
 
/* ------------------------------------------------------------- */
/* LOGO														 	 */
/* ------------------------------------------------------------- */

/* Logo */
.logo {
	width: 150px;
	height: 70px;
	background: url(/images-final/design/logo.png) no-repeat;
}

/* Logo image */
.logo img{
	display: none;
}


/* ------------------------------------------------------------- */
/* NAVIGATION												 	 */
/* ------------------------------------------------------------- */

/* Navbar toggle */
#header .navbar-toggle {
	display: none !important;
}

/* General */
#header .navbar-collapse {
	display: block !important;
}


/* ------------------------------------------------------------- */
/* PRODUCT FILTERS												 */
/* ------------------------------------------------------------- */

/* Navbar toggle */
#product.listing .navbar-toggle {
	display: none !important;
}

#product.listing .navbar-collapse {
	display: block !important;
}


/* ------------------------------------------------------------- */
/* FOOTER LOGOS													 */
/* ------------------------------------------------------------- */

/* General */
#footer .logo {
	width: 120px;
	height: 56px;
	background: url(/images-final/design/logo-footer.png) no-repeat;
}









/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - MEDIUM																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * Navbar toggle button
 */
 
@media (max-width: 991px) {

/* ------------------------------------------------------------- */
/* NAVIGATION												 	 */
/* ------------------------------------------------------------- */

/* Navbar toggle */
#header .navbar-toggle {
	display: block !important;
}

/* General */
#header .navbar-collapse {
	display: none !important;
}




}





/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - SMALL																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * Logo
 */

@media (max-width: 767px) {


/* Logo */
.logo {
	width: 120px;
	height: 56px;
	background-image: url(/images-final/design/logo-small.png);
}




}