<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************************************************
	 CSS STYLESHEET
*********************************************************************/
body {
	margin:0px;
	 padding:0px;
	-webkit-font-smoothing: antialiased; /* Macintosh safari font fix */
	color: white;background:#000;
	
}
.copyright{text-align:center; padding:10px; font-size:17px; color:#CCCCCC;}
.copyright span{text-align:center; }
/********************************************************************
	Typography, etc
*********************************************************************/

#logo,
#countdown, 
#social,
#subscribe,
#land-footer p {text-align: center}

#logo h1 {      /* Text Logo */
	margin-top: 45px;
	margin-bottom: 35px;

	font-family: 'Roboto Condensed', sans-serif;;
	font-size: 80px;
	font-weight: 200;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.3);

}


#land-page h2,   
#logo p,         
#subscribe p,    
#land-footer p, 
#loader p,       
.sb-submit,     
.sb-email {
	font-family: 'Roboto Condensed', sans-serif;;
}

#logo p {    
	margin-top: 5px;
	font-size: 25px;
	text-transform:uppercase;
	
	color:rgba(255, 255, 255, .7);
		
}

#subscribe p,    
#land-footer p { 
	font-size: 25px;
	
	text-shadow: 2px 2px rgba(0,0,0,.4),
	0 0 2px rgba(0,0,0,.6);		
	
}

#countdown {     /* Countdown digits */
	font-family: 'Roboto Condensed', sans-serif;;
	font-size:60px;
	font-weight: 400;
	line-height:120px;
	text-shadow: 3px 3px rgba(0, 0, 0, .1),
	0 0 3px rgba(0,0,0,.1);
}

#land-page h2 {  
	font-size: 35px;
	font-weight:normal;
	text-shadow: 2px 2px rgba(0,0,0,.4),
	0 0 2px rgba(0,0,0,.6);	
	line-height:30px;
	padding:10px 0 10px 10px;
	color:#FFFFFF;
	border-bottom:1px dotted #999999;text-transform:uppercase;
	font-family:'Roboto Condensed',sans-serif;
	background-image:url(../images/patterns/bg.png); background-repeat:repeat;

}

#land-page,      /* Regular text */


.tweet_text a {  /* Twitter links */
	font-family:'Roboto Condensed',sans-serif;
	line-height:25px;
	font-size: 16px;
	font-weight:normal;
	color:#FFFFFF;
	
}	

h3{ color:#60ACFA;}

.tweet_text a {  /* Twitter links */
	font-family:'Roboto Condensed',sans-serif;
	line-height:25px;
	font-size: 16px;
	font-weight:normal;
	color:#60acfa;
	
}	


.sb-submit,       /* Notify Me */
.sb-email {
	font-size: 17px;
	font-weight: 200; /* force it */
	-webkit-font-smoothing: antialiased;
	color: white;
}

.sb-email {color: #333333}	

.tweet_time a {    /* Twitter timestamp */ 
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	float: right;
	background-color: #3b81d6;
	color: white;	
	font-size: 12px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2 ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in; 	
}

.tweet_time a:hover {
	background-color: #333;
	text-decoration: none;
	color:#60ACFA;
}

/********************************************************************
	loader 
*********************************************************************/
#loader p {
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-left: -65px; 
    margin-top: -15px;   
    width: 130px;
    height: 30px;    	
	font-size: 30px;
}

/********************************************************************
	Main Header
*********************************************************************/
#welcome {
	position: absolute;
	width: 100%;
	height: 420px;	
	top: 0;
	z-index: 900;
}

#logo img {
	padding: 0;
	margin-top: 35px;
}

/********************************************************************
	Animated Header
*********************************************************************/
#land-intro {margin: 0; padding: 0;}

#stage-wrap  {
	position: relative;
	width: 100%;
	padding-top: 420px;
}

#stage {
	top: 0;
	left: 0;
	z-index: 100;
}

.stage {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 420px;
	top: 0;
	left: 0;
}

/********************************************************************
	Animated Header Layers
*********************************************************************/
#bg_animation {background: transparent url(../images/header/bg_animation.jpg) -100px 0px repeat-x;}


.xleft {left:0;top:0; display:none;}
.xright {right:0;top:0;display:none;}

