@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Lato:400);
@import url(http://fonts.googleapis.com/css?family=Lato:700);

@font-face {
    font-family: 'Colaborate-Thin';
    src: url('/fonts/ColabThi-webfont.eot');
    src: url('/fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ColabThi-webfont.woff') format('woff'),
         url('/fonts/ColabThi-webfont.ttf') format('truetype'),
         url('/fonts/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing:antialiased;
}

@font-face {
    font-family: 'Colaborate-Regular';
    src: url('/fonts/ColabReg-webfont.eot');
    src: url('/fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ColabReg-webfont.woff') format('woff'),
         url('/fonts/ColabReg-webfont.ttf') format('truetype'),
         url('/fonts/ColabReg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing:antialiased;
}

@CHARSET "UTF-8";

html, body {
    height: 100%;
    width: 100%;
    position: relative;
}
h1,h2,h3,h4,h5,h6 {
}
h3 {
    font-family: 'Colaborate-Regular', sans-serif;
}

.form-group {
	margin-bottom: 20px;
}
.form-group label {
	margin-bottom: 0;
}

body {
	background: #EEE;
	overflow-y: scroll;
	padding-top: 50px;
}

div#splash {
	background: url('/images/bg.jpg') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
}
div#splash:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(10%,rgba(0,0,0,0.5)), color-stop(25%,rgba(0,0,0,0.1)), color-stop(60%,rgba(0,0,0,0.1)), color-stop(75%,rgba(0,0,0,0.5)), color-stop(90%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.1) 25%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.1) 25%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.1) 25%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.1) 25%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
div#splash-container {
	z-index: 5;
	max-width: 1000px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
    font-family: 'Colaborate-Thin', sans-serif;
	bottom: 10%;
	color: #FFF;
}

div.navbar-splash {
	background: none;
	border: 0;
	padding: 15px 25px 0;
}
div.navbar-splash div.navbar-header {
	border: 0;
}
div.navbar-splash div.navbar-brand {
	background: none;
}
div.navbar-splash div.navbar-collapse {
	background: none;
}
div.navbar-splash ul.nav {
	float: right;
}
div.navbar-splash ul.nav li {
	float: right;
}
div.navbar-splash ul.nav li a {
	font-family: 'Colaborate-Regular', sans-serif;
	color: #BBB;
}
div.navbar-splash ul.nav li a:hover, div.navbar-splash ul.nav li a:focus {
	color: #DDD;
	background: rgba(0,0,0,0.25);
	border-radius: 50px;
}

@media (min-width: 1000px) {
	div#splash-container {
		width: 1000px;
		left: 50%;
		margin-left: -500px;
	}
}

div#splash-overlay {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(10%,rgba(0,0,0,0.3)), color-stop(50%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 10%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 90%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 10%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 90%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 10%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 90%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 10%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 90%,rgba(0,0,0,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}

div#splash-container h1 {
    font-family: 'Source Sans Pro' sans-serif;
    font-weight: bolder;
    font-size: 500%;
    margin: 0 0 10px;
    letter-spacing: 3px;
    text-shadow: none;
}
div#splash-container h2 {
    font-family: 'Colaborate-Thin', sans-serif;
    margin: 0;
    font-size: 170%;
    font-variant: italic;
	text-shadow: 1px 1px #000;
}
div#splash-container a#pick-team {
	font-size: 140%;
	margin: 35px 0 0;
	display: inline-block;
	border-radius: 10px;
	padding: 15px 50px;
	background: rgba(255,255,255,0.1);
}
div#splash-container a#pick-team:hover {
	background: rgba(255,255,255,0.2);
	text-decoration: none;
}

div#club-selector {
	padding: 0 0 50px;
	overflow: hidden;
	background: #000;
	color: #FFF;
    font-family: 'Colaborate-Thin', sans-serif;
    font-size: 120%;
}
div#club-selector h3 {
    font-family: 'Colaborate-Regular', sans-serif;
}
div#club-selector ul {
	line-height: 1.75em;
	overflow: hidden;
	padding: 0;
	list-style-type: none;
}
div#club-selector ul li img {
	width: 16px;
	margin-right: 5px;
}
div#club-selector div.league {
	text-align: left;
	width: 20%;
	margin: 0 2.5%;
	float: left;
}

