@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,600);

html,
body {
    width: 100%;
    height: 100%;
}

body { padding:0; margin:0;

width: 100%;
    height: 100%;
	color:#fff;
	font-family: 'Open Sans', sans-serif;

	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0;
	background-size:cover;
}

img { width:40%;}


.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center { display: table-cell; text-align: center; vertical-align: middle; }
.text-shadow { text-shadow: 1px 1px #000; }
.text-white { color:#fff; }
.text-black { color:#000; }
.text-red { color:#D11242; }
.text-hover-danger { color:#d9534f; }

.countdown { text-align:center; }

.styled{ margin-bottom: 10px; margin-top: 10px; }
.styled div {
	display: inline-block;
	color:#eee;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	padding: 10px 30px; 
	background:rgba(255, 255, 255, 0.0);
	border-right:0px solid #000;
	text-shadow: 1px 1px #000;
}
.styled div:last-child{ border:none; }
.styled div:first-child { margin-left: 0; }
.styled div span {
display: block;
border-top: 2px solid #d9534f;
padding-top: 3px;
font-size: 21px;
font-weight: 400;
text-align: center;
	color:#fff;
}
