/* Global */

body {
	padding: 0;
	margin: 0;
	font-family: "Apercu Bold";
	background: #f2f3ef;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

::selection { 
	background: #F5F4F0; 
	color: white;
}

::-moz-selection { 
	background: #F5F4F0; 
	color: white;
}


#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

#loader {
	height: 100%;
	width: 100%;
	background: white url('images/loader.gif'); 
	background-size: 50px 50px;
	background-repeat: no-repeat; 
	background-position: 50% 46%;; 
	z-index: 4;
	position: fixed; 
	top: 0; 
	left: 0;

}

.big_tweet {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline-style: none;	
}

.big_tweet:hover {
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline-style: none;
}


.blue_text a {
	color: #007bc1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline-style: none;
}

.black_text a {
	color: black;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline-style: none;
}


.blue_text a:hover div,
.black_text a:hover div {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blue_text a div,
.black_text a div {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#vote_knicks,
#vote_nets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#vote_knicks:hover,
#vote_nets:hover {
	cursor: pointer;
}

.vote_button_knicks,
.vote_button_nets {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.vote_button_knicks:hover,
.vote_button_nets:hover {
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Typography */

a {
	color: #808080;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline-style: none;
}

a:hover {
	opacity: 0.6;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline-style: none;
}



#vote_knicks:hover,
#vote_nets:hover  {
	opacity: 0.7;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

#vote_knicks,
#vote_nets {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}


/* Mobile */


@media screen and (min-width: 0px) {


/* Hero */

#hero {
	min-height: 300px;
	max-height: 300px;
	width: 100%;
	background: url('images/court_lines.png') no-repeat center center;
	background-size: cover;
	color: white;
	margin: 0;
}



/* Footer */

#footer {
	float: left;
	width: 100%;
	height: 250px;
	background: url('images/court_nolines.png') no-repeat center center;
	background-size: cover;
	color: white;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: black;
}


#stay_tuned {
	font-size: 30px;
	color: white;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 70px 0 0 0;
}


.big_hashtag {
	margin: 15px 0 0 0;
	font-size: 15px;
	color: white;
	font-family: "Apercu Bold";
}

.big_hashtag:hover {
	color: black;
}

.ready {
	display: block;
	font-size: 15px;
	padding: 0 0 15px 0;
	font-family: "Apercu Bold";

}

#credits {
	float: left;
	width: 100%;
	text-align: center;
	background: #F5F4F0;
	font-family: "Apercu Light";
}

.credit_name {
	width: 50%;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: white;
	display: inline-block;
	padding: 15px 0 15px 0;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

.credit_name:hover {
	opacity: 0.7;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

#credits_by {
	width: 100%;
	float: left;
	padding: 25px 0 25px 0;
	font-size: 14px;
	background: white;
	color: #808080;
}



#fyi {
	width: 100%;
	text-align: center;
	background: white;
	padding: 35px 0 35px 0;
	font-family: "Apercu Light";
	font-size: 12px;
	line-height: 15px;
	float: left;
}

#fyi p {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	color: #808080;
}


/* Nav */

#nav {
	margin: 0 auto;
	height: 50px;
	background: white;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #F5F4F0;
}

#nav ul {
	margin: 0 auto;
	text-align: center;
	padding: 16px 0 0 0;
}


#nav li {
	list-style-type: none;
	display: inline;
	margin: 0 1% 0 1%;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 16px;
}






/* List */

ul {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	font-size: 20px;
	padding: 20px 0 20px 0;
}



/* Layout Blocks */

.col_1 {
	width: 40%;
	float: left;
}

.col_2 {
	width: 18%;
	float: left;
	color: #808080;
}

.col_mid {
	width: 100%;
}

.col_label {
	width: 100%;
	float: left;
}

.col_3 {
	width: 40%;
	float: left;
}


.cover {
	width: 100%;
	margin: 0 auto;
}

.side_player {
	width: 100%;
	padding: 30px 0 30px 0;
}

.section_break {
	padding: 40px 0 40px 0;
}

.small_header {
	text-align: center;
	font-size: 30px;
	color: #808080;
	width: 100%;
	background: #f7f8f4;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 20px 0 20px 0;
}

.left {
	float: left;
}

.right {
	float: left;
}

.block {
	width: 100%;
	float: left;
}


.block_dark {
	width: 100%;
	float: left;
	background: #e9eae6;
}

.block_wood {
	width: 100%;
	float: left;
	background: url('images/court_nolines_2.png') no-repeat center center;
	background-size: cover;
}

.padding {
	margin: 0 0 50px 0;
}

.stats {
	padding-top: 10px;
	text-align: center;
}


.box {
	padding-top: 20px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}


.circlepic {
	margin: 20px 0 40px 0;
}

