 @import url(http://fonts.googleapis.com/css?family=Quicksand);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	min-height: 100%;
}
.bg {
	background: #26262C url(bg.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#soon-glow {
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	text-transform: lowercase;
}
#soon-glow .soon-label {
	color: #fff;
	text-shadow: 0 0 .25rem rgba(0,0,0,.75);
}
#soon-glow .soon-ring-progress {
	color: #fff;
	background-color: rgba(255,255,255,.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
#soon-glow>.soon-group {
	margin-bottom: -.5em;
}
.soon[data-face*=glow] .soon-separator, .soon[data-face*=glow] .soon-slot-inner {
	text-shadow: 0 0 .125em rgba(0,0,0,.75);
}
.soon[data-face*=glow] .soon-separator, .soon[data-face*=glow] .soon-slot-inner {
	text-shadow: 0 0 .125em rgba(0,0,0,.75);
}
.footer {
	font-family: 'Quicksand', sans-serif;
	font-size:13px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);

	
	
	position:absolute;
	bottom:10px;
	text-align:center;
	width:100%;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration:none;
}

.info {
	
		font-family: 'Quicksand', sans-serif;
	font-size:20px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);

	text-align:center;
	width:100%;
	
}

.fb {
	width:29px;
	height:29px;
	display: inline-block;
	background-image:url(fb.png);
	margin:0 5px -5px 0;
}

.tt {
	display:block;
	position:absolute;
	bottom:30px;
	width:100%;
	text-align:center;
}

.tt img {
	width:100px;	
	height:100px;	
}


@media screen and (max-width: 480px) {

.tt {
	display:block;
	position:absolute;
	bottom:40px;
	width:100%;
	text-align:center;
}

.tt img {
	width:70px;	
	height:70px;	
}

.fb {
	width:18px;
	height:18px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

}