body {
	font-family: 'Istok Web', sans-serif;
	background: #0F2A3F;
	min-height: 100%;
	margin: 0;
	overflow: auto;
	min-width: 800px;
}

header {
	background: url("../images/PortlandBallBanner.jpg") no-repeat #000;
	background-position: 0 0%;
	background-size: cover;
}

nav {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	width: 100%;
	min-height: 30px;
	//background-color: #2F7947;
	background-color: #0F2A3F;
	border-top: 2px dashed #046ca3;
	border-bottom: 2px dashed #046ca3;
    box-shadow: inset 0 -1px 0 0 #046ca3, inset 0 1px 0 0 #046ca3, 0 1px 0 0 #046ca3, 0 -1px 0 0 #046ca3;
	margin-bottom: 1px;
	margin-top: 1px;
}


a {
	text-decoration: none;
	color: inherit;
}

.wide {
	width: 100%;
	text-align: center;
}

.strike {
	text-decoration: line-through;
}

.highlight {
	color: #f3e288 !important;
}

.fine_print {
	font-size: 0.8em;
}

.hide {
	display: none;
}

.menu_item {
	display: inline-block;
	min-width: 9.4%;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
	font-size: .9em;
	//border: 1px solid yellow;
	border-right: 3px solid rgb(35 162 230 / 50%);
	border-radius: 20px;
	
}
.menu_item:hover {
	background-color: #046ca3;
	color: #fff;
}

li {
	position: relative;
	border-radius: 5px;
}

li.game_info.center {
	margin-left: -100%;
	margin-right: -100%;
}	
li.game_info.center.highlight {
	font-size: 1em;
}
.round li.spacer {
	background-color: transparent;
	opacity: 1;
	list-style-type: none;
}

.center {
	text-align: center;
}

.hero {
	position: relative; 
	text-align: center; 
	overflow: hidden; color: #fcfcfc; 
}

.hero h1 {
	font-family: 'Holtwood One SC', serif;
	font-weight: normal;
	font-size: 5.4em;
	margin: 0 0 20px; 
	text-shadow:0 0 12px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	letter-spacing: -1px;
}

.hero p {
	font-family: 'Abel', sans-serif;
	text-transform: uppercase; 
	color: #5CCA87; 
	letter-spacing: 6px;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	font-size: 1.2em;
}

.hero-wrap {
	padding: 3.5em 10px;
}

.hero p.intro {
	font-family: 'Holtwood One SC', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 3em;
	margin-bottom:-40px;
}

.hero p.year {
	color: #fff; 
	letter-spacing: 20px; 
	font-size: 34px; 
	margin: -25px 0 25px;
}

.hero p.year i {
	font-size: 14px;
	vertical-align: middle;
}

#bracket {
	position: relative;
	overflow: hidden;
	//background-color: #e1e1e1;
	//background-color: rgba(225,225,225,0.9);
	//background-color: #000;
	background: rgba(62,91,116);
	background: radial-gradient(circle, rgba(138,155,175,1) 0%, rgba(15,42,63,1) 100%);
	font-size: 12px;
	padding: 20px 15px 50px 0px;
	//height: 1230px;
	//height: 820px;
}
#result {
	position: relative;
	overflow: hidden;
	background-color: #000;
	height: 465px;
}

.standings {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.standings:hover {
	cursor: pointer;
}

#standings_hor {
	top: -105px;
	max-width: 350%;
	height: 200px;
}
#standings_single_hor {
	max-width: 300%;
	height: 200px;
	top: -55px;
	left: inherit;
	right: 0;
	transform: none;
	/* border-left: 6px ridge #b6a966;
	border-right: 6px groove #b6a966;
	border-bottom: 10px groove #b6a966;
	border-top: 1px solid #625b37;
	border-radius: 40px 40px 40px 40px; */
	//border: 2px solid #BFBFBF;
	//border-radius: 25px;
	//background-color: rgba(255,255,255,.25);
}

#standings_vert, #standings_single_vert {
	top: -100px;
	max-width: 250%;
	max-height: 240px;
	display: none;
}