#head2head,
#game_1,
#game_2,
#game_3,
#game_4,
#matchup_1,
#tweets {
	float: left;
	width: 100%;
}


#next_game {
	position: absolute;
	padding: 15px 0 15px 0;
	font-size: 20px;
	top: 0;
	left: 0;
	margin-left: 0;
	background: white;
	letter-spacing: 0;
	color: #808080;
	width: 100%;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}




#social {
	position: absolute;
	top: -400px;
	left: -400px;
}


#hero_knicks,
#hero_nets {
	display: none;
	position: relative;
	top: 220px;
	margin: 0;
	text-align: center;
	width: 20%;
	float: left;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 25px;
	vertical-align: middle;
}

#hero_knicks img,
#hero_nets img {
	width: 100%;
	max-width: 80px;
	height: auto;
}

#hero_logo {
	position: relative;
	top: 50px;
	margin: 0;
	width: 100%;
	text-align: center;
	float: left;
	font-size: 60px;
	color: white;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


#hashtag {
	position: relative;
	top: 20px;
	font-family: "Apercu Bold";
	font-size: 16px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}


.sec_break {
	width: 100%;
	height: 100px;
	background: url('images/court_nolines.png') no-repeat center center;
	background-size: cover;
	float: left;
}


.gem img {
	width: 100px;
	height: auto;
	padding: 25px 0 0 0;
}






/* Vote */
#vote {
	height: 70px;
	background: white;
}


.number_votes {
	font-size: 50px;
	font-family: "Apercu Bold";
	letter-spacing: -3px;
	float: left;
	text-align: center;
	margin: 40px 0 40px 0;
}


.vote_button_knicks {
	font-size: 13px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 6px;
	color: white;
	height: 23px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	background: #007bc1;
}

.vote_button_nets {
	font-size: 13px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 6px;
	color: white;
	height: 23px;
	width: 105px;
	margin: 0 auto;
	text-align: center;
	background: black;
}

.vote_button_knicks img,
.vote_button_nets img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float: left;
}	

.vote_button_text {
	vertical-align: middle;
	float: left;
	padding: 3px 0 0 2px;
}




#vote_nav {
	width: 100%;
	height: 50px;
}

#vote_nav img {
	margin: 0;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

#vote_knicks {
	height: 35px;
	width: 100%;
	float: left;
	color: white;
	background: #007bc1;
}

#vote_nets {
	height: 35px;
	width: 100%;
	float: left;
	color: white;
	background: black;
}

.vote_text {
	padding: 9px 10px 0 0;
	font-size: 16px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
}

.vote_number {
	font-family: "Apercu Bold";
	font-size: 18px;
	vertical-align: middle;
}



.vote_button {
	text-align: right;
}

.vote_ball_knicks {
	float: left;
	padding: 5px 0 0 10px;
}

.vote_ball_knicks span {
	float: left;
	margin: 0 0 0 5px;
	padding: 2px 0 0 0;
}

.vote_ball_knicks img {
	float: left;
}


.vote_ball_nets {
	float: left;
	padding: 5px 0 0 10px;
}

.vote_ball_nets span {
	float: left;
	margin: 0 0 0 5px;
	padding: 2px 0 0 0;
}

.vote_ball_nets img {
	float: left;
}





/* Tweets */

.ny_tweet {
	width: 100%;
	float: left;
}

.bk_tweet {
	width: 100%;
	float: left;
}


.ny_tweet,
.bk_tweet {
	text-align: center;
	margin: 0 auto;
}



.col_ny {
	text-align: center;
	float: left;
	width: 100%;
}

.col_bk {
	text-align: center;
	float: left;
	width: 100%;
}

.big_tweet {
	padding: 40px 0 40px 0;
	font-size: 20px;

}

.big_tweet p {
	margin: 0 auto;
	width: 80%;
	padding: 10px 0 10px 0;
}




.small_tweet {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	font-size: 13px;
	line-height: 20px;
	float: left;

}

.tweet_box {
	height: auto;
	width: 100%;
	margin: 0 auto;
}

.tweet_pic img {
	width: 50px;
	height: 50px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.tweet_pic {
	width: 10%;
	padding: 0 8% 0 0;
	display: inline-block;
	vertical-align: middle;
}

.tweet_text {
	font-family: "Apercu Regular";
	width: 60%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.tweet_text p {
	margin: 0;
	padding: 0 0 10px 0;
}

.tweet_name {
	font-size: 13px;
	text-align: left;
	font-family: "Apercu Bold";
}

.all_tweets {
	padding: 40px 0 0 0;
}

.quote_marks img {
	width: 25px;
	height: 25px;
}

.quote_name {
	padding: 20px 0 0 0;
	font-size: 14px;
}

#social_vs {
	display: none;
}

#social_vs_mob {
	margin: 0 auto;
	display: block;
}

