html, body {
	background-image: url(/assets/img/stripe-pattern.png);
	background-color: #1a1a1a;
}

body {
	overflow: hidden;
	font-family:"Open Sans",sans-serif;
}

a {
	-webkit-transition: color .1s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-moz-transition: color .1s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-o-transition: color .1s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	transition: color .1s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;

	text-decoration: none !important;
}

.dropdown-menu a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

/* Video Listing Page Styling */

#listing-container h1 {
	color: #D5D5D5;
	text-shadow: 1px 1px 2px #000;
}

#listing-container h3 {
	color: #5A5A5A;
	text-shadow: 1px 1px 2px #000;
}

#listing-container {
	display: none;
}

.team {
    width: 250px; display: inline-block;
    padding: 10px;
    margin: 10px;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #181818; 
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

#team-container {
    width: 80%;
    margin: 0 auto;
}

.team-name {
    color: #0a8;
    font-weight: bold;
    font-size: 23px;
    line-height: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid #181818;

    -webkit-transition: color .1s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-moz-transition: color .1s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-o-transition: color .1s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	transition: color .1s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
}

a:hover .team-name, a:focus .team-name {
	color: #007C63;
}

.head {
    height: 40px;
    width: 40px;
    display: inline-block;
}

.team-heads {
    border-bottom: 1px solid #181818;
    margin-bottom: 10px;
}

ul {
    margin: 0;
    list-style: none;
}

.episode-date {
    font-size: 11px;
    color: #006192;
    font-weight: 500;
    margin-left: 10px;
    background: #181818;
    padding: 3px 5px;
}

.team-episodes li {
    font-weight: bold;

    text-align: left;
    margin: 2px 0;
	margin-left: 53px;
}


/* Player Head Images */
.head {
	background: url(img/mindcrackHeads.png);
	width: 39px;
	height: 38px;

	margin: 10px 5px;
	margin-top: 15px;
}

.kurtjmac {
	background-position: 0 -601px;
}
.ImAnderZEL {
	background-position: 0 -841px;
}
.MillBeeful {
	background-position: 0 -921px;
}
.Mhykol {
	background-position: 0 -321px;
}
.nebris88 {
	background-position: 0 -281px;
}
.AvidyaZen {
	background-position: 0 -1441px;
}
.EthosLab {
	background-position: 0 -801px;
}
.paulsoaresjr {
	background-position: 0 -1561px;
}
.docm77 {
	background-position: 0 -721px;
}
.BdoubleO100 {
	background-position: 0 -681px;
}
.Generikb {
	background-position: 0 -1161px;
}
.BlameTheController {
	background-position: 0 -1521px;
}
.VintageBeef {
	background-position: 0 -761px;
}
.Zisteau {
	background-position: 0 -201px;
}
.JSano19 {
	background-position: 0 -441px;
}
.W92Baj {
	background-position: 0 -521px;
}
.PauseUnpause {
	background-position: 0 -561px;
}
.pakratt13 {
	background-position: 0 -121px;
}
.Pyropuncher {
	background-position: 0 -81px;
}
.SuperMCGamer {
	background-position: 0 -361px;
}
.GuudeBoulderfist {
	background-position: 0 -641px;
}



/* Main Player Content Styling */

#player-container {
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.player {
	position: relative;
	border: none;
}

.player, .iframe, iframe {
	float: left;
	z-index: 0;
}

.iframe, iframe {
	width: 100%;
	height: 100%;
	background: #000;
}

/*iframe {
	opacity: 0;
}*/

.playerInfo-container {
	position: absolute;
	right: 120px;
	top: 0;
	z-index: 999;

	cursor: pointer;
}

.playerInfo-container i {
	display: inline-block;
	float: left;
	padding: 5px 10px;
	line-height: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);

	/*background: rgba(0, 0, 0, 0.55);*/
	background-color: rgba(17, 17, 17, 0.7);
	-webkit-backdrop-filter: saturate(180%) blur(20px);

	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 3px;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	color: #CCC;

	-webkit-transition: color .2s ease-out, background .2s ease-out, opacity .3s ease-out;
	-moz-transition: color .2s ease-out, background .2s ease-out, opacity .3s ease-out;
	-o-transition: color .2s ease-out, background .2s ease-out, opacity .3s ease-out;
	transition: color .2s ease-out, background .2s ease-out, opacity .3s ease-out;

	cursor: pointer;
}

.playerInfo-container i:hover, .playerInfo-container i:focus {
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
	text-decoration: none;
}