div#usps {
	padding: 100px;
    font-family: 'Colaborate-Thin', sans-serif;
    font-size: 150%;
}
div#usps strong {
    font-family: 'Colaborate-Regular', sans-serif;
    display: block;
}
div#usps p {
	padding-left: 130px;
	margin-bottom: 50px;
	position: relative;
}
div#usps span.glyphicon.lg {
	font-size: 300%;
	position: absolute;
	left: 30px;
	top: 0;
}

span.icon-bar {
	background: #FFF;
}
div.navbar-collapse {
	background: #000;
}
.navbar-nav {
	margin-left: 0px;
}

.navbar {
	background-color: #111;
	height: 51px;
	margin-bottom: 0;
    font-family: 'Colaborate-Thin', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
div.navbar a {
	color: #DDD;
	padding: 16px 25px 14px;
	text-transform: uppercase;
}
div.navbar a:hover, div.navbar a:focus {
	color: #FFF;
	background: #222;
}
div.navbar a.navbar-brand {
	background-color: #FFF;
}
div.navbar a.navbar-brand:hover {
	background-color: #DDD;
}

li#team-selector a.toggle {
	padding: 16px 25px 14px 15px;
	border-left: 1px solid #333;
	background: #111;
	margin-right: 0px;
	width: 290px;
	color: #EEE;
	font-weight: 400;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-right: 1px solid #333;
}
li#team-selector a.toggle img {
	height: 24px;
	width: 24px;
	margin-right: 10px;
	float: left;
}
li#team-selector #selector-content {
	padding: 0;
	max-height: 520px;
	overflow-y: scroll;
	margin: 0;
	background: #EEE;
	border-bottom: 1px solid #BBB;
	border-radius: 0;
	padding: 20px;
}
li#team-selector #selector-content p a {
	padding: 0;
	margin-right: 25px;
	color: #238ff5;
	border: 0;
	padding: 10px;
}
li#team-selector #selector-content p a.active, li#team-selector #selector-content p a.active:hover {
	color: #000;
}
li#team-selector #selector-content p a:hover {
	background: #EEE;
	color: #666;
	cursor: pointer;
	text-decoration: none;
}
li#team-selector #selector-content li {
	overflow: hidden;
	width: 100%;
}
li#team-selector #selector-content ul {
	-webkit-column-count:3;
	-moz-column-count:3;
	-o-column-count:3;
	column-count:3;
	padding: 0;
	list-style-type: none;
}
li#team-selector #selector-content ul li a {
	clear: none;
	padding: 6px;
	width: 100%;
	line-height: 1.8em;
	float: left;
	background: #EEE;
}
li#team-selector #selector-content ul li a:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}
li#team-selector #selector-content ul li a img {
	margin-right: 5px;
	max-height: 24px;
	width: 24px;
	float: left;
}

div#rightSide {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 50px;
	background: #EEE;
}
div#rightSide div.item {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	overflow: hidden;
	padding: 0;
	position: relative;
	line-height: 1.6em;
	border-bottom: 1px solid #DDD;	
	padding-bottom: 25px;
	margin-bottom: 25px;
}
div#rightSide.social div.item {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div#rightSide div.item strong.authorName {
	color: #222;
	font-size: 16px;	
	font-weight: 700;
}
div#rightSide div.item img.postImage {
	clear: both;
	float: left;
	margin: 4px 8px 2px 0;
	padding: 0;
}
div#rightSide div.item p.text {
	margin: 0;
}
div#rightSide div.item p.text span.divider {
	display: block;
	height: 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #DDD;
}
div#rightSide div.item a.source {
	float: left;
	margin: 8px 8px 0 0;
	color: #999;
	font-size: 12px;
}

div#leftSide { 
	padding: 0;
	margin: 10px 0 25px;
	position: relative;
}
div#leftSide div.item {
	background: #FFF;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	overflow: hidden;
	padding: 0;
	position: relative;
	line-height: 1.6em;
	border-bottom: 1px solid #EEE;
	padding: 15px 30px 20px 15px;
	margin: 0;
	width: 100%;
}
div#leftSide.news div.item {
	padding: 30px 30px 25px 15px; 
}
div#leftSide div.item strong.authorName {
	color: #222;
	font-size: 120%;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
