.booking_zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color:#fff;
    z-index: 1000;
    height: 200px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    line-height:160px;
	margin-top:60px;
}
.booking_zone_page
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color:#fff;
    z-index: 1000;
    height: 120px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    line-height:160px;
	margin-top:380px;
}
.booking_zone.shrink
{
	height: 100px;
    line-height:80px;
	margin-top:-60px;	
	padding-top:60px;	
	position:fixed;
}
.booking_zone.shrink .booking
{
	background-color:#ffffff;
	position: relative;
    margin-top:0px;
	width: 100%;
    height: 75px;
    z-index: 99999;
    border: 0px solid;
}
.booking_zone.shrink .booking .booking_title
{
	display:none;
}

.body_fleet {
    margin-top: 50px;
}



input[type="submit"].rent_button {
	height:52px;
	border:0px;
	padding: 7px 15px 7px 15px;
}
input[type="submit"].rent_button:hover {
	color:#fff !important;
}

.rent_input[type="text"],
.rent_input[type="number"],
.rent_input[type="email"]
{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:normal;
	width:calc(100% - 12px);
	height:35px;
	background:#ffffff;
	padding-left:10px;
	border:1px solid #dddddd;
	border-radius:3px;	
	color:#333333;
}

.rent_vat_included {
	text-align:left;
}
.rent_vat_included h3 {
	font-size:12px;
}

.rent_tooltip
{
	position:absolute;
	display: inline-block;
	width:20px;
	height:20px;
	border-radius:20px;
	color:black;
	background-color:#bbbbbb;
	text-align:center;
	cursor:pointer;
	margin-top:5px;
}

.rent_tooltip .rent_tooltiptext
{
	font-size:14px;
	letter-spacing:0px;
	padding:10px;
	text-align:left;
	visibility: hidden;
	width: 300px;
	background-color: #555;
	color: #fff;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left:0%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}

.rent_tooltip .rent_tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0%;
	margin-left: 5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.rent_tooltip:hover .rent_tooltiptext {
	visibility: visible;
	opacity: 1;
}
.rent_tooltip .rent_tooltiptext small
{
	line-height:16px;
}
.rent_tooltip h3
{
	line-height:23px;
}

.rent_checkbox {
	width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 0px 0px white, 0px 0px 0px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }    
  }
}

