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

#slider-cont {
	position:relative;
	height:320px;
	margin-top:10px;
}


#top-slider {
	width:980px;
	height:320px;
	margin:auto;
}

.rsContent {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  float: left;
}
.bContainer {
  position: relative;
}

.bContainer {
 top:45px	
}

.rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto;
}
.blockHeadline {
  font-size: 42px;
  line-height: 50px;
}


.slidertext {
	padding-top:125px;
	position: relative;
	display: block;
	left: auto;
	top: auto;		
}
.slidertext>div {
	display:inline-block;
	text-align:left;
	box-sizing:border-box;
	margin:0 55px;
}


	.bigtext {
	  font-size:3.2rem;
	  padding:20px 15px;
	  letter-spacing:1px;	  
	  background-color:rgba(255,255,255, .9);
	}
	
	.smalltext {
	  font-weight:300;
	  letter-spacing:1px;
	  font-size:1.4rem;
	  padding:0px 10px;
	  color:#FFF;	
	  background-color:rgba(0,0,0, .6);
	}


/*
	video
*/

.videoGallery .rsTmb {
  padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 220px;
  height: 80px;
  border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
  width: 220px;
  padding: 0;
}
.videoGallery .rsThumb:hover {
  background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
  background-color: #02874A;
  border-bottom:-color #02874A;
}

.sampleBlock {
  left: 3%; 
  top: 1%; 
  width: 100%;
  max-width: 400px;
}

