/* ==========================================================
   RESPONSIVE DESIGN
========================================================== */


/* Large Desktop */

@media(max-width:1400px){

}


/* Laptop */

@media(max-width:1200px){

}


/* Tablet */

@media(max-width:992px){

}


/* Mobile */

@media(max-width:768px){

}


/* Small Mobile */

@media(max-width:576px){

}