/*
 * apply a natural box layout model to all elements, but allowing components to change
 * https://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}

/**
 * Panel
 */

.panel {
	background: #000;
	z-index: 9999;
	position: fixed;
	left: -15.625em;
	width: 15.625em;
}

.panel ul {
	border-top: 2px solid #34495d;
}

.panel li {
	padding: 0 20px;
}

.panel a {
	display: block;
	/*	border-bottom: 1px solid #404040; */
	padding: 15px 15px 15px 30px;
	text-decoration: none;
}

.panel .logo a {
	padding: 20px 0 20px 30px;
}

.panel .menu-item a {
	background-repeat: no-repeat;
	background-position: 8px center;
}

.panel .menu-item-signup a {
	background-image: url(../img/icon-sign-up.png);
}

.panel .menu-item-backstage a {
	background-image: url(../img/icon-backstage.png);
}

.panel a:link,
.panel a:visited {
	color: #fff;
}

.panel .menu-item-signup a {
	background-color: #ee5050;
	border-radius: 3px;
}

h3 {
	font-size: 26px;
}

.nav-icon {
	margin-right: 6px;
}

a.toggle {
	-webkit-transition: background-position 200ms ease;
	-moz-transition: background-position 200ms ease;
	transition: background-position 200ms ease;
	width: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
}

a.toggle:hover {
	background-position: 0 -25px;
}

/**
 * Hamburger
 */

a.menu-link {
	/*	background-color: #fff;
	text-decoration: none;
	padding: 4px 4px 2px 4px;
	font-size: 15px;
	line-height: 15px; */
	float: left;
	background-image: url(../img/menu.png);
	-webkit-transition: background-position 200ms ease;
	-moz-transition: background-position 200ms ease;
	transition: background-position 200ms ease;
	width: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	a.menu-link {
		background-image: url("../img/menu@2x.png");
		background-size: 25px 50px;
	}
}

a.menu-open {
	background-image: url(../img/close.png);
	background-position: 0 -25px;
}

a.menu-link:hover {
	background-position: 0 -25px;
}

.push {
	position: relative;
}

/*.menu-link
{
	cursor: pointer;
	padding: 12px 26px 16px 4px;
	background-color: #fff;
}*/

/**
 *
 */

p,
li,
td,
legend {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	word-break: break-word;
}

.overview ul {
	list-style-type: square;
}

@import url(shows.css);

body {
	font-family: "proxima-nova", sans-serif;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* 231f20 */
	background-color: #d3e0d7;
	color: #2e312f;
}

.sc-topbar {
	padding: 20px;
}

