#content {
	font-family: 'Roboto', sans-serif;
}
.res-flight{
	display: flex;
	flex-direction:column;
	height:100%;
	background-color: #fff;
	margin-bottom: 20px;
}
.h-flight{
	margin:0;
	padding:0;
	width: 100%;
	line-height: 32px;
	background-color: #4FBAE8;
	color: #fff;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px
}
.h-flight,.c-flight,.f-flight{
	padding: 0 10px;
}
.h-flight,.c-flight{
	text-align: left;
}
.c-flight{
	border: 1px solid #c1c1c1;
	border-bottom: none;
	border-top: none;
	padding-top: 10px;
	flex-direction:column;
}
.main {
	padding-bottom: 5px;
}
.f-flight{
    background-color: #fbb03b;
    color: #fff;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fbb03b;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px
}
.f-flight a{
	color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    text-transform: uppercase;
}
.schedule{
	color: #b7b7b7;
    float: left;
    font-size: 0.875rem;
}

.air-company{
	width: 32%;
	max-width: 150px;
	float: right;
}

.departure, 
.arrival{
	background-color: #29abe2;
	text-align: center;
}
.flight-bottom-border a {		  	
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	color: #fff;
}
.flight-block {
/*	position: relative;
	margin-bottom: 80px;
*/
}
.flight-border {
/*	 position: absolute;*/	
	 width: 100%;
	 height: 30px;
	 color: #fff;
	 line-height: 32px;
	   
}
.flight-border .flight-bottom-border {
	height: 60px;
}
 
 
.flight-connect {
}
.flight-connect {
position: absolute;
width: 2px;
height: 37px;
top: 0px;
left: 27px;
background-color: #29abe2;
}
.route{
	position: relative;
}
.flight-top-border {
 /*top: 23px;*/
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
}
.flight-bottom-border {
 top: 253px;	  	 
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
}

.flight-body-block{
/*top: 53px;*/
position: relative;
height: 200px;
background: #fff;
width: 100%;
border-right: 1px solid #c3c7c8;
border-left: 1px solid #c3c7c8;
}

.center {
text-align: center;
}

.air-company-description{
text-align: left; 
margin:5px 0 0 9px;
line-height: 1.1em;
}
.flight-desc {
margin-top: 10px;
margin-left: 10px;
}
.departure,
.arrival {
width: 55px;
height: 24px;	  	
border-radius: 4px;
color: #fff;
font-weight: bold;
line-height: 25px;	  	
}
.arrival {
margin-top: 35px;
}


.departure-city {
bottom: 53px;
}

.departure-city, .arrival-city{
	position: absolute;
	text-align: left;
	line-height: 17px;
	color: #0472a2;
	left: 70px;
}
.arrival-city {
	bottom: -5px;
}
.metaDesc {
	font-size: 90%;
    color: #b3b3b3
}
.flight-price{
    position: absolute;
    right: 0;
    bottom: 12px;
    color: #fbb03b;

}
.advantage{
    color: #b7bbcb;
    font-size: 12px;
    text-align: right;
}
.dprice {
	font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
}

.f-icon {
    width: 24px;
    height: 26px;
    float: left;
    background: url(../img/sprites.png) no-repeat;
    background-size: 100%;
}
.icon-border{
	display: inline-block;
	padding-left: 5px;
}
.bg {
	background-position:-5px -1px; 
}
.hg {
	background-position: 0px -32px;
}
ul.baggage {
	text-align: center;
    list-style: none;
    line-height: 30px;
    padding-top: 10px;
    color: #b7b7b7;
}
.baggage li{
	display: inline-block;
	font-size: .875rem;	
}
.clearfix {
clear: both;
}
.flight-block-2 {
position: relative;
}