.pad60{
	padding:60px 0;
}
.how{
	display:flex;
}
.how h4{
	font-size: 17px;
	color: #a71c20;
	font-weight: 700;
	position: relative;
	margin-top: 0;
}
.how .desc{
	width:70%;
	margin:0 auto;
	color: #3f3f3f;
	font-size: 15px;
    line-height: 24px;
	font-weight: 400;
}
.how i{
	background: #FFFFFF;
	color: #a71c20;
	font-size: 26px;
	display: inline-block;
	width: 78px;
	height: 78px;
	line-height: 78px;
	margin-bottom: 15px;
	border-radius: 100%;
	text-align:center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border:1px solid #a71c20;
}
.how .how-item{
	width: 80%;
	text-align: center;
}
.why-title{
	color: #a71c20;
	font-size: 40px;
	margin: 30px 0;
	font-weight: 400;
}
.text-18{
	font-size:18px;

}
.mb50{
	margin-bottom:50px;
}
.mb40{
	margin-bottom:40px;
}
.padt60{
	padding-top:60px;
}
.bg-light{
	background:#f9f9f9;
}
.why{
	list-style:none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.why .reason{
	margin-bottom: 40px;
	display: flex;
}
.why .txt{
	width: 55%;	
}
.why h4{
	font-size: 17px;
	color: #303030;
	font-weight: 700;
	margin-bottom: 15px;
	position:relative;
	margin-top:0;
}
.why .desc{
	color: #3f3f3f;
	font-size: 15px;
    line-height: 24px;
	font-weight: 400;
}
.why i{	
	display: inline-block;
	font-size: 30px;
	color: #a71c20;
	margin-right: 20px;
	transition: all 1.0s ease; 
}
.why i:hover{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transform-origin        : center;
	-moz-transform-origin   : center;
	-webkit-transform-origin: center;

	transition              : transform 1.0s ease all;
	-moz-transition         : -moz-transform 1.0s ease all;
	-webkit-transition      : -webkit-transform 1.0s ease all;
}
svg path {
	transition: all ease 0.3s;
}
.svg-icon{
	/*height:35px;*/
	text-align: center;
}
.svg-icon svg{
	width: 50%;
}
.car-rental.main .car-card{		
	margin-bottom: 30px;
	border: 1px solid #cecece;
}	
.carcat{
	text-align:center;
}
.carcat:hover .svg-icon path{
	fill: #a71c20;
	transition: all ease 0.3s;
	cursor:pointer;
}
.carcat.active .svg-icon path{
	fill: #a71c20;
	transition: all ease 0.3s;
	cursor:pointer;
}
.car-card .img_box{
	height: 160px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	background-size: cover;
}	
.car-card .price{
	font-weight: 700;		
	margin-bottom: 5px;
}
.car-card .title{
	margin: 20px 0 20px 0;
	color: #303030;
	font-weight: 700;
	display: block;
	line-height: 1.2;
	font-size: 18px;
}
.car-card .desc{
	padding: 0 20px 15px 20px;
    color: #303030;
    background: #f8f8f8;
    border-top: 1px solid #cecece;
}
.car-card .attr{
	list-style:none;
	font-size: 14px;
	color:#777;
}
.car-card .attr li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.car-card .attr .icon{
	position: absolute;
	top: -4px;
	left: -5px;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background: url(/images/asset.png) no-repeat;
}
.car-card .attr .icon.icon-passenger{
	background-position-x: -165px;
}
.car-card .attr .icon.icon-door{
	background-position-x: -22px;
}
.car-card .attr .icon.icon-speed{
	background-position-x: -117px;
}
.car-card .attr .icon.icon-gear{
	background-position-x: 3px;
}
.car-card .attr .icon.icon-wheel{
	background-position-x: -192px;
}
.car-card .attr .icon.icon-aircondition{
	background-position-x: -95px;
}
.car-card .attr .icon.icon-engine{
	background-position-x:-141px;
}
.desc .price_wrap{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #cecece;
}
.desc .more{
	display:inline-block;
	float: right;
	color:#a71c20;
}
.text-14{
	font-size:14px;
}
.text-16{
	font-size:16px;
}
.text-20{
	font-size:20px;
}
.color-black{
	color:#303030;
}
.mt5{
	margin-top:5px;
}
.main-txt{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 60px;
	color: #141414;
    line-height: 1.4;
}
.section-desc{
	width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #3f3f3f;
    font-size: 16px;
}
.tsection{
	padding:60px 0 0 0;
}
.car-card .attr .icon.icon-type {
	background-position: -191px 0;
}
.dark{
	color:#303030;
}
.carcat {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
    margin-bottom: 0; 
}
.carcat:hover, .carcat.active {  
    color: #a71c20;
    background: #fff;
}
.desc p{
	padding:2px;
}
.car-rental.view #gallery{
	margin-bottom: 0;
}
.car-rental.view .gallery-outer .nav-btn{
	color: #fff;
	border-color: #fff;
	z-index: 99;
}
.car-rental.view .gallery-outer .gallery-prev{
	left:25px;
}
.car-rental.view .gallery-outer .gallery-next{
	right: 25px;
}
.why.view{
	display:flex;
}
.padtb30{
	padding:30px 0;
}
.mtb30{
	margin:30px 0;
}
.how.view{
	display:block;
}
.how-side{
	padding: 35px 20px;
	border: 1px solid #9e9899;
}
.how-side h3{
	color: #a71c20;
	font-size: 20px;
}
.how-side .how-item{
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.how-side h4{
	margin-bottom: 10px;
	font-size: 15px;
}
.how-side .desc{
	font-size:14px;
	width:100%;
	line-height:1.4;
}
.how-side .how i{
	height: auto;
	width: auto;
	border: none;
	border-radius: 0;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 22px;
	float: left;
	margin-right: 8px;
	color: #3f3f3f;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.car-rental.view h2{
	font-size: 40px;
	color: #a71c20;
	font-weight: 400;
	margin: 30px 0;
	/* margin-top:0; */
}
.car-rental.view .info{
	padding:30px 0;
	border-bottom: 1px solid #cecece;
}
.car-rental.view .red{
	color:#a71c20;
}
.car-rental.view .hightlight{
	color:#a71c20;
	font-size:20px;	
}
.attr.two{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.btn-inquiry{
	background: #a71c20;
	border: 1px solid #a71c20;
	color: #fff;
	padding: 17px 35px;		
	text-align: center;	
	display: inline-block;
	text-transform: uppercase;		
	font-size: 15px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.btn-inquiry:hover {
	color: #a71c20;
	background-color: #fff;
}
.car-rental.view .car-card .attr li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	color: #3f3f3f;
	font-weight: 400;
	line-height: 1.8;
}
.car-rental.view .car-card .attr .icon{
	top:1px;
}
.car-rental.view .body{
	margin-bottom:0;
}
.car-rental.view .why .reason{
	margin-bottom:0;

}
.inquiry-form.side input, .inquiry-form.side textarea, .inquiry-form.side select{
	width:100%;
}
.inquiry-form.side .input{
	margin-bottom:0;
}
#result_msg{
	color: #a71c20;
    font-weight: bold;
}
.trains-to-mongolia .price{
	color: #042a70;
    font-size: 15px;
    font-weight: 700;
}
.visible-xs .title{
	margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.visible-xs .attr{
	margin-left: 0;
    list-style: none;
	font-size: 14px;	
	margin-bottom: 0;
}
.visible-xs .attr li{
	font-size: 14px;
    color: #141414;
}
#car_result .col-xs-4{
	padding-right:5px;
}
#car_result .col-xs-8{
	padding-left:5px;
}
#car_result .price{
	padding-left:0;
	display: inline-block;
}
#car_result .visible-xs .price_wrap{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #a7a7a7;
}
#car_result .see-more {
	float: right;
	color: #a71c20;
	padding: 5px 15px;
	border: 1px solid;
	margin-top: 0;
	line-height: 1;
	font-size: 14px;
}
#car_result .see-more:hover{
	border:1px solid #a71c20;
}
.car-filters{
	margin-bottom:20px;
}
.car-filters.fixed{
	padding: 10px 0;
    position: fixed;
    top: 97px;
    background: #fff;
    z-index: 1;
	border-bottom: 1px solid #ccc;
	width:100%;
}