#flights-container{
	position: relative;
	height: 70vh!important;
}
.neteuro-flights-type{
	display:inline;
	position: absolute!important;
	top: 0;
	left: 100%;
	opacity:0;
	transition: all .5s linear;
	width: 100%;
}
.neteuro-flight-type-title{
	padding: 10px;
	border-top-left-radius: 10px;
	/*background-color:rgba(0,0,155,.8);*/
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.neteuro-flight-type-image{
	display: inline-block;
	width:35px;
	margin-right: 10px;
}


.neteuro-flight-type-name{
	display: inline-block;
}


.neteuro-flights-type.active{
	opacity:1;
	display:inline;
	left: 0%;
}
.neteuro-flights-type .neteuro-flights-title{
	color:#fff!important;
}


.neteuro-flights-type .neteuro-flights-single{
	position:relative;
	width:100%!important;
	font-size:14px;
	padding:5px 10px;
	margin-bottom:1px;
	border-bottom: 1px solid #fff;
}

.neteuro-flights-single-number{
	width:40%;
	display:inline-block;
	color:#fff!important;
	/*color:#fff;*/
}
.neteuro-flights-single-airline{
	font-size:9px;
}
.neteuro-flights-single-date{
	width:58%;
	display:inline-block;
	color:#fff!important;
	/*color:#fff;*/
}