/* ---------------------------- */
/*		    Responsive  		*/
/* ---------------------------- */

@media screen and (max-width: 1199px) {
    
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 768px) { 

}

@media screen and (max-width: 767px) { 

}

@media screen and (max-width: 575px) {

}

