@media (min-width: 768px) {
	.nopadding { padding: 0 !important; }
	.nopaddingleft { padding-left: 0; }
	.nopaddingright { padding-right: 0; }
	.nopaddingtop { padding-top: 0; }
	.nopaddingbottom { padding-bottom: 0; }

	.nomargin { margin: 0 !important; }
	.nomarginleft { margin-left: 0; }
	.nomarginright { margin-right: 0; }
	
	.html5buttons {
		float: right;
	}
}

.flat {	border-radius: 0 !important; }

.noborderradius { border-radius: 0; }
.noborder { border: 0; }

.textjustify { text-align: justify; }
.textcenter { text-align: center; }
.uppercase { text-transform: uppercase; }
.smcap { font-variant: small-caps; }


.borderred {	border: 1px solid red;  }
.borderblue { 	border: 1px solid blue; }
.borderblack { 	border: 1px solid black; }
.bordergreen { 	border: 1px solid green; }
.borderorange { 	border: 1px solid orange; }

.bgblanc { 	background-color: #FFF ; }

.floatright { 	float: right ;	 }
.floatleft { 	float: left ;	 }


.shadowtextblack {
	text-shadow: 1px 0 0 #555, -1px 0 0 #555, 0 1px 0 #555, 0 -1px 0 #555, 1px 1px #555, -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555;
}

