.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #111;
	border: 1px solid #705954;
	color: #ccc;
}
.form-control:focus {
	border: 1px solid #9c7b74;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #111111;
    border: 1px solid #333333;
	transition: all 0.3s ease;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #c35b43;
	-moz-box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
	-webkit-box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
	box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
}

.btn-primary {
    color: #f5de9f;
    /*background-color: transparent;*/
	background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
	border: 0px;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
	background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
}

/* modal */
.modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	background-color: transparent !important;
	border: 0 !important;
}

.table-bordered {
	background: #2d211e !imporant;
    border: 1px solid #18110f !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #342623 !important;
}

.table-hover>tbody>tr:hover {
    background-color: #543e3a !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #18110f !important;
}


.mu-side-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.mu-side-nav,
.mu-side-nav * {
	box-sizing: border-box;
}

.mu-side-nav__panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100vh;
	background: rgba(10, 12, 18, 0.97);
	border-right: 1px solid rgba(212,167,98,0.25);
	box-shadow: 0 0 30px rgba(0,0,0,0.45);
	transform: translateX(-100%);
	transition: transform .3s ease;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99999;
}

.mu-side-nav.open .mu-side-nav__panel {
	transform: translateX(0);
}

.mu-side-nav__toggle {
	position: fixed;
	top: 120px;
	left: 0;
	width: 50px;
	height: 50px;
	background: rgba(20,22,30,0.95);
	border: 1px solid rgba(212,167,98,0.4);
	border-left: 0;
	z-index: 100000;
	cursor: pointer;
	padding: 10px;
	outline: 0;
}

.mu-side-nav__toggle span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 6px 0;
	background: #d4a762;
	transition: all .3s ease;
}

.mu-side-nav.open + .mu-side-nav__toggle span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.mu-side-nav.open + .mu-side-nav__toggle span:nth-child(2) {
	opacity: 0;
}

.mu-side-nav.open + .mu-side-nav__toggle span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.mu-side-nav__inner {
	padding: 30px 20px 20px;
}

.mu-side-nav__head {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(212,167,98,0.15);
}

.mu-side-nav__title {
	color: #d4a762;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
}

.mu-side-nav__sub {
	color: #999;
	font-size: 12px;
	margin-top: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mu-side-nav__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mu-side-nav__menu li {
	margin-bottom: 8px;
}

.mu-side-nav__menu li a {
	display: block;
	padding: 12px 14px;
	color: #f2f2f2;
	text-decoration: none;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.04);
	transition: all .25s ease;
}

.mu-side-nav__menu li a:hover {
	color: #fff;
	background: rgba(212,167,98,0.12);
	border-color: rgba(212,167,98,0.28);
	padding-left: 20px;
}

.mu-side-nav__streams {
	margin-top: 24px;
}

.mu-side-nav__block-title {
	color: #d4a762;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.mu-side-nav__stream-box {
	margin-bottom: 18px;
	border: 1px solid rgba(212,167,98,0.18);
	background: rgba(0,0,0,0.28);
	padding: 6px;
}

.mu-side-nav__stream-box iframe {
	display: block;
	width: 100%;
	height: 180px;
	border: 0;
	background: #000;
}

.mu-side-nav__tiktok-card {
	display: block;
	text-decoration: none;
	border: 1px solid rgba(212,167,98,0.18);
	background: rgba(0,0,0,0.28);
	overflow: hidden;
	transition: all .25s ease;
}

.mu-side-nav__tiktok-card:hover {
	border-color: rgba(212,167,98,0.35);
	box-shadow: 0 0 14px rgba(212,167,98,0.15);
}

.mu-side-nav__tiktok-thumb {
	position: relative;
}

.mu-side-nav__tiktok-thumb img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.mu-side-nav__tiktok-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #ff2d55;
	letter-spacing: 1px;
}

.mu-side-nav__tiktok-info {
	display: flex;
	align-items: center;
	padding: 12px;
}

.mu-side-nav__tiktok-avatar {
	width: 44px;
	height: 44px;
	margin-right: 12px;
	flex: 0 0 44px;
}

.mu-side-nav__tiktok-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid rgba(212,167,98,0.28);
}

.mu-side-nav__tiktok-meta strong {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-bottom: 4px;
}

.mu-side-nav__tiktok-meta span {
	display: block;
	color: #a8a8a8;
	font-size: 12px;
}

.mu-side-nav__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
}

.mu-side-nav.open ~ .mu-side-nav__overlay {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	.mu-side-nav__panel {
		width: 280px;
	}

	.mu-side-nav__stream-box iframe,
	.mu-side-nav__tiktok-thumb img {
		height: 160px;
	}
}
