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

}

@media only screen and (max-width: 1439px){
	
}
/* Custom Layout */
@media only screen and (max-width: 1199px){
}

@media only screen and (min-width: 768px){
}

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

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

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

}

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

/*Desktop Mini  Custom Layout */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
/* LG  Device :992px. Ipad Landscape */
@media (min-width: 992px) and (max-width: 1200px) {
}
/* MD Device :768px. Ipad Vertical Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
}
/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.teff-block {visibility:hidden;display:none !important;}
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

	
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 1200px) {

	
}
/* Custom Layout */
@media only screen and (max-width: 480px) {

}