a.sc-logo {
	background-image: url(https://showcase.fm/img/showcase-logo-sq-small.png);
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	background-position: 0 -26px;
	-webkit-transition: background-position 200ms ease;
	-moz-transition: background-position 200ms ease;
	transition: background-position 200ms ease;
}

a.sc-logo span {
	display: none;
}

a.sc-logo:hover {
	background-position: 0 0px;
}

section {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

section.t {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
}

section.dark {
	background-color: #000;
	border: 10px solid #000;
	padding: 0;
	color: #fff;
}

section.dark a {
	color: #fff;
}

section.audio-player {
	background-color: #000;
	background-image: url(../img/logo-showcase-small-white-0.3.png);
	background-repeat: no-repeat;
	background-position: top right;
}

section.contact {
	padding: 0 10px;
}

body.profile p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

#grid {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../img/raster.png");
	background-position: 80px 80px;
	z-index: -1;
}

.social-bar {
	float: left;
}

.social-bar a,
.box a {
	display: inline-block;
	float: right;
	width: 26px;
	height: 26px;
	background-position: 0 -26px;
	-webkit-transition: background-position 200ms ease;
	-moz-transition: background-position 200ms ease;
	transition: background-position 200ms ease;
}

.social-bar a {
	background-position: 0 0;
}

.social-bar a span,
.box a span {
	display: none;
}

a.social-tumblr {
	background-image: url(https://showcase.fm/img/social-icons/tumblr.png);
}

a.social-bandcamp {
	background-image: url(https://showcase.fm/img/social-icons/bandcamp.png);
}

a.social-twitter {
	background-image: url(https://showcase.fm/img/social-icons/twitter.png);
}

a.social-facebook {
	background-image: url(https://showcase.fm/img/social-icons/facebook.png);
}

a.social-instagram {
	background-image: url(https://showcase.fm/img/social-icons/instagram.png);
}

a.social-pinterest {
	background-image: url(https://showcase.fm/img/social-icons/pinterest.png);
}

.social-bar a:hover,
.box a:hover {
	background-position: 0 0;
}

.social-bar a:hover {
	background-position: 0 -26px;
}

section h3.section-title {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 24px !important;
	line-height: 1.5em;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

section h3.bb {
	margin-bottom: 20px !important;
}

section h3.bb span {
	border-bottom: 3px solid #000;
}

section.dark h3.bb span {
	border-bottom: 3px solid #fff;
}

/*
400 Regular
600 Semibold
700 Bold
800 Extrabold
 */

h3.teaser,
h3.title {
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 24px !important;
	line-height: 1.2em;
	margin-bottom: 12px;
}

/*div a
{
	text-decoration: none;
}*/

header {
	text-align: center;
}

.parallax {
	position: fixed;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	z-index: -1;
}

.fullscreen .parallax {
	background-repeat: repeat-y;
	background-position: top center;
	background-size: contain;
	/*	background-size: contain;
	background-size: cover; */
}

.tiling .parallax {
	background-repeat: repeat;
	background-position: top center;
}

/**
 * Contact
 */

.contact h4 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.contact p {
	margin-top: 0;
	padding-top: 0;
}

.contact .follow {
	width: 50%;
	float: right;
}

/**
 * MailChimp
 */

button.signup {
	padding: 5px 8px;
	float: right;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}

form .mc-field-group input {
	background-color: #fff;
	border: 3px solid #fff;
	color: #000;
	box-shadow: none;
	padding: 5px;
	font-size: 13px;
	-webkit-appearance: none;
	border-radius: 0;
}

.mc-field-group,
.submit {
	width: 50%;
	width: 100%;
	margin-top: 10px;
}

.mc-field-group-email {
}

.mc-field-group-email {
	margin-right: 0;
}

label.error {
	color: #f00;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

input.error {
	border: 3px solid #f00 !important;
}

.submit {
	width: auto;
	font-size: 23px;
	border: 2px solid #2e312f;
	background-color: #d3e1d7;
	color: #2e312f;
	margin-right: 0;
	padding: 5px 5px !important;
}

/**
 * Update
 */

.page {
	position: relative;
	background-color: #fff;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: hand;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
	z-index: 10;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.overview {
	padding: 20px;
	word-break: break-word;
}

.sc-update {
	/*	overflow: hidden; */
	padding: 0;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: none;
}

.sc-update .arrow-left {
	position: absolute;
	background-image: url(../img/arrow-96-48.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	top: 10px;
	left: 10px;
}

.sc-update .arrow-right {
	position: absolute;
	background-image: url(../img/arrow-31-48.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	top: 10px;
	right: 10px;
}

.sc-update-nav {
	position: absolute;
	top: 20px;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.sc-update-nav span {
	display: none;
}

.sc-update-prev {
	left: 10px;
	/*../img/arrow_left.png*/
	background-image: url(../img/arrow-111-16.png);
}

.sc-update-next {
	right: 10px;
	/*../img/arrow_right.png*/
	background-image: url(../img/arrow-9-16.png);
}

.loading {
	background-image: url(../img/loading.gif);
	background-position: center 10px;
	background-repeat: no-repeat;
}

.loading * {
	opacity: 0.5;
}

.moving {
	/*transition: transform 0.3s ease-out;*/
}

._sequence {
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

.update-image {
	float: left;
	margin: 0 20px 8px 0;
}

/**
 * Ups
 */

div.ups {
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	overflow: hidden;
}

.ups .inner a.up-button {
	/*	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding: 0 21px 0 2px; */
	display: block;
	border: 2px solid #fff;
	border-right: 5px solid #fff;
}

.verb {
}

div.upped {
	background-color: #000;
	color: #000;
}

div.upped .inner a.up-button {
	border-color: #000;
	background-image: url(../img/showcase-logo-sq-small.png);
	/*upped.png*/
	background-position: 0 0px;
}

div.upped .inner a.up-button:hover {
	background-position: 0 -26px;
}

div.ups .inner a {
	text-decoration: none;
}

div.ups .verb-like {
	display: inline-block;
}

/*div.ups .verb-liked{display: none;}
div.upped .verb-like{display: none;} */

div.upped .verb-liked {
	display: inline-block;
}

div.upped .inner {
	background-color: #111;
	color: #fff;
}

div.upped .inner a {
	color: #fff;
}

.nrups,
.verb {
	display: inline-block;
}

a.up-button {
	background-image: url(https://showcase.fm/img/showcase-logo-sq-small.png);
	padding-left: 26px;
	display: block;
	background-position: 0 -26px;
	background-repeat: no-repeat;
	-webkit-transition: background-position 200ms ease;
	-moz-transition: background-position 200ms ease;
	transition: background-position 200ms ease;
}

a.up-button span {
}

a.up-button:hover {
	background-position: 0 0px;
}

span.nrups {
	padding-left: 5px;
}

div.upped span.nrups {
}

span.verb {
}

.band-name {
	font-family: "proxima-nova", sans-serif;
	font-size: 5em;
	line-height: 1em;
	font-weight: 700;
	/*text-shadow: 1px 1px 5px #444; */
	color: #111;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-break: break-word;
}

.band-name span {
	background-image: url(../img/border.png);
	background-repeat: repeat-x;
	background-position: left 82px;
}

.has-hero .band-name {
	margin: 10px auto;
}

h3 {
	/*	border-bottom: 3px solid #222; */
}

.site-name {
	text-transform: lowercase;
	margin-bottom: -30px;
	padding-bottom: 0;
	letter-spacing: -2px;
}

.site-name span {
	font-weight: normal;
}

.payoff {
	margin-top: 0;
	padding-top: 0;
}

del {
	color: #999;
}

.tracklisting ol {
	/*list-style-position: inside;*/
}

.tracklisting ol li {
	position: relative;
}

.tracklisting ol {
	padding: 0 0 0 30px;
}

fieldset.tracklisting legend {
	/*	background-image: url(../contents/images/menu-collapsed.png);
	background-repeat: no-repeat;
	background-position: 4px 6px; */
	padding-left: 0;
	cursor: pointer;
}

.tt {
	background-image: url(../img/tracklisting.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 14px;
	height: 14px;
	float: right;
	text-decoration: none;
}

.tt span {
	display: none;
}

.expanded {
	background-image: url(../img/close-tracklisting.png) !important;
}

.more-link a,
.less-link a {
	background-image: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	font-size: 12px;
	text-decoration: none;
}

.item {
	margin-top: 30px;
}

ul.shops,
ul.shops li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.shops li a {
	display: inline-block;
	background-size: 14px;
	padding: 0 6px 0 22px;
	background-repeat: no-repeat;
	background-position: 4px center;
	vertical-align: bottom;
	background-color: #444;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
	margin-right: 5px;
}

ul.shops li.shop-platomania a {
	background-image: url(../img/vendor-icons/platomania.png);
}

ul.shops li.shop-bolcom a {
	background-image: url(../img/vendor-icons/bolcom.png);
}

ul.shops li.shop-itunes a {
	background-image: url(../img/vendor-icons/itunes.png);
}

ul.shops li.shop-spotify a {
	background-image: url(../img/vendor-icons/spotify.png);
}

ul.shops li a span {
	display: none;
}

small {
	font-weight: 500;
	font-size: 12px;
}

.reviews {
	font-size: 14px;
	float: right;
	color: #999;
	padding: 0;
	margin: 0;
}

.sub-left {
	padding-left: 0.531925%;
}

.sub-right {
	padding-right: 0.531925%;
}

.floating-navbar {
	position: fixed;
	top: 40px;
	left: 40px;
}

.floating-navbar li {
	display: inline;
}

.floating-navbar li a {
	background: #000;
	color: #fff;
	padding: 10px 15px;
}

.floating-navbar a span {
	display: none;
}

.floating-navbar a.icon {
	background-repeat: no-repeat;
	background-position: center;
}

.floating-navbar a.icon-s {
	background-image: url(../img/icon.s.png);
}

.floating-navbar a.icon-s:hover {
	background-image: url(../img/icon.s.over.png);
}

.floating-navbar a.icon-c {
	background-image: url(../img/icon.c.png);
}

.floating-navbar a.icon-c:hover {
	background-image: url(../img/icon.c.over.png);
}

.floating-navbar a.icon-fm {
	background-image: url(../img/icon.fm.png);
}

.floating-navbar a.icon-fm:hover {
	background-image: url(../img/icon.fm.over.png);
}

div.embedded-video {
	padding: 10px;
	margin-bottom: 10px;
}

hr {
	margin: 10px 0;
}

/*
 * Sexy scrollbars for webkit
 */

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	background: #666666;
}

::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}

.upgrade-your-browser {
	background-color: #fff;
	padding: 6px;
	text-align: center;
	font-size: 14px;
}

.fleft {
	text-align: left;
}

.fcenter {
	text-align: center;
}

.fright {
	text-align: right;
}

footer {
	background-color: #000;
	width: 100%;
}

footer p {
	font-family: "proxima-nova", sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

footer p.copyright {
}

footer p,
footer a {
	color: #999;
}

/**
 * Footer
 * http://css-tricks.com/snippets/css/sticky-footer/
 */

html,
body {
	margin: 0;
	height: 100%;
}

body.profile .page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -60px;
}

body.profile .page-wrap:after {
	content: "";
	display: block;
}

body.profile .site-footer,
body.profile .page-wrap:after {
	/* .push must be the same height as footer */
	height: 60px;
	padding: 8px;
}

body.profile .site-footer .grid {
	padding: 0;
}

/**
 * Sharrre
 */

.share-me {
	float: right;
}

.sharrre .box {
	background: #000;
	height: 26px;
	display: inline-block;
	position: relative;
	padding: 0;
	clear: both;
	font-weight: 600;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sharrre .left {
	line-height: 26px;
	padding: 0 6px;
	display: inline-block;
	white-space: nowrap;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: none !important;
}

.sharrre .middle {
	display: inline-block;
	height: 100%;
	background: #63707e;
	text-shadow: 0 -1px 1px #363f49;
	color: #fff;
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.sharrre .right {
	line-height: 26px;
	padding: 0 6px;
	display: inline-block;
	height: 100%;
	text-align: center;
	color: #fff;
	background: #000;
	display: none !important;
}

.social-count {
	padding: 0 6px;
}

/*  .sharrre .box:hover{
    padding-right:100px;
  }
  .sharrre .middle a:hover{
    text-decoration:none;
  }
  .sharrre .box:hover .middle{
    width:64px;
  } */

/**
 * Responsive.css
 */

@media only screen and (max-width: 1023px) {
	.fullscreen .parallax {
		background-size: cover;
	}
}

@media only screen and (max-width: 1023px) {
	/* (min-width: 640px) and  */
	/* phones */
	.parallax {
		top: 0 !important;
	}

	.push {
		position: static;
	}

	.container {
		padding: 0 10px;
	}

	.sc-topbar {
		padding: 10px 10px 0 10px;
	}

	.fullscreen .parallax {
		background-size: cover;
	}

	.span1,
	.span2,
	.span3,
	.span4,
	.span5,
	.span6,
	.span7,
	.span8,
	.span9,
	.span10,
	.span11 {
		margin-bottom: 10px;
	}

	.sub-left {
		padding-left: 5px;
		margin-left: 0;
	}

	.sub-right {
		padding-right: 5px;
		margin-right: 0;
	}

	.share-me .left {
		display: none;
	}

	.sharrre .right {
		font-weight: 200;
	}

	/*	section.audio-player,
	section.sc-biography,
	section.contact
	{
		width: 47.8723%;
		float: left;
		margin-right: 14px;
	} */
	footer {
		position: static;
	}

	footer div {
		text-align: center !important;
	}

	.band-name {
		display: block !important;
		font-size: 3em;
		line-height: 1em;
	}

	.band-name span {
		background-image: url(../img/border-smaller.png);
		background-repeat: repeat-x;
		background-position: left 47px;
	}

	.custom {
		display: none !important;
	}

	header {
		clear: both;
		margin-bottom: 0 !important;
	}

	.span8,
	.span4 {
		width: 100%;
	}

	.sc-topbar .span4 {
		width: 33%;
	}

	a.sc-logo {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}

	a.sc-logo:hover,
	.social-bar a:hover {
		background-position: 0 -20px;
	}

	.social-bar {
		float: none;
	}

	.social-bar a {
		width: 20px;
		height: 20px;
		background-size: 20px;
		float: left;
	}

	.ups .inner a.up-button {
		font-size: 0.8rem;
		line-height: 1.5em;
		background-image: url(../img/showcase-logo-sq-smaller.png) !important;
	}

	span.nrups {
		padding-left: 3px;
	}

	div.ups {
		max-height: 20px;
	}

	footer .span1,
	footer .span2,
	footer .span3,
	footer .span4,
	footer .span5,
	footer .span6,
	footer .span7,
	footer .span8,
	footer .span9,
	footer .span10,
	footer .span11 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 686px) {
	.eight,
	.four {
		width: 100%;
	}
}
