/* Structure
---------------------------------------- */

#page-body {
	margin: 15px 0;
}

.middle {
	width: 100%;
	position: relative;
}

.middle:after {
	display: table;
	clear: both;
	content: '';
}

.sidebarContainer {
	width: 100%;
	float: left;
}

.sidebarCenter {}

.left-sidebar {
	float: left;
	margin-left: -100%;
	position: relative;
}

.right-sidebar {
	float: left;
	position: relative;
}

/* Hide sidebars on other pages when 'index only' selected */
.sidebarIndex .sidebarHideMe .left-sidebar {display: none;}
.sidebarIndex .sidebarHideMe .right-sidebar {display: none;}
.sidebarIndex .sidebarHideMe .sidebarCenter {padding: 0 !Important;}


/* Widgets
---------------------------------------- */
.sidebarWidget {
	display: block;
	margin-bottom: 15px;
	overflow: auto;
}

/* Search box tweaks */
.sidebarSearch .search-box {float: none;}

.sidebarSearch input.inputbox {
	width: 100%;
	border-radius: 0;
	border-width: 1px;
	font-size: 1em;
	padding: 9px;
	height: auto;
	margin-bottom: 5px;
}


/* Blocks */
.sidebarWidget .forabg, .sidebarWidget .forumbg, .sidebarWidget .panel {
	margin-left: 0;
	margin-right: 0;
}

.sidebarWidget li.header dt {
	margin-right: 0;
	margin-left: 5px;
}

.sidebarWidget li.row {
	padding: 5px;
}

.sidebarWidget li.row.nohover:hover {
	background: none;
}

/* Profile Widget */
.profileWidget fieldset.quick-login {
	margin-top: 0;
}

.profileWidget fieldset.quick-login input.inputbox {
	display: block;
	width: 100%; max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-left: 0;
}

.profileWidget input[type=submit] {
	display: block;
	width: 100% !important;
	margin: 10px 0;
}

.profileWidget label {
	font-weight: normal;
}

.profileWidgetAvatar {
	float: left;
	width: 50px;
}

.profileWidgetAvatar img {
	width: 50px;
	height: 50px;
	margin-left: 5px;
}

.profileWidgetAvatar .no_avatar {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.1);
	text-align: center;
	font-size: 1.2em;
	line-height: 50px;
}

.profileWidgetInfo {
	float: left;
	margin-left: 10px;
}

.profileWidgetInfo ul li, .profileWidgetList ul li {
	margin-bottom: 1px;
}

.profileWidgetList {}

.profileWidget strong.badge {
	color: #FFFFFF;
	font-weight: bold;
	float: none;
	vertical-align: middle;
	margin-top: -7px;
}

/* Grid Widget */
.gridWidget {
	text-align: center;
}

.gridWidget a {
	margin: 0 3px 10px;
}


/* Social links */
.sidebarSocial {text-align: center;}

.sidebarSocial a {
	display: inline-block;
	width: 35px; height: 35px;
	line-height: 40px;
	text-align: center;
	margin: 3px;
	color: #FFFFFF;
}

.sidebarSocial a i {
	font-size: 18px;
}

.sidebarSocial a:hover {opacity: 0.9;}

.sidebarSocial a.sbehance {background-color: #191919;}
.sidebarSocial a.sdiscord {background-color: #7289DA;}
.sidebarSocial a.sdribbble {background-color: #EA4C89;}
.sidebarSocial a.setsy {background-color: #F45800;}
.sidebarSocial a.sfacebook {background-color: #4267B2;}
.sidebarSocial a.sgithub {background-color: #24292E;}
.sidebarSocial a.sgoogleplus {background-color: #DB4437;}
.sidebarSocial a.sinstagram {background-color: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 25%,#d6249f 60%,#285AEB 90%);}
.sidebarSocial a.spaypal {background-color: #004396;}
.sidebarSocial a.spinterest {background-color: #BD081C;}
.sidebarSocial a.sreddit {background-color: #FF4500;}
.sidebarSocial a.sslack {background-color: #3F46AD;}
  .sidebarSocial a.ssnapchat {background: #FFD900;}
.sidebarSocial a.ssoundcloud {background: linear-gradient(to bottom, #ff7500 0%,#ff3400 100%);}
.sidebarSocial a.ssteam {background-color: #171A21;}
.sidebarSocial a.stumblr {background-color: #314358;}
.sidebarSocial a.stwitch {background-color: #6441A4;}
.sidebarSocial a.stwitter {background-color: #1DA1F3;}
.sidebarSocial a.svimeo {background-color: #1EB8EB;}
.sidebarSocial a.syoutube {background-color: #FF0000;}


/* Misc
---------------------------------------- */
.left-sidebar img, .right-sidebar img {
	max-width: 100%;
}

/* Responsive
---------------------------------------- */

/* Tablets (Horizontal):
Hide left sidebar, keep right */
@media (min-width: 992px)and (max-width: 1199px) {
	.sidebarsLeft .left-sidebar {
		width: 0px !important;
		display: none !important;
	}
	.sidebarsLeft .sidebarCenter {
		padding-left: 0px !important;
	}
}

/* Tablets (Vertical) and smaller:
Hide left sidebar, push right down */
@media (max-width: 991px) {
	.sidebarsLeft .left-sidebar {
		width: 0px !important;
		display: none !important;
	}
	.sidebarsLeft .sidebarCenter {
		padding-left: 0px !important;
	}
	.sidebarRight .right-sidebar {
		float: none;
		margin-left: 0 !important;
		clear: both;
		width: 100% !important;
		display: none !important;
	}
	.sidebarRight .sidebarCenter {
		padding: 0px !important;
	}
}


.sidebarBox {
	width: 300px; /* Replace with your sidebar width */
	float: right;
	position: fixed;
}
.scrollingBox {
	width: 300px; /* Replace with width as sidebar */
}

