/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
	height: 590px;
	position: relative;
	direction: ltr;
	text-align:center;
	background-color: #fff;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 570px;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsABlock {
	/*left: 0;
	top: 0;
	position: absolute;*/
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}


.royalSlider .royalSlidesContainer {
	position: relative;
	left: 0;
	top: 0 !important;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	border: 0 !important;
	text-align:center;
}



/*////////////////////////////////// ARQUIVO rs-default.css //////////////////////////////////*/
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


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


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 36px;
	width: 36px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 36;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}

/*POSICAO DAS SETAS NA PARTE RESPONSIVA*/

.rsDefault .rsArrowIcn {		
	width: 36px;
	height: 36px;
	top: 40%;
	/*top: 45%;
	left: 45%;*/	
	position: absolute;	
	cursor: pointer;
	background:url(../__imgs/_ui/setas_slider.png) no-repeat;
	z-index:10;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: 0 0; }
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover { background-position: 0 0; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: 0 -36px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover { background-position: 0 -36px; }


.rsDefault.rsHor .rsArrowLeft { left: 45px; top: 40%;}
.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .5; filter: alpha(opacity=20);  *display: none; }
/***************
*  2. Bullets
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	/*bottom: 70px;*/
	width: 100%;
	margin: 0 auto; 
	text-align: center;
	line-height: 8px;
	overflow: hidden;
	padding: 12px 0 8px 0;
	/*background-color: #ccc;*/
}
.rsDefault .rsBullet {
	width: 21px;
	height: 21px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 0 5px 6px;
	margin-right: 10px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 21px;
	height: 21px;
	background-image:url(../__imgs/_ui/slider_bullets.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	background-color: transparent;
	cursor:pointer;
}
.rsDefault .rsBullet.rsNavSelected span {
	background-image:url(../__imgs/_ui/slider_bullets.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

/***************
*  7. Preloader
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(skins/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}


.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;
}


@media screen and (max-width: 480px){ 
	.rsDefault.rsHor .rsArrowLeft { left: -25px; top: 130px; }
	.rsDefault.rsHor .rsArrowRight { right: 10px; top: 130px; }
}

@media screen and (min-width: 481px) and (max-width: 766px){ 
	.rsDefault.rsHor .rsArrowLeft { left: -15px; top: 180px; }
	.rsDefault.rsHor .rsArrowRight { right: 20px; top: 180px; }
}

@media screen and (min-width: 767px) and (max-width: 979px){ 
	.rsDefault.rsHor .rsArrowLeft { left: -15px; top: 260px; }
	.rsDefault.rsHor .rsArrowRight { right: 20px; top:260px; }
}

@media screen and (min-width: 980px){
	/*.rsDefault.rsHor .rsArrowLeft { left: 0px; top: 280px; }
	.rsDefault.rsHor .rsArrowRight { right: 32px; top:280px; }*/
}
/*NECESSÁRIOS TAMANHOS EQUIVALETES AOS BREAKPOINTS*/

@media only screen and (max-width: 40em) { 
	.heroSlider .rsOverflow,
    .royalSlider.heroSlider {
      	height: 258px !important;
    }
    .rsDefault.rsHor .rsArrowLeft { left: 15px; top: 205px; }
    .rsDefault.rsHor .rsArrowRight { right: 15px; top: 205px; }
    .rsDefault .rsBullets { bottom: 0px; background-color: #4d4d4f; }
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	.heroSlider .rsOverflow,
    .royalSlider.heroSlider {
      	height: 320px !important;
    }
    .rsDefault.rsHor .rsArrowLeft { left: 45px; top: 245px; }
    .rsDefault.rsHor .rsArrowRight { right: 45px; top: 245px; }
    .rsDefault .rsBullets { bottom: 20px; background-color: transparent;  }
}

@media only screen and (min-width: 64.063em) { 
	.heroSlider .rsOverflow,
    .royalSlider.heroSlider {
      	height: 590px !important;
    }

	.rsDefault.rsHor .rsArrowLeft { left: 45px; top: 260px; }
    .rsDefault.rsHor .rsArrowRight { right: 45px; top: 260px; }
    .rsDefault .rsBullets { bottom: 70px; background-color: transparent;  }
}