#social_vs_mob img {
	width: 25px;
	height: auto;
}




/* Colors */

.side {
	width: 100%;
	float: left;
	text-align: center;
	color: white;
}

.side_single {
	width: 50%;
	float: left;
	text-align: center;
	color: white;
}

.white {
	background: white;
	padding-bottom: 20px;
}

.blue {
	background: #007bc1;
	float: left;
}

.black {
	background: black;
	float: left;
}






/* Type Treatments */

.team_record {
	display: block;
	margin: 5px 0 0 0;
	font-size: 18px;
	font-family: "Apercu Light";
	letter-spacing: 0;
}

.percentage {
	font-family: "Apercu Light";
	font-size: 14px;
}


#hero_logo_small {
	font-size: 18px;
	font-family: "Apercu Bold";
}


.number_big {
	font-size: 80px;
	font-family: "Apercu Bold";
	letter-spacing: -10px;
	float: left;
	text-align: center;
	margin: 30px 0 0 0;
}


.number {
	font-size: 60px;
	font-family: "Apercu Bold";
	letter-spacing: 0px;
	float: left;
	text-align: center;
}


.header {
	font-family: "Apercu Bold";
	font-size: 20px;
}


.label_white {
	margin-top: 0px;
	padding: 15px;
	background: white;
	text-align: center;
	font-size: 20px;
	color: #ababab;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.performers {
	margin-top: 40px;
	letter-spacing: 0.1em;
}



.label_gray {
	font-size: 12px;
	padding: 10px;
	background: #F5F4F0;
	text-align: center;
	margin: 0 0 -9px 0;
	letter-spacing: 0;
}

.highlights {
	text-transform: none;
	letter-spacing: 0;
}


.date_details {
	font-family: "Apercu Light";
	font-size: 14px;
	padding: 10px 0 0 7px;
	display: block;
	letter-spacing: 0.1em;
}


.next_details {
	font-family: "Apercu Light";
	font-size: 14px;
	position: relative;
	top: -2px;
	left: 10px;
	letter-spacing: 0.1em;
}


.versus {
	padding-top: 120px;
	float: left;
	text-align: center;
}


.dash {
	margin-top: 10px;
	font-size: 50px;
}


.dash_big {
	margin-top: 30px;
	font-size: 70px;
}

.vs {
	margin-top: 40px;
	font-size: 20px;
	letter-spacing: 3px;
}

.vs img{
	width: 25px;
	height: auto;
}

.name {
	font-size: 20px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.name_full {
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.player_stats_number {
	font-size: 26px;
}

.player_stats_cat {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.player_stats {
	display: inline-block;
	padding: 0 10px 0 10px;
}

.blue_text {
	color: #007bc1;
}

.black_text {
	color: black;
}


.city {
	font-size: 18px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 0 40px 0;
}





/* Design Elements */

.crown {
	position: relative;
	top: 5px;
	left: 5px;
}

.crown img {
	width: 20px;
	height: 20px;
}






/* Images */

.pic img {
	vertical-align: bottom;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	display: none;
}


.circlepic img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
	width: 100%;
	max-width: 120px;
	margin: 0 0 80px 0;
}

.col_1 img,
.col_2 img,
.col_3 img {
	margin: 0 auto;
}



}






@media screen and (min-width: 401px) and (max-width: 699px) {


.vote_button_knicks {
	font-size: 16px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px;
	color: white;
	height: 30px;
	width: 140px;
	margin: 0 auto;
	text-align: center;
	background: #007bc1;
}

.vote_button_nets {
	font-size: 16px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px;
	color: white;
	height: 30px;
	width: 145px;
	margin: 0 auto;
	text-align: center;
	background: black;
}

.vote_button_knicks img,
.vote_button_nets img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	float: left;
}	

.vote_button_text {
	vertical-align: middle;
	float: left;
	padding: 4px 0 0 5px;
}

#vote_nav {
	width: 100%;
	height: 50px;
}

#vote_nav img {
	margin: 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#vote_knicks {
	height: 50px;
	width: 50%;
	float: left;
	color: white;
	background: #007bc1;
}

#vote_nets {
	height: 50px;
	width: 50%;
	float: left;
	color: white;
	background: black;
}

.vote_text {
	padding: 16px 0 0 0;
	font-size: 16px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;}

.vote_number {
	font-family: "Apercu Bold";
	font-size: 18px;
	padding: 15px 0 0 0;
	vertical-align: middle;
}

.vote_button {
	text-align: center;
}

.vote_ball_knicks {
	float: left;
	padding: 10px 0 0 10px;
}

