/*
---------------------
  Common
---------------------
*/

.al-profile-alertbox {
	margin: 0 -15px;
}

.al-profile-header {
	margin: 0 -40px 0 -40px;
}
.al-profile-header-bg {
	width: 100%;
	height: 300px;
	background-size: cover;
}

.al-profile-title {
	margin: 0 -25px 0 -25px;
}
.al-profile-title .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.al-profile-title p {
	margin: 0;
	padding: 12px 25px;
	font-size: 20px;
	line-height: 1.2em;
	border-top: 1px solid #0d0d0d;
	border-bottom: 1px solid #0d0d0d;
	background-color: #1d1d1d;
}

.al-profile-thumb {
	display: table;
	width: 100%;
	border-bottom: 1px solid #272727;
}
.al-archive .al-archive-body .al-profile-thumb:first-child{
	margin-top: -20px;
}
.al-profile-thumb .al-linkbox, .al-profile-thumb .al-nolinkbox {
	padding: 10px 0;
}
.al-profile-thumb-dateicon {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.al-profile-thumb-dateicon .al-dateicon {
	margin: 0 10px 0 0;
}
.al-profile-thumb-image {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.al-profile-thumb-image img {
	width: 100px;
	height: 100px;
	margin: 5px 10px 5px 0;
}
.al-profile-thumb-text {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: left;
}
.al-profile-thumb-text small {
	color: #aaaaaa;
}

.al-profile-carousel {
	margin: 0 25px;
	padding-top: 5px;
}
.al-profile-carousel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.al-profile-carousel li {
	margin: 0 5px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.al-profile-carousel a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.al-profile-carousel a img {
	width: 100%;
	margin: 0 0 10px 0;
}

/*
---------------------
  Home
---------------------
*/

.al-profile-home {
	margin-top: 20px;
}
.al-profile-home-image {
	display: none;
}
.al-profile-home-player .alplayer-track-meta {
	display: none !important;
}
.al-profile-home-topics .al-profile-thumb-image img {
	width: 60px;
	height: 60px;
}
.al-profile-homebox {
	margin: 0 0 20px 0;
}
.al-profile-homebox .al-profile-homebox-header {
	margin: 0 0 10px 0;
	padding: 10px 10px 8px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	background-color: #272727;
	border-top: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
}
.al-profile-homebox .al-profile-homebox-body .al-profile-thumb:first-child{
	margin-top: -10px;
}
.al-profile-homebox .al-profile-homebox-footer .al-btn-more {
	margin: 10px 0;
}
.al-profile-home-twitter .al-profile-homebox-header {
	margin-bottom: 0;
}
.al-profile-home-stats table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.al-profile-home-stats table th {
	padding: 10px;
	width: 150px;
	background-color: #1d1d1d;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.al-profile-home-stats table td {
	text-align: right;
	padding: 10px;
	background-color: #272727;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*
---------------------
  Topic
---------------------
*/

.al-profile-topic-list .al-profile-thumb-image img {
	width: 60px;
	height: 60px;
}

/*
---------------------
  Article
---------------------
*/

.al-profile-article-body {
	border-bottom: 1px solid #1d1d1d;
	-webkit-box-shadow: 0 1px 0 #3b3b3b;
	-moz-box-shadow: 0 1px 0 #3b3b3b;
	box-shadow: 0 1px 0 #3b3b3b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.al-profile-article-comment-form {
	border-bottom: 1px solid #1d1d1d;
	-webkit-box-shadow: 0 1px 0 #3b3b3b;
	-moz-box-shadow: 0 1px 0 #3b3b3b;
	box-shadow: 0 1px 0 #3b3b3b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.al-profile-article-comment {
	padding: 15px;
}
.al-profile-article-comment:nth-of-type(odd) {
	background-color: #3b3b3b;
}
.al-profile-article-comment:nth-of-type(even) {
	background-color: #424242;
}
.al-profile-article-comment-body {
	font-size: 14px;
	line-height: 1.5em;
}
.al-profile-article-comment-poster {
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;
}

/*
---------------------
  Playlist(Listener)
---------------------
*/

.al-profile-playlist-favoritebtn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
	padding: 0 5px;
}
.al-profile-playlist-favoritebtn a {
	color: #ffffff;
}
.al-profile-playlist-favoritebtn .al-favorite-playlist-active .glyphicon {
	color: #ff0000;
}
.al-profile-playlist-player {
	border-bottom: 1px solid #1d1d1d;
	-webkit-box-shadow: 0 1px 0 #3b3b3b;
	-moz-box-shadow: 0 1px 0 #3b3b3b;
	box-shadow: 0 1px 0 #3b3b3b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.al-profile-playlist-body {
	border-bottom: 1px solid #1d1d1d;
	-webkit-box-shadow: 0 1px 0 #3b3b3b;
	-moz-box-shadow: 0 1px 0 #3b3b3b;
	box-shadow: 0 1px 0 #3b3b3b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.al-profile-playlist-comment-form {
	border-bottom: 1px solid #1d1d1d;
	-webkit-box-shadow: 0 1px 0 #3b3b3b;
	-moz-box-shadow: 0 1px 0 #3b3b3b;
	box-shadow: 0 1px 0 #3b3b3b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.al-profile-playlist-comment {
	padding: 15px;
}
.al-profile-playlist-comment:nth-of-type(odd) {
	background-color: #3b3b3b;
}
.al-profile-playlist-comment:nth-of-type(even) {
	background-color: #424242;
}
.al-profile-playlist-comment-body {
	font-size: 14px;
	line-height: 1.5em;
}
.al-profile-playlist-comment-poster {
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;
}

/*
---------------------
  Media Query
---------------------
*/

/* 1 column */
@media (max-width: 767px) {
	.al-profile-header {
		margin: -20px -15px 20px -15px;
	}
	.al-profile-header .col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.al-profile-header-bg {
		height: 200px;
		border-bottom: 1px solid #1d1d1d;
	}
	.al-profile-title {
		display: none;
	}
	.al-profile-carousel li {
		font-size: 11px;
		font-weight: bold;
		line-height: 1.2em;
	}
	/* Home */
	.al-profile-home {
		margin-top: 0;
	}
	.al-profile-home-image {
		display: block;
	}
	.al-profile-home-image img {
		width: 100%;
	}
	.al-profile-home-stats table th,
	.al-profile-home-stats table td {
		font-size: 12px;
	}
}
/* 2 columns */
@media (min-width: 768px) and (max-width: 991px) {
}
/* 3 columns */
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
