nav.primary {
	width:auto;
	margin:0 auto;
	margin-bottom: 30px;
	display:table;
	font-weight: 500;
}
nav.primary ul li  {
	float:left;
	list-style:none;
}
nav.primary ul li a {
	height:25px;
	display:block;
	font-size:15px;
	padding:0 10px;
	text-decoration:none;
}
nav.primary li a.current {
    border-bottom: 3px solid;
}
nav.primary li a:hover {
    /*color: #0099FF;*/
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}
.main {
	padding:0;
	margin:0;
	display:block;
}
.entry {
	position: relative;
	float: left;
	margin-left: 1.3%;
	margin-right: 1.3%;	
	margin-bottom: 4%;
	cursor: pointer;
	width: 210px;
	height: 117px;
	padding: 0;
	border-style: solid;
	border-width: 1px;
}
.portfolio {
	margin:0;
	margin-left: 0.6%;
	align-items: center;
}
.photo-hover {
	background:rgba(0,0,0,.7) url(../../img/icon/plus-button.png) no-repeat center;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	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(0,0,0,.7) url(../../img/icon/play-button.png) no-repeat center;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	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;
}
.vimeo-hover {
	background:rgba(0,0,0,.7) url(../../img/icon/vimeo-button.png) no-repeat center;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	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;
}
.youtube-hover {
	background:rgba(0,0,0,.7) url(../../img/icon/youtube-button.png) no-repeat center;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	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;
}
.daily-hover {
	background:rgba(0,0,0,.7) url(../../img/icon/daily-button.png) no-repeat center;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	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 .vimeo-hover,
.entry:hover .youtube-hover,
.entry:hover .daily-hover,
.entry:hover .video-hover,
.entry:hover .photo-hover { opacity:1; }
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.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}
.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;
}