.rent_radio {
	vertical-align: text-bottom;
    padding: 0px;
    margin: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.rent_link_back {
	float:left;
	z-index:999;
}
.rent_continue_button {
	float:right;
}
.rent_float_left {
	float:left;
}



@media screen and (min-width:1051px)
{
	.booking_zone_block
	{
		position:absolute;
		margin-top:-150px;
		width:100%;
		height:100px;
	}
	.booking_zone_block.in_page
	{
		margin-top:-130px;
	}
	.booking_zone_block_content
	{
		position:relative;
		max-width:100%;
		border:0px solid;
		height:100px;
		background:rgba(0,0,0,0.0);
	}
	
	
	.booking
	{
	position:relative; 
	margin-top:20px;
	width:100%;
	height:127px;
	z-index:999;
	border:0px solid;
	}
	.booking_levantamento
	{
	position:absolute; 
	margin-top:0px;
	width:100%;
	height:30px;
	z-index:999;
	}	
	
	.booking_title
	{
	max-width:1090px;
	height:30px;
	border:0px #ffffff solid;
	padding:0px;
	}	
	.booking_title_tab
	{
	position:relative;
	border:0px #ffffff solid;
	min-height:30px;
	padding:0px;
	margin-bottom:0px;
	margin-right:0px;
	}		
	
	.booking_fields
	{
	margin-top:0px;
	max-width:1090px;
	min-height:30px;
	border:0px #ffffff solid;
	padding:20px;
	}
	
	.booking_zone_mobile
	{
	display:none;	
	}
	
	.booking_field1
	{
	position:relative;
	float:left;
	min-width:190px;
	min-height:40px;
	margin-right:10px;
	border:0px #000000 solid;	
	}
	.booking_field2
	{
	position:relative;
	float:left;
	width:100px;
	min-height:40px;
	margin-right:45px;
	border:0px #ffffff solid;
	}
	.booking_field2 input
	{
		height:36px !important;
	}
	.booking_field3
	{
	position:relative;
	float:left;
	min-width:120px;
	min-height:40px;
	margin-right:10px;
	border:0px #ffffff solid;
	}
	.booking_field3 select
	{
		height:40px !important;
	}
	.booking_field4
	{
	position:relative;
	float:left;
	min-width:190px;
	min-height:40px;
	margin-right:10px;
	border:0px #ffffff solid;
	}
	.booking_field5
	{
	position:relative;
	float:left;
	width:100px;
	min-height:40px;
	margin-right:45px;
	border:0px #ffffff solid;
	}
	.booking_field5 input
	{
		height:36px !important;
	}
	.booking_field6
	{
	position:relative;
	float:left;
	width:120px;
	min-height:40px;
	margin-right:10px;
	border:0px #ffffff solid;'
	}	
	.booking_field6 select
	{
		height:40px !important;
	}
	.booking_field7
	{
	position:relative;
	float:left;
	width:140px;
	margin-bottom:10px;
	margin-right:0px;
	border:0px #ffffff solid;
	}	
	.booking_field7 .button
	{
		height:40px !important;
	}
	
	.booking_titulos_passos
	{
	display:show;	
	}
	
	.booking_caixa_frota
	{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin-right:0px;
	border:1px solid;			
	}
	
	.booking_caixa_imagem_frota
	{
	position:relative;
	background-color:#f7f7f7;
	width:42%;
	height:300px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
	border:0px #000000 solid;
	overflow:hidden;	
	}
	
	.booking_caixa_texto_frota
	{
	position:relative;
	text-align:left;
	background-color:#f7f7f7;
	width:53%;
	height:300px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
	border:0px solid;	
	overflow:hidden;
	}
	
	.booking_caixa_passos_on
	{
	display:table-cell;
	float:left;
	width:270px;
	height:80px;
	background-color:#E3000F;
	margin-right:1px;
	vertical-align:bottom;	
	}
	
	.booking_caixa_passos_off
	{
	display:table-cell;
	float:left;
	width:258px;
	height:80px;
	background-color:#eeeeee;
	margin-right:1px;
	vertical-align:bottom;	
	}
	
	.booking_caixa_opcionais
	{
	position:relative;
	text-align:left;
	width:480px;
	height:300px;
	display:inline-block;
	vertical-align:top;
	margin-left:15px;
	margin-right:15px; 
	margin-bottom:30px;
	border:0px solid;
	}
	.booking_caixa_opcionais_background_opaco
	{
	position:relative;
	margin-top:-129px;
	width:100%;
	height:110px;
	background-color:rgba(255,255,255,0.8);
	padding-left:20px;
	padding:10px;
	border:0px solid;
	}
	
	
	/* STEPS */
	.rent_step_zone {
		width:100%;
		height:80px;
		margin-bottom:30px;
	}
	.rent_step {
		display:table-cell;
		float:left;
		width:calc(25% - 1px);
		height:80px;
		margin-right:1px;
		vertical-align:bottom;
	}
	.rent_step_on {
		background-color:#E3000F;
	}	
	.rent_step_off {
		background-color:#eeeeee;
	}
	.rent_step_number {
		float:left;
		width:70px;
		height:50px;
	}
	.rent_step_title {
		float:left;
		width:calc(100% - 75px);
		height:50px;
	}
	.rent_step_on .rent_step_number h3 {
		font-size:80px;
		color:#ffffff;
		line-height:80px;
	}
	.rent_step_on .rent_step_title h3 {
		font-size:30px;
		color:#ffffff;
		line-height:30px;
		margin-top:10px;
	}
	.rent_step_off .rent_step_number h3 {
		font-size:80px;
		color:#bbbbbb;
		line-height:80px;
	}
	.rent_step_off .rent_step_title h3 {
		font-size:30px;
		color:#bbbbbb;
		line-height:30px;
		margin-top:10px;
	}


	/* TITLES */
	.rent_page_title {
		text-align:left;
	}
	.rent_page_title h1 {
		text-transform:uppercase;
		margin: 0;
		padding: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		font-weight: normal;
		color: #455560;
		letter-spacing: -1px;
	}


	/* SUMMARY */
	.rent_summary_zone {
		padding:0;
		display:inline-block;
		width:100%;
		text-align:left;
	}
	.rent_summary_zone h2 {
		margin: 0;
		padding: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: normal;
		color: #777777;
		letter-spacing: 0px;
		line-height: 25px;
	}
	.rent_summary_dates {
		display:block;
	}
	.rent_summary_zone_line {
		width:100%;
		height:1px;
		background-color:#cccccc;
		margin-bottom:10px;
	}


	/* LIST CAR */
	.rent_car_block {
		position:relative;
		display:inline-block;
		width:calc(100% / 3 - 20px);
		margin:10px;
		top:0px;
		min-width:330px;
		
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.rent_car_block:hover
	{
		top: -5px;
		box-shadow: 0px 1px 20px rgba(0,0,0,0.3);
	}
	.rent_car_block_image {
		position: relative;
		background-color: #ffffff;
		width: 100%;
		height: 250px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 10px;
		border: 0px #000000 solid;
		overflow: hidden;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}
	.rent_car_block_image img {
		/* width:auto; */
		/* height:300px; */
		/* visibility:hidden; */
		display:none;
	}
	.rent_car_block_content {
		position: relative;
		text-align: left;
		background-color: #f7f7f7;
		width: 100%;
		/* height: 300px; */
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0px;
		border: 0px solid;
		overflow: hidden;
	}
	.rent_car_block_content_padding {
		padding:10px 20px;
	}
	.rent_car_block_content_category {
		margin-top:0px;
		font-size:20px;
		color:#777777;
		letter-spacing:-1px;
	}
	.rent_car_block_content_designation {
		margin-top:0px;
		font-size:26px;
		line-height:30px;
		color:#777777;
		letter-spacing:-1px;
	}
	.rent_car_block_content_description {
		display:none;
		color:#777777;
	}
	.rent_car_block_content_prices {
		margin-top:-10px;
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 185px);
		height:80px;
		border:0px solid;
		margin-right:20px;
	}
	.rent_car_block_content_price {
		font-family:bold;
		font-size:30px;
		color:#333333;
		line-height:40px;
	}
	.rent_car_block_content_days {
		font-size:17px;
		color:#777777;
		line-height:17px;
	}
	.rent_car_block_content_button {
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:50px;
		border:0px solid;
		text-align:right;
	}


	/* OPTIONS */
	.rent_option {
		position:relative;
		text-align:left;
		width:480px;
		height:300px;
		display:inline-block;
		vertical-align:top;
		margin-left:15px;
		margin-right:15px; 
		margin-bottom:30px;
		border:0px solid;
	}
	.rent_option_image {
		position:relative;
		width:100%;
		height:100%;
		min-height:300px;
		background-size:cover;
		background-position:center;
		border:0px solid;
		background-repeat:no-repeat;
	}
	.rent_option_content {
		position:relative;
		margin-top:-139px;
		width:calc(100% - 20px);
		height:120px;
		background-color:rgba(255,255,255,0.8);
		padding-left:20px;
		padding:10px;
		border:0px solid;
	}
	.rent_option_content_designation {
		font-size:24px;
		line-height:24px;
		color:#000000;
		letter-spacing:-1px;
	}
	.rent_option_prices {
		width:100%;
		border:0px solid;
		padding:0px;
	}
	.rent_option_price {
		font-size:50px;
		color:#000000;
		line-height:50px;
	}
	.rent_option_price_day {
		font-size:14px;
		color:#000000;
		line-height:15px;
	}
	.rent_option_detail {
		position:relative;
		display:none;
		margin-top:-230px;
	}
	.rent_option_detail h3 {
		color:#ffffff;
	}


	/* PAYMENTS */
	.rent_payment_method {
		text-align:left;
	}
	.rent_payment_method h2 {
		display:inline-block;
	}
	.rent_payment_method_tax {
		text-align:left;
	}
}