/*!Ipad portrait */
	
@media screen 
and (min-width: 768px) 
and (max-width: 1023px) {

#container {
	margin: auto;
	width: 768px;
}

.row {
	width: 684px;
	overflow: hidden;
}

.feedItem {
	height: 220px;
}

.logo {
	height: 140px;
	top: 108px;
}

.hero {
	height: 308px;
	margin-left: 100px;
}

.title {
	top: 426px;
	font-size: 58px;
	line-height: 54px;
}

.subtitle {
	top: 534px;
	font-size: 24px;
	line-height: 26px;
}

.smallTitle {
	font-size: 14px;
}

.tab {
	margin-left: 0px;
}

.col0 {
	float: left;
	margin-right: 42px;
	width: 200px;
}
    
.col1 {
	float: left;
	margin-right: 42px;
	width: 200px;
}

.col1alt {
	width: 200px;
}

.col2 {
	float: right;
	margin-right: 0px;
	width: 442px;
}

.about1 {
	float: left;
	margin-right: 0px;
	width: 422px;
}

.about2 {
	height: 242px;
}

.col3 {
	width: 684px;
}

.colalt {
	float: right;
	width: 442px;
}

.artistItem {
	margin-bottom: 42px;
	height: 244px;
}

.col3alt2 {
	width: 684px;
}


.pastItem:nth-child(3n+0) {
	margin-right: 42px;
}

.pastItem:nth-child(2n+0) {
	margin-right: 0px;
}

.artistItem:nth-child(3n+0) {
	margin-right: 42px;
}

.artistItem:nth-child(2n+0) {
	margin-right: 0px;
}

.thumb {
	height: 198px;
}

.upcoming {
	height: 220px;
}

.upcomingPhoto {	
	height: 220px;
}

#mobileDropdown {
	display: none;
}

#newsFeed {
	display: none;
}

#past.contract {
	height: 264px;
}

.artistItem:nth-child(2n+0) {
	margin-right: 0px;
}
    
.menufix {
    overflow: hidden;
}     

}