/* DESKTOP DEFAULT */
@media only screen and (min-width:1025px) and (max-width:1279px) {
	.ag-clear--desktop{
		clear:both;
	}
	.ag-hide--desktop{
		display:none !important;
	}
}

/* DESKTOP WIDE */
@media only screen and (min-width:1280px) {
	.ag-hide--desktop{
		display:none !important;
	}
}
@media only screen and (min-width:1280px) and (max-width:1339px) {
	.ag-hide--desktop-medium{
		display:none !important;
	}
}
@media only screen and (min-width:1340px) and (max-width:1440px) {
	.ag-hide--desktop-wide{
		display:none !important;
	}
}

/* TABLET DEFAULT */
@media only screen and (min-width:768px) and (max-width:1024px) {
	.ag-hide--tablet{
		display:none !important;
	}
}

/* TABLET PORTRAIT */
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait){
	.ag-hide--tablet-portrait{
		display:none !important;
	}
}

/* TABLET LANDESCAPE */
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	.ag-hide--tablet-landescape{
		display:none !important;
	}
}

/* MOBILE */
@media only screen and (max-width:767px) {
	.ag-hide--mobile{
		display:none !important;
	}
}
