

#flights-container{
    display: none;
    position: absolute;
    width: 1280px;
    height: 720px;
	top: 0;
	left: 0;
    background: #fff;
}
.flight-header{
	width:100%;
	background:#002b3a;
	margin:0px auto 10px auto;
	overflow:hidden;
	

	}
#flights-container h1 {
	background:#046487;
	font-size: 42px;
	width: 100%;
	margin:0px auto 0px auto;
	padding:30px 0 20px 40px;
	color:#fff;
	font-family: 'Open Sans';
	font-weight: bold;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

#flights {
    width: 1230px;
    height: 570px;
    background: #fff;
    overflow-x: auto;
	margin-left:40px;
}

#flights .header, #flights .item {
    height: 40px;
}
.flight-header .header{
		background: #EFEFEF;
		    height: 40px;
	line-height:40px;
	font-family: 'Open Sans';
	font-weight: normal;
	overflow:hidden;

}
.flight-header .date {
    width: 100px;
	margin-left:40px;
}

.flight-header .flight {
    width: 80px;
}
.flight-header  .flight {
	color:#3b5a89!important;
    width: 80px;
}
.flight-header .operator {
    width: 130px;
}

.flight-header .via {
    width: 0px;
}

.flight-header .to, .flight-header .from {
	    display:block!important;
    width: 350px;
}

.flight-header .estimated {
    width: 100px;
}

.flight-header .actual {
    width: 100px;

}
.flight-header .note {
    width: 200px;
}


.flight-header .header div {
    display: inline-block;
    font-size: 18px!important;
    height: 40px!important;
	line-height:40px!important;
	font-family: 'Open Sans';
	font-weight: normal;
    float: left;
    color: #000!important;
	background: #EFEFEF;
	border-bottom:1px solid #ccc;
}

#flights .item div {
    display: inline-block;
    height: 40px;
	line-height:40px;
    font-size: 14px;
    float: left;
    color: #000;
	border-bottom:1px solid #ccc;
}

#flights .date {
    width: 100px;

}

#flights .flight {
    width: 80px;
}
#flights .item .flight {
	color:#3b5a89!important;
    width: 80px;
}
#flights .operator {
    width: 130px;
}
#flights .operator img{
    width:90%;
	padding:10px 0 0 0;
}

#flights .via {
    width: 0px;
}

#flights .to, #flights .from {
    width: 350px;
	display: block!important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#flights .estimated {
    width: 100px;
}

#flights .actual {
    width: 100px;

}
#flights .item .actual {
    width: 200px;
	color:#3b5a89!important;

}

#flights .note {
    width: 200px;
}
 #loading{
 font-family: 'Open Sans';
	font-weight: normal;
 font-size:36px;
 line-height:50px;
 height:50px;
 padding:15px 10x 0 10x;
  margin:25px 0 10px auto;
color:#3b5a89;
width:200px;
-webkit-animation:myfirst 6s; /* Chrome, Safari, Opera */
animation:myfirst 6s;
float:left;
}

/* Chrome, Safari, Opera */
/*@-webkit-keyframes myfirst
{
from {color:#fff;}
to {color:#3b5a89;}
}*/
@-webkit-keyframes myfirst
{
0%   {color:#fff;}
15%  {color:#3b5a89;}
30%  {color:#fff;}
45%  {color:#3b5a89;}
60%  {color:#fff;}
100% {color:#3b5a89;}
}
