@import 'flexsliderhome.css';
@import 'daterangepicker.css';

.slider_home{
	position: relative;
	background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
	/*
	background: url(../images/bg-winter.jpg) no-repeat center top;
	background: url(../images/bg-winter.jpg) no-repeat center top;
	background: url(../images/bg-spring.jpg) no-repeat center top;
	background: url(../images/bg-summer) no-repeat center top;
	background: url(../images/bg-automne.jpg) no-repeat center top;
	*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 500px;
}

.slider_img{
	width: 100%;
	height: 820px;
}

.form_home{
	position: absolute;
    top: 0;
    width: 100%;
}
.form_axa{
	position: absolute;
    bottom: 0;
    right: 0;
}

.axa_txt{
	font-size: 12px;
	color: #FFF;
	margin-bottom: 50px;
	margin-right: 12px;
	text-shadow: 1px 1px 3px #000;
}
.axa_txt img{}

.form_home h1{
    color: #FFF;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    margin-top: 90px;
    margin-bottom: 90px;
    line-height: 40px;
    text-shadow: 1px 1px 3px #000;
}
.form_home h2{
	color: #FFF;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 53px;
	margin-top: 15px;
}

.form_search{
    width: 100%;
    padding: 0 10px;
    height: 60px;   
    position: relative;
}

.form_search ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 160px;
}
.form_search ul#two-inputs{
	padding-top:8px;
	padding-bottom: 2px;
}
.calendar_localisation{
	background-color: #FFF;
	border: 1px solid #ccc;
}
.form_search li{
    float: left;
    width: 33%;
}
.av_cars{
	font-size: 16px !important;
	color: #FFF !important;
	margin: 8px 0 12px 2px !important;
	text-shadow: 1px 1px 3px #000 !important;
	font-family: 'Ubuntu', "Open Sans", Arial,sans-serif;
	display: none;
}
.rent_my_car a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 0 5px #716e6e;
}
.rent_my_car a:hover{	
	color: #2688df;
}

.cars_av {
    width:100%;
    max-width: 950px;
    margin: auto;
    text-align: center;
    padding: 40px 0;
}
.cars_av li{
    display: inline-block;
    text-align: center;
    width: 33%;
    text-shadow: 0px 0px 2px #fff;
    color: #333;
}
.cars_av li span{
    font-size: 15px;
}
.cars_av li img{
    display: block;
    margin: auto;
    padding-top: 10px;
}
.cars_av li .img-24{
    padding: 21px 0 5px;
}
input.localisation, 
input.date_depart, 
input.date_retour{
    width: 100%;
    padding: 10px 10px 10px 38px;
    box-sizing: border-box;
    border: none;
    height: 42px;
	font-size: 16px;
	color: #444;
}

.localisation:focus, 
.date_depart:focus, 
.date_retour:focus{
	outline: none;
}

input.localisation{
	background: url("../images/localisation.png") no-repeat top 10px left 10px;
}

input.date_depart{
	background: url("../images/calendar.png") no-repeat top 10px left 10px;
}

input.date_retour{
	background: url("../images/calendar.png") no-repeat top 10px left 10px;
}

.form_submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 62px;
    border: none;
    color: #FFF;
    background: #6cd015;
    font-size: 16px;
}
.rent_my_car a {
    padding: 20px 0 10px 0;
    display: block;
}

.form_submit:hover{
	background: #5db511;
}

.calendar_localisation label{
	display: none;
	padding-left: 10px;
	font-size: 12px;
}

.good_deal{
	padding: 50px 0;
	background:#f9f9f9;
}

.good_deal h2
{
    font-weight: normal;
    margin: 0;
    padding-bottom: 30px;
	text-align:center;
    font-size: 32px;    
    font-family: 'Ubuntu', 'Open Sans';       
}

.good_deal_list{
	margin: 0;
    padding: 0;
    list-style: none;
}
.good_deal_list li{
	width: 33%;
    float: left;
    box-sizing: border-box;
	position:relative;
}

.good_deal_car{
	position: relative;
}

.good_deal_car .car-picture{	
	width: 100%;
    height: 190px;
    display: block;
    background-color: #ccc;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.reduction_txt{
	position: absolute;
	bottom: -2px;
	z-index: 9;
	color: #f3970e;
	right: 16px;
	font-size: 13px;
}
.good_deal_reduction{
    position: absolute;
    top: 0;
    right: 28px;
    text-align: center;
    color: #FFF;
    background: url(../images/price_bg.png) no-repeat;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 38px;
}

.good_deal_price{
	float: right;
    font-size: 12px;
    color: #888;
	margin-top: -3px;
}

.good_deal_price span{
    font-size: 20px;
    color: #333;
	vertical-align: initial;
}

.good_deal_name{
margin-top: 10px;
width: 100%;
}

.good_deal_name h3{
	font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.good_deal_rating{
	font-size: 14px;
    color: #888;
}

.good_deal_more{
    text-align: center;
    padding-top: 40px;
    clear: both;
}

.good_deal_more a{
	display: inline-block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 250px;
    margin: 0 auto;
	background: url(../images/go_white.png) no-repeat #6cd015 94% 14px; 
	
}

.good_deal_more a:hover{
	background-color: #5db511;
}

.exclusive_offer{
	background: url(../images/exclusive_offer.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 490px;
}

.offer_content{
	position: relative;
}

.offer_content h1{
	text-align: center;
	margin: 0;
	padding-top: 70px;
	color: #FFF;
	font-size: 36px;
	font-weight: normal;
	line-height: 45px;
}

.offer_content h2{
	text-align: center;
	margin: 0;
	padding-top: 30px;
	color: #FFF;
	font-size: 26px;
	font-weight: normal;
}

.offer_nav_left{
	position: absolute;
	left:0;
	top: 50%;
}

.offer_nav_right{
	position: absolute;
	right:0;
	top: 50%;
}

.offer_price{
	position: absolute;
	right:0;
	top: 0;
	background: url('../images/offer_bg.png') no-repeat 0 0 ;
	width:95px;
	height: 93px;
	color: #FFF;
	font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

.offer_description{
	position: absolute;
    bottom: 60px;
    width: 100%;
}

.offer_name_car{
	float: left;
	color: #FFF;
    font-size: 20px;
}

.offer_rating{
	font-size: 16px;
    color: #BBB;
}

.offer_reserve_now{
	text-align: center;
	color: #FFF;
    font-size: 22px;
	width: 330px;
    margin: 0 auto;
}

.offer_reserve_now a{
	display: inline-block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 330px;
    margin-top: 30px;
    box-sizing: border-box;
	background: url(../images/go_white.png) no-repeat #6cd015 top 16px right 16px;
}

.offer_reserve_now a:hover{
	background-color: #5db511;
}

.offer_tarif{
	float: right;
	color: #FFF;
    font-size: 24px;
    text-align: center;
}

.offer_tarif span{
	font-size: 18px;
    color: #BBB;
    display: block;
}

.rent_different{
    padding: 60px 0;
}

.rent_different_txt{
	text-align: center;
    color: #888;
    font-size: 18px;
    margin-bottom: 60px;
}

.rent_different_title{
	font-size: 40px;
    padding-bottom: 30px;
    color: #000;
}

.rent_different_list{
	margin: 0;
    padding: 0;
    list-style: none;
}

.rent_different_list li{
	width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.rent_different_list img{
	float: left;
	margin-right: 20px;
    margin-bottom: 40px;
}
.rent_different_list p{
	padding: 0 20px;
}

.rent_different_link{
	text-align: center;
    padding-top: 40px;
    clear: both;
}

.rent_different_link a{
	display: block;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	width: 262px;
	margin: 0 auto;
	background: url(../images/go_white.png) no-repeat #6cd015 top 13px right 16px;
	text-align: left;
	text-indent: 20px;
	cursor: pointer;
}

.rent_different_link a:hover{
	background-color: #5db511;
}

.featured_cities{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);

	height: 600px;
}

.cities_txt{
	text-align: center;
    color: #FFF;
    text-shadow: 0px 1px 2px #333;
    font-size: 20px;
    margin-bottom: 140px;
    line-height: 40px;
}

.cities_title{
	padding-top: 90px;
    padding-bottom: 30px;
    font-size: 32px;    
    font-family: 'Ubuntu', 'Open Sans';
}

.cities_slider{
	position: relative;
	overflow: hidden;
}

.cities_nav_left{
	position: absolute;
	top: 0;
	left: 0;
}

.cities_nav_left a{
	display: block;
	padding: 56px 0;
}

.cities_nav_right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.cities_nav_right a{
	display: block;
	padding: 56px 0;
}

.cities_list{
	margin: 0 20px;
    padding: 0;
    list-style: none;
    height: 145px;
    width: 9000px;
}

.cities_list li{
	width: 145px;
	float: left;
	
	position: relative;
}

.cities_slider .cities_list li img{
	display:none;
}
.cities_slider .cities_list li a{
	display: block;
	width: 145px;
	height: 145px;
	position: relative;
	margin:auto;
}
.cities_slider .cities_list li a::before {
  background: #888;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  opacity: 0.8;
}
.cities_slider .cities_list li a .cities_name{
	color:#fff;
	top:42px;
	padding:12px;
}

.cities_list img{
	border-radius: 50%;
}

.cities_name{
	position: absolute;
    color: #FFF;
    top: 63px;
    text-align: center;
    width: 145px;
    font-size: 16px;
}

.adapted_car{	
	background: #FFF;
}

.adapted_car_txt{
	text-align: center;
    color: #888;
    font-size: 20px;
    margin-bottom: 70px;
    line-height: 40px;
}

.adapted_car_title{
	padding-top: 90px;
    padding-bottom: 30px;
    font-size: 32px;    
    font-family: 'Ubuntu', 'Open Sans';
}

.adapted_car_slider{
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}

.adapted_car_nav_left{
	position: absolute;
	top: 0;
	left: 0;
}

.adapted_car_nav_left a{
	display: block;
	padding: 30px 0;
}

.adapted_car_nav_right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.adapted_car_nav_right a{
	display: block;
	padding: 30px 0;
}

.adapted_car_list{
	margin: 0 20px;
    padding: 0;
    list-style: none;
    height: 114px;
    width: 9000px;
}

.adapted_car_list li{
	float: left;
	margin: 0 auto;
	position: relative;
	width: 200px;
	display: block;
	text-align: center;
	height: 106px;
}
.adapted_car_list li a{
	text-decoration:none;
}
.adapted_car_name{
	color:#333;
    text-align: center;
    font-size: 16px;
	margin-top:3px
}

.reward_car{
	background: url(../images/reward_car.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
}

.reward_car_title{
	color: #FFF;
    font-size: 40px;
    padding-top: 90px;
    padding-bottom: 50px;
    text-align: center;
	line-height: 45px;
}

.reward_car_txt{
	text-align: center;
    color: #DDD;
    font-size: 20px;
    margin-bottom: 90px;
    line-height: 40px;
}

.reward_car_link{
	text-align: center;
}

.reward_car_link a{
	display: block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 250px;
    margin: 0 auto;
	background: url(../images/go_white.png) no-repeat #0074d9 90% 13px;
}

.reward_car_link a:hover{
    background-color: #0868bc;
}

.shooting{
	position: relative;
    background: url("../images/photographe/ban1.jpg") fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 340px;
    text-align: center;
	margin-top: 40px;
}
.shooting h3{
	margin: 0;
    padding: 60px 0 0 0 !important;
    font-size: 24px !important;
    text-shadow: 0 0 5px #000;
    color: #FFF;
    width: 100%;    
	font-weight: bold;
}
.shooting h4{
	margin: 0;
    padding: 50px 0 60px 0 !important;
    font-size: 30px !important;
    text-shadow: 0 0 5px #000;
    color: #FFF;
    width: 100%;    
	font-weight: bold;
}
.shooting a{
	display: block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 250px;
    margin: 0 auto;
	background: url(../images/go_white.png) no-repeat #0074d9 88% 14px;
}
.shooting a:hover{
	color: #FFF;
	background: url(../images/go_white.png) no-repeat #0868bc 88% 14px;    
}

.blog_2em{
	padding: 80px 0;
}

.blog_2em_title{
	font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.blog_2em_list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog_2em_list li{
	width: 33%;
    float: left;
    padding: 0 17px;
    box-sizing: border-box;
}

.blog_2em_img{
	position: relative;
	height: 228px;
}
.blog_2em_img b{
	display:block;
}

.blog_2em_img img{
	width: 340px;
	height: 228px;
}

.blog_2em_img span{
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #FFF;
    background: #6cd015;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
}

.blog_2em_articl{
	
}	

.blog_title{
    margin-top: 20px;
}
.blog_title a{
	color:#333;
	font-size: 18px;
}

.blog_text{
	font-size: 14px;
	color: #888;
}

.blog_read{
	border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.blog_read a{
	color: #999;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.blog_read a:hover{
	color: #666;
} 

.blog_read span{
	float: right;
    margin-left: 10px;
}

.comment_2em{
	padding: 40px 0;
	text-align: center;
	background-color: #FFF;
}

.comment_content{
	position: relative;
}

.comment_content h1,
.comment_content h2{
	margin: 0;
    padding-bottom: 40px;
    font-weight: normal;
    font-size: 32px;
    font-family: 'Ubuntu', 'Open Sans';
}

.comment_nav_left{
	position: absolute;
	left: 0;
	top: 50%;
}

.comment_nav_right{
	position: absolute;
	right: 0;
	top: 50%;
}

.comment_img{
	width: 100%;
	max-width: 569px;
}

.comment_body{
	max-width: 1100px;
	width:100%;
	margin: 0 auto;
}

.comment_name{
	font-size: 16px;
	color: #000;
}

.comment_location{
	font-size: 12px;
    color: #888;
}

.comment_text{
	font-size: 14px;
    color: #888888;
    padding: 10px 0 3px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.comment_more{
	text-align: center;
	margin-top: 40px;
}

.datetime_input{
	display: block;
	width: 325px;
	height: 40px;
	padding: 4px 0 0 30px;
	margin-bottom: 10px;
	background: url(../images/date-dedut.png) no-repeat 10px 14px #FFF;
	line-height: 38px;
	cursor: pointer;
	color: #888;
}
.daterangepicker {
    z-index: 99999 !important;
}
.time_picker_wrapper {
	display: none;
	border-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	width: 200px !important;
	background: #fff;
	z-index: 99999999;
	left: 35%;
	top: 75px !important;
	position: absolute;
	border-radius: 2px;
	height: 260px;
}
.picker_fin_time{
    top: 77px;
	left: 64%;
}
.time_picker_wrapper::before{
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; 
}
.time_picker_wrapper::before {
    top: -5px;
    left: 15px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.time_picker_select {
    position: relative;
    height: 236px;
}
.time_picker_select ul {
	margin:0;
}
.time_picker_select ul li{
	width:auto;
	float:none;
}

.time_picker_label,
.time_picker_label_fin {
	padding: 10px 0 5px 10px;
	border-bottom: 1px solid #b4bbc6;
	color: #989898;
	margin: 0 9px;
}

.form_search ul.time_picker_select_inner {
	position: relative;
	top: -1px;
	overflow: auto;
	width: 95%;
	height: 210px;
	padding: 5px 0 0px 10px;
}
.form_search ul li.time_picker_entry {
	display: table;
	padding: 0 10px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 36px;
	border-radius: 2px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
	font-weight: normal;
}
.time_picker_entry:hover {
    background-color: #1598eb;
	color: #fff;
}

.time_picker_entry.is_disabled {
    color: #989898;
    cursor: default;
}
.home-search .search-form .wrapper{
    clear: both;
    overflow:visible;
}
.keybox_user{
    background:#FFF url(/images/rentcar/keybox_user_home.png) no-repeat 0 0;
    height:515px;
    position: relative;
    margin-bottom: 50px;
}
.keybox_home_title{
    text-align: center;
    word-spacing: 1px;
    letter-spacing: -1px;
    font-size: 28px;
    padding: 0 75px;
}
.keybox_cmd_btn{        
    width: 100%;    
    position: absolute;
    bottom: 0;    
}
.keybox_cmd_btn a{
    display: block;
    padding: 10px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    background: url(../images/go_white.png) no-repeat #0074d9 90% 13px;
    width: 262px;
    margin: 0 auto;
}
.keybox_new_fr,
.keybox_new_de{    
    width: 160px;
    height: 100px;
    background: url(/images/rentcar/keybox_new_fr.png) no-repeat top 0 right 0;
    position: absolute;
    left: 0px;
    top: 0px;
}
.keybox_new_de{
    background: url(/images/rentcar/keybox_new_de.png) no-repeat top 0 right 0;
}

.featured_carsharing{
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: #111016;
	margin: auto;
	height: 418px;
	position:relative;	
}

.carsharing_btn{
	margin: 25px auto;
	text-align: center;
}
.carsharing_btn a{
	display: block;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	width: 250px;
	margin: 0 auto;
	background: url(../images/go_white.png) no-repeat #0074d9 94% 14px;
}

.map_home {
	position: relative;
	padding: 50px 0;
	background-color:#f9f9f9
}
.map_home h2 {
	text-align: center;
	font-size: 32px;    
	font-family: 'Ubuntu', 'Open Sans';
	padding-bottom: 30px;
}
.map_home h3 {
	max-width: 800px;
	margin: 0 auto 25px;
	text-align: center;
	color: #888;
	font-size: 18px;
	line-height: 1.42857143;
	font-family: "Open Sans", 'Ubuntu', Arial, sans-serif;
}
.map_home p {
  text-align: center;
}

@media screen and (max-width: 1024px){
	.good_deal_list li {
	    width: 50%;
		margin-bottom:15px;
	}
	.good_deal h2
	{
	    padding-left: 10px;
	}
	.good_deal_car img {
	    width: 100%;
	}
	.blog_2em_list li {
	    width: 50%;
	}
	.blog_2em_img img {
	    width: 100%;
	}

}


@media screen and (max-width: 768px){
    
    .form_home {
	    position: initial;
	}
	.form_home h1 {
    	margin-top: auto;
    	padding-top: 40px;
    	margin-bottom: 20px;
        line-height: 38px;
        font-size: 34px;
    }
    .form_home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        text-shadow: 1px 1px 3px #000;
    }
    .form_search {
        height: initial;
        width: 100%;
        margin: 0 auto;
        /*box-shadow: 0 0 5px #000;*/
    }
    .form_search ul {
        margin-right: 0px;
    }
    .form_search li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #DDD;
    }
    .form_search ul#two-inputs {
	    padding-top: 0;
	    padding-bottom: 0;
	}
    .rent_my_car {
        display: none;
        /*text-align: center;*/
    }
    .rent_my_car a {
        border-top: 1px solid #ccc;
        text-decoration: none;
        text-shadow: none;
        color: #0b91d4;
        font-size: 13px;
    }    
    .datetime_input {
        margin-bottom: 0px;
        width: 100%;
    }

    .form_submit {
        position: initial;
        top: initial;
        right: initial;
        width: 100%;
        height: 42px;
    }
    .calendar_localisation label {
        display: none;
    }
    .axa_txt {
        margin-bottom: 10px;
        margin-right: 20px;
    }
    .axa_txt img{
        width: 100px;
    }
    .cars_av li{
        width: 100%;
    }
    .good_deal_list li{
        width: 100%;
        padding: 0 0 25px 0;
    }
    .reduction_txt{
        bottom:23px;
        right:0;
    }
    .cities_txt {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .adapted_car_txt {
        padding: 0 10px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    .reward_car_title {
    padding-top: 40px;
        padding-bottom: 25px;
    }
    .reward_car_txt{
        font-size: 16px;
        line-height: 30px;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .blog_2em_list li {
        width: 33%;
        float: left;
        padding: 0 17px;
        box-sizing: border-box;
    }
    .slider_home {
    	background-position-y: bottom;
    }
    .keybox_user{
        background:#FFF url(/images/rentcar/keybox_user_phone.png) no-repeat 0 0;
    }
    .keybox_new{
        width: 120px;
    }
    .keybox_new span{
        padding: 22px 0 0 0px;
        font-size: 16px;
        width: 72px;
        text-align: center;
    }


}


@media screen and (max-width: 560px){	
    .form_home h1 {
        font-size: 26px;
    }
    .form_home h2 {
        display: none;
    }
    .rent_different_list li {
        width: 100%;
        text-align: center;
    }
    .rent_different_list img{
        float: initial;
        display: block;
        margin: 0 auto 20px auto;
    }
    .blog_2em_list li {
        width: 100%;
        float: initial;
        padding: 0;
        margin-bottom: 50px;
    }
    .keybox_home_title{
        font-size: 13px;
	    padding: 34px 60px 0 40px;
	    font-weight: bold;
    }
    .rent_different_title,
    .cities_title,
    .adapted_car_title,
    .reward_car_title,
    .blog_2em_title,
    .comment_content h1,
	.comment_content h2	{
	    font-size: 24px;
	}
	
}

.adapted_car .flexslider .slides img{
    display: block;
    margin: 0 auto;
}