@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	border:0px;
	padding:0px;
	text-decoration:none;
}

a {
	text-decoration:none;
	color:#FFF;	
}

a:hover {
	color:#c30a0a;}

body {
	background-color:#000;
	overflow:hidden;
	min-width:960px;
}

#imagem {
	z-index:0;	
}

/*  FUNDO */

.rslides {
  position:fixed;
  list-style: none;
  overflow:visible;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
   position: fixed;
  display: none;
  width: 100%;
  left: 0;
  bottom: 0;
  }

.rslides li:first-child {
position: relative;
  display: block;
  float: left;
  }

.rslides img {
display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  /*  FIM FUNDO */
  
  #scrollable {
	  width:100%;
	  height:102%;
	  position:absolute;
	  z-index:100;
	  overflow:scroll;
  }
  
#centra_site{
	width:960px;
	margin:auto;
  }
  
  #logo {
	  margin-top:50px;
  }
  
  #facebook {
	  margin-top:50px;
	  margin-right:-100px;
	  float:right;
  }
 
 #copyright {
	 margin-top:20px;
	 margin-bottom:30px;
  }
 
   #copyright p {
	   font-size:10px;
	   font-weight:100;
	   line-height:-80px;
  }
 
p{
	 font-family:'Consolas', sans-serif;
	 font-size:13px;
	 color:#FFF;
	 padding-top:10px;
	 line-height:20px;
}
/*
#coluna_esquerda{
	width:465px;
	float:left;
	margin-right:15px;
}

#coluna_direita{
	width:465px;
	float:left;
}

.linha {
	width:100%;
	height:1px;
	background-color:#FFF;	
}

#linha_esquerda_um{
	margin-top:5px;	
}
#linha_esquerda_dois{
	margin-top:14px;	
}
#linha_direita_um{
	margin-top:33px;	
}
*/

#we_are p {
	margin-top:-300px;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
}
#sportsevents {
	width:465px;
	height:300px;
	float:left;
	margin-bottom:15px;
	background-color:#1A1A1A;
}

#sportsevents_img{
	width:465px;
	height:300px;
	background-image:url(../images/sports_events.jpg);
	position:relative;
	z-index:100;
}

#sportsevents_img:hover{
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
}

#sponsorship {
	width:465px;
	height:300px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	background-color:#1A1A1A;
}

#sponsorship_img{
	width:465px;
	height:300px;
	background-image:url(../images/sponsorship.jpg);
	position:relative;
	z-index:100;
}

#sponsorship_img:hover{
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
}

#trainingcamps {
	width:465px;
	height:300px;
	float:left;
	background-color:#1A1A1A;
}

#trainingcamps_img{
	width:465px;
	height:300px;
	background-image:url(../images/training_camps.jpg);
	position:relative;
	z-index:100;
}

#trainingcamps_img:hover{
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
}

#pr {
	width:465px;
	height:300px;
	float:left;
	margin-left:15px;
	background-color:#1A1A1A;
}

#pr_img{
	width:465px;
	height:300px;
	background-image:url(../images/pr.jpg);
	position:relative;
	z-index:100;
}

#pr_img:hover{
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
}

#coluna_esquerda_contact {
	width:280px;
	height:150px;
	float:left;
}

#coluna_direita_contact {
	width:260px;
	height:100px;
	float:left;
	margin-top:63px;
}

#coluna_tres_contact {
	width:280px;
	height:150px;
	float:left;
}

  
h1 {
	  font-family: 'Open Sans', sans-serif;
	  color:#FFF;
	  font-size:112px;
	  font-weight:900;
  }

h2 {
	    font-family: 'Open Sans', sans-serif;
	  color:#FFF;
	  font-size:32px;
	  font-weight:900;
 }
 
h3 {
	    font-family: 'Open Sans', sans-serif;
	  color:#FFF;
	  font-size:18px;
	  font-weight:300;
	  line-height:25px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	  color:#FFF;
	  font-size:32px;
}
  
  h1:hover {
	  color:#c30a0a;
  }