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

.rsWebkit3d .rsSlide {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	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: 100%;
	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: 777 !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%;
	position: relative;
	float: left;
}

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


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 233px;
	top: 249px;
	position: relative;
	display: block;
	z-index: 15;
	margin: auto;
	padding: 0;
}

img.rsImg {
	max-width: none;
}

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

.grabbing-cursor{ 
	cursor:url(../../css/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(../../css/blank.gif);
}

/* CONFIGURAÇÕES EDITAVEIS*/

#full-width-slider {
	width: 100%;
	height: 575px;
	color: #fff;
	float: left;
}
.fullWidth {
	max-width: 1920px;
	margin: 0 auto 24px;
}

#page-navigation { display: none; }

.rsplx {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
}

/*Autobens*/
	.carro {
	position: absolute;
	bottom: auto;
	left: 3%;
	top: 170px;
	right: auto;
	display: none;
	}
	.txtcarro1 {
	position: absolute;
	bottom: auto;
	right: 35%;
	left: auto;
	top: 70px;
	display: none;
	}
	.txtcarro2 {
		position: absolute;
		left: auto;
		top: 270px;
		right: 30%;
		bottom: auto;
		display:none;
	}
	.valorcarro {
	position: absolute;
	top: 120px;
	left: auto;
	bottom: auto;
	right: 35%;
	display: none;
	}
	
	.moto {
	position: absolute;
	bottom: auto;
	left: 22%;
	top: 100px;
	right: auto;
	display:none;
	}
	.txtmoto1 {
		position: absolute;
		bottom: auto;
		right: 30%;
		left: auto;
		top: 170px;
		display:none;
	}
	.txtmoto2 {
		position: absolute;
		left: auto;
		top: 270px;
		right: 21%;
		bottom: auto;
		display:none;
	}
	.valormoto {
	position: absolute;
	top:120px;
	left:auto;
	bottom:auto;
	right: 35%;
	display:none;
	}
		
	.caminhonete {
	position: absolute;
	bottom: auto;
	left: 3%;
	top: 150px;
	right: auto;
	display: none;
	}
	.txtcaminhonete1 {
		position: absolute;
		bottom: auto;
		right: 30%;
		left: auto;
		top: 170px;
		display:none;
	}
	.txtcaminhonete2 {
		position: absolute;
		left: auto;
		top: 270px;
		right: 21%;
		bottom: auto;
		display:none;
	}
	.valorcaminhonete {
	position: absolute;
	top:120px;
	left:auto;
	bottom:auto;
	right: 35%;
	display:none;
	}
	
	.van {
	position: absolute;
	bottom: auto;
	left: 7%;
	top: 60px;
	right: auto;
	display:none;
	}
	.txtvan1 {
		position: absolute;
		bottom: auto;
		right: 30%;
		left: auto;
		top: 200px;
		display:none;
	}
	.txtvan2 {
		position: absolute;
		left: auto;
		top: 270px;
		right: 35%;
		bottom: auto;
		display:none;
	}
	.valorvan {
	position: absolute;
	top:120px;
	left:auto;
	bottom:auto;
	right: 35%;
	display:none;
	}
	
	
	.caminhao {
	position: absolute;
	bottom: auto;
	left: 10%;
	top: -40px;
	right: auto;
	width:480px;
	display:none;
	}
	.txtcaminhao1 {
		position: absolute;
		bottom: auto;
		right: 30%;
		left: auto;
		top: 140px;
		display:none;
	}
	.txtcaminhao2 {
		position: absolute;
		left: auto;
		top: 270px;
		right: 35%;
		bottom: auto;
		display:none;
	}
	.valorcaminhao {
	position: absolute;
	top:120px;
	left:auto;
	bottom:auto;
	right: 35%;
	display:none;
	}

