a, a:active, a:focus img {
  outline: none;
  border: none;
}

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: black;
}

body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#272933), to(black));
  background-image: -webkit-linear-gradient(top, #272933, black);
  background-image: -moz-linear-gradient(top, #272933, black);
  background-image: -o-linear-gradient(top, #272933, black);
  background-image: linear-gradient(to bottom, #272933, black);
}

#container {
  padding: 5% 7% 0 7%;
  margin: 0;
  min-width: 200px;
  min-height: 600px;
  max-height: 100%;
  height: 100vh;
}

#fade {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 6em;
  height: 30%;
  background-image: url(transblack.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#player {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 4em;
}

#footer, #footer p {
  margin: 0 auto;
  font-size: 1em;
  text-align: center;
  color: #DFDFDF;
}

.flexslider,
.flexslider .slides,
.flexslider .slides li,
.flexslider .slides img {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

.flexslider .flex-direction-nav {
}

.flexslider {
  position: relative;
  padding: 10px;
  background: #333333;

  height: 100%;
  width: 80%;
  margin: 0 auto;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
  box-shadow: 0px 1px 1px rgba(0,0,0, .2);

  background-image: url(transblack.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

.flexslider .slides {
  padding: 0 5%;
}

.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  max-width: 100%;
  max-height: 80%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -ms-interpolation-mode: bicubic;
  margin: auto;
}

.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flex-direction-nav {
  height: 0;
  overflow: hidden;
}

.flex-direction-nav a {
  display: block;
  position: absolute;
  margin: -17px 0 0 0;
  width: 35px;
  height: 35px;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 9999;

  background-color: #272933;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#272933));
  background-image: -webkit-linear-gradient(top, #333333, #272933);
  background-image: -moz-linear-gradient(top, #333333, #272933);
  background-image: -o-linear-gradient(top, #333333, #272933);
  background-image: linear-gradient(to bottom, #333333, #272933);
}

.flex-direction-nav a:before {
  display: block;
  position: absolute;
  content: '';
  width: 9px;
  height: 13px;
  top: 11px;
  left: 11px;
}

.flex-direction-nav a:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 35px;
}

.flex-direction-nav .flex-next {
  right: -5px;

  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
  left: -5px;

  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before {
  background-position: -9px 0;
  left: 15px;
}
.flex-direction-nav .flex-prev:before {
  background-position: 0 0;
}

.flex-direction-nav .flex-next:after {
  right: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #333333;
}

.flex-direction-nav .flex-prev:after {
  left: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #333333;
}

.flex-control-nav,
.flex-control-paging {
  display: none;
}
