
.sp_jumbotron{
	padding-top:30px;
	m/argin-top: 30px;		
	margin-bottom:0px;
    background-image: url(../img/SportractiveBg.jpg);
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.1em 0.1em 0.1em;	
}

.sp_footer_jumbotron{
	background-color: #222222;
	padding-top:0px;
	margin-top:10px;
	margin-bottom:10px
}

.sp_transparent_jumbotron{
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	border-radius: 12px;
	background: none repeat scroll 0% 0% rgba(100, 100, 100, 0.4);
	p/adding-bottom: 30px;
	m/argin:10px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}

.sp_container{
	p/adding-top:30px;
	padding-bottom:50px;
}
.sp_btn_googleplay_de{
	background: url("../img/de_generic_rgb_wo_60.png") no-repeat scroll 0% 0% transparent;
	width: 172px;
	height: 60px;
}

.sp_btn_googleplay_en{
	background: url("../img/en_generic_rgb_wo_60.png") no-repeat scroll 0% 0% transparent;
	width: 172px;
	height: 60px;
}


.sp_white_text{
	color: #FFF;
}

.sp_button_icon{
	position: relative;
	display: inline-block;
	margin-left: 10px;	
	margin-right: 10px;
	height: 50px;
	width: 50px;
	background: url("../img/buttons.png") no-repeat scroll 0% 0% transparent;
}

.sp_footer_hr_orange{
	height: 4px;
	margin: 0px;
	display: block;
	background: none repeat scroll 0% 0% #FF470D;
}

a.sp_anchor{display: block; position: relative; top: -50px; visibility: hidden;}

/*---------------------------------------*/

#sp_facebook{
	background-position: -50px 0px;
}

#sp_facebook:hover{
	background-position: -50px -50px;
}

#sp_twitter{
	background-position: -100px 0px;
}

#sp_twitter:hover{
	background-position: -100px -50px;
}

#sp_blog{
	background-position: -150px 0px;
}

#sp_blog:hover{
	background-position: -150px -50px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  	position: relative;
  	min-height: 100%;

}
body {
  	/* Margin bottom by footer height */
  	margin-bottom: 60px;
	margin-top: 50px;
	background: none repeat scroll 0% 0% #ebedee;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  h/eight: 60px;
  background-color: #222222;
}

.navbar-inverse .navbar-brand{
	color:#FF470D
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
	color:#FF470D
}
.navbar-brand{
	p/adding:1px 1px 1px 1px;
}

.thumbnail {
	padding: 0px;
	display: block;
	background: none repeat scroll 0% 0% #ebedee;
	border: 0px solid #DDD;
	text-align: center;
}

.thumbnail p{
	padding: 0px;
	margin: 0px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  p/adding: 60px 15px 0;
}

h1, .h1{
	font-size: 30px;
}

h2, .h2{
	font-size: 20px;
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


