@charset "utf-8";
/* Hi-Res and Retina Display CSS Document */
/* DARK IMAGININGS CSS Version 1.01 */

/* ######################################## */

/* Hi-Res Class */
.hires {}


/* ~~ SOCIAL MEDIA ICONS Hi-Resolution ~~ */

.social a {
	background: url(../_images/sprites_social@2x.png) no-repeat;
	background-size: 36px 36px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out; /* Animation FX */
	-moz-transition: -moz-transform 0.2s ease-in-out; /* Animation FX */
	-o-transition: -o-transform 0.2s ease-in-out; /* Animation FX */
	transition: transform 0.2s ease-in-out; /* Animation FX */
}

.social a {
	/* [disabled]height: 36px; */
	/* [disabled]width: 36px; */
	display: block;
	text-indent: -1000em;
	padding: 0;
	margin: 0px 5px 0px 0px;
}

.social a:hover {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.social .facebook {
	background-position: 0px 0px;
}

.social .facebook:hover {
	background-position: 0px -64px;
}

.social .twitter {
	background-position: -64px 0px;
}

.social .twitter:hover {
	background-position: -64px -64px;
}

.social .twitter2 {
	background-position: -128px 0px;
}

.social .twitter2:hover {
	background-position: -128px -64px;
}

.social .youtube {
	background-position: -192px 0px;
}

.social .youtube:hover {
	background-position: -192px -64px;
}

.social .rss {
	background-position: -256px 0px;
}

.social .rss:hover {
	background-position: -256px -64px;
}

.social .google {
	background-position: -320px 0px;
}

.social .google:hover {
	background-position: -320px -64px;
}

.social .myspace {
	background-position: -384px 0px;
}

.social .myspace:hover {
	background-position: -384px -64px;
}

.social .linkedin {
	background-position: -448px 0px;
}

.social .linkedin:hover {
	background-position: -448px -64px;
}

.social .pinterest {
	background-position: -512px 0px;
}

.social .pinterest:hover {
	background-position: -512px -64px;
}

.social .email {
	background-position: -576px 0px;
}

.social .email:hover {
	background-position: -576px -64px;
}

.social .amazon {
	background-position: -640px 0px;
}

.social .amazon:hover {
	background-position: -640px -64px;
}

.social .appstore {
	background-position: -704px 0px;
}

.social .appstore:hover {
	background-position: -704px -64px;
}
	
/* END .social Classes CSS */
