.nav-mobile {
	
}

.nav-mobile ul {
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	list-style: none;
	border: none;
}

.nav-mobile ul li {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;
	border: none;
	border-bottom: 1px solid #6c6c6c;
}

.nav-mobile .active {
	
}

.nav-mobile ul a {
	margin: 0;
	padding: 8px 10px 8px 20px;
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	border: none;
}

.nav-mobile .active a {
	
}

.nav-mobile ul a:link,
.nav-mobile ul a:active,
.nav-mobile ul a:visited {
	text-decoration: none;
	color: #fff;
}

.nav-mobile ul a:hover {
	text-decoration: none;
	color: #fff;
}

.nav-mobile .active a:link,
.nav-mobile .active a:active,
.nav-mobile .active a:visited,
.nav-mobile .active a:hover {
	text-decoration: none;
	color: #fff;
}




.toggle-nav-mobile {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 15px;
	width: 30px;
	height: 30px;
	display: none;
	background-image: url('../img/bg-nav-toggle-dark-30x30.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 999;
}

.toggle-nav-mobile {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	
	.toggle-nav-mobile {
		background-image: url('../img/bg-nav-toggle-dark-30x30@2x.png');
		background-size: 30px 30px;
	}
}




/* Mobile ----------- */
@media only screen 
and (max-width : 768px) {
	
	html,
	body {
		background-color: #4c4c4c;
	}
	
	
	
	.header nav {
		display: none;
	}
	
	.toggle-nav-mobile {
		display: block;
	}
	
	.product-small .product-thumb{
		height: auto;
	}
	
	.slideshow-overlay-inner .quick-search{
		display: none;
	}
	
	.uk-slideshow li img{
		min-height: 150px;
	}
	

}


/* Smartphones ----------- */
@media only screen 
and (max-width : 480px) {
	
	.icon-facebook, .slideshow-overlay-inner .news-feed, .uk-slidenav{
		display: none;
	}
	
	.header .logo{
		width: 200px;
		height: auto;
		margin-left: 20px;
		margin-top: -20px;
	}
	
	.header{
		height: 70px;
	}
	
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	
}