.container {
	margin: 0 auto;
	padding: 0 30px;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.split {
	display: block;
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 42%;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
}

.split.single {
	min-width: 75%;
	max-width: 97%;
	padding-left: 3%;
	margin: 0 auto;
}

.champion {
	float: left;
	display: block;
	width: 16%;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-self: center;
	align-self: center;
	margin-top: -15px;
	text-align: center;
	padding: 230px /*0\9*/;
	padding-top: 200px;
	position: relative;
} 
.champion.single {
	width: inherit;
	max-width: 16%;
	color: #fff;
}

.champion i {
	color: #a0a6a8; 
	font-size: 45px;
	padding: 10px 0;
}

.result {
	margin-top: 40px;
}

.round {
	display: block;
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 95%;
	width: 30.8333%\9;
}

.split-one {
	/* margin-right: 1px; */
}
.split-two {
	
}
.split-one .round {
	margin: 0 2.5% 0 0;
	padding-right: 1.5%;
}
.split-two .round {
	margin: 0 0 0 2.5%;
}

.matchup {
	margin: 0;
	width: 100%;
	padding: 20px 0;
	height: 60px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}

.score {
	font-size: 13px;
	text-transform: uppercase;
	float: right;
	color: #2C7399;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	right: 5px;
}

.team {
	padding: 0 20px 0 5px;
	margin: 3px 0;
	height: 25px; 
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap; 
	overflow: hidden;
	position: relative;
	min-width: 98px;
}

.round li.game_info {
	font-family: 'Open Sans', sans-serif;
	font-size: .85em;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 0 2px 0 2px;
	list-style-type: none;
	background-color: transparent;
}
.champion li.game_info {
	font-family: 'Open Sans', sans-serif;
	font-size: .75em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 2px 0 2px;
	list-style-type: none;
	background-color: transparent;
}
.round li.game_info.left {
	text-align: left;
}
.round li.game_info.right {
	text-align: right;
}
.championship li.game_info.center {
	opacity: 1;
}
.championship li.game_info.right {
	text-align: right;
}

.round .game_label {
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: transparent;
	position: absolute;
	opacity: 1;
	background-color: #0f2a3fb8;
	outline: 2px solid #d3d3d3;
	padding-top: 3px;
	border-radius: 50%;
	height: 20px;
	width: 23px;
	font-size: 15px;
}

.game_label.round-1 {
	top: 42px;
}
.game_label.round-2 {
	top: 89px;
}
.game_label.round-3 {
	top: 195px;
}
.game_label.round-4 {
	top: 142px;
}
.game_label.round-5 {
	position: absolute;
	font-weight: bold;
	top: 315px;
}
.single .game_label.round-5 {
	top: 93px;
}

.game_label.left {
	color: #fff;
	left: -30px;
	text-align: center;
}
.game_label.right {
	color: #fff;
	right: -33px;
	text-align: left;
}

.round .game_label.note {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	padding-left: 1px;
	width: 99%;
}
.round .game_label.note.round-1 {
	top: 12px;
}
.round .game_label.note.round-2 {
	top: 60px;
}
.round .game_label.note.round-3 {
	top: 165px;
}
.round .game_label.note.round-4 {
	top: 112px;
}

.round-two .matchup {
	margin: 0; 
	height: 60px;
	padding: 69px 0;
}
.round-three .matchup {
	margin: 0; 
	height: 40px; 
	padding: 173px 0;
}
.round-four .matchup {
	margin: 0; 
	height: 30px; 
	padding: 120px 0;
}
.round-five .matchup {
	margin: 0; 
	height: 60px; 
	padding: 280px 0;
}
.single .round-five .matchup {
	padding: 55px 0;
}
.single .round-five ul.matchup.standings {
	padding-top: 0;
	padding-bottom: 110px;
}
.final .matchup {
	padding-top: 0;
}

.matchup.championship {
	padding-bottom: 7px;
	text-align: left;
}

.round-details {
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 13px; 
	color: #38a8e4;
	text-transform: uppercase;
	text-align: center;
	height: 40px;
	margin-bottom: 70px;
}
.round-details.round-4 {
	margin-bottom: 125px;
}
.round-details.final {
	margin: 0;
}
.round-details.result {
	font-family: 'Holtwood One SC', serif;
	font-size: 25px;
	color: #fff;
	margin-left: -100%;
	margin-right: -100%;
	white-space: nowrap;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 50%);
}
.round-details.result i{
	font-size: 25px;
	//color: #f3e288;
}
.round-details.result span {
	font-size: 32px;
	color: #E40E32;
	text-shadow:
		1px 1px 4px rgb(0 0 0 / 35%),
		-1px -1px 4px rgb(0 0 0 / 35%),  
		1px -1px 4px rgb(0 0 0 / 35%),
		-1px 1px 4px rgb(0 0 0 / 35%),
		1px 1px 4px rgb(0 0 0 / 35%);
}	
.round-details.result hr {
	max-width: 15%;
}

.champion li, .round li {
	background-color: #fff;
	box-shadow: none; 
	opacity: 0.75;
}

