/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
*,html {
	margin:0px;
	padding:0px;
}

html { 
  background:url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.clear {
	clear:both;
}

body {
font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#fff;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	color:#fff;
	text-decoration:none;
}	

.page {
	width: 1000px;
	height:200px;
	margin:0 auto;
	position: absolute;
	bottom:1%;
    left: 50%;
	margin-left: -500px;

}

	.top {
		text-align:center;
	}
	
	.bottom {
		text-align:center;	
	}
	
	.bottom span {
		padding:0 20px;	
	}

		
.copy {
	position:absolute;
	bottom:10px;
	right:10px;
	opacity:0.6;
	color:#fff;
	font-size:10px;	
}

/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

}

/* mobile */

@media screen and (max-width: 767px) {
	
body {
	font-size:16px;	
}
	
.page {
	bottom:60px;
	width: 300px;
	height:173px;
	margin-left: -150px;
	}
	.bottom a{
		display:block;
		text-align:center;
		line-height:30px;
	}
	
	.bottom span {
		display:none;	
	}
}