a:link
{
	color: #788082;
	text-decoration: none;
}

a:visited
{
	color: #788082;
	text-decoration: none;
}

a:hover
{
	color: #0099FF;
	text-decoration: none;
}

body {
	background-color: #000000;
}

#sp_container {
	cursor: pointer;
	position	: absolute;
	width 		: 100%;
	height 		: 100%;

	margin 		: -8px;

    background 	: url( ../splash/imgs/rotator.php ) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#sp_enter{
	background-color: rgba( 0, 0, 0, 0.8 );

	position	: absolute;
	bottom 		: 5%;
	margin-right: auto;
	margin-left : auto;

	left 		: 24px;
	right 		: 24px;

	padding		: 24px;


	text-align		: left;
	/*color 			: #788082;*/
	font-family 	: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	font-weight 	: normal;
	font-size: 13px;
	letter-spacing	: 0.1em;

	opacity: 1;
	/*opacity: 0.8;*/
	/*Transition*/
	-webkit-transition	: all 0.4s ease;
	-moz-transition		: all 0.4s ease;
	-o-transition		: all 0.4s ease;

	border: 1px solid rgb( 17, 17, 17 );
    border: 1px solid rgba( 17, 17, 17, 0.1 );
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}


#sp_enter h1
{
	font-weight: bold;
	/*font-size: 19px; */
	/*font-size: 18px;*/
	font-size: 20px;
	font-style: italic;

/*	color: #45494A;*/
	color: #999;
	/*letter-spacing: 0.01em; /*0.2px;*/*/
}

#sp_enter h2
{
	margin-top:-14px;

	font-weight: normal;
	/*font-size: 13px;*/
	font-size: 14px;
	font-style: italic;

/*	color: #45494A;*/
	color: #999;
	/*letter-spacing: 0.05em;*/
}

.contact
{
	/*margin-top: -4px;*/

	text-align:left;

	/*width:320px;*/

	font-weight: normal;
	font-style: italic;
	/*font-size: 14px;*/
	font-size: 13px;

	/*color: #45494A;*/
	/*color: #788082;*/
	color: #999;
}

/*Glow*/
/*
#sp_enter:hover
{
   opacity: 1;

	-webkit-box-shadow	: 0px 0px 16px rgba( 255,255,255, 0.8 );
	-moz-box-shadow		: 0px 0px 16px rgba( 255,255,255, 0.8 );
	box-shadow 			: 0px 0px 16px rgba( 255,255,255, 0.8 );

	color: #0099FF;
}
*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (max-device-width : 568px)
and (max-device-width : 768px)
and (max-device-width : 1024px)
{
	#sp_enter{
		font-size	: 22px;
		text-align	: left;
	}
	/*#sp_enter:hover{
		font-size	: 22px;
		text-align	: left;
	}*/
}
