/*FOOTER*/

.footer{
  height: 300px;
  width: 100%;
  background-color: #212121;
  overflow: hidden;
}

.center-container{
  position: relative;
  width: 1400px;
  height: 100%;
  left: 50%;
  margin-left: -700px;

}

.left-side{
  position: absolute;
  width: 500px;
  height: 200px;
  top: 50%;
  left: 50px;
  margin-top: -100px;

}

.left-side img{
  position: absolute;
  width: 300px;
  left: 75px;
}

.right-side{
  position: absolute;
  width: 750px;
  height: 200px;
  top: 50%;
  margin-top: -100px;
  left: 600px;

}

.fot-con{
  display: inline-block;
  float: left;
  width: 20%;
  height: 200px;
  margin: 0;
  padding: 0;

}


.footer h5{
  position: relative;
  font-family: SanFrancisco-K;
  font-size: 25px;
  height: 25px;
  float: right;
  color: white;
  opacity: 0.75
}

.footer li{
  text-align: right;
  margin-top: 6px;
  font-family: SanFrancisco-LI;
  font-size: 18px;
  width: 150px;
  height: 25px;
  display: block;
}

.footer a{
  color: white;
  opacity: 0.3;
}

.footer a:hover{
  transition: all .2s ease-in-out;
  opacity: 0.15;
}

.footer img:hover{
  transition: all .2s ease-in-out;
  transform: scale(1.055);
}


/* COPYRIGHT FOOTER*/
.copyright-footer{
  width: 100%;
  height: 34px;
  float: left;
  background-color: #404040;
  overflow: hidden;
}

.center-copy{
  height: 30px;
  width: 300px;
  position: relative;
  left: 50%;
  margin-left: -150px;
}

.copy-left{
  height: 30px;
  width: 120px;
  float: left;
  position: relative;
  top: 5px;
}

.copy-middle{
  height: 30px;
  width: 60px;
  float: left;
  position: relative;
}

.copy-middle img {
  width: 22px;
  margin-left: 20px;
  margin-top: 2px;
}

.copy-right{
  height: 30px;
  width: 120px;
  float: right;
  position: relative;
  top: 5px;
}

.copyright-font{
  color: #ffffffb7;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  margin-top: 4px;
  font-family: SanFrancisco-B;
}



/* Responsive */

@media screen and (max-width: 1400px){
  .footer{
    min-height: 300px;
  }
}

@media screen and (max-width: 750px){
  .footer{
    min-height: 500px;
  }
}

@media screen and (max-width: 450px){
  .footer{
    min-height: 650px;
  }
}

@media screen and (max-width: 1400px){
  .center-container{
    max-width: 750px;
    margin-left: -375px;
    height: auto;
  }
}


@media screen and (max-width: 1400px){
  .right-side{
    position: relative;
    width: 750px;
    left: 50%;
    height: auto;
    margin-left: -375px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 750px){
  .center-container{
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }
}

@media screen and (max-width: 750px){
  .right-side{
    width: 100%;
    margin-left: 50px;
    margin-top: 25px;
    left: 0;
    min-height: 500px;
  }
}

@media screen and (max-width: 450px){
  .right-side{
    margin-left: 10px;
  }
}

@media screen and (max-width: 750px){
  .fot-con{
    width: 150px;
    float: left;
  }
}

@media screen and (max-width: 750px){
  .footer li{
    text-align: right;
  }
}

@media screen and (max-width: 1400px){
  .left-side{
    display: none;
  }
}
