@import url(//fonts.googleapis.com/css?family=Roboto:700);
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, ol, ul, li, form, label, table, tbody, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
#ieLogo{
	display:none;	
}
body, html {
  height: 100%;
}
a{
	text-decoration:none;	
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
#headWrap{
	background:	#000;
	height:144px;
	position:absolute;
	width:100%;
	z-index:2;
}
.container{
	position:relative;
	width:960px;
	margin:0 auto;
	height:100%;
}
#logoMain{
	position:absolute;
	left:0;
	top:15px;
}
#logoMain > img,
#gameLogo > img{
  width: 100%;
}
#gameLogo{
	width:198px;
	margin:0 auto;
	padding:20px 0;
}
#mainImage{
	width:100%;
	height:100%;
}
#buttons {
	top:16px;
	position: absolute;
	right: 0;
	width: 198px;
}

.btn a{
	color:#fff;	
	display:block;	
	font-weight:bold;
	background:#ec8b00;
	padding:5px 10px ;
	position:relative;
	
	font-size:30px;
	float:left;
	margin-right:10px;
	transition: color 0.2s ease-out 0s;
}
.btn a:hover{
	color:	#000;

}
#ieContainer.container {
  position: absolute;
  width: 100%;
}
#mainWrap{
	height:100%;
	width:100%;
}
.bgimage{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	
	height:100%;
	width:100%;	
	position:fixed;
	top:0;
	left:0;
	z-index:1;

}
#imgMain.bgimage{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	
	background:	url(../RHCC2016/media/images/splash/img_splash.jpg) no-repeat center 144px;	
}
#img1.bgimage{
	background:	url(../RHCC2016/media/images/splash/img_splash_2015.jpg) no-repeat center 144px;	
	display:none;	
}
#img2.bgimage{
	background:	url(../RHCC2016/media/images/splash/img_splash_2016.jpg) no-repeat center 144px;	
	display:none;	
}
#benefitting {
  left: 0;
  position: absolute;
  z-index: 2147483647;
  bottom:100px;
}
 #buttons h2{
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.50);
	margin-bottom:5px;
}


@media screen and (max-width: 1000px) {
	.container{
		width:700px;	
	}
}
@media screen and (max-width: 710px) {
	.container{
		width:320px;	
	}
	#headWrap{
		height:52px;	
	}
	#gameLogo{
		margin-left:80px;	
	}
	#imgMain.bgimage{

	background:	url(../RHCC2016/media/images/splash/img_splash.jpg) no-repeat center 52px;	
	}
	#img1.bgimage{
		background:	url(../RHCC2016/media/images/splash/img_splash_2015.jpg) no-repeat center 52px;	
		
	}
	#img2.bgimage{
		background:	url(../RHCC2016/media/images/splash/img_splash_2016.jpg) no-repeat center 52px;	
	
	}
	#logoMain{
		width:50px;	
		top:7px;
	}
	#buttons h2{
		margin-bottom:1px;	
	}
	#gameLogo{
		width:70px;	
		padding-top:9px;
	}
	.btn a{
	padding: 1px 9px;
	}
	.btn a,  #buttons h2{
		font-size:16px;
	}
	#btn2 a{
		margin-right:0;	
	}
	#buttons {
	  top: 5px;
	  width: 133px;
	}
	
	
	#benefitting img{
		width:200px;
	}
	#benefitting{
		bottom:20px;
		left:20px;
	}
	#logoMain{
		left:20px;	
	}
}
@media screen and (max-width: 320px) {
	.container{
		width:100%;
	}
}