/* ====== MOBILE ====== */

@media (max-width:950px) {
	#bar {
		display: none;
		visibility: hidden;
	}
	#fullbar {
		position: fixed;
		z-index: 200;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(22, 22, 22, 1);
		display: none;
		visibility: hidden;
	}
	#close {
		position: absolute;
		height: 80%;
		right: 5%;
		top: 25%;
	}
	.section_close {
		position: relative;
		width: 100%;
		height: 8%;
	}
	.section {
		position: relative;
		width: 100%;
		height: 10%;
		color: #FFF;
		cursor: pointer;
	}
	.section .image {
		float: left;
		height: 100%;
		width: 30%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.image img {
		width: 45%;
		height: 45%;
	}
	.section .text {
		float: left;
		height: 100%;
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 23px;
	}
	#hamburger {
		position: absolute;
		width: 32px;
		height: 50px;
		right: 15px;
		top: 10px;
		cursor: pointer;
		z-index: 300;
	}
	.line {
		width: 100%;
		background-color: #FFF;
		height: 5px;
		margin-top: 7px;
	}
	.desktop_tab {
		display: none;
		visibility: hidden;
	}
	.mobile_tab {
		display: block;
		visibility: visible;
	}
	.home {
		position: fixed;
		left: 20px;
		bottom: 20px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #333;
		transition: background-color 0.5s ease;
	}
	.home:hover {
		cursor: pointer;
		background-color: #555;
	}
	.home img {
		width: 30px;
		height: 30px;
	}
	.search_btn {
		position: fixed;
		right: 20px;
		bottom: 20px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #333;
		transition: background-color 0.5s ease;
	}
	.search_btn:hover {
		cursor: pointer;
		background-color: #555;
	}
	.search_btn img {
		width: 30px;
		height: 30px;
	}
	.maintable {
		background-color: rgba(33, 33, 33, 0.7);
		width: 100%;
		color: #FFF;
		font-size: 1em;
		border-collapse: collapse;
	}
	.maintable tr td {
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.maintable tr.bline td {
		border-bottom: 1px solid #555;
		/*border-right: 1px solid red;*/
	}
	.maintable th {
		position: sticky;
		top: 0px;
	}
	.maintable thead {
		position: sticky;
		top: 0px;
	}
	.general {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #444;
		background-color: rgba(22, 22, 22, 0.5);
	}
	.genrow {
		width: 100%;
		height: 50px;
		font-size: 1.1em;
		color: #FFF;
		text-align: center;
	}
	.rowdata {
		float: left;
		width: 50%;
		height: 50px;
		line-height: 50px;
	}
	.green {
		color: #b0f442;
	}
	.tabresult {
		background-color: rgba(55, 55, 55, 0.75);
		margin: 20px auto 20px auto;
		width: 95%;
		color: #FFF;
		font-size: 1em;
		border-collapse: collapse;
		text-align: center;
	}
	.tabresult tr td {
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.tabresult tr {
		border-bottom: 1px solid #111;
	}
	.player_top {
		position: relative;
		border: 1px solid #D8D8D8;
		background-color: #222;
		margin: 80px auto 30px auto;
		color: #FFF;
		height: 450px;
	}
	.name {
		font-size: 36px;
		width: 100%;
		height: 75px;
		line-height: 75px;
		text-align: center;
	}
	.box {
		font-size: 24px;
		width: 100%;
		height: 90px;
		text-align: center;
		line-height: 90px;
	}
	.mmr {
		font-size: 24px;
		width: 100%;
		height: 60px;
		text-align: center;
		line-height: 60px;
	}
	.datammr {
		width: 100%;
		float: left;
		height: 60px;
		line-height: 60px;
	}
	.stats {
		width: 100%;
		height: 150px;
		line-height: 150px;
	}
	.stat_cont {
		width: 100%;
		height: 150px;
		margin: auto;
	}
	.row_stat {
		width: 100%;
		line-height: 50px;
		font-size: 1.2em;
		text-align: center;
	}
	.profiletable {
		background-color: rgba(22, 22, 22, 0.1);
		margin-top: 20px;
		margin-bottom: 60px;
		width: 100%;
		color: #FFF;
		font-size: 1em;
		margin: auto;
		border-collapse: collapse;
	}
	.profiletable tr.thick {
		border-top: 5px solid #222;
		border-bottom: 5px solid #222;
	}
	.profiletable tr td {
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.profiletable thead {
		position: sticky;
		top: 0px;
	}
	.profile_misc_tracks {
		position: relative;
		border: 1px solid #D8D8D8;
		margin: 30px auto 30px auto;
		background-color: #222;
	}
	.profile_misc_strikes {
		position: relative;
		border: 1px solid #D8D8D8;
		line-height: 60px;
		margin: 30px auto 30px auto;
		background-color: #222;
	}
	.warn {
		height: 60px;
		width: 100%;
		text-align: center;
	}
	.warn img {
		width: 35px;
		height: 35px;
		margin-top: 12.5px;
	}
	.msg {
		height: 60px;
		width: 100%;
		text-align: center;
		font-size: 1.1em;
		color: #FFF;
	}
}


/* ====== DESKTOP ====== */

@media screen and (min-width:950px) {
	#fullbar {
		display: none;
		visibility: hidden;
	}
	#bar {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		line-height: 50px;
	}
	#navbar {
		list-style-type: none;
		margin: 0;
		z-index: 50;
		overflow: hidden;
		background-color: #222;
	}
	#navbar li {
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 1.2em;
	}
	#navbar li a {
		display: block;
		color: white;
		text-align: center;
		height: 50px;
		line-height: 50px;
		text-decoration: none;
		transition: background-color ease 0.3s;
	}
	#navbar li a:hover:not(.active) {
		background-color: #09C;
	}
	#navbar li a.active {
		background-color: #53A5ED;
		color: #FFF;
	}
	.selected-nav {
		background-color: #53A5ED;
		color: #FFF;
	}
	#hamburger {
		display: none;
		visibility: hidden;
	}
	.maintable {
		background-color: rgba(33, 33, 33, 0.7);
		width: 100%;
		color: #FFF;
		font-size: 1em;
		border-collapse: collapse;
	}
	.maintable tr td {
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.maintable tr.bline td {
		border-bottom: 1px solid #555;
		/*border-right: 1px solid red;*/
	}
	.maintable th {
		position: sticky;
		top: 0px;
	}
	.maintable thead {
		position: sticky;
		top: 0px;
	}
	.home {
		position: fixed;
		left: 20px;
		bottom: 20px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #333;
		transition: background-color 0.5s ease;
	}
	.home:hover {
		cursor: pointer;
		background-color: #555;
	}
	.home img {
		width: 30px;
		height: 30px;
	}
	.search_btn {
		position: fixed;
		right: 20px;
		bottom: 20px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #333;
		transition: background-color 0.5s ease;
	}
	.search_btn:hover {
		cursor: pointer;
		background-color: #555;
	}
	.search_btn img {
		width: 30px;
		height: 30px;
	}
	.player_top {
		position: relative;
		border: 1px solid #D8D8D8;
		background-color: #222;
		margin: 30px auto 30px auto;
		color: #FFF;
		height: 150px;
	}
	.name {
		width: 33.33%;
		height: 150px;
		float: left;
		text-align: center;
	}
	.box {
		font-size: 2em;
		width: 100%;
		height: 90px;
		text-align: center;
		line-height: 90px;
	}
	.namebox {
		font-size: 2em;
		width: 100%;
		height: 90px;
		text-align: center;
		line-height: 90px;
	}
	.altnamebox {
		font-size: 0.75em;
		width: 100%;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #dbd9d8;
	}
	.mmr {
		font-size: 1.2em;
		width: 100%;
		height: 60px;
		text-align: center;
		line-height: 60px;
	}
	.datammr {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.stats {
		width: 33.33%;
		height: 150px;
		float: left;
		line-height: 150px;
		text-align: center;
	}
	.stats_r {
		width: 25%;
		height: 150px;
		float: right;
		line-height: 150px;
		text-align: left;
	}
	.s75 {
		max-width: 75px;
		max-height: 75px;
		margin-top: 8px;
	}
	.stat_cont {
		float: right;
		width: 40%;
		height: 150px;
		margin: auto;
	}
	.row_stat {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 1.2em;
	}
	.profiletable {
		background-color: rgba(22, 22, 22, 0.1);
		margin-top: 20px;
		margin-bottom: 60px;
		width: 100%;
		color: #FFF;
		font-size: 1em;
		margin: auto;
		border-collapse: collapse;
	}
	.profiletable tr.thick {
		border-top: 5px solid #222;
		border-bottom: 5px solid #222;
	}
	.profiletable tr td {
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.profiletable thead {
		position: sticky;
		top: 0px;
	}
	.tabresult {
		background-color: rgba(55, 55, 55, 0.75);
		margin: 20px auto 20px auto;
		width: 850px;
		color: #FFF;
		font-size: 1.2em;
		border-collapse: collapse;
		text-align: center;
	}
	.tabresult tr td {
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.tabresult tr {
		border-bottom: 1px solid #111;
	}
	.general {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #444;
		background-color: rgba(22, 22, 22, 0.5);
	}
	.genrow {
		width: 100%;
		height: 50px;
		font-size: 1.1em;
		color: #FFF;
		text-align: center;
	}
	.rowdata {
		float: left;
		width: 50%;
		height: 50px;
		line-height: 50px;
	}
	.green {
		color: #b0f442;
	}
	.title {
		position: relative;
		height: 50px;
		line-height: 50px;
		border: 1px solid #D8D8D8;
		color: #FFF;
		font-size: 1.2em;
		text-align: center;
		background-color: #222;
	}
	.pages {
		position: relative;
		height: 50px;
		line-height: 50px;
		border: 1px solid #D8D8D8;
		color: #FFF;
		font-size: 1.2em;
		text-align: center;
		background-color: #222;
	}
	.move {
		width: 200px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		margin: auto;
	}
	.move div {
		float: left;
		width: 100px;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.desktop_tab {
		display: block;
		visibility: visible;
	}
	.mobile_tab {
		display: none;
		visibility: hidden;
	}
	.profile_misc_tracks {
		position: relative;
		border: 1px solid #D8D8D8;
		margin: 30px auto 30px auto;
		background-color: rgba(22, 22, 22, 0.8);
	}
	.profile_misc_strikes {
		position: relative;
		border: 1px solid #D8D8D8;
		height: 60px;
		line-height: 60px;
		margin: 30px auto 30px auto;
		background-color: rgba(22, 22, 22, 0.8);
	}
	.warn {
		float: left;
		height: 60px;
		width: 40%;
		text-align: center;
	}
	.warn img {
		width: 35px;
		height: 35px;
		margin-top: 12.5px;
	}
	.msg {
		float: left;
		height: 60px;
		width: 30%;
		text-align: center;
		font-size: 1.1em;
		color: #FFF;
	}
}


/* ====== SHARED ====== */

.search {
	width: 80px;
	height: 30px;
	border: 0;
	border-radius: 5px;
	background-color: #09C;
	font-size: 1em;
	color: #FFF;
}

.search:hover {
	cursor: pointer;
	opacity: 0.7;
}

.sinput {
	width: 350px;
	border: 0;
	border-radius: 5px;
	font-size: 1em;
	margin-right: 20px;
}
