/* GENERAL CSS */
h1 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color:#455560;
	letter-spacing:-1px;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight: normal;
	color:#777777;
	letter-spacing:0px;
	line-height:25px;
}

h3 {
	margin: 0;
	padding: 0;
	color:#555555;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;	
	text-decoration:none;
	line-height:20px;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:20px;
	letter-spacing:0px;
	text-decoration:none;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height:15px;
	letter-spacing:0px;
}

.rent_button {
	display:inline-block;
	font-size:18px;
	width:200px;
	height:30px;
	background-color:#f3eb1a;
	color:#000000 !important;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding: 15px 15px 7px 15px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:2px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.rent_button:hover {
	text-decoration:none;
	background-color:#2e3094 !important;
	color:#fff !important;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

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_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) {
	/* 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:#2e3094;
	}	
	.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 {
		margin-left: 15px;
	}
	.rent_summary_zone_line {
		width:100%;
		height:1px;
		background-color:#cccccc;
	}


	/* LIST CAR */
	.rent_car_block {
		
	}
	.rent_car_block_image {
		position: relative;
		background-color: #f7f7f7;
		width: 42%;
		height: 300px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
		border: 0px #000000 solid;
		overflow: hidden;
	}
	.rent_car_block_image img {
		width:100%;
		height:300px;
	}
	.rent_car_block_content {
		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;
	}
	.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:30px;
		color:#777777;
		letter-spacing:-1px;
	}
	.rent_car_block_content_description {
		color:#777777;
	}
	.rent_car_block_content_prices {
		margin-top:-10px;
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 255px);
		height:80px;
		border:0px solid;
		margin-right:20px;
	}
	.rent_car_block_content_price {
		font-size:57px;
		color:#333333;
		line-height:60px;
	}
	.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:230px;
		height:50px;
		border:0px solid;
	}


	/* 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:-129px;
		width:100%;
		height:110px;
		background-color:rgba(255,255,255,0.8);
		padding-left:20px;
		padding:10px;
		border:0px solid;
	}
	.rent_option_content_designation {
		font-size: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;
	}
}

@media screen and (max-width:1050px) {
	/* STEPS */
	.rent_step_zone {
		width:100%;
		margin-bottom:30px;
	}
	.rent_step {
		display:inline-block;
		width:100%;
		height:80px;
		vertical-align:bottom;
		border-bottom:1px solid #fff;
	}
	.rent_step_on {
		background-color:#2e3094;
	}	
	.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;
	}


	/* LIST CAR */
	.rent_car_block {
		
	}
	.rent_car_block_image {
		position: relative;
		background-color: #ffffff;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		border: 0px #000000 solid;
		overflow: hidden;
	}
	.rent_car_block_image img {
		max-width:300px;
	}
	.rent_car_block_content {
		position: relative;
		text-align: left;
		background-color: #f7f7f7;
		width: 100%;
		height: 300px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
		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:30px;
		color:#777777;
		letter-spacing:-1px;
	}
	.rent_car_block_content_description {
		color:#777777;
	}
	.rent_car_block_content_prices {
		margin-top:-10px;
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 255px);
		height:80px;
		border:0px solid;
		margin-right:20px;
	}
	.rent_car_block_content_price {
		font-size:57px;
		color:#333333;
		line-height:60px;
	}
	.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:230px;
		height:50px;
		border:0px solid;
	}


	/* OPTIONS */
	.rent_option {
		position:relative;
		text-align:left;
		width:calc(100% - 30px);
		max-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:-129px;
		width:calc(100% - 20px);
		height:110px;
		background-color:rgba(255,255,255,0.8);
		padding-left:20px;
		padding:10px;
		border:0px solid;
	}
	.rent_option_content_designation {
		font-size: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;
	}
}

@media screen and (max-width:630px) {
	.rent_car_block_content {
		position: relative;
		text-align: left;
		background-color: #f7f7f7;
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
		padding-bottom:10px;
		border: 0px solid;
		overflow: hidden;
	}
	.rent_car_block_content_prices {
		margin-top:-10px;
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-bottom:10px;
		border:0px solid;
	}
	.rent_car_block_content_button {
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:50px;
		border:0px solid;
	}
}