@media screen and (max-width: 720px) {
	
#smallIcons {
	padding-left:5px;
}

#smallIcons .pw-button-googleplus .pw-icon{
	cursor: pointer;
	width: 40px!important;
	height: 30px!important;
	background: url('http://blogjob.com/images/google-plus-one-mobile.png') 0 0 !important;
}
#smallIcons .pw-button-facebook .pw-icon{
	cursor: pointer; 
    width: 60px!important;
    height: 30px!important;
    background: url('http://blogjob.com/images/facebook-share-mobile.png') 0 0  !important;
}
#smallIcons .pw-button-twitter .pw-icon{
	cursor: pointer;
    width: 70px!important;
    height: 30px!important;
    background: url('http://blogjob.com/images/twitter-tweet-mobile.png') 0 0  !important;
}
#smallIcons .pw-button-pinterest .pw-icon{
	cursor: pointer;
    width: 60px!important;
    height: 30px!important;
    background: url('http://blogjob.com/images/pinterest-pinit-mobile.png') 0 0  !important;
}
#smallIcons .pw-button-post .pw-icon{
	cursor: pointer;
    width: 40px!important;
    height: 30px!important;
    background: url('http://blogjob.com/images/share-more-mobile.png') 0 0  !important;
}



}/* don't delete this closing bracket */

@media screen and (min-width: 721px)  {

#smallIcons {
	padding-left:67px;
}

#smallIcons .pw-button-googleplus .pw-icon{
	cursor: pointer;
	width: 38px!important;
	height: 25px!important;
	background: url('http://blogjob.com/images/google-plus-one.png') 0 0 !important;
}
#smallIcons .pw-button-facebook .pw-icon{
	cursor: pointer; 
    width: 59px!important;
    height: 25px!important;
    background: url('http://blogjob.com/images/facebook-share.png') 0 0  !important;
}
#smallIcons .pw-button-twitter .pw-icon{
	cursor: pointer;
    width: 66px!important;
    height: 25px!important;
    background: url('http://blogjob.com/images/twitter-tweet.png') 0 0  !important;
}
#smallIcons .pw-button-pinterest .pw-icon{
	cursor: pointer;
    width: 57px!important;
    height: 25px!important;
    background: url('http://blogjob.com/images/pinterest-pinit.png') 0 0  !important;
}
#smallIcons .pw-button-post .pw-icon{
	cursor: pointer;
    width: 30px!important;
    height: 25px!important;
    background: url('http://blogjob.com/images/share-more.png') 0 0  !important;
}
#smallIcons .pw-button-googleplus .pw-icon:hover{
	background: url('http://blogjob.com/images/google-plus-one-hover.png') 0 0 !important;
}
#smallIcons .pw-button-facebook .pw-icon:hover{
    background: url('http://blogjob.com/images/facebook-share-hover.png') 0 0  !important;
}
#smallIcons .pw-button-twitter .pw-icon:hover{
    background: url('http://blogjob.com/images/twitter-tweet-hover.png') 0 0  !important;
}
#smallIcons .pw-button-pinterest .pw-icon:hover{
    background: url('http://blogjob.com/images/pinterest-pinit-hover.png') 0 0  !important;
}
#smallIcons .pw-button-post .pw-icon:hover{
    background: url('http://blogjob.com/images/share-more-hover.png') 0 0  !important;
}

}/* don't delete this closing bracket */