@charset "UTF-8";
/* -- //Created by Andy -- */
.row {
  display: flex;
  float: right !important;
  padding: 0 15px;
  border: 0px solid black;
  height: 23px;
}
.row img {
  margin: 0px 2px;
}

.email-share {
        width: 25px;
        height: 25px;
        background: url("../images/email-base.jpg") no-repeat;
        display: inline-block;
    }
.email-share:hover {
        background: url("../images/email-hover.jpg") no-repeat;
    }
.whatsapp {
        width: 25px;
        height: 25px;
        background: url("../images/whatsapp-base.jpg") no-repeat;
        display: inline-block;
    }
.whatsapp:hover {
        background: url("../images/whatsapp-hover.jpg") no-repeat;
    }

.facebook {
        width: 25px;
        height: 25px;
        background: url("../images/facebook-base.jpg") no-repeat;
        display: inline-block;
    }
.facebook:hover {
        background: url("../images/facebook-hover.jpg") no-repeat;
    }
	
.twitter {
        width: 25px;
        height: 25px;
        background: url("../images/twitter-base.jpg") no-repeat;
        display: inline-block;
    }
.twitter:hover {
        background: url("../images/twitter-hover.jpg") no-repeat;
    }
	
.google {
        width: 25px;
        height: 25px;
        background: url("../images/google-base.jpg") no-repeat;
        display: inline-block;
    }
.google:hover {
        background: url("../images/google-hover.jpg") no-repeat;
    }
	
.linkedin {
        width: 25px;
        height: 25px;
        background: url("../images/linkedin-base.jpg") no-repeat;
        display: inline-block;
    }
.linkedin:hover {
        background: url("../images/linkedin-hover.jpg") no-repeat;
    }
	
.instagram {
        width: 25px;
        height: 25px;
        background: url("../images/instagram-base.jpg") no-repeat;
        display: inline-block;
    }
.instagram:hover {
        background: url("../images/instagram-hover.jpg") no-repeat;
    }

/*-- Hide Whatsapp --*/	
/*--
@media screen and (min-width:783px){
.whatsapp, .whatsapp:hover{
    display: none !important;
}	
--*/	

/* CSS Document */

