/*Responsive
--------------------------------------------------------*/
@media only screen and (max-width: 1024px){

}

/*Ipad target only
--------------------------------------------------------*/
@media all and (device-width: 1024px) and (orientation:landscape)  {

}

@media all and (device-width: 768px) and (orientation:portrait) {

}

/*------------------------------------------------------*/

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {

}

@media only screen and (max-width: 320px) {

}
















