@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .fa-facebook:before {
	content: "\f09a";
  }
  
  .fa-twitter:before {
	content: "\f099";
  }
  
  .fa-google-plus:before {
	content: "\f0d5";
  }
  
  .fa-linkedin:before {
	content: "\f0e1";
  }
  
  .fa-pinterest-p:before {
	content: "\f231";
  }
  
  .fa-whatsapp:before {
	content: "\f232";
  }
  
  .fa-telegram:before {
	content: "\f2c6";
  }
  
  .fa-envelope-o:before {
	content: "\f003";
  }
  
  .fa-envelope:before {
	content: "\f0e0";
  }
  
  .social-link-title {
	  font-weight: 600;
	  margin-bottom: 10px;
  }
  
  .social-link-content a {
	  -webkit-box-shadow: none!important;
	  box-shadow: none!important;
  }

  /* Round style */

.social-link-content {
    position: relative;
    text-align: center;
    margin: 30px auto;
    clear: both;
}

.social-link-content .social-link, .social-link-content .social-link-1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 17px;
    margin: 5px 8px;
    border-top: 3px solid #fff;
    border-radius: 50%;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
}

.social-link-content .social-link-facebook {
    color: #3b5998!important;
    border-color: #3b5998!important;
}

.social-link-content .social-link-twitter {
    color: #00aced!important;
    border-color: #00aced!important;
}

.social-link-content .social-link-google-plus {
    color: #d34836!important;
    border-color: #d34836!important;
}

.social-link-content .social-link-whatsapp {
    color: #25d366!important;
    border-color: #25d366!important;
}

.social-link-content .social-link-telegram {
    color: #0088cc!important;
    border-color: #0088cc!important;
}

.social-link-content .social-link-linkedin {
    color: #0077b5!important;
    border-color: #0077b5!important;
}

.social-link-content .social-link-pinterest {
    color: #c8232c!important;
    border-color: #c8232c!important;
}

.social-link-content .social-link-email {
    color: #666!important;
    border-color: #666!important;
}

.social-link-content .social-link, .social-link-content .social-link-1 {
    border-bottom: 3px solid #fff!important;
}

.social-link-content .social-link:hover, .social-link-content .social-link-1:hover {
    border-top: 3px solid #fff!important;
    border-bottom: 3px solid!important;
}