.vote_ball_knicks span {
	float: left;
	margin: 0 0 0 5px;
	padding: 4px 0 0 0;
}

.vote_ball_knicks img {
	float: left;
}


.vote_ball_nets {
	float: right;
	padding: 10px 10px 0 0;
}

.vote_ball_nets span {
	float: left;
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
}

.vote_ball_nets img {
	float: right;
}



}


/* Tablet */

@media screen and (min-width: 700px) and (max-width: 1024px) {


/* Hero */

#hero {
	min-height: 450px;
	max-height: none;
	width: 100%;
	background: url('images/court_lines.png') no-repeat center center;
	background-size: cover;
	color: white;
	margin: 0;
}



/* Footer */

#footer {
	float: left;
	width: 100%;
	height: 600px;
	background: url('images/court_nolines.png') no-repeat center center;
	background-size: cover;
	color: white;
}


#footer a {
	color: white;
}

#footer a:hover {
	color: black;
}


#stay_tuned {
	font-size: 90px;
	color: white;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 180px 0 0 0;
}

.big_hashtag {
	margin: 20px 0 0 0;
	font-size: 30px;
	color: white;
	font-family: "Apercu Bold";
}

.big_hashtag:hover {
	color: black;
}

.ready {
	display: block;
	font-size: 30px;
	padding: 0 0 20px 0;
	font-family: "Apercu Bold";

}



#credits {
	float: left;
	width: 100%;
	text-align: center;
	background: #F5F4F0;
	font-family: "Apercu Light";
}

.credit_name {
	width: 50%;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: white;
	display: inline-block;
	padding: 20px 0 20px 0;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

.credit_name:hover {
		opacity: 0.7;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

#credits_by {
	width: 100%;
	float: left;
	padding: 35px 0 35px 0;
	font-size: 16px;
	background: white;
	color: #808080;
}



#fyi {
	width: 100%;
	text-align: center;
	background: white;
	padding: 35px 0 35px 0;
	font-family: "Apercu Light";
	font-size: 12px;
	line-height: 15px;
	float: left;
}

#fyi p {
	width: 30%;
	margin: 0 auto;
	padding: 0;
	color: #808080;
}

/* Nav */

#nav {
	margin: 0 auto;
	height: 70px;
	background: white;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #F5F4F0;
}

#nav ul {
	margin: 0 auto;
	text-align: center;
	padding: 24px 0 0 0;
}


#nav li {
	list-style-type: none;
	display: inline;
	margin: 0 2% 0 2%;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 18px;
}





/* List */

ul {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	font-size: 24px;
	padding: 20px 0 20px 0;
}



/* Layout Blocks */

.col_1 {
	width: 39%;
	float: left;
}

.col_2, .col_mid, .col_label {
	width: 20%;
	float: left;
	color: #808080;
}

.col_3 {
	width: 39%;
	float: left;
}


.cover {
	width: 100%;
	margin: 0 auto;
}

.side_player {
	width: 85%;
	max-width: 720px;
	padding: 30px 0 30px 0;
}

.section_break {
	padding: 80px 0 0 0;
}

.small_header {
	text-align: center;
	font-size: 44px;
	color: #808080;
	width: 100%;
	background: #f7f8f4;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 40px 0 40px 0;
}


.left {
	float: left;
}

.right {
	float: right;
}

.block {
	width: 100%;
	float: left;
}

.block_dark {
	width: 100%;
	float: left;
	background: #e9eae6;
}


.block_wood {
	width: 100%;
	float: left;
	background: url('images/court_nolines_2.png') no-repeat center center;
	background-size: cover;
}

.padding {
	margin: 0 0 30px 0;
}

.stats {
	padding-top: 10px;
	text-align: center;
}


.box {
	padding: 0 0 50px 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


.circlepic {
	margin: 50px 0 50px 0;
}

#head2head,
#game_1,
#game_2,
#game_3,
#game_4,
#matchup_1,
#tweets {
	float: left;
	width: 100%;
}


#next_game {
	position: absolute;
	padding: 15px 0 15px 0;
	font-size: 22px;
	top: 0;
	left: 50%;
	margin-left: -150px;
	background: white;
	letter-spacing: 0;
	color: #808080;
	width: 300px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


#next_game:hover {
	background: #fbfaf6;
	color: black;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}




#social {
	position: absolute;
	top: 70px;
	left: 15px;
}


#hero_knicks,
#hero_nets {
	display: none;
	position: relative;
	top: 50%;
	margin: -70px 0 0 0;
	text-align: center;
	width: 20%;
	float: left;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 25px;
	vertical-align: middle;
}

#hero_knicks img,
#hero_nets img {
	width: 100%;
	max-width: 130px;
	height: auto;
}

