/*------------------------------------------------------*/


/* #HEADER MAP GETTING BAHRAIN
/*------------------------------------------------------*/

#header-map .map-bg {
	background: #d2d2d2;
	height: 400px;
}

#header-map .title {
	margin-top: -100px;
}

#header-map .title h1 {
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #007ed6;
	line-height: 36px;
	font-size: 36px;
}

#header-map .title h1 span {
	color: #444;
	font-size: 46px;
}


/*------------------------------------------------------*/


/* #SECTION VIA AIR
/*------------------------------------------------------*/

#via-air {
	background-color: #112a5f!important;
	-webkit-background-size: contain!important;
	-moz-background-size: contain!important;
	-o-background-size: contain!important;
	background-size: 32%!important;
	background-position-y: 116%!important;
	background-position-x: 71%!important;
}

#via-air .bg-cloud {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover !important;
	height: 100%;
	-ms-transform: skew(-2deg);
	-webkit-transform: skew(-2deg);
	transform: skew(-3deg);
	margin-left: -15px;
	position: absolute;
	width: 50%;
	left: 0;
}

#via-air .content-n {
	-ms-transform: skew(3deg);
	-webkit-transform: skew(3deg);
	transform: skew(3deg);
}

#via-air .content-n .flight {
	position: relative;
	height: 500px;
	width: 100%;
	display: table;
}

#via-air .content-n .flight img {
	position: absolute;
	top: 27%;
	right: -5%;
	opacity: 0;
}

#via-air .flight-ani {
	opacity: 1 !important;
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

#via-air .title-air {
	text-align: right;
	color: #fff;
	margin-top: 40px;
}

#via-air .title-air h1 {
	font-weight: bold;
	font-size: 47px;
	text-transform: uppercase;
}

#via-air .title-air h1 span {
	color: #af9150;
}

#via-air .information p {
	text-align: right;
	color: #dedede;
	font-size: 13px;
	font-weight: 300;
	padding-left: 34px;
}

#via-air .icons-info ul {
	list-style: none;
	padding: 0px;
	text-align: right;
}

#via-air .icons-info ul>li {
	display: inline-block;
	margin-left: -37px;
}

#via-air .icons-info ul>li>img {
	width: 68%;
}

#via-air .btn-tickets {
	padding-top: 29px;
	text-align: right;
}

#via-air .clouds {
	position: relative;
	width: 100%;
	height: 100px;
}

#via-air .clouds img {
	position: absolute;
	width: 95%;
	top: 34px;
	left: 9px;
}

#via-air .btn-tickets a {
	background: rgba(255, 255, 255, 0.91);
	color: #112a5f;
	font-weight: 400;
	padding: 10px 24px 10px 26px;
	border-radius: 100px;
	text-decoration: none;
}

#via-air .btn-tickets p {
	margin: 0px;
	padding-top: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}

#via-air .btn-tickets p span {
	color: #af9150;
}

@media (max-width: 1440px) {
	#via-air {
		background-size: 59%;
		background-position-y: 119%;
		background-position-x: 107%;
	}
}


/*------------------------------------------------------*/


/* #SECTION VIA ROAD
/*------------------------------------------------------*/

#viaroad {
	background: #0e0e0e;
}

#viaroad .bg-dark-road {
	-ms-transform: skew(-2deg);
	-webkit-transform: skew(-2deg);
	transform: skew(-3deg);
	z-index: 2;
	background: #0e0e0e;
	position: relative;
	height: 490px;
}

#viaroad .bg-dark-road .content-n {
	-ms-transform: skew(3deg);
	-webkit-transform: skew(3deg);
	transform: skew(3deg);
	height: 100%;
	display: table-row;
	position: relative;
}

#viaroad .bg-dark-road .content-n .title-road {
	margin-top: 12%;
}

#viaroad .bg-dark-road .content-n .title-road h1 {
	color: #fff;
	font-weight: bold;
	font-size: 41px;
	text-transform: uppercase;
}

#viaroad .bg-dark-road .content-n .title-road h1 span {
	color: #c57e00;
}

#viaroad .bg-dark-road .content-n .information p {
	color: #c5c5c5;
	font-weight: 300;
	font-size: 13px;
	text-align: left;
	padding-right: 20%;
}

#viaroad .bg-dark-road .content-n .icons-info {
	padding-top: 25px;
}

#viaroad .bg-dark-road .content-n .icons-info ul {
	padding: 0px;
	margin: 0px;
}

#viaroad .bg-dark-road .content-n .icons-info ul>li {
	display: inline-block;
	margin-right: -11%;
}

#viaroad .bg-dark-road .content-n .icons-info ul>li>img {
	width: 66%;
}

#viaroad .imagen-road {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 100%;
	margin-left: -15px;
	position: absolute;
	width: 54%;
	right: 0;
}

#viaroad .car-road {
	position: relative;
	height: 489px;
	width: 100%;
	display: table;
}

#viaroad .car-road img {
	position: absolute;
	top: 20%;
	right: 16%;
	z-index: 1;
	width: 90%;
}


/*------------------------------------------------------*/


/* #SECTION VIA AIR
/*------------------------------------------------------*/