/********************************************************************
	Social buttons
*********************************************************************/
#social {
	position: absolute;
	width: 100%;
	top: 320px;
	z-index: 999;
	font-size:15px;
	font-weight:normal;
	font-family:'Roboto Condensed',sans-serif;
	color:rgba(255, 255, 255, 0.6);
	background-image:url(../images/patterns/bg.png); background-repeat:repeat;
		padding:10px 0 10px 0;
}

#social a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 5px;
}
	
#social img {
	width: 70px;
	max-width: 70px; /* hello ie8 */
	height: 70px;
	overflow: hidden;
	z-index: 999;
	-webkit-border-radius: 150px;	
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
    -o-border-radius: 150px;
	border-radius: 150px;
	border-style: none;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in; 	
}

#social a:hover img{
	background-color: rgba(225,225,225,.3);}

/********************************************************************
	NotifyMe Section 
*********************************************************************/
#subscribe {
	padding: 18px;
}

#subscribe p {
	margin-top: 5px;
	margin-bottom: 5px;
}	

.sb-email {
	padding: 6px 9px;
	width: 380px;
	height: 42px;
	color:##999999;
	background: white;
	border-style: none;
	background-color:#FFFFFF;
	border:4px solid #666666;
	
}

.sb-submit {
	width: 160px;
	height: 60px;
	background: #3b81d6;
	margin: 0 0 0 10px;
	padding: 0;
	cursor: pointer;
	border:4px solid #666666;
	text-shadow: 1px 1px rgba(0,0,0,.4),
	0 0 2px rgba(0,0,0,.6);	
	box-shadow: 0 0 2px rgba(0,0,0,.5);	
}

.sb-submit:hover {
	background: #333;
	color:#60ACFA;
}

/********************************************************************
	Main Content Section 
*********************************************************************/
#land-page {
	padding-top: 10px;
	padding-bottom: 50px;background-color:#666666
}

#subscribe,
#land-footer {
	background-image:url(../images/patterns/patternbg.png); background-repeat:repeat;

}

/********************************************************************
	Responsive
*********************************************************************/
@media (max-width: 767px) {
	.sb-email {
		width: 50%;
		margin: 0;
	}
	.sb-submit {
		width: 40%;
		margin: 0;
	}
	#land-page {
		padding-left: 10px;
		padding-right: 10px;
	}
	#subscribe {
		border-bottom: none;
	}
	#land-page, #lasttweets, #gallery {
	border-top:1px solid #333333;
	}
	#social {
		top: 220px; /*top: 170px;*/
	}	
	#social a {
		padding: 1.4% 2%;
	}	
}

@media (max-width: 360px) {
	#logo h1 {
		margin-top: 40px;
		line-height: 50px;
	}
	.sb-email {
		width: 100%;
		margin: 0;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 20px;
		-webkit-border-radius: 50px;	
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
    	-o-border-radius: 50px;
		border-radius: 50px;	
	}
	.sb-submit {
		width: 100%;
		margin: 0;	
		-webkit-border-radius: 50px;	
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
    	-o-border-radius: 50px;
		border-radius: 50px;	
	}	
	#social {
		top: 220px;
	}	
}	

/********************************************************************
	Last Tweets
*********************************************************************/
.tweet_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: hidden;
}

.tweet_list li {
	padding-bottom: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none;
	border:1px dotted #999999;
	margin-bottom:5px; 
	padding:10px;
	background-color:#3d3d3d;

}

.tweet_list .tweet_avatar {
	padding-right: 10px;
	float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.titternewsstyle{ background-color:rgba(0,0,0,0.1)!important; padding:20px; border:1px solid rgba(225,225,225,0.2);}


/********************************************************************
	Countdown User Style
*********************************************************************/
#countdown {
	position: absolute;
	top: 145px;
	left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
	z-index: 995;    
	
}

#counttype {
	position: absolute;
	top: 240px;		
	left: 0;
	width:100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 995;
}

#counttype p {
	display: inline-block;
	width: 185px;
}
#counttype span {
	display: inline-block;
	width: 0;
}
/********************************************************************
	Countdown Internal classes
*********************************************************************/
.position {
	display: inline-block;
	height: 180px;
	width: 60px;
	overflow: hidden;
	position: relative;
}

.digit {
	position: absolute;
	display: block;
	width: 65px;
	text-align: center;
	color: #fff;
	font-size:80px;
	letter-spacing:1px;
	font-family: 'Archivo Black', sans-serif;
}

.countdownSep {
	display: inline-block;
	width: 65px;
}

/* Please do not remove the following empty class */
.static {}


</pre></body></html>