.text-sky {
    color: #000;
}

#Loader {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10000;
	display:none;
}
body.loader-show {
	display:none;
}
body.loader-show #Loader {
	display:block!important;
}
.boxx{box-shadow:0 0 18px #eee;
      padding:10px;
}
.flights-loader {
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1050;
	background-color:#FFF;
}
.bg-as-new {
    width: 100%;
    height: 100%;
    color: #1b3867;
    font-weight:500;
    /*background:-webkit-linear-gradient(top, #0b20ae, #77c1fb);
	background:-o-linear-gradient(top, #0b20ae, #77c1fb);
	background:-moz-linear-gradient(top, #0b20ae, #77c1fb);
	background:-ms-linear-gradient(top, #0b20ae, #77c1fb);
	background:linear-gradient(to bottom, #ffffff, #3b68d0);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b20ae', endColorstr='#77c1fb', GradientType=0);
}
.clouds-on-loader {
	display:block;
	position:absolute;
	bottom:50px;
	left:0;
	width:100%;
	height:30%;
	background-image:url(../images/clouds.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom center;
}
.as-loader-inner {
	left:50%!important;
	position:absolute!important;
	top:40px;
	-webkit-transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	z-index:1;
}
.as-loader-inner .logo-container {
	margin:0 auto 30px auto;
	width:100%;
	max-height:75px;
}
.loader-transparent-block {
    border: 1px solid rgba(255, 255, 255, 0.3);
   

    background:#f8f8f8;
   
   
}
.route-on-loader {
	display:inline-block;
	width:auto;
	padding:25px 25px 20px;
	font-size:22px;
	line-height:1.3;
}
.route-on-loader .route-item {
	display:none;
	margin-bottom:10px;
}
.route-on-loader .route-item>span {
	display:inline-block;
}
.route-on-loader.items-1 .route-1 {
	display:block;
}
.route-on-loader.items-2 .route-1, .route-on-loader.items-2 .route-2 {
	display:block;
}
.route-on-loader.items-3 .route-1, .route-on-loader.items-3 .route-2, .route-on-loader.items-3 .route-3 {
	display:block;
}
.route-on-loader.items-4 .route-1, .route-on-loader.items-4 .route-2, .route-on-loader.items-4 .route-3, .route-on-loader.items-4 .route-4 {
	display:block;
}
.route-on-loader .flex-dates-label {
	margin:0 auto;
	padding:8px 15px;
	border-radius:2px;
	background-color:#ed004e;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}
.as-loader-inner .adv-text h3 {
	line-height:20px;
	font-size:18px;
	font-weight:300;
}
.fb-share-adv {
	width:100%;
	max-width:500px;
	box-sizing:border-box;
	display:inline-block;
	margin:0 auto;
	border-radius:3px;
	padding:15px 20px;
	color:#ffffff;
	text-shadow:none;
	font-size:22px;
	line-height:22px;
	font-weight:400;
}
    .fb-share-adv.blue {
        background: #1b3867;
    }
.fb-share-adv .share-hint-text {
	height:50px;
	line-height:50px;
	display:inline-block;
	vertical-align:middle;
}
.fb-share-adv .social-icons .fa {
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.2);
}
.fb-share-adv .social-icons .fa.fa-facebook {
	background-color:#285cc5;
}
.fb-share-adv .social-icons .fa.fa-google-plus {
	background-color:#d54c3f;
}
.fb-share-adv .social-icons .fa.fa-twitter {
	background-color:#25a0ee;
}
@media (max-width: 680px) {
.fb-share-adv {
padding:0px 15px 15px 15px;
font-size:20px;
line-height:20px;
}
}
@media (max-width: 767px) {
.as-loader-inner {
width:90%;
}
.route-on-loader {
font-size:20px;
padding:15px 15px 20px;
}
.route-on-loader .route-item {
margin-bottom:10px;
}
.as-loader-inner .logo-container {
margin-bottom:15px;
}
}
@media (max-width: 767px) {
.as-loader-inner .adv-text h3 {
font-size:16px;
line-height:1;
}
}
@media (max-width: 600px) {
.as-loader-inner {
width:100%;
}
}