#via-sea {
	background-color: #112a5f;
	-webkit-background-size: cover !important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}

#via-sea .bg-sea {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	height: 100%;
	-ms-transform: skew(-2deg);
	-webkit-transform: skew(-2deg);
	transform: skew(-3deg);
	margin-left: -15px;
	position: absolute;
	width: 50%;
	left: 0;
}

#via-sea .content-n {
	-ms-transform: skew(3deg);
	-webkit-transform: skew(3deg);
	transform: skew(3deg);
}

#via-sea .content-n .cruise {
	position: relative;
	height: 503px;
	width: 100%;
	display: table;
}

#via-sea .content-n .cruise img {
	position: absolute;
	top: 30%;
	right: -5%;
	opacity: 0;
}

#via-sea .title-sea {
	text-align: right;
	color: #fff;
	margin-top: 70px;
}

#via-sea .title-sea h1 {
	font-weight: bold;
	font-size: 47px;
	text-transform: uppercase;
}

#via-sea .title-sea h1 span {
	color: #f0b500;
}

#via-sea .information p {
	text-align: right;
	color: #f3f3f3;
	font-size: 13px;
	font-weight: 300;
	padding-left: 34px;
}

#via-sea .icons-info {
	list-style: none;
	padding: 0px;
	text-align: right;
}

#via-sea .icons-info ul {
	padding-top: 24px;
}

#via-sea .icons-info ul>li {
	display: inline-block;
	margin-left: -13px;
}

#via-sea .icons-info ul>li>img {
	width: 77%;
}


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/


/*---------- MEDIA 480px ----------*/

@media (max-width: 480px) {
	#via-air {
		background-size: 169%;
		background-position-y: 106%;
		background-position-x: 58%;
	}
	#via-air .bg-cloud {
		height: 300px;
		-webkit-transform: none;
		transform: none;
		position: relative;
		width: 100%;
		top: 0px;
		right: 0px;
		margin: 0px;
	}
	#via-air .content-n {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	#via-air .content-n .flight {
		height: 300px;
		width: 100%;
		position: absolute;
		top: -218px;
	}
	#via-air .content-n .flight img {
		position: absolute;
		top: 0px;
		right: 0px;
		left: 0px;
		width: 89%;
	}
	#header-map .title h1 {
		position: relative;
		top: -18px;
	}
	#header-map .title {
		margin-top: -75px;
	}
	#via-air .title-air {
		text-align: center;
	}
	#via-air .information p {
		padding-left: 15px;
		text-align: justify;
		-moz-text-align-last: center;
		text-align-last: center;
		padding-right: 15px;
	}
	#via-air .icons-info ul {
		text-align: center;
		padding-top: 23px;
	}
	#via-air .btn-tickets {
		padding-top: 36px;
		text-align: center;
		padding-bottom: 34px;
	}
	#viaroad .imagen-road {
		margin-left: 0px;
		position: relative;
		width: 100%;
		right: 0;
		height: 350px;
	}
	#viaroad .bg-dark-road {
		-webkit-transform: inherit;
		transform: inherit;
		background: #0e0e0e;
		position: relative;
	}
	#viaroad .bg-dark-road .content-n {
		-webkit-transform: inherit;
		transform: inherit;
	}
	#viaroad .car-road {
		position: absolute;
		float: inherit;
		top: -712px;
		text-align: center;
		right: 0;
		height: auto;
	}
	#viaroad .car-road img {
		position: relative;
		top: 0px;
		right: 26px;
	}
	#viaroad .bg-dark-road .content-n .title-road {
		text-align: center;
	}
	#viaroad .bg-dark-road .content-n .information p {
		padding-right: 15px;
		padding-left: 15px;
		text-align: justify;
		-moz-text-align-last: center;
		text-align-last: center;
	}
	#viaroad .bg-dark-road .content-n .icons-info ul>li {
		display: inline-block;
		width: 39%;
		position: relative;
		padding-left: 19px;
		margin-right: inherit;
	}
	#viaroad .bg-dark-road .content-n .icons-info ul>li>img {
		max-width: 100%;
		width: 100%;
	}
	#viaroad .bg-dark-road .content-n .icons-info ul {
		padding: 0px;
		margin: 0 auto;
		text-align: center;
	}
	#via-sea .bg-sea {
		-webkit-transform: inherit;
		transform: inherit;
		margin-left: 0px;
		position: relative;
		width: 100%;
		height: 457px;
	}
	#via-sea .content-n .cruise {
		position: absolute;
		height: auto;
		width: 100%;
		display: table;
		top: -243px;
	}
	#via-sea .content-n .cruise img {
		position: relative;
		top: 0;
		right: 0;
		opacity: 0;
		width: 99%;
	}
	#via-sea .title-sea {
		text-align: center;
	}
	#via-sea .information p {
		padding-right: 15px;
		padding-left: 15px;
		text-align: justify;
		-moz-text-align-last: center;
		text-align-last: center;
	}
	#via-sea .icons-info ul {
		padding-top: 24px;
		text-align: center;
	}
	#via-sea .icons-info ul {
		text-align: center;
		width: 100%;
		padding: 0px;
		margin-top: 36px;
		margin-bottom: 36px;
	}
}