#hero_logo {
	position: relative;
	top: 50%;
	margin: -140px 0 0 0;
	width: 100%;
	text-align: center;
	float: left;
	font-size: 100px;
	color: white;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


#hashtag {
	position: relative;
	top: 20px;
	font-family: "Apercu Bold";
	font-size: 18px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}


.sec_break {
	width: 100%;
	height: 400px;
	background: url('images/court_nolines.png') no-repeat center center;
	background-size: cover;
	float: left;
}


.gem img {
	width: 200px;
	height: auto;
	padding: 150px 0 0 0;
}







/* Vote */
#vote {
	height: 70px;
	background: white;
}


.number_votes {
	font-size: 130px;
	font-family: "Apercu Bold";
	letter-spacing: -10px;
	float: left;
	text-align: center;
	margin: 100px 0 30px 0;
}


.vote_button_knicks {
	font-size: 18px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 15px;
	color: white;
	height: 30px;
	width: 160px;
	margin: 0 auto;
	text-align: center;
	background: #007bc1;
}

.vote_button_nets {
	font-size: 18px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 15px;
	color: white;
	height: 30px;
	width: 170px;
	margin: 0 auto;
	text-align: center;
	background: black;
}

.vote_button_knicks img,
.vote_button_nets img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: left;
}	

.vote_button_text {
	vertical-align: middle;
	float: left;
	padding: 4px 0 0 5px;
}




#vote_nav {
	width: 100%;
	height: 50px;
}

#vote_nav img {
	margin: 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#vote_knicks {
	height: 50px;
	width: 50%;
	float: left;
	color: white;
	background: #007bc1;
}

#vote_nets {
	height: 50px;
	width: 50%;
	float: left;
	color: white;
	background: black;
}

.vote_text {
	padding: 15px 0 0 0;
	font-size: 18px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;}

.vote_number {
	font-family: "Apercu Bold";
	font-size: 18px;
	padding: 15px 0 0 0;
	vertical-align: middle;
}

.vote_button {
	text-align: center;
}

.vote_ball_knicks {
	float: left;
	padding: 10px 0 0 10px;
}

.vote_ball_knicks span {
	float: left;
	margin: 0 0 0 5px;
	padding: 4px 0 0 0;
}

.vote_ball_knicks img {
	float: left;
}


.vote_ball_nets {
	float: right;
	padding: 10px 10px 0 0;
}

.vote_ball_nets span {
	float: left;
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
}

.vote_ball_nets img {
	float: right;
}



/* Tweets */

.ny_tweet {
	width: 39%;
	float: left;
}

.bk_tweet {
	width: 39%;
	float: left;
}


.ny_tweet,
.bk_tweet {
	text-align: center;
	margin: 0 auto;
}


.col_ny {
	text-align: center;
	float: left;
	width: 50%;
}

.col_bk {
	text-align: center;
	float: left;
	width: 50%;
}

.big_tweet {
	padding: 50px 0 50px 0;
	font-size: 24px;

}

.big_tweet p {
	margin: 0 auto;
	width: 80%;
	padding: 20px 0 20px 0;
}




.small_tweet {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	font-size: 13px;
	line-height: 20px;
	float: left;

}

.tweet_box {
	min-height: 80px;
	max-height: 100px;
	width: 80%;
	margin: 0 auto;
}

.tweet_pic img {
	width: 50px;
	height: 50px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.tweet_pic {
	width: 10%;
	padding: 0 10% 0 0;
	display: inline-block;
	vertical-align: middle;
}


.tweet_text {
	font-family: "Apercu Regular";
	width: 70%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.tweet_text p {
	margin: 0;
	padding: 0 0 10px 0;
}

.tweet_name {
	font-size: 13px;
	text-align: left;
	font-family: "Apercu Bold";
}

.all_tweets {
	padding: 100px 0 0 0;
}

.quote_marks img {
	width: 35px;
	height: 35px;
}

.quote_name {
	padding: 30px 0 0 0;
	font-size: 18px;
}


#social_vs {
	display: block;
}

#social_vs_mob {
	display: none;
}




/* Colors */

.side {
	width: 50%;
	float: left;
	text-align: center;
	color: white;
}

.side_single {
	width: 50%;
	float: left;
	text-align: center;
	color: white;
}

.white {
	background: white;
	padding-bottom: 70px;
}

.blue {
	background: #007bc1;
	float: left;
}

.black {
	background: black;
	float: left;
}






/* Type Treatments */

.team_record {
	display: block;
	margin: 10px 0 0 0;
	font-size: 22px;
	font-family: "Apercu Light";
	letter-spacing: 0;
}

.percentage {
	font-family: "Apercu Light";
}

