		.item {
			text-align:center;
			float:left;
			position:relative;			
		}
		
		@media only screen and (min-width: 992px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 340px;
				height: 183px;	
			}	
			p.current {
				width: 340px;
			}	
		}			
		
		/* iPads ----------- */
		@media only screen and (min-width: 1024px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 340px;
				height: 183px;	
			}	
			p.current {
				width: 340px;
			}	
		}			
		
		/* tball Desktops ----------- */
		@media only screen and (min-width: 1280px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 440px;
				height: 237px;	
			}
			p.current {
				width: 440px;
			}								
		}		
		
		/* Large desktops ----------- */
		@media only screen and (min-width: 1680px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 520px;
				height: 280px;	
			}
			p.current {
				width: 520px;
			}								
		}		
		
		/* Wide screens ----------- */
		@media only screen and (min-width: 1920px) {    
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 600px;
				height: 323px;	
			}	
			p.current {
				width: 600px;
			}							
		}

			.item-hover,
			.item-hover .mask,
			.item-img { 
				position:absolute;
				top:0;
				left:0;			
			}						
		
			.item-type-line .item-hover {	
				z-index:100;	
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				transition: all 300ms ease-out;	
				opacity:0;
				cursor:pointer;						
				display:block;
				text-decoration:none;
				text-align:center;
			}
			
				.item-type-line .item-info {
					z-index:10;
					color:#ffffff;
					display:table-cell;
					vertical-align:middle;
					position:relative;
					z-index:5;				 					
				}
			
				.item-type-line .item-info .headline {
					font-size:100%;					
				}
				
				.item-type-line .item-info .line-anim {
					 height:1px;
					 width:0%;
					 margin:15px auto;
					 background-color:#ffffff;
					-webkit-transition: all 500ms ease-out;
					-moz-transition: all 500ms ease-out;
					-o-transition: all 500ms ease-out;
					transition: all 500ms ease-out;					 

				}
				
				.item-type-line .item-hover .mask {
					background-color:#000;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);										
					opacity:0.5;
					z-index:0;
				}
				
				.item-type-line .item-hover:hover .line-anim {
					width:40%;
				}
				
				.item-type-line .item-hover:hover {
					opacity:1;
				}				
			
			.item-img {			
				background-color:#fff;
				z-index:0;			
			}			
			
			
		.proj {
			text-align:center;
			float:left;
			position:relative;			
		}
		
		@media only screen and (min-width: 992px) {    
			.proj,
			.proj-hover,
			.proj-hover .proj-mask,
			.proj-img,
			.proj-info {
				width: 240px;
				height: 130px;	
			}
			p.complete {
				width: 240px;
			}							
		}					
		
		/* iPads ----------- */
		@media only screen and (min-width: 1024px) {    
			.proj,
			.proj-hover,
			.proj-hover .proj-mask,
			.proj-img,
			.proj-info {
				width: 240px;
				height: 130px;	
			}
			p.complete {
				width: 240px;
			}							
		}			
		
		/* tball Desktops ----------- */
		@media only screen and (min-width: 1280px) {    
			.proj,
			.proj-hover,
			.proj-hover .proj-mask,
			.proj-img,
			.proj-info {
				width: 310px;
				height: 167px;	
			}	
			p.complete {
				width: 310px;
			}							
		}		
		
		/* Large desktops ----------- */
		@media only screen and (min-width: 1680px) {    
			.proj,
			.proj-hover,
			.proj-hover .proj-mask,
			.proj-img,
			.proj-info {
				width: 360px;
				height: 194px;	
			}	
			p.complete {
				width: 360px;
			}							
		}		
		
		/* Wide screens ----------- */
		@media only screen and (min-width: 1920px) {    
			.proj,
			.proj-hover,
			.proj-hover .proj-mask,
			.proj-img,
			.proj-info {
				width: 418px;
				height: 225px;	
			}	
			p.complete {
				width: 418px;
			}							
		}

			.proj-hover,
			.proj-hover .proj-mask,
			.proj-img { 
				position:absolute;
				top:0;
				left:0;			
			}						
		
			.proj-type-line .proj-hover {	
				z-index:100;	
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				transition: all 300ms ease-out;	
				opacity:0;
				cursor:pointer;						
				display:block;
				text-decoration:none;
				text-align:center;
			}
			
				.proj-type-line .proj-info {
					z-index:10;
					color:#ffffff;
					display:table-cell;
					vertical-align:middle;
					position:relative;
					z-index:5;				 					
				}
			
				.proj-type-line .proj-info .proj-headline {
					font-size:100%;					
				}
				
				.proj-type-line .proj-info .proj-line-anim {
					 height:1px;
					 width:0%;
					 margin:15px auto;
					 background-color:#ffffff;
					-webkit-transition: all 500ms ease-out;
					-moz-transition: all 500ms ease-out;
					-o-transition: all 500ms ease-out;
					transition: all 500ms ease-out;					 

				}
				
				.proj-type-line .proj-hover .proj-mask {
					background-color:#000;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);										
					opacity:0.5;
					z-index:0;
				}
				
				.proj-type-line .proj-hover:hover .proj-line-anim {
					width:40%;
				}
				
				.proj-type-line .proj-hover:hover {
					opacity:1;
				}				
			
			.proj-img {			
				/*background-color:#7a548f;*/
				z-index:0;			
			}			
			