/***
 *	Display
 */

.block { display: block }
.inline { display: inline }
.ib,
.inline-block { display: inline-block }
.hide { display: none }
	#tinymce .hide { display: block; opacity: .5 }

.block,
.show { display: inherit !important }
	
@media only screen and ( min-width: 1440px ){
	.block-xx,
	.show-xx { display: inherit !important }
	.hide-xx { display: none !important }
}

@media only screen and ( min-width: 900px ){
	.block-dt,
	.show-dt { display: inherit !important }
	.hide-dt { display: none !important }
}

@media only screen and ( min-width: 600px ){
	.block-tb,
	.show-tb { display: inherit !important }
	.hide-tb { display: none !important }
}

@media only screen and ( min-width: 320px ){
	.block-mb,
	.show-mb { display: inherit !important }
	.hide-mb { display: none !important }
}

@media only screen and ( max-width: 319px ){
	.block-ss,
	.show-ss { display: inherit !important }
	.hide-ss { display: none !important }
}
