﻿body {
	background-image: url(/img/brushed_alu_dark.png);
	font-family: 'Cabin';
}

.main {
	background: white;
	box-shadow: 5px 5px 10px #443;
	-webkit-box-shadow: 5px 5px 10px #443;
	-moz-box-shadow: 5px 5px 10px #443;
	-o-box-shadow: 5px 5px 10px #443;
	padding-bottom: 15px;
	position: relative;
}

#teams .row {
	position: relative;
	height: 30px;
	margin-left: 0;
	background: rgba(0,0,0,0);
}

#teams .row.is-selected {
	background: rgba(0,0,0,0.1);
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}

#teams .team {
	position: absolute;
	transition: left 1s;
	-moz-transition: left 1s;
	-webkit-transition: left 1s;
	-o-transition: left 1s;
	cursor: pointer;
}

#teams .team .label {
	position: absolute;
	right: 160%;
	top: 6px;
	opacity: 0;
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
}

#teams .row.is-selected .label {
	opacity: 1;
}

#teams .team:hover .label {
	opacity: 1;
}

#teams .team img {
	position: relative;
	left: -50%;
}

#teams {
	position:relative;
}

h1 {
	padding-left: 25px;
}

h1, #date {
	font-family: 'Lobster';
	white-space: nowrap;
}

#date {			
	font-size: 120px;
	right: 45px;
	text-align: center;
	vertical-align: middle;
	color: #CCCCCC;
	position: absolute;
	line-height: 1em;
	z-index:0;	
	bottom: 0;
}			

#teams .points {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	border-left: 1px solid #CCCCCC;
}

#teams .points span {
	color: #CCCCCC;
}

.header {
	padding: 25px 0px 5px 25px;		
}

.event {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	opacity: 1;
	color: red;		
}

.banner {
	width: 100%;
	text-align: center;
}

#other {
	position: absolute;
	top: 0;
	right: 0;
	background: white;
	padding: 10px;
}

#other ul {
	display: inline;
	margin: 0 auto;
	list-style: none;
}

#other ul li {
	line-height: 20px;
	display: inline;
	padding: 0px 8px;		
}

#other ul li:first-child {
	border-right: 1px solid #999;
}

@media(max-width: 1200px) {
	#other {
		position: absolute;
		top: 0;
		left: 0;
		background: white;
		padding: 10px;
		width: 100%;
		text-align: center;
	}	
	
	body {
		padding-top: 40px;
	}
}

@media(max-width: 850) {
	#date {
		font-size: 100px;
		line-height:
	}
}

@media(max-width: 730) {
	.banner {
		display: none;
	}
}

@media(max-width: 700) {
	#date {
		font-size: 80px;
	}
}

@media(max-width: 575) {
	#date {
		font-size: 60px;
		right: 20px;
	}
}

@media(max-width: 450) {
	#date {
		font-size: 40px;
	}
}

@media(max-width: 350) {
	#date {
		font-size: 30px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	.footer .pull-right{
		float: none;
	}
}

.footer {
	padding: 10px;
}

.footer > * {
	margin-left: 0;
	color: white;
}

#social {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 100px;
}

#social > div {
	vertical-align: top;
	margin: 4px 0px;
	display: block;
}

.zone {
	transition: left 0.5, right 0.5;
	-webkit-transition: left 0.5, right 0.5;
	-moz-transition: left 0.5, right 0.5;
	-o-transition: left 0.5, right 0.5;
	position: absolute;
}

.csstransitions .oldbrowser {
	display: none;
}

.no-csstransitions .oldbrowser {
	display: block;
	background: white;
}

.csstransitions .main {
	display: block;
}

.no-csstransitions .main {
	display: none;
}

.dropdown {
	width: 300px;
}
