@charset "utf-8";
/* CSS Document */
.slide-container {
	position: fixed;
	bottom:0;
	top:40px;
	left:0;
	right:0;
	z-index:1000;
	background:rgba(255,255,255,0.8);
	background-image: url(../images/jumbotron/infocard.png);
	background-repeat: repeat;
	background-size: 80px;
	display:none;
	overflow:hidden;
	
}

#infocardExtents {
	position:fixed;
	top:40px;
	bottom:0;
	background:#f0f0f0;
}

.slider-head-dan {
	position: relative;
	height:40px;
	overflow: hidden;
	background:#707070;
	margin-top: 5px;
	padding-left:0px;
}

.slider-btn-dan {
	/*position:relative;*/
	position:absolute;
	bottom:0px;
	height:60px;
	background:rgba(112,112,112,0.8);
	background: linear-gradient(rgba(112,112,112,0.6),rgba(112,112,112,1));
	padding-top: 8px;
	padding-bottom:3px;
	z-index:500;
}

/*.slider-btn-dan a,*/ .slider-btn-dan span{
	font-size:2.0em;
	font-weight:100;
	color:#ffffff;
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
}

/*.slider-btn-dan a:hover, .slider-btn-dan a:focus,*/ .slider-btn-dan span:hover, .slider-btn-dan span:focus {
	font-size:2.0em;
	font-weight:100;
	color:#F05A28;
}

.slider-dan {
	position:absolute;
	top:50px;
	bottom:10px;
	/*bottom:65px;*/
	/*background:rgba(255,255,255,0.5);*/
	background:#f0f0f0;
	width:95%;
	overflow-y: scroll;
}


.slide-dan {
	display: none;
	position: relative;
	width:100%;
	min-height: 385px;
	margin-top: 0px;
	margin-bottom:40px;
	/*border: 2px solid #ff0000;*/
}

.active-slide-dan {
	display: block;
}


.slide-copy {
	position: relative;
	padding:10px;
}

.slide-copy h1 {
  	color:#92C05C;
	/* orange
	color:#F05A28;*/
	font-family: "mr-eaves-xl-sans",sans-serif;
	font-style: normal;
	font-weight: 900;
	line-height: 1.0em;
	padding: 2px;
	margin:2px;
}

.slide-copy p {
	color: #000000;
	font-family: "mr-eaves-xl-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2em;
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 3px;
}

.slide-copy img {
	width:100%;
	/*width: 300px;
	height: auto;
	max-height:300px;*/
	
}


.slider-tabs {
	list-style: none;
	display: inline-block;
	padding-left: 0px;
	margin-top:10px;
	margin-bottom: 0;
	height:50px;
}

.slider-tabs li {
	color:#ffffff;
	display: inline;
	font-size: 1.2em;
	font-family: "mr-eaves-xl-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-right:20px;
	padding:10px;
	padding-top:25px;
	padding-bottom:25px;
	height:50px;
}

.slider-tabs li.active-tab {
	color:#F05A28;
	font-weight: 400;
	background:#f0f0f0;
}

.btn, .btn-default {
	width: auto;
	height: 26px;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;
	background-color:#707070;
	border: solid 2px #ffffff;
	color:#ffffff;
	z-index:1400;
}

.btn:hover, .btn:focus, .btn:active, .btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color:#F05A28;
	border: solid 2px #ffffff;
	color:#ffffff;
}

.stats {
	color:#F05A28;
	font-size: 1.2em;
	font-family: "mr-eaves-xl-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	display:inline-block;
}

.statsTitle {
	color:#F05A28;
	font-size: 1.0em;
	font-family: "mr-eaves-xl-sans",sans-serif;
	font-style: normal;
	font-weight: 900;
}

#infoCardLatin {
	font-style: italic;
}
