@charset "utf-8";
/* CSS Document */

body
	{
		padding:0;
		margin:0;		
	}


/*--------------------------------Boder line hover-------------------------------*/
.imageRow .single a {

  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);  
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);  
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom:10px;
  margin-right:20px;
  padding:5px;
  width:150px;
  height:100px;
 
}

.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
 opacity:1;
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color:#FFFFFF;
  opacity:1;
}
/*--------------------------------Boder line hover-end------------------------------*/