#hero_logo_small {
	font-size: 30px;
	font-family: "Apercu Bold";
}


.number_big {
	font-size: 250px;
	font-family: "Apercu Bold";
	letter-spacing: -10px;
	float: left;
	text-align: center;
	margin: 40px 0 0 0;
}

.number {
	font-size: 160px;
	font-family: "Apercu Bold";
	letter-spacing: -10px;
	float: left;
	text-align: center;
}

.header {
	font-family: "Apercu Bold";
	font-size: 20px;
}


.label_white {
	margin-top: 20px;
	padding: 15px;
	background: white;
	text-align: center;
	font-size: 20px;
	color: #ababab;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;}

.performers {
	margin-top: 120px;
	letter-spacing: 0.1em;
}

.label_gray {
	font-size: 12px;
	padding: 15px;
	background: #F5F4F0;
	text-align: center;
	margin: 0 0 -15px 0;
	letter-spacing: 1px;
}

.highlights {
	text-transform: none;
	letter-spacing: 0.1em;
}


.date_details {
	font-family: "Apercu Light";
	font-size: 14px;
	padding: 10px 0 0 0;
	display: block;
	letter-spacing: 0.2em;
}

.next_details {
	font-family: "Apercu Light";
	font-size: 14px;
	position: relative;
	top: -2px;
	left: 10px;
	letter-spacing: 0.2em;
}



.versus {
	margin-top: 140px;
	float: left;
	text-align: center;
}


.dash {
	margin-top: 40px;
	font-size: 100px;
}


.dash_big {
	margin-top: 140px;
	font-size: 150px;
}

.vs {
	margin-top: 80px;
	font-size: 40px;
	letter-spacing: 3px;
}


.vs img{
	width: 33px;
	height: auto;
}

.name {
	font-size: 24px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.name_full {
	font-size: 26px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.player_stats_number {
	font-size: 26px;
}

.player_stats_cat {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.player_stats {
	display: inline-block;
	padding: 0 10px 0 10px;
}

.blue_text {
	color: #007bc1;
}

.black_text {
	color: black;
}

.city {
	font-size: 28px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 0 40px 0;
}





/* Design Elements */

.crown {
	padding: 50px 0 0 0;
	position: relative;
	top: 20px;
	left: 10px;
}


.crown img {
	width: 50px;
	height: 50px;
}





/* Images */

.pic img {
	vertical-align: bottom;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	display: block;
}


.circlepic img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
	width: 100%;
	max-width: 300px;
	margin: 0 0 50px 0;
}

.col_1 img,
.col_2 img,
.col_3 img {
	margin: 0 auto;
}




}









/* Desktop */

@media screen and (min-width: 1025px) {


/* Hero */

#hero {
	min-height: 450px;
	max-height: none;
	width: 100%;
	background: url('images/court_lines.png') no-repeat center center;
	background-size: cover;
	color: white;
	margin: 0;
}



/* Footer */

#footer {
	float: left;
	width: 100%;
	height: 600px;
	background: url('images/court_nolines.png') no-repeat center center;
	background-size: cover;
	color: white;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: black;
}


#stay_tuned {
	font-size: 90px;
	color: white;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 180px 0 0 0;
}

.big_hashtag {
	margin: 20px 0 0 0;
	font-size: 30px;
	color: white;
	font-family: "Apercu Bold";
}

.big_hashtag:hover {
	color: black;
}

.ready {
	display: block;
	font-size: 30px;
	padding: 0 0 20px 0;
	font-family: "Apercu Bold";

}


#credits {
	float: left;
	width: 100%;
	text-align: center;
	background: #F5F4F0;
	font-family: "Apercu Light";
}

.credit_name {
	width: 50%;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: white;
	display: inline-block;
	padding: 20px 0 20px 0;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

.credit_name:hover {
	opacity: 0.7;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

#credits_by {
	width: 100%;
	float: left;
	padding: 35px 0 35px 0;
	font-size: 16px;
	background: white;
	color: #808080;
}


#fyi {
	width: 100%;
	text-align: center;
	background: white;
	padding: 35px 0 35px 0;
	font-family: "Apercu Light";
	font-size: 12px;
	line-height: 15px;
	float: left;
}

#fyi p {
	width: 30%;
	margin: 0 auto;
	padding: 0;
	color: #808080;
}



/* Nav */

#nav {
	margin: 0 auto;
	height: 70px;
	background: white;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #F5F4F0;
}

#nav ul {
	margin: 0 auto;
	text-align: center;
	padding: 24px 0 0 0;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin: 0 2% 0 2%;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 20px;
}





/* List */

ul {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	font-size: 24px;
	padding: 20px 0 20px 0;
}



/* Layout Blocks */

