body #main.item #panes {
	width: 320px;
	margin: 0 auto;	
}

body #main.item #item-nav-section #item-nav-section-inner {
	width: 320px;
	margin: 0 auto;
}

body #main #content-listing {
	display: grid;
	grid-template-columns: repeat(auto-fill, 48%);
	justify-content: space-between;
	
	padding-top: 9px;
}

body #main #content-listing li {
	position: relative;
	margin-bottom: 12px;
	
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
}

body #main #content-listing li a {
	color: white;
}

body #main #content-listing li a:hover {
	text-decoration: none;
}

body #main #content-listing .content-listing-image {
	width: 100%;
}

body #main #content-listing .content-listing-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	color: white;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.65);
	
	margin: 0;
	padding: 6px;
	font-size: 12px;
}

body #main #content-listing .content-listing-text h4 {
	margin: 0;
	margin-bottom: 0px !important;
	padding: 0;
	
	font-size: 15px;
	font-weight: normal;
}




body #main.item #item-special li {
	height: auto;
	margin-bottom: 12px;
}

body #main.item #item-special li a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

body #main.item #item-special li a:hover {
	text-decoration: none;
}

body #main.item #item-special .content-listing-image {
 	width: 100%;
}




body #main.item #item-nav-section {
	position: relative;
	height: 36px;
	
	color: #888;
	background-color: #DDD;
	background-color: rgba(220, 220, 220, 0.85);
	
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	
	padding: 0 16px;
	
	overflow: hidden;
	text-align: center;
}

body #main.item #item-nav-section-inner {
	position: relative;
}

body #main.item .item-header h3 {
	
}



/*  ======================================================================
  UPDATES LIST
  ====================================================================== */
body #main.item #item-updates {
 	color: black;  
}

body #main.item #item-updates .item-header h3 {
	color: black;
	font-weight: normal;
}

body #main.item #item-updates-list {
	margin: 0px 16px;
	margin-top: -1px;
	padding-bottom: 4px;
	
	font-size: 13px;
}

body #main.item #item-updates-list li {
	display: block;
	
	background-color: #CCC;
	background-color: rgba(230, 230, 230, 0.75);
	
	margin: 8px 0;
	padding: 8px;
}

body #main.item #item-updates-list li .update-image {
	width: 128px;
	margin-right: 12px;
}

body #main.item #item-updates-list li .update-image img {
	width: 100%;
	height: auto;
}

body #main.item #item-updates-list li .update-non-image header {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
}

body #main.item #item-updates-list li .update-non-image header h4 {
	margin: 0;
	padding: 0;
	
	margin-top: 2px;
	font-size: 15px;
	font-weight: normal;
}

body #main.item #item-updates-list li .update-non-image .update-content p:last-child {
	margin-bottom: 2px;
}






@media (min-width: 480px) {
	body #main.item #item-nav-section #item-nav-section-inner {
		width: 480px;
	}
	
	body #main.item .item-header {
		font-size: 21px;
	}
	
	body #main.item #panes {
		width: 480px;
	}
	
	body #main #content-listing .content-listing-text {
		height: auto;
	}
	
	
	
	/*  ======================================================================
		UPDATES LIST
		====================================================================== */
	body #main.item #item-updates-list {
		font-size: 14px;
	}
	
	body #main.item #item-updates-list li {
		display: flex;
	}
	
	body #main.item #item-updates-list li .update-image {
		flex-basis: auto;
		flex-grow: 0;
		flex-shrink: 0;
		width: 128px;
	}
	
	body #main.item #item-updates-list li .update-non-image header h4 {
		font-size: 18px;
	}
	
	body #main.item #item-updates-list li .update-non-image header .update-meta {
		font-size: 16px;
	}
}







@media (min-width: 640px) {
	body #main.item #item-nav-section #item-nav-section-inner {
		width: 640px;
	}
	
	body #main.item .item-header {
		font-size: 23px;
	}
	
	body #main.item #panes {
		width: 640px;
	}
	
	
	
	body #main #content-listing {
		width: auto;
		margin: 0;
		
		grid-template-columns: repeat(auto-fill, 32%);
	}
	
	body #main #content-listing li {
		width: auto;
		height: auto;
		margin: 0;
		float: none;
	}
	
	
	
	body #main.item #item-special h4 {
		font-size: 19px;
	}
	
	body #main.item #item-special .content-listing-text {
		margin: 0;
		padding: 8px;
	}
}







@media (min-width: 960px) {
	body #main.item #item-nav-section {
		height: 42px;
	}
	
	body #main.item #item-nav-section #item-nav-section-inner {
		width: 960px;
		font-size: 18px;
	}
	
	body #main.item .item-header {
		font-size: 24px;
	}
	
	body #main.item #panes {
		width: 960px;
	}
	
	body #main.item #item-gallery,
	body #main.item #item-content,
	body #main.item #item-media {
		width: 800px;
		margin: 0 auto;
	}
	
	body #main.item #item-gallery {
		margin-top: 32px;
	}
	
	body #main.item #item-content {
		font-size: 18px;
	}
	
	body #main.item #item-special {
		margin-top: 48px;
	}
	
	body #main.item #item-special h4 {
		font-size: 21px;
	}
	
	body #main.item #item-media {
		margin-top: 24px;
	}
	
	
	
	/*  ======================================================================
		UPDATES LIST
		====================================================================== */
	body #main.item #item-updates {
		margin-top: 64px;
	}
	
	body #main.item #item-updates .item-header h3 {
		font-size: 22px;
	}
	
	body #main.item #item-updates-list {
		width: 800px;
		margin: 0 auto;
		font-size: 17px;
	}
	
	body #main.item #item-updates-list li {
		padding: 16px;
	}
	
	body #main.item #item-updates-list li .update-image {
		width: 200px;
		margin-right: 16px;
	}
	
	body #main.item #item-updates-list li .update-non-image header h4 {
		font-size: 21px;
	}
	
	body #main.item #item-updates-list li .update-non-image header .update-meta {
		font-size: 18px;
	}
}
