#loadingAnim{
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -134px;
  background-color: #ffffff;
}

#loading{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
	display: none;
}

#help{
	width:340px;
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: -170px;
	bottom:100px;
	text-align: center;
}

#help h2{

}

.arrows {
	    width: 45px;
	  height: 45px;
	  position: relative;
	  margin: 0 auto;
}

#instructions{
	display: table;
	 padding-left: 0;
}

#instructions li{
	display: table-cell;
}

#left-right{
	background-image: url(../img/landing/bf-05.svg);	
}

#up-down{
	background-image: url(../img/landing/bf-04.svg);	
}

#logo3 {
  position: absolute;
  float: left;
  background-image: url(../img/landing/bf-10.svg);
  width:66px;
  height: 66px;
}

#blackCircle{

  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash 2s linear reverse;
  transform: rotateZ(-90deg);
  /* transform: rotateY(-180deg); */
  transform-origin: 50% 50%;

}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 0;

  }
  to {
    stroke-dashoffset: -1000;

  }
}

#oopsWindow{
	background-color: #E6E6E6;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
	display: none;
}

#oops{
	width:500px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
	background-color: #ffffff;
}

#logo2 {
  position: absolute;
  float: left;
  top: 30px;
  left: 30px;
  width: 35px;
  background-image: url(../img/landing/bf-10.svg);
  width: 35px;
  height: 35px;
}

#oopsImg {
      background-image: url(../img/landing/bf-11.svg);
	  width: 150px;
	  height: 75px;
	  background-repeat: no-repeat;
	  position: absolute;
	  top: 70px;
	  left: 50%;
	  margin-left: -75px;
}

#p1{
	  font-family: 'apercu';
	  font-size: 25px;
	  color: #000000;
	  padding: 75px;
	  top: 100px;
	  text-align: center;
	  position: absolute;
	  line-height: 40px;
}

#p2{
	  font-family: 'apercu-light';
	  font-size: 16px;
	  color: #333333;
	  padding: 75px;
	  top: 210px;
	  text-align: center;
	  position: absolute;
	  line-height: 26px;
}

#browserList{
	  display: table;
	  padding-left: 75px;
	  top: 380px;
	  position: absolute;
}

#browserList li{
	display: table-cell;
	padding-right: 57px;
}

.broserIcon {
	    width: 45px;
	  height: 45px;
	  position: relative;
}

#chrome{
	background-image: url(../img/landing/bf-06.svg);
}
#safari{
	background-image: url(../img/landing/bf-07.svg);
}
#firefox{
	background-image: url(../img/landing/bf-08.svg);
}
#ie{
	background-image: url(../img/landing/bf-09.svg);
}





/*  PROJECT NAMES */

.square {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 0px !important;
  border: 3px solid #cdcdcd;
  cursor: pointer;
}