div#leftSide div.item span.also-by {
	color: #666;
	font-style: italic;
	font-size: 80%;	
	font-weight: 300;
	line-height: 1.5em;
}
div#leftSide div.item img.postImage {
	cursor: pointer;
	margin: 0;
	width: 590px;
}
div#leftSide div.item a.source {
	float: left;
	margin-right: 8px;
	color: #AAA;
	font-size: 12px;
}
div#leftSide div.item p.date {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 90%;
	color: #AAA;
	overflow: hidden;
}
div#leftSide div.item p.date a img {
	width: 16px;
	margin-left: 5px;
}
div#leftSide div.item p.text span.divider {
	display: block;
	height: 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #EEE;
}

img.profilePicture {
	height: 35px;
	width: 35px;
	float: left;
	border: 1px solid #DDD;
	margin-right: 5px;
	border-radius: 5px;
}
span.date {
	color: #AAA;
	font-size: 12px;
	margin-top: 2px;
	display: block;
}
div.item p.text span.retweet {
	display: inline-block;
	background: #F3F3F3;
	padding: 0 8px;
	border-radius: 10px;
	margin-right: 3px;
}
div.item p.text span.retweet a.screen_name {
	color: #777;
	font-size: 12px;
	font-weight: 400;
}
div.item p.text a.screen_name {
	color: #e04b27;
}
div.item p.text a.hashtag {
	color: #00c00a;
}

.container {
	max-width: 1200px;
}

ul#teams {
	-webkit-column-count:2;
	-moz-column-count:2;
	-o-column-count:2;
	column-count:2;
	list-style-type: none;
	padding: 0;
	column-gap: 0px;
	-webkit-column-gap:0px;
}
ul#teams li {
	font-family: 'Colaborate-Regular' sans-serif;
	margin: 0;
	padding: 15px 15px;
	border-bottom: 1px solid #F0F0F0;
	overflow: visible;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	height: 100px;
}
ul#teams li img {
	max-height: 60px;
	width: 60px;
	margin-right: 15px;
	float: left;
}
ul#teams li a {
	font-weight: bold; font-size: 130%;
}
ul#teams span {
	color: #888;
	font-family: 'Colaborate-Thin' sans-serif;
	font-size: 110%;
}

button#swapContent {
	position: absolute;
	right: -12px;
	top: -10px;
	z-index: 100;
	padding: 3px;
	width: 24px; 
	height: 24px;
	border-radius: 100px;
}
button#settings {
	position: absolute;
	right: -12px;
	top: 18px;
	z-index: 100;
	padding: 3px;
	width: 24px; 
	height: 24px;
	border-radius: 100px;
	display: none;
}

ul#blog-links {
	list-style-type: none;
	padding: 0;
}
ul#blog-links li {
	font-family: 'Source Sans Pro' sans-serif;
	overflow: hidden;
	line-height: 1.3em;
	padding-top: 12px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}
ul#blog-links li span {
	font-size: 90%;
	color: #555;
}
ul#blog-links li img.flag {
	margin: -2px 0 0 5px;
}
ul#blog-links li img.logo {
	width: 50px;
	float: left;
	margin: -2px 8px 0 0;
}
ul#blog-links li a {
	display: block;
	font-weight: bold;
}

div#blog-content p {
	margin-top: 20px;
}

#carousel {
	position: relative;
}
#carousel p#nav {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	width: 250px;
	text-align: right;
	padding: 10px;
	background: #DDD;
	margin: 0;
}
#carousel p#nav span#slide {
	display: inline-block;
	margin: 0 20px;
}
#carousel p#nav span em {
	font-style: normal;
}
#carousel p#nav a {
	cursor: pointer;
	color: #333;
}
#carousel p#nav a span.glyphicon {
	font-size: 90%;
}
#carousel p#nav a:hover {
	text-decoration: none;
	color: #000;
}
#carousel p#nav a:hover span.glyphicon {
	color: #bc5b2f;
}
#carousel div.item {
	background: #212121;
	text-align: center;
	margin-bottom: 25px;
	overflow: hidden;
}
#carousel div.item p {
	text-align: left;
	background: #DDD;
	padding: 10px;
	font-size: 100%;
	margin: 0;
	padding-right: 250px;
	line-height: 1em;
	height: 50px;
	vertical-align: middle;
}
#carousel div.item img.photo {
	margin: auto;
	max-height: 550px;
}
#carousel div.last-item {
	background: #FFF;
	text-align: left;
}
#carousel div.last-item div {
	padding: 20px 5px 5px;
}
div#blog-2-last-item ul {
	overflow: hidden;
	padding: 0;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
}
div#blog-2-last-item ul li {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 25px;
	font-family: 'Colaborate-Regular', sans-serif;
	font-size: 120%;
	color: #444;
}
div#blog-2-last-item ul li a {
	color: #555;
}
div#blog-2-last-item ul li img {
	float: left;
	width: 40px;
	margin-right: 5px;
}

