@charset "UTF-8";


body {
      font-family: "Avenir next", sans-serif;
      font-size: 13.5px;
      color: #000000;
      /*background: #c9cacb;*/
      background: #bfbfbf;
}

h1, h2, h3, h4 {
  font-family: "Avenir next", sans-serif;;
  text-decoration: none;
  font-weight: 30;
  color: #000000;
  letter-spacing: .1em;
}

h1 {
    font-size: 20px;
    text-transform: uppercase;
}

h2 {
    font-size: 15px;
    text-transform: uppercase;

}

h3 {
    font-size: 15px;
    color: #111111;
}

h4 {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    letter-spacing: 0em;
    margin: 0px 0px 0px 0px;
}

b {
  font-weight: 600;
}


table {
  border: 1px solid black;
  border-collapse: collapse;
}



iframe {
    display: block;
    margin: 0 auto;
    border: 0;
}

hr {
	border-top: 0px solid #8c8b8b;
}

.music {
  width: 650px;
}

#soundcloud {
  float: right;
  width: 70%;
  height: 100px;
}

#youtube {
  float: right;
  width: 280px;
  height: 157px;
}


p {
  text-align: justify;
}

p.clear {
  clear: both;
  margin: 0px 0px 0px 0px;
}

p.clear img {
  margin-right: 30px;
}

.rightIm {
  margin-left: 30px;
}

.pubs {
  font-size: 12.5px;
}

.pubs li {
  margin-bottom: 5px;
}

.fs_works li {
  margin-bottom: 0px;
}

.pubs li a img{
  width: 16px;
  vertical-align: middle;
}

.music img{
  width: 16px;
  vertical-align: middle;
}


.middle {
  vertical-align: middle;
}

.dummy {
  margin-top: 1000px;
}

.fs_dummy {
  margin-top: 600px;
}




.date{
  display: inline-block;
  width: 74px;
}

.mainTitle {
  font-size: 35px;
  margin: 20px 20px 20px 20px;
  text-align: center;
}

a {
  color: #007DA4;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #ff6600;
  outline: none;
  text-decoration: none;
}

.anchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}


.fs_anchor {
    display: block;
    height: 290px;
    margin-top: -290px;
    visibility: hidden;
}


.fac_anchor {
    display: block;
    height: 320px;
    margin-top: -320px;
    visibility: hidden;
}

.content {
  float: left;
  height: 100%;
  /*width: 850px;*/
  top: 5%;
  margin-left: 400px;
  margin-right: 20%;
}

.fs_content {
  float: left;
  height: 100%;
  /*width: 850px;*/
  top: 5%;
  margin-left: 400px;
  margin-right: 5%;
}

.contentHeader{
  width: 100%;
  top: 0;
  background: #bfbfbf;
  position: fixed;
  margin-bottom: 20px;
  z-index: 100;
}

.upperMenu {
  font-family: "Avenir next", sans-serif;
  text-decoration: none;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .1em;
}



.contentWithHeader{
  margin-top: 80px;
}

.fs_contentHeader{
  background: #bfbfbf;
  margin-bottom: 20px;
  /* width: 100%; */
  top: 0;
  left: 300px;
  right: 0px;
  position: fixed;

  /*width: 75%;
  position: fixed;
  left: 50%;
  margin-left: -37.5%;*/
}

.fs_header img {
  background: #bfbfbf;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fs_upperMenu {
  text-align: center;
  font-family: "Avenir next", sans-serif;
  text-decoration: none;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .1em;
}

.fs_contentWithHeader{
  margin-top: 280px;
}

.fs_contentWithHeader table{
  border: 0px;
}

.fs_contentWithHeader td{
  padding-right: 20px;
}

.fac_contentWithHeader{
  margin-top: 300px;
}

.fac_contentWithHeader table{
  border: 0px;
}

.fac_contentWithHeader td{
  padding-right: 0px;
}

.container {
  height: 100%;
  width: 100%;
}

.nav {
  float: left;
  font-size: 20px;
  height: 100%;
  width: 280px;
  position: fixed;
  top: 0;
  left: 20px;
  /*background: #b1b5bc;*/
  background: #999999;
  overflow-x: hidden;
}



#mainMenu {
  margin-top: 80px;
  margin-left: 0px;
}

#mainMenu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

#mainMenu ul li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}

#mainMenu a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 10px 10px;
  letter-spacing: .2em;
}

#mainMenu a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: black;

  /* visibility: hidden; */
  /* -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0); */

  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

#mainMenu a:hover {
  text-decoration: none;
  color: black;
}

#mainMenu a:hover:after {
  visibility: visible;
  /* -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); */

  visibility: visible;
  transform: scaleX(1);
}

#mainMenu .menu_active a {
  color: black;
}

#mainMenu .menu_active a:after {
  visibility: visible;
  /* -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); */
}

.copyright{
  position: fixed;
  bottom: 80px;
  text-align: center;
  width: 280px;
  font-size: 11px;
}

.social_icons {
  position: fixed;
  bottom: 0;
  margin: 10px 0px 30px 0px;
  text-align: center;
  width: 280px;
}

.social_icons img {
  height: 25px;
  margin: 5px;
}

.mainTitle {
  font-size: 35px;
  margin: 20px 20px 20px 20px;
  text-align: center;
}

.mainMenu{
  font-size: 20px;
  margin: 100px 20px 20px 20px;
}

.homeContent{
  float: right;
  height: 100%;
  width: 850px;
  position: fixed;
  top: 5%;
  left: 30%;
}

.bands{
  float: right;
  height: 100%;
  width: 650px;
  top: 5%;
  margin-left: 30%;
}

.cell {
  width: 200px;
  height: 200px;
  float: left;
  padding: 15px 15px 10px 10px;
}

.text-center {
  text-align: center;
}
.js .animate-box {
  opacity: 0;
}
.work .work-grid {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.work .work-grid .inner {
  display: table;
  height: 200px;
  width: 100.1%;
  opacity: 0;
  background: rgba(237, 235, 232, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work .work-grid .inner .desc {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
}

.work .work-grid .inner .desc h2 {

  font-family: "Avenir next", sans-serif;
  font-size: 24px;
  color: #000000;

  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.work .work-grid .inner .desc h3 {

  font-family: "Avenir next", sans-serif;
  font-size: 16px;
  color: #000000;

  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.work .work-grid .inner .desc h4 {

  font-family: "Avenir next", sans-serif;
  font-size: 11px;
  color: #000000;

  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.work .work-grid .inner .desc h3 a {
  color: #000;
}

.work:hover .inner, .work:focus .inner {
  opacity: 1;
}
.work:hover .desc h3 a, .work:focus .desc h3 a {
  color: #cabcab;
}



.fs_content h2 {
  color: #000000;
}

#tableLeft{
  float: left;
  width: 50%;
}

audio {
    width: 200px;
    height: 40px;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    display: none;
}