/* 
    Created on : 24-Sep-2015, 11:46:32 PM
    Author     : bilal
*/

@charset "utf-8";

/*a,a:visited,a:hover, a:focus,a:visited:hover{
    text-decoration: none;
    color:#000;
    background: transparent;
}
*/
/*.uab-social>a, a:link, a:focus {
    color: #959595;
    font-size: 16px;
    background-color: transparent;
}

.uab-social>a:visited {    
    color: #D8AB4F;
}

.uab-social > a, a:hover {
    color: #D8AB4F;

}
*/

/* Disable WhatsApp button on Desktop - Tutorial link: http://crunchify.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
	display: none !important;
    }
}
 
.crunchify-link {
    /*padding: 2px 8px 4px 8px !important;*/
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    /*box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);*/
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    line-height: 1rem;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
    background-color: transparent;
}

/*a,a:visited,a:hover, a:focus,a:visited:hover{
    text-decoration: none;
}*/


.crunchify-mail {
    background: #00aced;
}
 
.crunchify-mail:hover,.crunchify-mail:active {
    /*background: #ff9800;*/
    color: #ff9800;
}
 
.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    /*background: #0084b4;*/
    color: #0084b4;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    /*background: #2d4372;*/
    color: #2d4372;
}
 
.crunchify-googleplus {
    background: #D64937;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    /*background: #b53525;*/
    color: #b53525;
}
 
.crunchify-buffer {
    background: #444;
}
 
.crunchify-buffer:hover,.crunchify-buffer:active {
    /*background: #222;*/
    color: #222;
}
 
.crunchify-pinterest {
    background: #bd081c;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    /*background: #bd081c;*/
    color: #bd081c;
}

.crunchify-linkedin {
    background: #0074A1;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    /*background: #006288;*/
    color: #006288;

}
 
.crunchify-whatsapp {
    background: #43d854;
}
 
.crunchify-whatsapp:hover,.crunchify-whatsapp:active {
    /*background: #009688;*/
    color: #009688;
}
 
.uab-social {
    display: flex;
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    float:right;
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
.uab-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.uab-social .fa,
.uab-social .fa::before{
    margin-top: 0;
    vertical-align: middle;
    line-height: 1rem;
}

.uab-social .fa-twitter-square:before {
    content: "\f081";
    content: "";
    background: currentColor url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='rgba(255,255,255,0.9)'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E") center center no-repeat;
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    background-size: 10px 10px;
    margin-right: 2px;
}