*{
	margin: 0;
	padding: 0;
}
body{
	background-color: black;
	font-family: "Patron Medium", sans-serif; 
	font-weight: 600; 
	font-style: normal;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 1.25em;
	color: white;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;

	overflow-y: scroll;
}
p{
	margin-bottom: 1em;
}
a, a:hover, a:link, a:visited{
	color: white;
	border-bottom: 0.1em solid white;
	text-decoration: none;
}

#video{
	height: 100%;
	width: 50%;
	margin-left: 50%;
	left: -25%;
	position: fixed;
	overflow: hidden;
  
}
.wrapper {
	position: relative;
	padding-bottom: 100%;
	padding-top: 0px;
	height: 0;
	top: 50%;
	margin-top: -50%;
}
.wrapper iframe,
.wrapper iframe {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
}
#video .wrapper iframe{
	overflow: hidden;
}

#info{
	position: absolute;
	width: 320px;
	height: auto;
	/*padding: 30px 20px 0px 25px;*/
	z-index: 9999;
}
#infobtn, #infobtn:visited, #infobtn:link{
	width: .5em;
	height: .5em;
	border: 2px solid white;
	text-align: center;
	padding: 0.275em .5em .05em .5em;
	vertical-align: -1px;
	margin-left: 6px;
}
#infobtn:hover, .active{
	background-color: white !important;
	color: black;
}
#credits{
	width: 275px;
	margin-left: .75em;
	text-indent: -.75em;
}

ul.leaders {
    max-width: 263px;
    padding-left: .75em;
    overflow-x: hidden;
    list-style: none;
}
/*ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . ."
}*/
ul.leaders span:first-child {
    padding-right: 0.2em;
    background: black;
}
ul.leaders span + span {
	float: left;
}
ul.leaders span:last-child {
    float: right;
    padding-left: 1.16em;
    /*background: black;*/
}

/* CLASSES */

.header{
	padding: 35px 20px 20px 20px;
}
.upper{
	text-transform: uppercase;
}
.title{
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	position: relative;
}
.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   cursor: pointer;
}
.description{
	padding: 5px 10px 0px 20px;
	width: 290px;
}
.visible{
	display: block !important;
}
.black{
	background-color: black;
}
.border{
	border: 3px solid white;
	padding: .3em .4em .1em .4em;
}
.antiindent{
	width: 290px;
	margin-left: -.75em;
	text-indent: 0em;
}


/* DEVICES */
.hidden{
	display: none;
}
.mobile{
	display: none;
}
.screen{
	display: auto;
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
	.mobile{
		display: block;
	}
	.screen{
		display: none;
	}
	#video{
		height: 80%;
		width: 80%;
		margin-left: -10%;
		left: 20%;
	}
	#video, #info{
		position: relative;
	}
}
