@font-face {
font-family: UnitedSansCond-Bold;
src: url("UnitedSansCond-Bold.otf") format("opentype");
}


/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* This image will be displayed fullscreen */
	background:url('../images/bg.jpg') no-repeat center center;
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	background-size:cover;
	
	background-color: #111111;
	
}

body{
	/* Workaround for some mobile browsers */
	min-height:100%;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

a, a:visited {
	outline:none;
	color:#1c4f64;
}

a:hover{
	text-decoration:none;
}

section, footer, header{
	display: block;
}

.title-logo {
	display: block;
	position:absolute;
	width:50%;
	float:right;
}

.title-logo-cotainer {
	display: block;
	width:50%;
	margin:40px;
	float:right;
}

.counter { 
	display: block;
	position:absolute;
	width:550px;
	height:338px;
	right:45px;
	bottom:6%;
	padding-left:4px;	
	background:url('../images/counter2.png') no-repeat center center;
}

.kkcount-down {
	padding-left: 40px;
}

.kkc-dni {
	top: 64px;
	width:118px;
	display: inline-block;	
	font-family: UnitedSansCond-Bold;
	font-size:100px;
	color:#FFF;
	text-align: center;
	line-height:100%;
	position:relative;
	margin-right: 8px;
}

.kkc-godz, .kkc-min, .kkc-sec {
	top: 64px;
	width:98px;
	margin-left: 8px;
	margin-right: 8px;	
	display: inline-block;	
	font-family: UnitedSansCond-Bold;
	font-size:100px;
	color:#FFF;
	text-align: center;
	line-height:100%;
	position:relative;
}



/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}
