@import url(normalize.css);
@import url(typicons.css);

body {
	background: #003468;
	color: #ffffff;
}

.container {
  padding: 0px;
  width: 1092px;
  margin: 15px auto 0;
  position: relative;

}
.container .inside {
  width: 640px;
}
header {
	min-height: 150px;
	width: 100%;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
}
.logo {
	text-align: center;
}
.logo img {
	max-width: 400px;
}
.sideNav {
  width: 208px;
  float: left;
  margin: 0px 6px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  text-align: left;
}
.sideNav.right {
	float: right;
}
.lowerNav {
	width: 640px;
	margin: 0 auto;
}
.lowerNav nav {
  width: 32.3333%;

  float: left;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.lowerNav .leftNav {
	margin-right: .75%;
}
.lowerNav .centerNav {
	margin: 0 .75%;
}
.lowerNav .rightNav {
	margin-left: .75%;
}
nav section h3 {
  margin: 0;
  padding-top: 7px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  height: 35px;
  box-sizing: border-box;
}
nav {
	min-height: 1px;
}
nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  margin: 0 10px 0px 0;
  padding: 5px 15px;
  background: #9577ad;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-decoration: none;
  line-height: 21px;
  color: #ffffff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;

  box-sizing: border-box;
}
nav a[disabled] {
	background: #ccc;
}
.mainNav a[disabled]:before {
	background: #bbb;
}
nav a:before {
  content: '';
  width: 100px;
  height: 100px;
  background: #6e408e;
  position: absolute;
  right: -90px;
  top: -15px;
  -webkit-transition: all .2s ease .1s;
  -moz-transition: all .2s ease .1s;
  transition: all .2s ease .1s;
}
nav a:after {
  font-family: 'typicons';
  font-size: 24px;
  content: '\e021';
  position: absolute;
  right: -28px;
  top: 7px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  color: #000000;
}
nav a.selected {
  background: #6e408e;
  color:  #000000;
}
nav a:hover:before,
nav a.selected:before {
  right: -65px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
nav a:hover:after,
nav a.selected:after {
  right: 13px;
  -webkit-transition: all .2s ease .1s;
  -moz-transition: all .2s ease .1s;
  transition: all .2s ease .1s;
}
nav.lower {
  float: left;
  clear: right;
  width: 640px;
  margin-left: 20px;
}
nav.lower a:after {
  content: '\e021';
}


nav.sideNav a:after {
	content: '\e01b';
}


nav.sideNav.right a {
	padding-left: 40px;
	text-align: right;
}
nav.sideNav.right a:before {
  left: -90px;
}
nav.sideNav.right a:after {
  content: '\e00e';
  left: -28px;

}
nav.sideNav.right a:hover:before,
nav.sideNav.right a.selected:before {
	left: -65px;
	right: auto;
}
nav.sideNav.right a:hover:after,
nav.sideNav.right a.selected:after {
  left: 13px;
  right: auto;
}

#playerContainer {
    margin-bottom: 50px;
    margin: 0 6px;
    float: left;
}
.vjs-default-skin {
  color: #eee;
  font-size: 10px;
}
.vjs-play-progress,
.vjs-volume-level {
  background-color: #6e408e !important;
}
.vjs-control-bar,
.vjs-big-play-button {
  background: rgba(0, 0, 0, 0.8);
}
.vjs-slider {
  background: #6e408e !important;
}
/**********************
 * Mixins
 **********************/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
