/* here you can put your own css to customize and override the theme */

/* Dashboard */
.kw-scale:hover {
	transform: scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
.shareKway {
  text-align: center;
}
.shareKway .shareIcon {
  display: inline-block;
  margin: 10px 10px;
  width: auto;
}
.shareKway .shareIcon img {
  max-width: 44px;
  padding: 4px;
  width: 100%;
  opacity: 0.25;
}
.shareKway .shareIcon img:hover {
	opacity: 1;
	transform: scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}