.current li {
	opacity: 1;
}
.current li.team {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	opacity: 1;
}
.override_current {
	opacity: 0.75;
}

.vote-options {
	display: block;
	height: 52px;
}

.share {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	/* border-top: 3px dashed #046ca3; */
}
.share .container {
	margin: 0 auto; 
	text-align: center;
}

.share-icon {
	font-size: 24px; 
	color: #fff;
	padding: 25px;
}

.share-wrap {
	max-width: 1100px; 
	text-align: center; 
	margin: 60px auto;
}

.final {
	margin: 4.5em 0 5em 0;
	padding: 0 10px;
	transform: translate(0, -15%);
}

.semis-l {
	padding-top: 30px;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.share-icon {
	color: #fff; 
	opacity: 0.35; 
}
.share-icon:hover {
	opacity: 1;
	-webkit-animation: pulse 0.5s; 
	animation: pulse 0.5s;
}
.date {
	font-size: 10px; 
	letter-spacing: 2px;
	font-family: 'Istok Web', sans-serif;
	color: #1fbb16;
}
.final_time {
	font-size: 10px; 
	letter-spacing: 3px;
	font-family: 'Istok Web', sans-serif;
	color: #2C7399;
}

.hr_derby {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 10px;
	line-height: 6.5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 1px #000;
	margin: -30px auto 0 auto;
	padding: 10px;
	padding-bottom: 10px;
	width: 18%;
	min-width: 310px;
	border-radius: 5px 5px 40px 40px;
	border-top: 18px solid #103960;
	background: #4F87BA;
	background: linear-gradient(to bottom, #4074A5 15%, #82AACE 115%);
	box-shadow: 1px 2px 3px #a9a9bf;
}
.hr_derby:hover {
	cursor: pointer;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	opacity: 0.9;
}
.hr_derby h2{
	font-family: 'Holtwood One SC', serif;
	font-weight: lighter;
	text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	letter-spacing: 1px;
	line-height: 1.1;
	margin: 10px;
	font-size: 18px;
}
.hr_derby hr{
	width: 65%;
	margin-bottom: 12px;
}
.hr_derby a{
	height: 200px;
	border: 1px solid yellow;
}
.hr_derby span {
	font-size: 1.3em;
	text-shadow: 1px 1px #000;
	line-height: 1.3em;
	font-style: italic;
}
.hr_derby.single {
	margin: 50px auto 0 auto;
	display: block;
	text-shadow: 0 1px #000;
}
	
.team-logo {
	width: 100px;
	height: 100px;
	margin-bottom: -10px;
}
.team-logo-champ {
	position: inline;
	//width: 112px;
	//height: 125px;
	margin-left: 50%;
	transform: translateX(-50%);
	/* if team photo use following */
	width: 100%;
	border-radius: 20px 20px 70px 70px;
	box-shadow: 0px 5px 12px rgb(0 0 0 / 80%);
}
.nowrap {
	//display: flex;
	justify-content: center;
	text-align: center;
	margin: 0  auto;
}

#vs {
	height: 90px;
	width: 14%;
	max-width: 32px;
}

#final_result {
	position: relative;
	//background: rgb(73,155,234); /* Old browsers */
	//background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(22,57,79,1) 100%); /* FF3.6-15 */
	//background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(22,57,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
	//background: linear-gradient(to bottom, rgba(73,155,234,1) 0%,rgba(22,57,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#16394f',GradientType=0 ); /* IE6-9 */
	//border: 5px solid rgba(255, 255, 255, 0.5);
	padding: 10px 0 10px 0;
	max-width: 40%;
	margin: 0 auto;
	border-radius: 50px;
}

/* #final_result i.fa-trophy {
	color: #fff;
	opacity: 0.3;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	font-size:180px;
	text-shadow: 1px 1px 1px #000;
}
#final_result i.fa-trophy.left {
	left: -35%;
}
#final_result i.fa-trophy.right {
	right: -35%;
} */

ul li#final_logo {
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 135px;
	width: 135px;
	height: 135px;
	background: transparent;
	list-style: none;
}

/* #rules_main {
	position: absolute;
	max-width: 35%;
	min-width: 620px;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 10px 10px 0 0;
} */
#rules {
	max-width: 60%;
	margin: -18px auto 10px auto;
	border-radius: 15px;
	/* display: none; */
}

#logo {
	margin-top: -30px;
	opacity: .65;
}
#logo:hover {
	opacity: 1;
}

