/*==========  Global  ==========*/
/*==========  Basics  ==========*/
html,
body {
  height: 100%;
}
body {
  	background: #FFFFFF;
	background-image: url(../images/bg-pattern-net.jpg);
	background-repeat: repeat;
	background-position: top center;
  	margin: 0px;
  	padding: 0px;
  	/*font-family: sans-serif;*/
  	font-size: 15px;
  	line-height: 25px;
  	color: #000000;
 	font-family: 'CaeciliaCom-55Roman', serif;
  	overflow-x: hidden;
  	overflow-y: scroll;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'CaeciliaCom-75Bold', serif;
}
/*==========  Sections  ==========*/
.header {
  	text-align: left;
  	position: relative;
  	z-index: 1;
  	background-image: url(../images/FE_Timeline_Oct18_Naismith2_Header@2x.jpg);
	background-position: top center;
	background-color: #000000;
	background-size: cover;
}
.section.header {
	height: 100%;
	text-align: center;
}
.header .master-head {
  	padding: 0;
	/*background-image: url(../images/header-bottom@2x.png);*/
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.header .master-head .head-content {
  	/*padding-left: 20px;*/
}
.header .page-title {
  	padding: 0;
  	font-size: 70px;
  	line-height: 80px;
  	letter-spacing: normal;
  	color: #a79971;
	font-family: 'CaeciliaCom-45Light', serif;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.9); 
}
.header .byline {
  	margin: 15px 0;
	font-family: 'CaeciliaCom-75Bold', serif;;
	font-size: 20px;
  	line-height: 34px;
	font-variant: small-caps; 
  	color: #a79971;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}
.header .page-description {
  	margin: 30px 0;
	font-family: 'CaeciliaCom-55Roman', serif;;
  	font-size: 20px;
  	line-height: 34px;
  	color: #a79971;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}
.header .scroll-button {
  color: #FFF;
  font-size: 20px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  background: #009ddc;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header .scroll-button:hover {
  background: #005e84;
}
.header .scroll-button:active {
  background: #003f58;
}
.header .scroll-link {
	margin: 15px 0;
	font-size: 18px;
	letter-spacing: .5px;
	display:block;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	opacity: .75;
	transition: all .1s linear;
}
.header .scroll-link:hover {
	transform: translateY(5px);
	opacity: 1;
}
.header .scroll-link img {
	width: 30px;
	margin-top: 10px;
	height: auto;
}
.main-content {
  margin: 0px auto;
  position: relative;
}
.main-content .section-inner,
.main-content .post-wrapper {
  *zoom: 1;
}
.main-content .section-inner:before,
.main-content .post-wrapper:before,
.main-content .section-inner:after,
.main-content .post-wrapper:after {
  content: "";
  display: table;
}
.main-content .section-inner:after,
.main-content .post-wrapper:after {
  clear: both;
}
.entry-content p {
}
.footer {
  background-image: url(../images/bg-pattern-net.jpg);
  padding: 0;
  position: relative;
  z-index: 1;
}

.footer #footer-top {
	max-width: 1024px;
	margin: 0 auto;
}
.footer #footer-top img {
	width: 100%;
	height: auto;
	display: block;
}
.footer .good-bye {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
#champ-footer {
	background-color: #000000;
}

.section .section-inner {
  margin: 0px auto;
  width: 1024px;
}

.section.header .section-inner {
 	position: relative;
  	top: 50%;
 	transform: translateY(-50%);
	max-width: 800px;
	padding: 0 30px;
}

.bball-banner {
	position: absolute;
	right: 0;
}
#banner {
	position: absolute;
	top: 40%;
	display: block;
	z-index: 9999998;
}

