/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #EEE;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }
.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20); *display: none; }

/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	background: none repeat scroll 0 0 transparent;
    bottom: -45px;
    height: auto;
    left: 0;
    line-height: 28px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 35;
}
.rsDefault .rsBullet {
	display: inline-block;
    height: 8px;
    padding: 11px 15px;
    width: 8px;
	*display:inline; 
	*zoom:1;
}
.rsDefault .rsBullet span {
	background: #AAA;
    border-radius: 50%;
    border: 2px solid #f8f8f8;
    display: block;
    height: 13px;
    width: 13px;
}
.rsDefault .rsBullet span:hover { cursor: pointer; }
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #f7f8f8;
	border: 2px solid #AAA;
}


/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb {
	color: rgba(255,255,255,1);
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 0.9375rem;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.rsDefault .rsTmb span {
	display: block;
	color: rgba(255,255,255,0.7);
	margin: 0;
	padding: 0;
	line-height: 18px;
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {width:20px;height:20px;background-image:url(preloader-white.gif);left:50%;top:50%;margin-left:-10px;margin-top:-10px;	}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption { position: absolute; float: none; bottom: 6px; left: 6px; text-align: left; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.75); color: #FFF; padding: 2px 8px; width: auto; font-size: 12px; border-radius: 2px; }
/***************
*
*  9. Media Queries
*
****************/
@media (max-width:991px) {
    
    .blueBg { background: transparent url("../images/blue-overlay-pattern.png") repeat scroll 0px 0px; left: 0px; top: auto; position: absolute; z-index: 15; width: 100%; bottom: 0px; height: 249px; }
	
	.firstSlide img{ margin-left: -500px !important }
    
    .rsABlock > div { padding-left:0; padding-top: 15px; }
    .rsABlock p, 
    .rsABlock hr { display: none; }
    .firstSection .imageContainer { margin-bottom: 80px; padding: 0; }
    .firstSection .text-content { padding-left: 0; }

    #headerImage .rsABlock {  height: auto; }
    #headerImage .rsABlock > div { margin: 0px auto; position: relative; }

}