#result_container {
	//background: #0F2A3F;
	//background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 35%, rgba(30,87,153,1) 38%, rgba(30,87,153,1) 40%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 60%, rgba(30,87,153,1) 62%, rgba(30,87,153,0.8) 65%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
	//background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 35%,rgba(30,87,153,1) 38%,rgba(30,87,153,1) 40%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 60%,rgba(30,87,153,1) 62%,rgba(30,87,153,0.8) 65%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
	//background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 35%,rgba(30,87,153,1) 38%,rgba(30,87,153,1) 40%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 60%,rgba(30,87,153,1) 62%,rgba(30,87,153,0.8) 65%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */
	
	//background: rgba(62,91,116);
	//background: radial-gradient(circle, rgba(138,155,175,1) 0%, rgba(15,42,63,1) 100%);
	margin-top: 30px;
}


/* @media screen and (min-width: 981px) and (max-width: 1099px) {
  .container {margin: 0 3% 0 0;}
  .champion {width: 14%;}
  .split {width:43%; }
  .split-one .vote-box {margin-left: 138px;}
  .hero p.intro {font-size: 28px;}
  .hero p.year {margin: 5px 0 10px;}
  
  li.game_info.left {
	padding-right: 10px;
  }
  li.game_info.right {
	padding-left: 10px;
  }
  .game_info br {
	display: none;  
  }
  
  .champion {
	//padding-top: 450px;
  }

  #standings_hor {
	max-height: 160px;
  }
  
  #rules_alt{
	display: block;
  }
  #rules_main {
	display: none;
  }
} */

/* @media screen and (max-width: 1099px) { */

@media screen and (min-width: 1281px) and (max-width: 1399px) {
	li.game_info.left {
		padding-right: 10px;
	}
	li.game_info.right {
		padding-left: 10px;
	}
	.game_info br {
		display: none;  
	}
}

@media screen and (max-width: 1280px) {
	.container {-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;}
	.split, .champion {
		width: 90%;
		margin: 0px 5% 35px 5%;
	}
	.champion.single {
		margin: 0;
	}
	.final {
		width: 30%;
		min-width: 200px;
		margin: 0 auto;
		padding-bottom: 110px;
		border-bottom: 1px solid #b6b6b6;
		transform: none;
	}
	.champion {
		-webkit-box-ordinal-group:3;
		-moz-box-ordinal-group:3;-ms-flex-order:3;
		-webkit-order:3;
		order:3;
		padding-top: 0;
		padding-bottom: 00px;
	}
	.split {
		/* border-bottom: 1px solid #b6b6b6;  */
		padding-bottom: 20px;
	}
	.split.single {
		padding-left: 0;
	}
	.hero p.intro {font-size: 24px;}
	.hero h1 {font-size: 3em; margin: 15px 0;}
	.hero p {font-size: 1em;}
	.menu_item{
		padding: 0 5px;
	}
	.team {}
	.standings {
		left: 0;
		transform: none;
		margin: 0 auto;
	}
	.hr_derby.single {
		//margin-top: -10px;
		//min-width: 320px;
		//font-size
		//line-height: 0.65em;
	}
	.hr_derby.single h2 {
		font-size: 16px;
	}
	
	.share {
		//border-top: 3px dashed #046ca3;
		margin-top: 1px;
	}
	
	/* #bracket {
		height: 1230px;
		padding-bottom: 50px;
	} */
  
	#standings_hor {
		display: none;
	}
	#standings_vert {
		position: relative;
		display: inline-block;
		margin: 0 auto;
		top: 40px;
		max-width: 98%;
		min-height: 280px;
	}
	#standings_single_hor {
		max-width: 275%;
	}
	/* #standings_single_hor{
		display: none;
	}
	#standings_single_vert {
		position: relative;
		display: inline-block;
		top: 40px;
		max-width: 450px;
		margin: 0 auto;
	} */
	
	#rules{
		display: block;
		max-width: 70%;
	}
	/* #rules_main {
		//display: none;
	} */
}

@media screen and (max-width: 1023px) {
	.split.single {
		margin: 0 auto 0 0;
	}
}

@media screen and (max-width: 700px) {
	.split {width: 95%;margin: 25px 2.5%;}
	.round {width:21%;}
	.current {-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;}
	.hero h1 {font-size: 2.15em; letter-spacing: 0;margin:0; }
	.hero p.intro {font-size: 1.15em;margin-bottom: -10px;}
	.round-details {font-size: 90%;}
	.hero-wrap {padding: 2.5em;}
	.hero p.year {margin: 5px 0 10px; font-size: 18px;}
	.team {font-size: 9px;}

	#rules{
		display: block;
	}
	/* #rules_main {
		display: none;
	} */
}