@media only screen {
  .section .section-inner {
    width: auto;
    max-width: 1024px;
  }
}
/*==========  Stem  ==========*/
.stem-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 50%;
}
.stem-wrapper.color-black .stem-background {
	background: linear-gradient(to bottom, #000000 95%, #cccccc 100%)
}
.stem-wrapper.color-gold .stem-background {
	background: linear-gradient(to bottom, #a79971 95%, #cccccc 100%)
}
.stem-wrapper.color-blue .stem-background {
  	background: linear-gradient(to bottom, #009ddc 95%, #cccccc 100%)
}
.stem-wrapper.color-yellow .stem-background {
  	background: #E9E566;
}
.stem-wrapper.color-green .stem-background {
  	background: #35C189;
}
.stem-wrapper.color-white .stem-background {
  	background: #FFF;
}
.stem-wrapper .stem,
.stem-wrapper .stem-background {
  	position: absolute;
  	top: 0px;
  	left: -30px;
  	width: 60px;
}
.stem-wrapper .stem {
  	background: #cccccc;
  	height: 100%;
}
.stem-wrapper .stem-background {
  	background: #a79971;
  	height: 50%;
  	transition-duration: 0.5s;
}
.stem-padding,
.single-stem-icon {
  	width: 60px;
  	height: 60px;
  	margin: 0px auto;
  	background: transparent url(../images/stem-mask.png) repeat-y top center;
}
.single-stem-icon.scroll-to-top {
  cursor: pointer;
  background-image: url("../images/arrow-up-icon.png");
}
/*==========  Post wrapper ==========*/
.post-wrapper {
  *zoom: 1;
}
.post-wrapper:before,
.post-wrapper:after {
  content: "";
  display: table;
}
.post-wrapper:after {
  clear: both;
}
.post-wrapper .post {
  	position: relative;
  	width: 432px;
  	padding: 30px 0px 0 0;
  	clear: both;
  	opacity: 1;
  	-webkit-perspective: 1000px;
  	perspective: 1000px;
}
.post-wrapper .post-content {
	padding: 20px;
  	border-top: 4px solid;
}
.post-wrapper .post.hidden .post-content {
  	-webkit-transform: translateY(100px) rotateX(30deg);
  	transform: translateY(100px) rotateX(30deg);
  	opacity: 0;
}
.post-wrapper .post:hover .post-content,
.post-wrapper .post.active .post-content {
  	opacity: 1;
	background-color: #FFFFFF;
	border-top: 4px solid #009ddc;
}
.post-wrapper .post:hover .post-content .meta,
.post-wrapper .post.active .post-content .meta {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.post-wrapper .post:nth-child(even) {
  float: right;
}
.post-wrapper .post:nth-child(odd) {
  float: left;
}
.post-wrapper .post:nth-child(even) .stem-overlay {
  left: -110px;
}
.post-wrapper .post:nth-child(odd) .stem-overlay {
  right: -110px;
}
.post-wrapper .post.bball-icon .stem-overlay .icon {
  	background-image: url(../images/bball-icon.png);
}
.post-wrapper .post.music-icon .stem-overlay .icon {
  	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/music-icon.png);
}
.post-wrapper .post.bitbucket-icon .stem-overlay .icon {
  	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/bitbucket-icon.png);
}
.post-wrapper .post.m-icon .stem-overlay .icon {
  	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/m-icon.png);
}
.post-wrapper .post.twitter-icon .stem-overlay .icon {
  	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/twitter-icon.png);
}
.post-wrapper .post .stem-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 60px;
}
.post-wrapper .post .stem-overlay .icon {
  background: transparent no-repeat center center;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.post-wrapper .post .stem-overlay .stem-mask {
  	position: absolute;
  	top: 60px;
  	bottom: 0px;
  	left: 0px;
  	right: 0px;
  	background: transparent url(../images/stem-mask.png) repeat-y top center;
}
.post-wrapper .post .post-content {
  opacity: 0.3;
  transition-duration: 0.4s;
  -webkit-transform: none;
  transform: none;
}
.post-wrapper .post .post-content .meta {
  color: rgba(255, 255, 255, 0.3);
  margin: 0px 0px 15px 0px;
  letter-spacing: 1px;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.post-wrapper .post .post-content .post-title {
  	font-size: 20px;
  	line-height: 25px;
	color: #009ddc;
  	margin: 0px 0px 15px 0px;
	font-family: 'CaeciliaCom-85Heavy', serif;
}
.post-wrapper article[data-stem-color='blue'].post .post-content .post-title {
	color: #009ddc;
}
.post-wrapper article[data-stem-color='gold'].post .post-content .post-title {
	color: #a79971;
}
.post-wrapper article[data-stem-color='black'].post .post-content .post-title {
	color: #000000;
}
.post-wrapper article[data-stem-color='blue'].post .post-content,
.post-wrapper article[data-stem-color='blue'].post .post-content{
	border-top-color: #009ddc;
}
.post-wrapper article[data-stem-color='gold'].post .post-content,
.post-wrapper article[data-stem-color='gold'].post .post-content{
	border-top-color: #a79971;
}
.post-wrapper article[data-stem-color='black'].post .post-content,
.post-wrapper article[data-stem-color='black'].post .post-content{
	border-top-color: #000000;
}
/*==========  Images ==========*/

.post-image img {
  	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
.post-image {
	position: relative;
	margin: 0 0 15px 0;
}
.post-image p.caption {
	font-size: 13px;
	line-height: 17px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	padding: 5px 10px;
	width: calc(100% - 20px);
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5)
}

.post-image p.caption span.credit {
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
}

/*==========  Images OLD  ==========*/
/*.images {
	position: absolute;
	top: 0px;
	width: 84%;
	margin: 50% 8% 0 8%;
	z-index: -99;
}
.images .timeline-image img {
  	display: block;
}
.images .timeline-image {
  	clear: both;
	position: relative;
}
.images .timeline-image .image-contain {
	position: relative;
}
.images .timeline-image p.caption {
	font-size: 13px;
	line-height: 17px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000000;
	padding: 10px 0;
	max-width: 200px;
}

.images .timeline-image p.caption span.credit {
	font-size: 11px;
	line-height: 17px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.images .timeline-image p.date {
	position: absolute;
	bottom: 0;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	font-family: 'caecilia', serif;
	font-weight: 800;
	color: #009ddc;
	padding: 5%;
	width: 90%;
	text-shadow: 2px 2px 6px rgba(0,0,0,1.0);
}
.images .timeline-image:nth-child(even) {
  float: left;
}
.images .timeline-image:nth-child(odd) {
  float: right;
}
.images .timeline-image:nth-child(even) .stem-overlay {
  left: -110px;
}
.images .timeline-image:nth-child(odd) .stem-overlay {
  right: -110px;
}*/
/*==========  Media queries  ==========*/
@media only screen and (max-width: 1080px) {
	
		.images {
		display: none;
	}
	
  .main-content,
  .main-content .section-inner {
    max-width: none;
  }
  .stem-wrapper {
    left: 80px;
  }
  .stem-padding,
  .single-stem-icon {
    margin: 0px;
    float: left;
    margin-left: 50px;
  }
  .post-wrapper .post,
  .post-wrapper .post:nth-child(even),
  .post-wrapper .post:nth-child(odd) {
    width: auto;
    margin-left: 110px;
    float: none;
  	padding-right: 30px;
  }
  .post-wrapper .post .stem-overlay,
  .post-wrapper .post:nth-child(even) .stem-overlay,
  .post-wrapper .post:nth-child(odd) .stem-overlay {
    left: -60px;
    right: auto;
  }
  .post-wrapper .post .post-content {
    padding: 20px;
	margin-left: 20px;
  }
	#banner {
		display: none;
	}
}
@media only screen and (max-width: 700px) {

		
  .header .page-title {
  	font-size: 32px;
  	line-height: 42px;
	font-family: 'CaeciliaCom-55Roman', serif;
}
	.header .byline {
	font-size: 14px;
  	line-height: 20px;
	margin: 10px 0;
}
	.header .page-description {
  	font-size: 14px;
  	line-height: 20px;
	margin: 20px 0;
}
	.header .scroll-link {
	margin: 10px 0;
	font-size: 16px;
}
	.header img.champion-logo-white {
		max-width: 150px;
		height: auto;
}
  .post-wrapper .post {
    margin-left: 90px !important;
  }
  .post-wrapper .post .post-content {
    /*padding: 0 25px;*/
  }
  .stem-wrapper {
    left: 60px;
  }
  .stem-padding,
  .single-stem-icon {
    margin-left: 30px;
  }
	#footer-top {
		padding-top: 100px;
	}
	.post-image p.caption {
	padding: 5px 10px;
	position: static;
	background-color: rgba(0,0,0,1.0)
}
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	
}
