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

.band-name {
	position: absolute;
	bottom: 16px;
	left: 0px;
	right: 0px;
	font-size: 20px;
	font-weight: 600;
}
/* Wrapper with padding */
.wrap {
	height: 300px;
	padding: 5%;
}

#tinderslide {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#tinderslide ul {
	margin: 0;
	position: relative;
	display: block;
	height: 100%;
}

#tinderslide li {
	display: block;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 2;
	left: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background: #eee;
	font-size: 24px;
	color: #000;
	border: 1px solid #fff;
	border: 1px solid #dfdfdf;
	border: 1px solid rgba(96, 96, 96, 0.2);
	-webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	padding-bottom: 55px;
}

/* Image text */
#tinderslide li h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

/* Image rotation */
#tinderslide li.pane1 {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

#tinderslide li.pane2 {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

/* Like & dislike badge images */
#tinderslide .like,
#tinderslide .dislike {
	background: url("../img/liked.png") no-repeat scroll 0 0;
	opacity: 0;
	height: 80px;
	position: absolute;
	width: 170px;
	left: 45px;
	top: 40px;
	z-index: 1;
	overflow: hidden;
	-webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#tinderslide .dislike {
	right: 45px;
	left: auto;
	background: url("../img/nope.png") no-repeat scroll 0 0;
}

/* Image container */
#tinderslide .img {
	height: 90%;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	-webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-webkit-transform-style: preserve-3d;
}

/* Action - buttons */
.actions {
	text-align: center;
	width: 304px;
	margin: 0 auto;
	overflow: hidden;
}

.actions div {
	position: relative;
	display: inline-block;
	margin-right: -4px;
}

.actions a i {
	display: inline-block;
	width: 40px;
	height: 80px;
}

.actions a.dislike i {
	background: url("../img/dislike_button.png") no-repeat scroll center center;
}

.actions a.like i {
	background: url("../img/like_button.png") no-repeat scroll center center;
}

.actions a {
	float: left;
	display: block;
	background-color: #f7f7f7;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f7f7f7),
		to(#e7e7e7)
	);
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
	color: #a7a7a7;
	margin: 36px;
	width: 80px;
	height: 80px;
	position: relative;
	text-align: center;
	line-height: 144px;
	border-radius: 50%;
	outline: none;
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}

.actions a:hover {
	text-decoration: none;
	color: #555;
	background: #f5f5f5;
}

/* jTinder images */

/* jTinder status text */
#status {
	text-align: center;
	font-size: 18px;
	font-family: arial;
	margin-top: 30px;
	font-weight: bold;
}
