/* for desktop */
/*.whatsapp_float {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp-icon {
  margin-top:16px;
}
/* for mobile */
/*@media screen and (max-width: 767px){
  .whatsapp-icon {
    margin-top:10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}*/

/*socialni site*/
.social-site-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display:flex;
    flex-direction:row;
}

.social-site-icon li {
    display: flex;
    justify-content:center;
    align-items:center;
        margin-bottom:10px;
        text-align:center;
}

.social-site-icon li a {
      display: flex;
    justify-content:center;
    align-items:center;
    color: white;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius:50%;
    width: 50px;
    margin-right: 10px;
    line-height:unset;
    text-align:center;
}

.social-site-icon li a:hover {
    color:white;
}

.social-site-icon li:last-of-type a {
    margin-right: 0;
}

.social-site-icon li .fa {
    font-size: 2em;
    line-height: 40px;
    margin:0;
}

.social-site-icon li.fb a {
    background-color: #3a559f !important;
}

.social-site-icon li.gplus a {
  background-color: #dc4b38 !important;
}

.social-site-icon li.tw a {
    background-color: #28aae1 !important;
}

.social-site-icon li.ig a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.social-site-icon li.ta a {
    background-color: #82c25c !important;
}
.social-site-icon li.yt a {
    background-color: #ff0000 !important;
}

.social-site-icon li.wa a {
    background-color: #22D365 !important;
}

.social-site-icon li a:hover {
    opacity: 0.7;
    color:white;
}
section.section-contact .social-site-icon .fa {
  letter-spacing:unset;
}