.block {
	clear:both;
	margin: 0 auto 0 auto;
	text-align:center;
	max-width: 1000px;
	width:100%;
}


nav.primary {
	width:auto;
	display:table;
}

nav.primary ul li  {
	float:left;
	list-style:none;
	margin-right: 20px;
	width:auto;
}

nav.primary ul li a {
	/*height:25px;*/
	/*display:block;*/
	/*padding:0 10px;*/
	/*text-decoration:none;
	line-height:25px;*/
	/*width: 30%;*/
}

nav.primary li a.selected {
	color:#666;
}


.entry {
	position:relative;
	float:left;
	margin:0px;
	cursor:pointer;
	width:485px;
	height:485px;
	padding:0;
}

.portfolio { 
	width: 100%;
}

.magnifier {
	background:rgba(89,164,197,.7) url(images/magnifier.png) no-repeat center;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.video-hover {
	background:rgba(89,164,197,.7) url(images/video.png) no-repeat center;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.entry:hover .video-hover,
.entry:hover .magnifier { opacity:.5; }

img {
	max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.5s;
   -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}
@media screen and (max-width: 960px){
.block{
	display: none;
}
}

@media screen and (max-width: 480px){
.block{
	display: none;
}
}