.col_1 {
	width: 39.5%;
	float: left;
}

.col_2, .col_mid, .col_label {
	width: 20%;
	float: left;
	color: #808080;
}

.col_3 {
	width: 39.5%;
	float: left;
}


.cover {
	width: 100%;
	margin: 0 auto;
}

.side_player {
	width: 85%;
	max-width: 720px;
	padding: 30px 0 30px 0;
}

.section_break {
	padding: 80px 0 0 0;
}

.small_header {
	text-align: center;
	font-size: 44px;
	color: #808080;
	width: 100%;
	background: #f7f8f4;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 40px 0 40px 0;
}


.left {
	float: left;
}

.right {
	float: right;
}

.block {
	width: 100%;
	float: left;
}

.block_dark {
	width: 100%;
	float: left;
	background: #e9eae6;
}

.block_wood {
	width: 100%;
	float: left;
	background: url('images/court_nolines_2.png') no-repeat center center;
	background-size: cover;
}

.padding {
	margin: 0 0 50px 0;
}

.stats {
	padding-top: 10px;
	text-align: center;
}


.box {
	padding: 0 0 50px 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


.circlepic {
	margin: 50px 0 50px 0;
}

#head2head,
#game_1,
#game_2,
#game_3,
#game_4,
#matchup_1,
#tweets {
	float: left;
	width: 100%;
}


#next_game {
	position: absolute;
	padding: 15px 0 15px 0;
	font-size: 22px;
	top: 0;
	left: 50%;
	margin-left: -150px;
	background: white;
	letter-spacing: 0;
	color: #808080;
	width: 300px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#next_game:hover {
	background: #fbfaf6;
	color: black;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}




#social {
	position: absolute;
	top: 70px;
	left: 15px;
}


#hero_knicks,
#hero_nets {
	display: block;
	position: relative;
	top: 50%;
	margin: -70px 0 0 0;
	text-align: center;
	width: 20%;
	float: left;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 25px;
	vertical-align: middle;
}

#hero_knicks img,
#hero_nets img {
	width: 100%;
	max-width: 130px;
	height: auto;
}

#hero_logo {
	position: relative;
	top: 50%;
	margin: -200px 0 0 0;
	width: 60%;
	text-align: center;
	float: left;
	font-size: 150px;
	color: white;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


#hashtag {
	position: relative;
	top: 40px;
	font-family: "Apercu Bold";
	font-size: 22px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}


#back_top {
	width: 30px;
	height: 30px;
}


.sec_break {
	width: 100%;
	height: 400px;
	background: url('images/court_nolines.png') no-repeat center center;
	background-size: cover;
	float: left;
}


.gem img {
	width: 200px;
	height: auto;
	padding: 150px 0 0 0;
}





/* Vote */
#vote {
	height: 70px;
	background: white;
}


.number_votes {
	font-size: 130px;
	font-family: "Apercu Bold";
	letter-spacing: -10px;
	float: left;
	text-align: center;
	margin: 100px 0 30px 0;
}


.vote_button_knicks {
	font-size: 18px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 15px;
	color: white;
	height: 30px;
	width: 160px;
	margin: 0 auto;
	text-align: center;
	background: #007bc1;
}

.vote_button_nets {
	font-size: 18px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 15px;
	color: white;
	height: 30px;
	width: 170px;
	margin: 0 auto;
	text-align: center;
	background: black;
}

.vote_button_knicks img,
.vote_button_nets img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: left;
}	

.vote_button_text {
	vertical-align: middle;
	float: left;
	padding: 4px 0 0 5px;
}





#vote_nav {
	width: 100%;
	height: 50px;
}

#vote_nav img {
	margin: 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#vote_knicks {
	height: 50px;
	width: 50%;
	float: left;
	color: white;
	background: #007bc1;
}

#vote_nets {
	height: 50px;
	width: 50%;
	float: left;
	color: white;
	background: black;
}

.vote_text {
	padding: 15px 0 0 0;
	font-size: 18px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;}

.vote_number {
	font-family: "Apercu Bold";
	font-size: 18px;
	padding: 15px 0 0 0;
	vertical-align: middle;
}

.vote_button {
	text-align: center;
}

.vote_ball_knicks {
	float: left;
	padding: 10px 0 0 10px;
}

.vote_ball_knicks span {
	float: left;
	margin: 0 0 0 5px;
	padding: 4px 0 0 0;
}

.vote_ball_knicks img {
	float: left;
}


.vote_ball_nets {
	float: right;
	padding: 10px 10px 0 0;
}

.vote_ball_nets span {
	float: left;
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
}

.vote_ball_nets img {
	float: right;
}







/* Tweets */

.ny_tweet {
	width: 39%;
	float: left;
}

