@media (min-width: 2010px) {
	/* products */
	#isotope .card{
		width:7.69%;
	}

}


/* Television */
@media (min-width: 1680px) and (max-width: 2009px) {
	/* products */
	#isotope .card{
		width:11.1%;
	}

}
/* Huge Desktop */
@media (max-width: 1580px) {

	/* products */
	#isotope .card{
		width:12.5%;
	}

	/* Navigation */
	#primaryNav ul li a{
		padding:0 28px;
	}

}


/* Large Desktop - DOWN */
@media (max-width: 1480px) {
	.article{
		width: 33%;
	}

	/* products */
	#isotope .card{
		width:14.2%;
	}

	/* lists headings */
	#lists h1{
		font-size:18px;
		letter-spacing:4px;
	}

	/* lists block */
	#lists .actual li{
		height:auto;
	}

	/* lists block title */
	#lists .actual li .title{
		padding-right:20px;
	}

	/* lists block img */
	#lists .actual li img{
		width:60px;
		height:60px;
	}

	/* list block details */
	#lists .actual li .contents,
	#lists .actual li .dateCreated{
		font-size:12px;
	}

}




@media (max-width: 1280px) {
	#isotope .card{
		width:16.65%;
	}
}


@media (max-width: 1180px) {
	#isotope .card{
		width:16.6%;
	}

	.article{
		width: 50%;
	}
}


/* Desktop & Up */
@media (min-width: 980px){
	#stayPuft #tagPuft{
		margin-left: 160px;
	}
}


/* Desktop & Up */
@media (min-width: 769px){

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
	    /* display: none; <- Crashes Chrome on hover */
	    -webkit-appearance: none;
	    margin:0;/* <-- Apparently some margin are still there even though it's hidden */
	}
}

/* Desktop & Modern Laptop - DOWN */
@media (max-width: 1149px) {

	/* Navigation */
	#primaryNav ul li a{
		font-size:16px;
		letter-spacing:1px;
		padding:0 19px;
	}

	/* lists headings */
	#lists h1{
		font-size:18px;
		letter-spacing:4px;
	}

	#lists{
		padding:20px;
	}

	/* side bar edit button */
	#yourLists .btn-primary.pull-right{
		display:none;
	}

	#productArea, #newsArea{
		width:100%;
	}

	/* Drawer Lists */
	#listArea .content li .title{
		width:62%;
	}
	#listArea .content li .price{
		width:28%;
	}
	#listArea .content li .price em{
		display:none
	}

}



/* Landscape phone to portrait tablet */
@media (max-width: 1090px) {

	#isotope .card{
		width:20%;
	}

}
/* Landscape phone to portrait tablet - DOWN */
@media (max-width: 979px) {

	#brand{
		width:75px;
		height:75px;
		margin:25px 20px 10px 20px;
	}
	/* products */
	#isotope .card{
		width:20%;
	}

	/* Navigation */
	#primaryNav ul li a{
		letter-spacing:1px;
		padding:0 11px;
		margin:0 11px 0 0;
	}
	#primaryNav ul li a em{
		display:none;
	}
	#primaryNav ul li a i{
		padding:0 11px;
	}
	/* Controls style switcher */
	#isoControls,
	#products .controls .filters span{
		display:none;
	}
	#products .controls .filters{
		margin:0;
	}
	/* Sub-Nav */
	#primaryNavContent{
		height:140px;
	}
	/* Sub-Nav Icons */
	#primaryNavContent a{
		width:140px;
		height:40px;
	}
	/* Sub-Nav Caro Controls */
	#primaryNavContent .controls a{
		top:70px;
	}

	/* Aside List */
	#lists .actual li img{
		width:40px;
		height:40px;
	}

}

@media (max-width: 767px) {

	.article{
		width: 100%;
	}

	body{
		padding:0;
	}

	#header{
		background:#B90000;
	}
	#primaryNavContent .controls a

}