.saibamais {
	position: absolute;
	top: 370px;
	left: auto;
	right: 35%;
	bottom: auto;
	display: none;
}
.saibamaismoto {
	position: absolute;
	top: 340px;
	left: auto;
	right: 30%;
	bottom: auto;
	display:none;
}
.saibamaiscaminhonete {
	position: absolute;
	top: 340px;
	left: auto;
	right: 30%;
	bottom: auto;
	display:none;
}
.saibamaisvan {
	position: absolute;
	top: 340px;
	left: auto;
	right: 30%;
	bottom: auto;
	display:none;
}
.saibamaiscaminhao {
	position: absolute;
	top: 340px;
	left: auto;
	right: 30%;
	bottom: auto;
	display:none;
}
.t0800 {
	position: absolute;
	top: 450px;
	left: auto;
	right: 30%;
	bottom: auto;
}
.t0800moto {
	position: absolute;
	top: 420px;
	left: auto;
	right: 30%;
	bottom: auto;
}
.t0800caminhonete {
	position: absolute;
	top: 420px;
	left: auto;
	right: 30%;
	bottom: auto;
}
.t0800van {
	position: absolute;
	top: 420px;
	left: auto;
	right: 30%;
	bottom: auto;
}
.t0800caminhao {
	position: absolute;
	top: 420px;
	left: auto;
	right: 30%;
	bottom: auto;
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {
/*Autobens*/
	.carro {
		width:500px;
		left:2%;
		top:200px;
	}
	.txtcarro1 {
		position: absolute;
		bottom: auto;

		left: 5%;
		top: 70px;
	}
	.valorcarro {
	right: 35%;
	}
	
	.moto {
		width:400px;
		left:2%;
		top:100px;
	}
	.txtmoto1 {
		position: absolute;
		bottom: auto;
		right: 28%;
		left: auto;
		top: 140px;
	}
	.valormoto {
	top:140px;
	right: 4%;
	}
	
	.caminhonete {
		width:500px;
		left:2%;
		top:200px;
	}
	.txtcaminhonete1 {
		position: absolute;
		bottom: auto;
		left: 5%;
		top: 80px;
	}
	.valorcaminhonete {
	top:140px;
	right: 4%;
	}
	
	
	.van {
		width:430px;
		left:5%;
		top:140px;
	}
	.txtvan1 {
		position: absolute;
		bottom: auto;
		right: 27%;
		left: auto;
		top: 200px;
	}

	.valorvan {
	right: 4%;
	}
	
	
	.caminhao {
		width:450px;
		left:1%;
		top:-10px;
	}
	.txtcaminhao1 {
		position: absolute;
		bottom: auto;
		right: 27%;
		left: auto;
		top: 170px;
	}
	
	.valorcaminhao {
	right: 4%;
	}


.saibamais, .saibamaiscaminhonete {
	position: absolute;
	top: 370px;
	left: auto;
	right: 38%;
	bottom: auto;
}
.t0800, .t0800caminhonete {
	position: absolute;
	top: 450px;
	left: auto;
	right: 38%;
	bottom: auto;
}
.saibamaisvan {
	position: absolute;
	top: 370px;
	left: auto;
	right: 27%;
	bottom: auto;
}
.t0800van {
	position: absolute;
	top: 450px;
	left: auto;
	right: 27%;
	bottom: auto;
}

.cotacaoForm{
	right:2%;
}
}
		
@media only screen and (min-width: 769px) and (max-width: 1100px) {
.painel
{
	float: left;
	width: 100%;
}
#full-width-slider, .rsContent, .rsUni .rsArrow {
	height: 575px;
}
.royalSlider img {
	height: 500px;
}

/*Autobens*/
	.carro {
		top:210px;
		width:400px;
		left:1%;
	}
	.moto {
		top:200px;
		width:250px;
		left:4%;
	}
	.caminhonete {
		top:210px;
		width:400px;
		left:4%;
	}
	.van {
		top:170px;
		width:400px;
		left:4%;
	}
	.caminhao {
		top:90px;
		width:350px;
		left:0px;
	}
.txtcarro1 {
	right: 34%;
}
.txtmoto1 {
	top:90px;
	left: 10%;
}
.txtcaminhonete1 {
	top:90px;
	left: 10%;
}
.txtvan1 {
	left: 20%;
	top:60px;
}
.txtcaminhao1 {
	top:20px;
	width:100%;
	text-align:center;
	left: 0px;}

.valorcarro {
	right: 34%;
	width:280px;
}
.valormoto {
	right: 4%;
}
.valorcaminhonete {
	right: 4%;
}
.valorvan {
	right: 4%;
}
.valorcaminhao {
	right: 4%;
}
.saibamais, .saibamaismoto, .saibamaiscaminhonete, .saibamaisvan, .saibamaiscaminhao{
	top: 470px;
	left: 15%;
	right: 15%;
	width: 70%;
	bottom: auto;
}

.cotacaoForm{
	right:1%;
}
.t0800, .t0800moto, .t0800caminhonete, .t0800van, .t0800caminhao {
	visibility:hidden !important;
	display:none !important;
}
}

@media only screen and (min-width: 497px) and (max-width: 768px) {
#painel
{
	height:400px;
}
#full-width-slider, .rsContent, .rsUni .rsArrow   {
	height:400px;
}
.royalSlider img {
	height:400px;
}


