  /*FOOTER*/
  
  .footer {
    background: #000000;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 90px;
    padding-left: 2em;
    padding-right: 2em;
    vertical-align: middle;
  }
  
  footer a {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
  }
  
  footer a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-copyright{
    color: #ffffff;
    text-align: right;
    margin-top: 2.4em;
    font-size: 14px;
    margin-right: -30px;
  }
  

  .copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
  }
  
  .footer-middle {
    padding-top: 2em;
    color: white;
  }
  
  
  /*SOCİAL İCONS*/
  
  /* footer social icons */
  
  ul.social-network {
    list-style: none;
    display: inline;
    margin-left: -1.2em !important;
    padding: 0;
  }
  
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
  
  
  /* footer social icons */
  



.social-network a.icoInstagram:hover {
    background-color: #cc5de8;
  }
  
  .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
  }
  
  .social-network a.icoSkype:hover {
    background-color: #007bb7;
  }
  
  .social-network a.icoInstagram:hover i,
  .social-network a.icoSkype:hover i,
  .social-network a.icoLinkedin:hover i {
    color: #fff;
  }
  
  .social-network a.socialIcon:hover,
  .socialHoverClass {
    color: #44BCDD;
  }
  
  .social-circle li a {
    max-width: 50px;
  }
  
  .social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
  }

  .socialSVG{
    max-width: 50px;
    margin-top: 1.5em;
    margin-right: -1em;
  }
  
  .social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }
  
  @media only screen and (max-width: 415px) {

    .footer {
      height: 9em !important;
    }

    .footer-copyright{
      text-align: center;
      margin-top: 1em !important;
      font-size: 14px !important;
    }

  }

  @media only screen and (max-width: 575px) {

    .footer {
      height: 8em;
    }

    .footer-copyright{
      text-align: center;
      margin-top: 1em !important;
    }

  }

  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
  .footer-social-links {
    text-align: center;
  }

  .footer {
    background: black;
    margin-top: 0em;
    margin-bottom: -3em;
    padding-left: 0em;
    padding-right: 0em;
  }

  .footer-copyright {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

  .footer-copyright{
    margin-top: 2.7em;
  }
  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

  ul.social-network {
    list-style: none;
    display: inline;
    margin-left: -1.1em !important;
    padding: 0;
  }

}
