@charset "utf-8";

.best-viewed { display: none; }


/* iPhone / Droids ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 844px) and (orientation : landscape) {
	.master-navigation { display: none; }
	.master-interface { display: none; }
	.master-footer { display: none; }
	
	.tablet-message { display: none; }
	.best-viewed { display: block; }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 844px) and (orientation : portrait) {
	.best-viewed { display: none; }
}


/* Desktops and laptops ----------- */
@media (min-width : 768px) and (max-width : 991px) {
	.master-navigation { display: block; }
	.master-interface { display: block; }
	.master-footer { display: block; }
	
	.title-container { width: 100%; }	
	.footer-display  { width: 100%; }
	.ares-title { padding-left: 24px; }
	.section-title { padding-left: 24px; }
}

@media (min-width : 992px) and (max-width : 1023px) {
	.master-navigation { display: block; }
	.master-interface { display: block; }
	.master-footer { display: block; }
	
	.title-container { width: 100%; }	
	.footer-display  { width: 100%; }
	.ares-title { padding-left: 24px; }
	.section-title { padding-left: 24px; }
}

@media (min-width : 1025px) and (max-width : 1232px) {
	.master-navigation { display: block; }
	.master-interface { display: block; }
	.master-footer { display: block; }
	
	.title-container { width: 100%; }	
	.footer-display  { width: 100%; }
	.ares-title { padding-left: 24px; }
	.section-title { padding-left: 24px; }
}

@media (min-width : 1233px) {
	.master-navigation { display: block; }
	.master-interface { display: block; }
	.master-footer { display: block; }
	
	.title-container { width:1233px; margin-left:auto; margin-right:auto; }	
	.navbar-display  { width:1233px; margin-left:auto; margin-right:auto; }
	.center-section  { width:1233px; margin-left:auto; margin-right:auto; }
	.footer-display  { width:1233px; margin-left:auto; margin-right:auto; }
	
	.ares-title { padding-left: 28px; }
	.section-title { padding-left: 28px; }	
}


/* iPads (landscape) ----------- */
@media only screen and (device-width : 1024px) and (device-height : 768px) and (orientation : landscape) {
	.master-navigation { display: block; }
	.master-interface { display: block; }
	.master-footer { display: block; }
	
	.title-container { width: 1024px; }	
	.footer-display  { width: 1024px; }
	.ares-title { padding-left: 24px; }
	.section-title { padding-left: 24px; }
	
	.curation-menu { width: 180px; } 
	.people-menu { margin-left : 797px; }
}

/* iPads (portrait) ----------- */
@media only screen and (device-width : 768px) and (device-height : 1024px) and (orientation : portrait) {
	.master-navigation { display: none; }
	.master-interface { display: none; }
	.master-footer { display: none; }
	
	.iphone-message { display: none; }
	.best-viewed { display: block; }
}


@media only screen and (min-device-width : 799px) and (max-device-height : 399px) and (orientation : landscape) {
	.master-navigation { display: none; }
	.master-interface { display: none; }
	.master-footer { display: none; }
	
	.iphone-message { display: block; }
	.best-viewed { display: block; }
}

@media only screen and (min-width : 769px) and (max-width : 991px) {
	.iphone-message { display: none; }
} 

