footer{
  position: relative;
  width: 100%;
  height: 250px;
  background: url(../images/backgrounds/footer.jpg) top center no-repeat #ff9008;
  background-size: cover;
}
footer .copyright{
  position: absolute;
  bottom: 15px;
  width: 100%;
  font-size: 9px;
  color: #fff;
  text-align: center;
}
footer .developedBy{
  display: block;
  position: absolute;
  bottom:5px;
  width: 100%;
  font-size: 8px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
}
.fullscreen{
  z-index:9998;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  text-align: center;
  background-color:#000;
  background-color:rgba(0,0,0,0.9);
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size:contain;
  -moz-background-size:contain;
  background-size:contain;
}
.close{
  z-index:9999;
  position:fixed;
  right:10px;
  top:10px;
  padding:2px 2px 0 4px;
  font-size:18px;
  color:#fff;
  text-shadow: 2px 2px 4px #000;
  border: 1px solid #00ffff;
  border-radius: 3px;
  cursor:pointer;
}
.close:hover{
  color:#00ffff;
  border-color:#fff;
}