p#more-selectors {
	clear: both;
	margin: 0 auto;
	width: 380px;
	padding-top: 30px;
}
a#more-competitions {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}

@media (max-width: 480px) {
	div#blog-2-last-item ul li {
		font-size: 110%;
		margin-bottom: 15px;
	}
	div#blog-2-last-item ul li img {
		width: 24px;
	}
	form#search-teams {
		display: none;
	}
	p#more-selectors {
		margin: 0 0 0 20px;
		width: auto;
		text-align: left;
	}
	a#more-competitions {
		float: none;
	}
}


a#blog-return {
	display: block;
	text-align: right;
	margin-bottom: 10px;
}
h3#blog-title {
	margin: 0 0 5px;
	font-family: 'Colaborate-Regular';
	float: none;
}
@media (min-width: 568px) {
	a#blog-return {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	h3#blog-title {
		padding-right: 125px;
	}
}

@media (max-width: 900px) {

	div#club-selector div.league {
		text-align: left;
		width: 40%;
		margin: 0 5%;
		float: left;
	}
}

@media (max-width: 768px) {

	div#club-selector div.league {
		text-align: left;
		width: 40%;
		margin: 0 5%;
		float: left;
	}

	#carousel div.item p {
		display: none;
	}
	#carousel p#nav {
		position: relative;
		width: 100%;
		text-align: center;
	}
	#carousel div.item img.photo {
		width: 100%;
		max-height: none;
	}
}
@media (max-width: 480px) {

	div#club-selector div.league {
		text-align: left;
		width: 90%;
		margin: 0 5%;
		float: left;
	}
	div#club-selector div.league:last-child) {
		
	}

	#carousel div.item img.photo {
		max-height: 350px;
		width: auto;
	}
}
#carousel div.item a.author {
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	color: #EEE;
	font-weight: normal;
	font-size: 80%;
	padding: 4px 100px 4px 10px;
}
#carousel div.item a.team {
	position: absolute;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(right,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, right top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
	color: #EEE;
	font-weight: normal;
	font-size: 80%;
	padding: 4px 10px 4px 100px;
	text-align: right;
}
#carousel div.item a.team img{
	margin: 0 0 0 5px;
	display: inline;
	width: 16px;
}

table#most-avg-followers thead tr th {
	cursor: pointer;
}
table#most-avg-followers tbody tr.even td {
	background: #F9F9F9;
}
@media (max-width: 768px) {
	table#most-avg-followers thead tr th:last-child, table#most-avg-followers tbody tr td:last-child {
		display: none;
	}
}
@media (max-width: 480px) {
	table#most-avg-followers thead tr th:nth-child(5), table#most-avg-followers tbody tr td:nth-child(5) {
		display: none;
	}
}

@media (min-width: 768px) {
	li#team-selector #selector-content {
		width: 723px;
	}
}
@media (min-width: 1000px) {
	li#team-selector #selector-content {
		width: 955px;
	}
}

@media (min-width: 1200px) {
	li#team-selector #selector-content {
		width: 1155px;
	}

	div#leftSide div.item p.title {
		padding-right: 150px;
	}
}


p.club-details {
    font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	line-height: 2em;

}
p#club-details span {
	color: #555;
}

div#footer {
	padding: 25px 100px;
	overflow: hidden;
	background: #CCC;
	color: #222;
	line-height: 1.75em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 110%;
}
div#footer a {
	color: #222;
	display: inline-block;
    font-weight: 300;
	padding: 0 5px;
}


div#staff-picks {
	padding: 50px 100px;
	overflow: hidden;
	background: #DDD;
	color: #222;
	line-height: 1.75em;
	font-family: 'Colaborate-Thin', sans-serif;
    font-weight: 400;
    font-size: 120%;
}
div#staff-picks strong {
	display: block;
	font-size: 125%;
	font-family: 'Colaborate-Regular', sans-serif;
}

