@font-face {
	font-family: 'AkkuratMono';
	src: url('AkkuratMono.eot?') format('eot'), 
	     url('AkkuratMono.woff') format('woff'), 
	     url('AkkuratMono.ttf')  format('truetype'),
	     url('AkkuratMono.svg#AkkuratMono') format('svg');
}
body {
  font-family: 'AkkuratMono' !important;
  padding-top: 50px;
  font-size: 10px;
}

a {
	color:black;
}

a:hover{
	text-decoration: none;
	background: black;
	color:white;
}

.nav>li>a:hover, .nav>li>a:focus{
	background: black;
	color:white;
}

.nav>li>a{
	padding:0px 7px 0px 0px;
	font-size:10px;
	text-transform: uppercase;
}

.nav>li>a::after
{ 
	content:" / ";
}

.nav>li:last-child>a::after{
	content:"";
}

.cart{
	width:50px;
	height:20px;
	text-align: right;
	margin-right:20px;
}

.cart, .cart a{
	color:black;
	font-size:10px;
	text-transform: uppercase;
	height:20px;
	line-height: 20px;
}

.shop-menu-container{
	width:149px;
	margin-left:40px;
	position: fixed;
	bottom: 30px;
}

.logo{
	margin-bottom:20px;
}

.shop-menu{
	list-style-type:none;
	padding: 0px;
	width:100%;
}

.shop-menu li ul {
	list-style-type:none;
	padding: 0px;
	width:100%;	
	text-align: right;
	display: none;
}

.shop-menu > li > a.active{
	background:black;
	color:white;
}

.search-form{
	width:100%;
}

.form-control{
	border-radius: 0px;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:10px;
	padding:2px;
	height:15px;
	line-height:15px;
}

img.title{
	width:100%;

	margin-top:80px;
}

.products{
	display: none;
}

.products li{
	width:20%;
	margin-right:2%;
	margin-bottom:20px;
	display: inline-block;
	list-style-type: none;
	/*background: blue;*/
	height:auto;

}



.starter-template {
  padding: 0px 0px;
  text-align: center;
}

.container{
	width:100%;
}


.lead{
	font-size: 200px;
	line-height:100px;
}

.splash{
	width:100%;
}
