
    @import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&amp;subset=latin-ext');
    a { text-decoration: none; color:#fff; }
    a:hover { outline: none !important; text-decoration: none; color:#fff; }
    a:focus { outline: none !important; text-decoration: none; }
    button { outline: none !important; }
    body { 
      font-family: 'Quicksand', sans-serif;
      background: url('eu-bg.png') no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
      background-color:#141618;
    }


    .footer {
    
      bottom: 0;
      width: 100%;
      line-height: 50px; /* Vertically center the text there */
      border-top: 1px solid #141618;
    }
    .vertical-center {
      display: flex;
      align-items: center;
      justify-content: center;
    }



    /* 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.icoTwitter:hover {
      background-color: #00acee;
    }

    .social-network a.icoInstagram:hover {
      background-color: #3f729b;
    }

    .social-network a.icoFacebook:hover i,
    .social-network a.icoTwitter:hover i,
    .social-network a.icoInstagram:hover i,
    .social-network a.icoLinkedin:hover i {
      color: #fff;
    }

    .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: 50%;
      text-align: center;
      width: 30px;
      height: 30px;
      font-size: 15px;
    }

    .social-circle li i {
      margin: 0;
      line-height: 30px;
      text-align: center;
    }

    .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;
    }

    .social-network a {
      background-color: #F9F9F9;
    }
    .btn-group a { font-size: 11px; letter-spacing:1px; }