/*Autobens*/
.carro {
	width:240px;
	left:2%;
	top:150px;
}
.txtcarro1 {
	left: 0%;
	width:100%;
	text-align:center;
	top: 20px;
}
.valorcarro {
	top:100px;
	left:auto;
	bottom:auto;
	right: 1%;
	width:300px;
}
	
	.moto {
	width:30%;
	text-align:center;
	left:30%;
	top:130px;
	}
	.txtmoto1 {
	left: 0%;
	width:100%;
	text-align:center;
	top: 20px;
	}
	.valormoto {
	top:100px;
	left:auto;
	bottom:auto;
	right: 1%;
	width:300px;
	}

	.caminhonete {
	width:70%;
	text-align:center;
	left:15%;
	top:120px;
	}
	.txtcaminhonete1 {
	left: 0%;
	width:100%;
	text-align:center;
	top: 20px;
	}
	.valorcaminhonete {
	top:100px;
	left:auto;
	bottom:auto;
	right: 1%;
	width:300px;
	}
	
	
	
	.van {
	width:60%;
	left:20%;
	top:110px;
	}
	.txtvan1 {
	left: 0%;
	width:100%;
	text-align:center;
	top: 20px;
	}

	.valorvan {
	top:100px;
	left:auto;
	bottom:auto;
	right: 1%;
	width:300px;
	}
	
	
	.caminhao {
	width:220px;
	left:2%;
	top:80px;
	}
	.txtcaminhao1 {
	left: 0%;
	width:100%;
	text-align:center;
	top: 20px;
	}
	
	.valorcaminhao {
	top:100px;
	left:auto;
	bottom:auto;
	right: 1%;
	width:300px;
	}

.saibamais, .saibamaismoto, .saibamaiscaminhonete, .saibamaisvan, .saibamaiscaminhao {
	top: 340px;
	left: 15%;
	right: 15%;
	width: 70%;
	bottom: auto;
}
.t0800, .t0800moto, .t0800caminhonete, .t0800van, .t0800caminhao {
	visibility:hidden !important;
	display:none !important;
}
.cotacaoForm{
	position:static;
	float:left;
	width:100%;
	
	background: rgba(0, 0, 0, 1.0);
	-moz-border-radius: 0px / 0px;
	-webkit-border-radius: 0px / 0px;
	border-radius: 0px / 0px;
}
}

@media only screen and (min-width: 180px) and (max-width: 496px) {
#painel
{
	height:400px;
}
#full-width-slider, .rsContent, .rsUni .rsArrow   {
	height:400px;
}
.royalSlider img {
	height:400px;
}

/*Autobens*/
.carro {
	width:250px;
	left:5%;
	top:180px;
}
.txtcarro1 {
	left: 0px;
	width:100%;
	text-align:center;
	top: 20px;
}
.valorcarro {
	top:70px;
	left:auto;
	bottom:auto;
	right: 4%;
	width:265px;
}

.moto {
	width:50%;
	text-align:center;
	left:25%;
	top:120px;
	}
	.txtmoto1 {
	left: 0px;
	width:100%;
	text-align:center;
	top: 20px;
	}
	.valormoto {
	top:70px;
	left:auto;
	bottom:auto;
	right: 4%;
	width:265px;
	}

	.caminhonete {
	width:80%;
	text-align:center;
	left:10%;
	top:140px;
	}
	.txtcaminhonete1 {
	left: 0px;
	width:100%;
	text-align:center;
	top: 20px;
	}
	.valorcaminhonete {
	top:70px;
	left:auto;
	bottom:auto;
	right: 4%;
	width:265px;
	}
	
	.van {
	width:70%;
	left:10%;
	top:130px;
	}
	.txtvan1 {
	left: 0px;
	width:100%;
	text-align:center;
	top: 20px;
	}

	.valorvan {
	top:70px;
	left:auto;
	bottom:auto;
	right: 4%;
	width:265px;
	}
	
	.caminhao {
	width:150px;
	left:1%;
	top:120px;
	}
	.txtcaminhao1 {
	left: 0px;
	width:100%;
	text-align:center;
	top: 20px;
	}
	
	.valorcaminhao {
	top:70px;
	left:auto;
	bottom:auto;
	right: 4%;
	width:265px;
	}

.saibamais, .saibamaismoto, .saibamaiscaminhonete, .saibamaisvan, .saibamaiscaminhao {
	top: 320px;
	left: 15%;
	right: 15%;
	width: 70%;
	bottom: auto;
}
.t0800, .t0800moto, .t0800caminhonete, .t0800van, .t0800caminhao {
	visibility:hidden !important;
	display:none !important;
}
.cotacaoForm{
	position:static;
	float:left;
	width:100%;
	
	background: rgba(0, 0, 0, 1.0);
	-moz-border-radius: 0px / 0px;
	-webkit-border-radius: 0px / 0px;
	border-radius: 0px / 0px;
}
.tituloPtoSlider{ font-size:150%}
.tituloAzlEscSlider{ font-size:170%}
}