#swap-tip {
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	top: 25px;
	right: -125px;
	z-index: 50;
	padding: 10px;
	border-radius: 5px;
	width: 250px;
	background: #BBB;
}
#swap-tip:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(187, 187, 187, 0);
	border-bottom-color: #BBB;
	border-width: 7px;
	margin-left: -7px;
}

iframe#fb-like {
	margin-top: 15px;
}


div#backdrop {
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	height: 500px;
	margin-bottom: 10px;
	background-size: cover;
	padding: 15px;
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
}
div#backdrop div#backdrop-shade {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
div#backdrop div#backdrop-content {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 1140px;
	position: relative;
}
div#backdrop h2 {
	font-family: 'Colaborate-Regular', sans-serif;
	font-size: 300%;
	margin: 0;
}
div#backdrop h2 img {
	height: 35px;
}
@media (max-width: 2000px) {
	div#backdrop {
		height: 420px;
	}
}
@media (max-width: 1500px) {
	div#backdrop {
		height: 360px;
	}
}
@media (max-width: 1200px) {
	div#backdrop {
		height: 300px;
	}
}
@media (max-width: 768px) {
	div#backdrop {
		height: 280px;
	}
	div#backdrop.leftalign {
		background-position: 0% 50%;
	}
	div#backdrop h2 {
		font-size: 230%;
		margin: 0 15px;
	}
}

@media (max-width: 480px) {

	div#rightSide {
		display: none;
		background: #FFF;
	}

	div#splash-container h1 {
	    font-size: 200%;
	}

	div#splash-container h2 {
		font-size: 150%;
		display: inline-block;
	}
	div#club-selector {
		padding: 0 15px;
	}

	div#splash:after {
		background: -moz-linear-gradient(top,  rgba(135,224,253,0) 0%, rgba(54,90,101,0) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,0)), color-stop(40%,rgba(54,90,101,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(135,224,253,0) 0%,rgba(54,90,101,0) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(135,224,253,0) 0%,rgba(54,90,101,0) 40%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(135,224,253,0) 0%,rgba(54,90,101,0) 40%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(135,224,253,0) 0%,rgba(54,90,101,0) 40%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e0fd', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}

	div#club-selector ul {
		
	}

	div#splash-container a#pick-team {
		font-size: 140%;
		margin: 15px 0 0;
		padding: 10px 50px;
	}

	div#staff-picks {
		font-size: 130%;
		padding: 50px 15px;
	}

	div#usps {
		font-size: 130%;
		padding: 50px 15px;
	}
	div#usps p {
		padding-left: 35px;
	}
	div#usps span.glyphicon.lg {
		font-size: 150%;
		left: 0;
	}

	div#leftSide div.item {
		padding: 15px 15px 10px 15px;
	}
	div#leftSide div.item img.postImage {
		max-height: 300px;
		max-width: 100%;
	}

	div#backdrop {
		height: 200px;
	}
	div#backdrop h2 {
		font-size: 200%;
		margin: 0 15px;
	}
	div#backdrop h2 img {
		height: 25px;
	}
	div#backdrop div#backdrop-content {
		padding: 10px 0;
	}

	div#footer {
		padding: 25px 10px;
	}
	div#footer p.copyright {
		text-align: left;
	}
}

@media (max-width: 600px) {
	ul#teams {
		-webkit-column-count:1;
		-moz-column-count:1;
		-o-column-count:1;
		column-count:1;
	}
}


@media (min-width: 1000px) and (max-width: 1200px) {
	div.navbar-right {
		width: 33%;
	}
	li#team-selector {
		width: 100%;
	}
}

@media (max-width: 900px) {
	div.navbar a {
		border: 0;
	}
	li#team-selector a.toggle {
		width: 200px;
		border-right: 1px solid #333;
	}
}



.hidden-xxs {
  display: block;
}
@media (max-width: 580px) {
	.hidden-xxs {
	  display: none;
	}
}


iframe.twitter-tweet{
	max-width:88%!important;
	width:88%!important;
	margin: 10px!important;
}
div.fb-post {
	width: 100%!important;
	overflow-x: scroll;
}

img.emoji {
	width: 16px;
	margin-bottom: 4px;
}
span.tt-dropdown-menu {
    width: 180px;
    font-size: 90%;
    text-align: left;
}
input.tt-hint {
    border: 0;
}
span.twitter-typeahead {
    width: 100%;
}