header .btn {
	height: 76px;
	padding: 23px 6px;
}

header .social {
	padding-top: 150px;
}

#logo {
	height: 76px;
	width: 135px;
  	background-size: 105px 50px;	
}


#wrapper {
	margin-top: 120px;
	padding: 30px;
	overflow-x: visible;
}

.page-index #wrapper {
	width: 780px;
	margin-top: 60px;
}

.page-mashups #wrapper,
.page-videos #wrapper,
.page-news #wrapper {
	width: 100%;
}

.searchBarActive #wrapper {
	margin-top: 170px;
}

#wrapper {
	padding: 45px 40px;
}

header #pagination {
	display: none;
}

#mainNav {
	top: 76px;
}

.tile {
	position: relative;
	width: 50%;
}

.tile:before {
	display: block;
	content: ' ';
	padding-top: 100%;
}

.tileContent {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

#pageTitle {
	padding-left: 30px;
	text-align: left;
}


#pageInfo {
	float: left;
}

#searchBar {
	display: none;
	min-width: 410px;
	width: auto;
	height: 40px;
	background-color: #fff;
	padding: 7px 17px;
	float: right;	
}

.page-mashups #searchBar,
.page-videos #searchBar {
	display: block;
}


#searchBar #searchBarTitle {
	display: block;
	float: left;
	width: 70px;
	line-height: 28px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#searchBar #searchText {
	min-width: 200px;
	max-width: 300px;
	width: auto;
}

#pageInfo #searchIcon {
	display: none !important;
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 12px;
}

input {
	max-width: 350px;
}

/* Content
//==========================================================*/

#artistInfo {
	float: left;	
	width: 420px;
	margin-right: 20px;
}

.newsEntry.newsSnippet{
	width: 420px;
}

aside {
	width: 260px;
	float: right;
}
	
#contentNav {
	display: block;
}

#news {
	clear: both;
}

#contentNav .tile {
	float: left;
	width: 123px;
	margin-bottom: 5px;
	transition: .6s all;
}

#contentNav .tile .tileLayer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#contentNav .tile:nth-child(2n-1) {
	margin-right: 7px;
}

#contentNav .tile:nth-child(2n) {
	margin-left: 7px;
}

#contentNav .tile:last-child,
#contentNav .tile:nth-last-child(2) {
	margin-bottom: 0;
}

#contentNav .tile .ticker {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;

	display: inline-block;
	padding: 5px;
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
}

#contentNav .tile.red .tileLayer {
	background: rgb(197,33,112); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(197,33,112,.75) 0%, rgba(213,30,83,.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,33,112,.75)), color-stop(100%,rgba(213,30,83,.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(197,33,112,.75) 0%,rgba(213,30,83,.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(197,33,112,.75) 0%,rgba(213,30,83,.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(197,33,112,.75) 0%,rgba(213,30,83,.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(197,33,112,.75) 0%,rgba(213,30,83,.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52170', endColorstr='#d51e53',GradientType=0 ); /* IE6-9 */
}

#contentNav .tile.red:hover .tileLayer {
	background: rgb(42,17,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(42,17,26,.75) 0%, rgba(60,36,48,.75) 49%, rgba(38,17,31,.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,17,26,.75)), color-stop(49%,rgba(60,36,48,.75)), color-stop(100%,rgba(38,17,31,.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42,17,26,.75) 0%,rgba(60,36,48,.75) 49%,rgba(38,17,31,.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42,17,26,.75) 0%,rgba(60,36,48,.75) 49%,rgba(38,17,31,.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42,17,26,.75) 0%,rgba(60,36,48,.75) 49%,rgba(38,17,31,.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(42,17,26,.75) 0%,rgba(60,36,48,.75) 49%,rgba(38,17,31,.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a111a', endColorstr='#26111f',GradientType=0 ); /* IE6-9 */
}

#contentNav .tile.dark .tileLayer {
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,.75) 0%, rgba(27,27,27,.75) 50%, rgba(0,0,0,.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.75)), color-stop(50%,rgba(27,27,27,.75)), color-stop(100%,rgba(0,0,0,.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,.75) 0%,rgba(27,27,27,.75) 50%,rgba(0,0,0,.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,.75) 0%,rgba(27,27,27,.75) 50%,rgba(0,0,0,.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,.75) 0%,rgba(27,27,27,.75) 50%,rgba(0,0,0,.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,.75) 0%,rgba(27,27,27,.75) 50%,rgba(0,0,0,.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#contentNav .tile:hover .tileLayer {
	background: rgb(151,38,74); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(151,38,74,.75) 0%, rgba(140,39,94,.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,38,74,.75)), color-stop(100%,rgba(140,39,94,.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(151,38,74,.75) 0%,rgba(140,39,94,.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(151,38,74,.75) 0%,rgba(140,39,94,.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(151,38,74,.75) 0%,rgba(140,39,94,.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(151,38,74,.75) 0%,rgba(140,39,94,.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97264a', endColorstr='#8c275e',GradientType=0 ); /* IE6-9 */
}	


.tile .tileBackground {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-position: center center;
}

.tile .slideTile {
	left: 100%;
	transition: .6s all;
}

.tileContent {
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: .9em;
	color: #fff;	

	padding-top: 46%;
	z-index: 3;
}

.tile:hover .slideTile {
	left: 0;
}


/* Sidebar Tiles
//==========================================================*/

#iLoveMashupRadio {
	clear: both;
	padding: 5px 15px;
	font-size: 26px;
	font-size: 1.86em;
}

#iLoveRadioLogo {
	width: 70px;
}

#playNowCover img {
	width: 80px;
}

#playNowTitle {
	font-size: 10px;
}

#playNowTitle .marquee{
	width: 150px;
}

#playNowTitle strong {
	font-size: 10px;
}

#playNowButton span {
	font-size: 10px;
}

.icon-heart:before {
	font-size: 23px;
	font-size: 0.88em;
}

#iLoveMashupLink .equalizer{
	width: 90px;
	margin-top: 0px;
}

#iLoveMashup {
	font-size: 30px;
	line-height: 30px;
	background-size: 80px;
}

#iLoveMashup strong {
	font-size: 27px;
	letter-spacing: 2px;
}

/* Live
//==========================================================*/

.headerImage {
	position: relative;
	margin-bottom: 15px;
}

.eventEntry {
	border-top: none;
	margin-bottom: 8px;
}

.eventLocation {
	padding: 25px 50px 0;
	font-size: 15px;	
}

.eventLocation h4 {
	font-size: 11px;
}

.eventLocation .location {
	float: left;
	width: 50%;
}

.eventLocation .venue {
	float: left;
	width: 50%;
}

.eventEntry .eventDate {
	font-size: 15px;
}

.eventDate {
	width: 14%;
	padding: 20px;
}

/*  Contact
//==========================================================*/

#pageInfo nav li {
	max-width: 120px;
}

.contact .headerImage h1 {
	font-size: 45px;
	font-size: 3.21em;
	line-height: 60px;
	line-height: 1.33em;

	top: 40px;
	left: 40px;
}

.contact form {
  padding: 30px 50px;
}

.contact iframe {
	max-height: 150px;
}

#pressWrapper {
	width: 370px;
	margin: 0 auto 1.5em;
}

#press {
	padding-top: 70px;
}

/* Slider
//==========================================================*/
.mediaAdditional .moreInfo {
	max-width: 180px;
}

.mediaEntry .mediaTitle {
	min-height: 70px;
	padding-right: 40px;
}

.social span {
	display: inline-block;
	padding-right: 20px;
}