/*******************************************
***          YT Framework: css          ***
*******************************************/

.search .search-results .result-text{
	border-bottom:0;
	margin:0;
	padding:0;
}
.search #searchForm .btn-toolbar{
    display: none;
}
.search .search-results .itemToolbar {
    border-bottom: 1px solid #ddd;
    margin-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.search #searchForm .searchintro {
    margin-top: 0;
}

/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}