// Tweaks to match lds.org breakpoints
// -----------------------------------


// phone only
@media (max-width:768px) {
	
}

// phone and tablet
@media (max-width:@navbarCollapseWidth) {
	
}

// tablets only
@media (min-width: 767px) and (max-width: @navbarCollapseWidth) {
	
}
  

// tablets and above
@media (min-width: 767px) {

}


// Narrow & Wide Desktops
/*
@media (min-width:@navbarCollapseWidth) {
	
		#page-content-wrapper > div > div > div > a > img { width: 10%; }
}  
*/


@media all and (max-width:955px)and(min-width:1165px) {
	.m { display: none !important; }
} 
@media all and (max-width:1166px)and(min-width:1200px) {
	.m { display: none !important; }
} 

//narrow desktop only
@media (min-width:@navbarCollapseWidth) and (max-width:1199px) {
	 .links { padding: 0 5%; }
}

// wide desktop only
@media (min-width:1200px) {
	 .links { padding: 0 8%; }
}

.feed_item_title { text-align: center; }

#content > div > div.feed_item_title > a { 
	text-align: center; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #aaa !important;
	margin: 0 auto;
}

.feed_item_title {
	margin: 8px 0;
}

.feed_item_description { 
	text-align: center;
	font-family: Helvetica;
	font-size: 1.5em; 
	max-width: 90%;
    margin: 0 auto;
    color: #666;
    line-height: 35px;
}

#container { 
	min-height: 290px !important; }