@import url('https://fonts.googleapis.com/css?family=Kanit:400,700');
/************************************************************************************
SPRITES
*************************************************************************************/
#sprites{
	width:60%;
	height:auto;
	margin: 15px 0;
	padding:0;
	float: right;
}
#sprites-box{
	clear: both;
	width:85%;
	min-height:25px;
	margin: 2px;
	padding: 0px;
	float: right;
}
.sprite-img {
	text-align:center;
	width:23px;
	height:auto;
	margin: 0 3px;
	padding:0;
	float:right;
}
.sprite-img img{
	position: relative;
	top: 2px;
	width:100%;
	height:100%;
	margin: 0;
}
.sprite-text {
	text-align:right;
	color:#b30000;
	margin: 4px 0 0 0;
	padding: 0;
	font-size:.8em;
	font-weight:600;
	font-style:normal;
	letter-spacing:-.3px;
	line-height:1em;
}
.sprite-text h2{
	text-align:right;
	color:#b30000;
	margin: 4px 0 0 0;
	padding: 0;
	font-size:2em;
	font-weight:400;
	font-style:normal;
	letter-spacing:-.3px;
	line-height:1em;
}
.sprite-text a {
	margin: 5px;
	padding: 3px 0;
	font-weight:500;
	color:#b30000;
	line-height:1.3em;
	text-decoration:none;
	text-transform: uppercase;
}
.sprite-text a:hover {
	color:#d90000;
}

.sprite-text-min{
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	font-size:.7em;
	font-weight:500;
	text-align:left;
	letter-spacing:0px;
	overflow: hidden;
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/

@media all and (max-width : 810px) {
	#sprites{
		width:100%;
		height:auto;
		margin: 0 auto;
		padding: 0 0 30px 0;
		float: none;
		border-width: thin;
		overflow: auto;		
	}
	#sprites-box{
		clear: both;
		width:100%;
		margin: 2px auto;
		padding: 0px;
	}
	
	.sprite-text {
		text-align:center;
		color:#b30000;
		margin: 4px 0 0 0;
		padding: 0;
		font-size:.8em;
		font-weight:600;
		font-style:normal;
		letter-spacing:-.3px;
		line-height:1em;
	}
	.sprite-text h2{
		text-align:center;
		color:#b30000;
		margin: 4px 0 0 0;
		padding: 0;
		font-size:1.5em;
		font-weight:400;
		font-style:normal;
		letter-spacing:-.3px;
		line-height:1em;
	}
}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/

@media all and (max-width : 768px) {
	#sprites{
		width:100%;
		height:auto;
		margin: 0 auto;
		padding: 0 0 30px 0;
		float: none;
		/*border-bottom: .5px solid #3b7cc1;*/
		border-width: thin;
		overflow: auto;		
	}
	#sprites-box{
		clear: both;
		width:100%;
		margin: 2px auto;
		padding: 0px;
	}
}

/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/

@media all and (max-width : 480px) {
	#sprites{
		width:100%;
		height:auto;
		margin: 0 auto;
		padding: 0 0 30px 0;
		float: none;
		/*border-bottom: .5px solid #3b7cc1;*/
		border-width: thin;
		overflow: auto;		
	}
	#sprites-box{
		clear: both;
		width:100%;
		margin: 2px auto;
		padding: 0px;
	}
}