/*FOOTER*/

footer {
    background: #1d1d1f;
    color: #ffffff;
    padding-top: 10px;
  }
  
  footer a {
    color: #ffffff;
    font-size: 12px;
    transition-duration: 0.2s;
    font-weight: 400;
  }
  
  footer a:hover {
    color: #8C6D00;
    text-decoration: none;
  }
  
  .copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #cccccc;
  }
  
  .footer-middle {
    padding-top: 2em;
    color: #ffffff;
  }
  
  
  
  /*SOCİAL İCONS*/
  
  /* footer social icons */
  
  ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }
  
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
  
  /* footer social icons */
  
  .social-network a.icoFacebook:hover {
    background-color: #3b5998;
  }
  
  .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
  }
  
  .social-network a.icoFacebook:hover i,
  .social-network a.icoLinkedin:hover i {
    color: #ffffff;
  }
  
  .social-network a.socialIcon:hover,
  .socialHoverClass {
    color: #44bcdd;
  }
  
  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 10%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  
  .social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
  }
  
  .social-circle li a:hover i,
  .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .social-circle i {
    color: #ffffff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }
  
  .social-network .icoFacebook {
    background-color: #415c94;
  }
  
  .social-network .icoTwitter {
    background-color: #45a1ea;
  }
  
  .social-network .icoInstagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%);
    background: -webkit-linear-gradient(45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%);
    background: linear-gradient(45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  }
  
  .social-network .icoLinkedin {
    background-color: #2c77b0;
  }
  
  .social-network .icoYoutube {
    background-color: #ed3324;
  }
  
  .footer-pad ul {
    font-size: 12px;
    font-weight: 700;
  }
  
  .connect {
    float: right;
  }
  
  @media (max-width: 767px) {
    .footer-middle {
      text-align: left;
    }
  
    .footer-middle p {
      text-align: left;
      font-size: 16px;
    }
  
    footer .container {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .copy {
      margin-top: 40px;
    }
  
    .connect {
      float: left;
    }
  }