.all_loading {
	background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000000;
}
.load_inner {
	display: block;
    margin: 0 auto;
    max-width: 600px;
    min-width: 600px;
    padding: 30px;
    text-align: center;
}
.relativetop {
	position: relative;
	z-index: 10;
}
.paraload {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
}
.sckintload::after {
 background: #fff none repeat scroll 0 0;
 border: 1px solid #ddd;
 border-radius: 30px;
 color: #f68b24;
 content: "\f178";
 font-family: "FontAwesome";
 font-size: 20px;
 height: 30px;
 left: 50%;
 line-height: 28px;
 margin-left: -15px;
 position: absolute;
 text-align: center;
 top: 10px;
 width: 30px;
}
.sckintload.round_way::after{content:"\f0ec"}
.sckintload {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	position: relative;
}
.ffty {
	float: left;
	width: 50%;
}
.borddo {
	padding: 0 10px;
}
.lblbk {
	color: #666;
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 10px 0;
}
.tabledates {
	display: block;
	overflow: hidden;
	width: 100%;
}
.round_way .tablecelfty{width: 50%;}
.round_way .borddo.brdrit {
	border-right: 1px solid #ddd;}

.tablecelfty {
	float: left;
	width: 100%;
}
.fuldate {
	display: block;
	overflow: hidden;
	padding: 10px;
}
.sckintload .fuldate {
	display: table;
	margin: 0 auto;
}

.normal_load{background: rgba(0, 0, 0, 0) url("../images/preloader.gif") no-repeat scroll center center;
    display: block;
    height: 64px;
    margin: 0 auto;
    overflow: hidden;
    width: 64px;}
.bigdate {
	color: #666;
	float: left;
	font-size: 40px;
	font-weight: bold;
	margin-right: 8px;
}
.biginre {
	color: #666;
	display: block;
	font-size: 14px;
	margin: 9px 0 0;
	overflow: hidden;
}
.sckintload .biginre {
	display: table-cell;
	vertical-align: middle;
}
.nigthcunt {
	border-top: 1px solid #eee;
	color: #666;
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.flight_animation {
	display: block;
    margin: 0 0 20px;
    overflow: hidden;
}
.flight_window {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1880c8+0,ffffff+100 */
	background: #1880c8; /* Old browsers */
	background: -moz-linear-gradient(top, #1880c8 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1880c8 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1880c8 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1880c8', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	border-radius: 50px;
    box-shadow: 0 0 0 21px #fff inset;
    display: block;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 193px;
}
.window_wrap {
	background: rgba(0, 0, 0, 0) url("../images/flight_window.png") no-repeat scroll center center;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.window_shadow {
	border-radius: 45px;
	bottom: 25px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.6) inset;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 25px;
	z-index: 2;
}
.cloud_anim {
	background: rgba(0, 0, 0, 0) url("../images/cloud_anim.png") repeat-x scroll 0 70px;
	bottom:0;
	left:0;
	position:absolute;
	top:0;
	transition:all 400ms cubic-bezier(0, 0, 0.59, 1) 0s;
	width:300%;
	z-index:0;
	transition:all 400ms cubic-bezier(0, 0, .59, 1);
	-webkit-animation:cloud_animation 5s linear infinite;
	-moz-animation:cloud_animation 5s linear infinite;
	-o-animation:cloud_animation 5s linear infinite;
	animation:cloud_animation 5s linear infinite;
}

@-webkit-keyframes cloud_animation {
0% {
left:0%;
}
100% {
left:-100%;
}
}
@-moz-keyframes cloud_animation {
0% {
left:0%;
}
100% {
left:-100%;
}
}
@-o-keyframes cloud_animation {
0% {
left:0%;
}
100% {
left:-100%;
}
}
@keyframes cloud_animation {
0% {
left:0%;
}
100% {
left:-100%;
}
}

.cancel_search{display: block;
    font-size: 14px;
    margin: 15px auto;
    overflow: hidden;}
.cancel_search .fa{margin-right:10px;}



/*Hotel Serach*/

.window_wrap_hotel {
    background: rgba(0, 0, 0, 0) url("../images/hotel_window.png") no-repeat scroll center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.hotel_window .flight_window{border-radius: 0;
    box-shadow: none;
    height: 235px;
    width: 214px;}
.hotel_window .window_shadow{border-radius: 0;
    bottom: 35px;
    left: 10px;
    right: 25px;
    top: 10px;}
.grass{background: rgba(0, 0, 0, 0) url("../images/grass.jpg") no-repeat scroll center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;}
.cloud_anim_hotel{
	background: rgba(0, 0, 0, 0) url("../images/cloud_anim.png") repeat-x scroll 0 -170px;
	bottom:0;
	left:0;
	position:absolute;
	top:0;
	transition:all 400ms cubic-bezier(0, 0, 0.59, 1) 0s;
	width:300%;
	z-index:1;
	transition:all 400ms cubic-bezier(0, 0, .59, 1);
	-webkit-animation:cloud_animation_hotel 5s linear infinite;
	-moz-animation:cloud_animation_hotel 5s linear infinite;
	-o-animation:cloud_animation_hotel 5s linear infinite;
	animation:cloud_animation_hotel 5s linear infinite;
}

@-webkit-keyframes cloud_animation_hotel {
0% {
left:0%;
}
100% {
left:-100%;
}
}
@-moz-keyframes cloud_animation_hotel {
0% {
left:0%;
}
100% {
left:-100%;
}
}
@-o-keyframes cloud_animation_hotel {
0% {
left:0%;
}
100% {
left:-100%;
}
}
@keyframes cloud_animation_hotel {
0% {
left:0%;
}
100% {
left:-100%;
}
}


.tabledates.for_hotel .tablecelfty{width:50%;}













.rail_wrap {
    background: #fff url("../images/hill.png") repeat-x scroll center bottom;
    border-bottom: 15px solid #333;
    display: block;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 250px;
}


.rail_anim {
	background: rgba(0, 0, 0, 0) url("../images/rail.png") no-repeat scroll 0 bottom ;
    bottom: 0;
    left: -370px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 400ms cubic-bezier(0, 0, 0.59, 1) 0s;
    z-index: 0;
	transition:all 400ms cubic-bezier(0, 0, .59, 1);
	-webkit-animation:rail_anim 8s linear infinite;
	-moz-animation:rail_anim 8s linear infinite;
	-o-animation:rail_anim 8s linear infinite;
	animation:rail_anim 8s linear infinite;
}

@-webkit-keyframes rail_anim {
0% {
left:-440px;
}
100% {
left:250px;
}
}
@-moz-keyframes rail_anim {
0% {
left:-440px;
}
100% {
left:250px;
}
}

@keyframes rail_anim {
0% {
left:-440px;
}
100% {
left:250px;
}
}






@media screen and (max-width: 600px){
.load_inner{min-width:0;}
.load_inner{padding:10px;}
.normal_load{display:none;}
}








/*Cruise Loading*/

.animation_cruise{display: block;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 50%;}
.absolute {
	position: absolute;
}
.sea {
	width: 100%;
	height: 30px;
	background: #2a94d6;
	bottom:7px;
}
.sea:after {
	content: '';
	position: absolute;
	height: 12px;
	background: #2d8fcb;
	bottom: -10px;
	width: 100%;
	left: 0px;
}
.sea span {
	background-color: #8bd9f5;
	position: absolute;
}
.wave1 {
	width: 100px;
	height: 3px;
	left: 420px;
	top: 10px;
}
.wave2 {
	width: 100px;
	height: 3px;
	left: 433px;
	top: 13px;
}
.wave3 {
	width: 50px;
	height: 3px;
	right: 460px;
	top: 15px;
}
.wave4 {
	width: 50px;
	height: 3px;
	right: 467px;
	top: 18px;
}
.boat {
	bottom: 10px;
	z-index: 1;
	-webkit-animation: boatanimate 10s linear infinite;
	-moz-animation: boatanimate 10s linear infinite;
	-o-animation: boatanimate 10s linear infinite;
	animation: boatanimate 10s linear infinite;
}
 @-webkit-keyframes boatanimate {
 0% {
right:250px;
}
 100% {
right:1040px;
}
}
 @-moz-keyframes boatanimate {
 0% {
right:250px;
}
 100% {
right:1040px;
}
}
 @-o-keyframes boatanimate {
 0% {
right:250px;
}
 100% {
right:1040px;
}
}
 @keyframes boatanimate {
 0% {
right:-20px;
}
 100% {
right:100%;
}
}
.boat-body {
	width: 100px;
	height: 20px;
	background: #f0bc1b;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 20px;
}
.white-body {
	width: 65px;
	height: 16px;
	background: #fdda6e;
	margin: 0px 13px;
	border-top-left-radius: 20px;
}
.windows {
	margin: 0px 12px !important;
}
.boat .circle {
	background: #ff5830;
	width: 7px;
	height: 7px;
	margin: 5px 3px;
	border-radius: 50%;
}
.smokestack {
	width: 10px;
	height: 17px;
	background: #ff5830;
	bottom: 30px;
	margin-left: 45px;
}

.fume {
	margin:0px;
}
.fume li {
	background-color: #d7f1f7;
	border-radius: 50%;
}
.fume1 {
	width: 7px;
	height: 7px;
	margin-left: 48px;
	-webkit-animation: smokeup 2.0s linear infinite;
	-moz-animation: smokeup 2.0s linear infinite;
	-o-animation: smokeup 2.0s linear infinite;
	animation: smokeup 2.0s linear infinite;
}
.fume2 {
	width: 9px;
	height: 9px;
	margin-left: 38px;
	-webkit-animation: smokeup 2.1s linear infinite;
	-moz-animation: smokeup 2.1s linear infinite;
	-o-animation: smokeup 2.1s linear infinite;
	animation: smokeup 2.1s linear infinite;
}
.fume3 {
	width: 12px;
	height: 12px;
	margin-left: 48px;
	-webkit-animation: smokeup 2.2s linear infinite;
	-moz-animation: smokeup 2.2s linear infinite;
	-o-animation: smokeup 2.2s linear infinite;
	animation: smokeup 2.2s linear infinite;
}
.fume4 {
	width: 15px;
	height: 15px;
	margin-left: 38px;
	-webkit-animation: smokeup 2.3s linear infinite;
	-moz-animation: smokeup 2.3s linear infinite;
	-o-animation: smokeup 2.3s linear infinite;
	animation: smokeup 2.3s linear infinite;
}
 @-webkit-keyframes smokeup {
 0% {
margin-bottom:-3px;
opacity: 1
}
 80% {
margin-bottom:7px;
opacity: 0
}
 100% {
margin-bottom:7px;
opacity: 0
}
}
 @-moz-keyframes smokeup {
 0% {
margin-bottom:-3px;
opacity: 1
}
 80% {
margin-bottom:7px;
opacity: 0
}
 100% {
margin-bottom:7px;
opacity: 0
}
}
 @-o-keyframes smokeup {
 0% {
margin-bottom:-3px;
opacity: 1
}
 80% {
margin-bottom:7px;
opacity: 0
}
 100% {
margin-bottom:7px;
opacity: 0
}
}
 @keyframes smokeup {
 0% {
margin-bottom:-3px;
opacity: 1
}
 80% {
margin-bottom:7px;
opacity: 0
}
 100% {
margin-bottom:7px;
opacity: 0
}
}
.animowrap {
	bottom: 50px;
	left: 0;
	position: absolute;
	right: 0;
}
.animo {
	height: 50px;
	position: relative;
	width: 100%;
}
.wave {
	position:absolute;
	top:98%;
	width:200px;
	height:50px;
	background-color:#fff;
	border-radius:50%;
	animation-name: wave;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
 @keyframes wave {
 from {
 height:20px;
}
to {
	height:5px;
}
}

.sckintload.nocenter::after{display:none;}
.full_center{border-bottom: 1px solid #eee;
    color: #444;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;}
.borddo.brdrit{
	    font-size: 14px;
}