.playerInfo {
	display: inline-block;
	padding: 5px 10px;
	/*background: rgba(0, 0, 0, 0.55);*/
	background-color: rgba(17, 17, 17, 0.7);
	-webkit-backdrop-filter: saturate(180%) blur(20px);

	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 3px 0;

	-webkit-transition: color .2s ease-out, background .2s ease-out, opacity .3s ease-out;
	-moz-transition: color .2s ease-out, background .2s ease-out, opacity .3s ease-out;
	-o-transition: color .2s ease-out, background .2s ease-out, opacity .3s ease-out;
	transition: color .2s ease-out, background .2s ease-out, opacity .3s ease-out;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	color: #CCC;

	cursor: pointer;
}

.playerInfo:hover, .playerInfo:focus {
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
	text-decoration: none;
}

#globalControls-container {
	width: 440px;
	max-width: 100vw;
	height: 60px;
	position: absolute;
	z-index: 9999;

	background: #000;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	/*border: 1px solid #181818;*/

	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*visibility: hidden;*/
	opacity: 0;

	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;

	cursor: move;
}

#globalControls-container.visible {
	/*visibility: visible;*/
	opacity: 1.0;
}

#options-dropdown {
	cursor: default;
}

.control {
	color: #757575;

	-webkit-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-moz-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-o-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;

	cursor: pointer;
}

.control:hover, .control:focus {
	color: #CCC;
	text-shadow: 0 0 9px #777;
}

#spinner {
	width: 300px;
	margin: auto;
	margin-top: -3px;

	text-align: center;
	font-size: 16px;
	line-height: 60px;
	color: #3899CA;

	-webkit-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-moz-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-o-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
}

.tooltip-inner {
	max-width: 300px;
}

#controls .visibleControl {
	visibility: visible;
	opacity: 1;
}

#options {
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -13px;

	font-size: 20px;
}

#resync {
	position: absolute;
	left: 55px;
	top: 50%;
	margin-top: -13px;

	font-size: 20px;
}

.dropdown-menu .fa-square-o {
	visibility: hidden;
}

.dropdown-submenu .dropdown-menu li a {
	padding-left: 5px;
}

.dropdown-menu {
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #181818;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0;
}

.dropdown-submenu>a:after {
    border-left-color: #757575;
}

.dropdown-menu li>a {
    color: #757575;
    font-weight: 500;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a {
    color: #EEE;
}

#backward {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -65px;
	margin-top: -15px;

	font-size: 25px;

	visibility: hidden;
	opacity: 0;
}

#playPause {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -18px;

	font-size: 30px;

	visibility: hidden;
	opacity: 0;
}

#playPause i {
	display: block;
}

#playPause.play .fa-pause {
	display: none;
}

#playPause.pause .fa-play {
	display: none;
}

#forward {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 42px;
	margin-top: -15px;

	font-size: 25px;

	visibility: hidden;
	opacity: 0;
}

#toggleFullscreen {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -13px;

	font-size: 20px;
}

#toggleFullscreen i {
	display: block;
}

#toggleFullscreen.fullscreen .fa-compress {
	display: none;
}

#toggleFullscreen.windowed .fa-expand {
	display: none;
}

/*
Slider styling
*/

#progressSlider-container {
    position: absolute;
    bottom: -5px;
    width: 100%;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 5px !important;
}

.slider-track {
    background: #757575;
    height: 5px !important;
    border-radius: 2px;

    -webkit-transition: background .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-moz-transition: background .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-o-transition: background .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	transition: background .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
}
#globalControls-container:hover .slider-track, #globalControls-container:focus .slider-track {
    background: #CCC;
}

.slider-selection {
    background-color: #0081C2; 
    background-image: -moz-linear-gradient(top,#08C,#0077B3); background-image: -webkit-gradient(linear,0 0,0 100%,from(#08C),to(#0077B3)); background-image: -webkit-linear-gradient(top,#08C,#0077B3); background-image: -o-linear-gradient(top,#08C,#0077B3); background-image: linear-gradient(to bottom,#08C,#0077B3); background-repeat: repeat-x; filter: progid:DXImageTransform.;
}

.slider-handle.round {
    opacity: 0;
    width: 15px;
    height: 15px;

    -webkit-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-moz-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	-o-transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
	transition: color .2s ease-out, text-shadow .2s ease-out, opacity .3s ease-out;
}
#globalControls-container:hover .slider-handle.round, #globalControls-container:focus .slider-handle.round {
    opacity: 1;
}

#progressSlider-container .tooltip {
    margin-top: -10px;
    margin-left: -2px;
    pointer-events: none;
}

.dragOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	cursor: move;
}

.ui-draggable-dragging > .dragOverlay {
	display: block;
}