.bk_tweet {
	width: 39%;
	float: left;
}


.ny_tweet,
.bk_tweet {
	text-align: center;
	margin: 0 auto;
}




.col_ny {
	text-align: center;
	float: left;
	width: 50%;
}

.col_bk {
	text-align: center;
	float: left;
	width: 50%;
}

.big_tweet {
	padding: 100px 0 100px 0;
	font-size: 28px;

}

.big_tweet p {
	margin: 0 auto;
	width: 80%;
	padding: 20px 0 20px 0;
}



.small_tweet {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	font-size: 15px;
	line-height: 22px;
	float: left;

}

.tweet_box {
	min-height: 50px;
	max-height: 100px;
	width: 80%;
	margin: 0 auto;
}

.tweet_pic img {
	width: 50px;
	height: 50px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.tweet_pic {
	width: 10%;
	padding: 0 8% 0 0;
	display: inline-block;
	vertical-align: middle;
}

.tweet_text {
	font-family: "Apercu Regular";
	width: 80%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.tweet_text p {
	margin: 0;
	padding: 0 0 10px 0;
}

.tweet_name {
	font-size: 13px;
	text-align: left;
	font-family: "Apercu Bold";
}

.all_tweets {
	padding: 100px 0 0 0;
}

.quote_marks img {
	width: 35px;
	height: 35px;
}

.quote_name {
	padding: 30px 0 0 0;
	font-size: 18px;
}


#social_vs {
	display: block;
}

#social_vs_mob {
	display: none;
}






/* Colors */

.side {
	width: 50%;
	float: left;
	text-align: center;
	color: white;
}

.side_single {
	width: 50%;
	float: left;
	text-align: center;
	color: white;
}

.white {
	background: white;
	padding-bottom: 100px;
}

.blue {
	background: #007bc1;
	float: left;
}

.black {
	background: black;
	float: left;
}





/* Type Treatments */

.team_record {
	display: block;
	margin: 10px 0 0 0;
	font-size: 22px;
	font-family: "Apercu Light";
	letter-spacing: 0;
}

.percentage {
	font-family: "Apercu Light";
}

#hero_logo_small {
	font-size: 30px;
	font-family: "Apercu Bold";
}


.number_big {
	font-size: 250px;
	font-family: "Apercu Bold";
	letter-spacing: -10px;
	float: left;
	text-align: center;
	margin: 80px 0 0 0;
}


.number {
	font-size: 160px;
	font-family: "Apercu Bold";
	letter-spacing: -10px;
	float: left;
	text-align: center;
}

.header {
	font-family: "Apercu Bold";
	font-size: 20px;
}


.label_white {
	margin-top: 20px;
	padding: 15px;
	background: white;
	text-align: center;
	font-size: 20px;
	color: #ababab;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;}

.performers {
	margin-top: 120px;
	letter-spacing: 0.1em;
}

.label_gray {
	font-size: 12px;
	padding: 15px;
	background: #F5F4F0;
	text-align: center;
	margin: 0 0 -15px 0;
	letter-spacing: 1px;
}

.highlights {
	text-transform: none;
	letter-spacing: 0.1em;
}


.date_details {
	font-family: "Apercu Light";
	font-size: 14px;
	padding: 10px 0 0 0;
	display: block;
	letter-spacing: 0.2em;
}

.next_details {
	font-family: "Apercu Light";
	font-size: 14px;
	position: relative;
	top: -2px;
	left: 10px;
	letter-spacing: 0.2em;
}



.versus {
	margin-top: 10px;
	float: left;
	text-align: center;
}


.dash {
	margin-top: 40px;
	font-size: 100px;
}


.dash_big {
	margin-top: 140px;
	font-size: 150px;
}

.vs {
	margin-top: 80px;
	font-size: 40px;
	letter-spacing: 3px;
}


.vs img{
	width: 33px;
	height: auto;
}

.name {
	font-size: 24px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.name_full {
	font-size: 26px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.player_stats_number {
	font-size: 26px;
}

.player_stats_cat {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.player_stats {
	display: inline-block;
	padding: 0 10px 0 10px;
}

.blue_text {
	color: #007bc1;
}

.black_text {
	color: black;
}

.city {
	font-size: 28px;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 0 40px 0;
}





/* Design Elements */

.crown {
	padding: 50px 0 0 0;
	position: relative;
	top: 20px;
	left: 10px;
}


.crown img {
	width: 50px;
	height: 50px;
}





/* Images */

.pic img {
	vertical-align: bottom;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	display: block;
}


.circlepic img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
	width: 100%;
	max-width: 300px;
	margin: 0 0 50px 0;
}

.col_1 img,
.col_2 img,
.col_3 img {
	margin: 0 auto;
}



}









