/*==================================
=            RESPONSIVE            =
==================================*/

/*----------  Screen Smaller than 1199px  ----------*/
@media only screen and (min-width:960px) and (max-width: 1199px) {

}
/*----------  Tablet (Smaller than 959px)  ----------*/
@media only screen and (min-width:768px) and (max-width: 959px) {

}
/*----------  Mobile all  ----------*/
@media (max-width: 767px) {

}
/*----------  Mobile (landscape 420px)  ----------*/
@media (max-width: 420px) {

}
/*----------  Mobile (portrait 300px)  ----------*/
@media (max-width: 300px) {

}

/*=====  End of RESPONSIVE  ======*/