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



.infoImg a > img  { width:305px; height:172px;}
.infoText {	 
	padding:5px 15px; 
	font-size:11px;
	border:#ccc 1px solid; /*#efefef*/ 
	height:155px; 
}

.infoText h1 { 
	color:#900; 
	font-size:24px; 
	font-family: National, "proxima-nova-1", "proxima-nova-2", Arial, sans-serif; 
	font-weight:700; 
	padding:0;
	margin:5px 0px;
	text-transform:uppercase;
}
.infoText h1 a { text-decoration:none;}
.infoBucket, .infoBucket_last { 
	float:left; 
	width:305px; 
	padding:0; 
	margin-right:14px; 
	margin-bottom:20px; /*box-shadow: -1px 4px 5px 3px #ccc;*/
	
}

.infoBucket_last { 
	margin-right:0px;
}

.infoRow { 
	clear:both; 
	border:0px dotted green; 
	height:150px;
}



/**********************************************/
/* RESPONSIVENESS!!! */
/**********************************************/
/* for larger screens */
@media only screen and (min-width: 989px){

}
/* for tablets and netbooks */
@media only screen and (min-width: 639px) and (max-width: 988px){

.infoBucket, .infoBucket_last { 
	margin-right: 6px;			
}


}

/* narrow browsers */
@media only screen and (min-width: 481px) and (max-width: 639px){

.infoBucket, .infoBucket_last { 
	float:left; 
	width:250px; 
			
}

.infoImg a > img  { width:250px; height:140.9px;}

}

/* for phones */
@media handheld, only screen and (max-width: 480px) {




} 



	
