body
{
	background-image: url(../img/background.png);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ffffff;
}
	
p, span, div
{
	cursor: default!important;
}

.panel
{
	border: 1px solid black;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 25px;
	color: white;
}

.mainContent
{
}

.main
{
	margin-top: 20px;
}

@media(max-width: 768px)
{
	.main
	{
		margin-top: 0px;
	}

	.socialMedia
	{
		margin-top: 10px;
		margin-left: auto;
		display: block;
	}
}

.container
{
	padding-left: 20px;
	padding-right: 20px;
}

.pillsStyle
{
	margin-bottom: 10px;
}

.nav-pills li a
{
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
	border: 1px solid black;
}

.nav-pills li a
{
	border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
{
	background-color: gray;
	border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
}

.nav-pills li a
{
	color: black;
}

.pillsContainer
{
	padding: 0;
	margin: 0;
}

.imgProfile
{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid black;
}

.buyHeader
{
	color: white;
	text-align: center;
	margin-bottom: 30px;
}

.buyOption
{
	width: 100%;
	height: 40px;
	padding-top: 7px;
	padding-bottom: 10px;
	list-style: none;
	font-size: 18px;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	margin-bottom: 10px;
}

.buyOption:hover
{
	background-color: rgba(255,255,255,0.5);
}

.buyOption a
{
	color: white;
	text-align: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}

.centerImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.selectedAlbum
{
	color: yellow;
	font-weight: bold;
}

.albumStyle>li.active>a, 
.albumStyle>li.active>a:hover,
.albumStyle>li.active>a:focus
{
	background-color: transparent;
	color: yellow;
	font-weight: bold;
}

.albumStyle li a
{
	background-color: transparent;
	text-align: center;
	border: 0;
	color: white;
}

.albumStyle li a:hover
{
	color: black;
	font-weight: bold;
}

.albumStyle
{
	margin-bottom: 20px;
}

.buttonMusic
{
	width: 23px;
	height: 15px;
	border: 0;
	margin-right: 10px;
	background-color: transparent;
	margin-top: 2px;
	opacity: 0.5;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

@media (max-width: 992px)
{
	.buttonMusic
	{
		opacity: 1;
	}
}

.rotateOutAlbum
{
	perspective: 1000;
	transform-style: preserve-3d;
	transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
}

.rotateInAlbumStart
{
	perspective: 1000;
	transform-style: preserve-3d;
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
}

.rotateInAlbum
{
	perspective: 1000;
	transform-style: preserve-3d;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}

.play
{
	background-image: url('../img/button_play.png');
}

.play:hover
{
	background-image: url("../img/button_play_hover.png");
}

.pause
{
	background-image: url('../img/button_pause.png');
}

.pause:hover
{
	background-image: url("../img/button_pause_hover.png");
}

.musicEntry
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.musicEntry:hover .buttonMusic
{
	opacity: 1;
}

.musicList
{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 768px)
{
	.musicList
	{
		margin: 0;
		padding: 0;
	}
}

.musicList li
{
	border-bottom: 1px solid lightgray;
}

.musicList li: last-of-type
{
	border-bottom: 0;
}

.demoTime
{
	margin-right: 20px;
}

.titleSong
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media(max-width: 768px)
{
	.titleSong
	{
		width: 100%;
		text-align: center
	}
}

.aboutBold
{
	font-weight: bold;
}
