/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */


/*****tiu_adverlist*****/
.tiu_hvr-grow {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
/*  display: inline-block; */
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
/*  box-shadow: 3px 3px navy, 8px 4px 8px 8px gray; */
  box-shadow: 1px 1px #ffffff, 2px 1px 2px 2px gray;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.tiu_hvr-grow:hover, .tiu_hvr-grow:focus, .tiu_hvr-grow:active {
	position: relative;
	z-index: 100000;

  -webkit-transform: scale(1.1);
  transform: scale(1.2); 
/*  transform: scale(1.9); */
}

[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tiu_effects {
  margin-top: 1em;
}




