/*******************************************
***          YT Framework: css          ***
*******************************************/


/* 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){
	
}

div.catItemReadMore {
    background-color: #f2f4ff;
    font-size: 12px;
}
.col-xs-7  {
    width: 100%;
}

.slideout-menu {
z-index: 9999;
}