<style type="text/css">


.the-sticky-div {
    position: relative;
    padding-top: 50px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    width: 100px;
    height: 100px;
    background-color: none;
    opacity: 1;
}
.content-header-bottom2 {
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 36.6px solid rgba(0,0,0,.6);
    filter: drop-shadow(0 2px 4px rgba(22,22,24,.25));
    position: absolute;
    top:10px;
    z-index: -1;
    right: calc(50% - 65px);
    margin-left: auto;
    margin-right: auto;
}
.content-header-bottom {
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 36.6px solid rgba(0,0,0,.6);
    filter: drop-shadow(0 2px 4px rgba(22,22,24,.25));
    position: absolute;
    top: 50px;
    z-index: -1;
    right: calc(50% - 65px);
    margin-left: auto;
    margin-right: auto;
}

.friends-badge {
	left: 89px;
	background-color: #00e205;
	color: #161618
}

.friends-badge,
.message-badge {
	display: flex;
	flex-flow: row wrap;
	place-content: center;
	align-items: center;
	position: absolute;
	top: 6px;
	font-weight: 500;
	font-size: 12px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	z-index: 11
}

.message-badge {
	right: 82px;
	background-color: #da1106;
	color: #e8e5e0
}

.navbar {
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-top: none
}

.navbar-nav.brand-left {
	position: absolute;
	right: 50%;
	margin-right: 60px;
	margin-top: 0
}

.nav-profile {
	position: fixed;
	top: 11px;
	right: 10px;
	z-index: 11;
	width: 24px;
	height: 24px
}

.nav-profile-icon {
	width: 24px;
	height: 24px;
	border-radius: 100px
}

.navbar-nav.brand-right {
	position: absolute;
	left: 50%;
	margin-left: 60px;
	margin-top: 0
}

.navbar-nav {
	margin: 2px -10px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

.navbar-nav>li>a {
	color: #e8e5e0;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.navbar-nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5
}

.active-menu {
	box-shadow: inset 0 -2px 0 0 red
}

#header {
	top: 0;
	z-index: 9;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, .6);
	position: fixed
}

#rowheader {
	width: 100%;
	margin: 0;
	position: relative
}

#footer {
	width: 100%;
	background: #000;
	box-shadow: 25px 7px 0 10px #000
}

#footer-description {
	padding: 10px;
	text-align: justify;
	text-justify: inter-word
}

#footer-links {
	padding: 10px;
	text-align: center
}

#menu-left {
	text-align: left
}

#menu-right {
	text-align: right
}

.menu-icon {
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 21px
}

#icon-search:hover {
	cursor: pointer
}

#top-brand {
	position: absolute;
	left: 50%;
	margin: 6px 0 0 -32.5px
}

.announcement-logo {
	vertical-align: middle;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 65px
}

.icon-div {
	vertical-align: top;
	display: inline-block;
	text-align: center
}

.list-icon {
	height: 20px;
	margin: 15px 10px
}

.bottom-wrapper {
	position: absolute;
	height: 37px;
	width: 200px;
	z-index: -1;
	bottom: -5.4px;
	right: calc(50% - 100px);
	overflow: hidden
}

.logo-bottom {
	display: block;
	margin: auto;
	fill-opacity: .6
}

.no-padding {
	padding: 0
}

.search {
	color: #e8e5e0;
	transition: width .3s;
	background-color: #161618;
	border: none;
	border-radius: 6px;
	height: 40px;
	text-align: center;
	margin: auto
}

.search::placeholder {
	color: hsla(0, 0%, 100%, .37)
}

.visible {
	width: 100%;
	display: initial
}

.not-visible {
	width: 0;
	display: none
}

.search-icon {
	left: 53px
}

.search-icon,
.stats-icon {
	cursor: pointer;
	position: fixed;
	top: 13px;
	z-index: 11
}

.stats-icon {
	left: 89px
}

.stats-green-dot {
	display: inline-block;
	margin-bottom: 1px;
	border-radius: 12px;
	width: 6px;
	height: 6px;
	background-color: #00e205;
	-webkit-animation: flickerAnimation 3s infinite;
	-moz-animation: flickerAnimation 3s infinite;
	-o-animation: flickerAnimation 3s infinite;
	animation: flickerAnimation 3s infinite;
	position: absolute;
	top: 11px;
	left: 109px
}

.message-icon {
	top: 16px;
	right: 83px
}

.friends-icon,
.message-icon {
	cursor: pointer;
	position: fixed;
	z-index: 11
}

.friends-icon {
	top: 14px;
	left: 88px
}

.navigation-search {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0;
	left: 50px;
	line-height: 50px
}

.badge {
	position: absolute;
	top: 3px;
	right: -4px;
	font-size: 12px;
	width: 37px;
	height: 16px;
	line-height: 17px;
	background-color: #da1106;
	border-radius: 20px;
	padding: 0 6px
}

.nav>li>a {
	padding: 10px 15px
}

.nav>li,
.nav>li>a {
	position: relative;
	display: block
}

li,
ol {
	list-style-type: none
}

.navbar-nav>li {
	float: left
}

.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px
}

@media (min-width:900px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
}

@media (max-width:1130px) {
	.navbar-nav>li>a {
		padding: 15px 8px;
		font-size: 14px
	}
}

@media (max-width:1024px) {
	.navbar-nav>li>a {
		padding: 15px 8px;
		font-size: 13px
	}
}

@media (max-width:999px) {
	.nav {
		display: none
	}
}

</style>