/*
/* MEDIA QUERIES
/* =================================*/

	@media only screen and (min-width: 768px){
		.pull-sm-right	{ float: right;}
		.pull-sm-left	{ float: left; }

		.text-sm-center	{text-align: center !important; text-align: -webkit-center !important;}
		.text-sm-right	{text-align: right 	!important; text-align: -webkit-right !important;}
		.text-sm-left	{text-align: left 	!important; text-align: -webkit-left !important;}

		.size-sm-12 {font-size: 12px !important;}
		.size-sm-14 {font-size: 14px !important;}
		.size-sm-16 {font-size: 16px !important;}
		.size-sm-18 {font-size: 18px !important;}
	}

	@media only screen and (max-width: 767.98px){
		.text-xs-center	{text-align: center !important; text-align: -webkit-center !important;}
		.text-xs-left	{text-align: left 	!important; text-align: -webkit-right !important;}
		.text-xs-right	{text-align: right 	!important; text-align: -webkit-left !important;}
	}