#position_like 
{
	position: fixed;
	top: 15px;
	right: 0;
	height: 62px;
	width: 210px;
}

#logo
{
	margin: 25px;
}
		
.boxgrid
{
	width: 320px;
	height: 320px;
	float: left;
	background-color:transparent;
	overflow: hidden;
	margin: 5px;
}

.boxcaption
{
	float: top;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	height: 50px;
	width: 304px;
	overflow: hidden;
	padding: 8px;
}
 
.boxgrid .cover 
{
	top: 321px;
}

@media all and (max-width: 1000px) {
.boxgrid .cover 
{
	top: 270px;
}
}
	
#container
{
	//padding:0px 10px;
	margin: 0 auto;
}
		
.isotope .isotope-item 
{
  -webkit-transition-duration: 1s;//0.8s;
     -moz-transition-duration: 1s;//0.8s;
          transition-duration: 1s;//0.8s;
}

.isotope .isotope-item 
{
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.button
{
	//font-family: Lucida Console;//sans-serif;
	font-family: Courier New;
	font-size: 28px;
	color: #007FFF;
	padding:10px;
	outline: 0;
}

.purple
{
	color: #d31ced;
}
