@charset "utf-8";
/* CSS Document */

header {
	position: absolute;
	display: none;
}

main {
	padding: 20px 20px 20px 20px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* FONTS																												*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

/* -------------------------------------------------------------------------------------------------------------------- */
/* GENERAL																												*/

#momondo-website {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#momondo-website h1 {
	margin: 0;
	color: #333333;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

#momondo-website h1 span {
	color: #ff3377;
	font-size: 0.5em;
	line-height: 1em;
}

#momondo-website h2 {
	margin: 0 0 20px 0;
	color: #333333;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

#momondo-website h3 {
	color: #528fcc;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* HERO																												*/

#momondo-website #hero {
	background-color: #66cbff;
	background-image: url('presentation/intro-bg@2x.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 300px 0 0 0;
	position: relative;
}

#momondo-website #hero .img-intro {
	width: 94.2857%;
	max-width: 100%;
	margin: 0 auto -80px auto;
}

/* ---------------------------------------------------------------------------- */
/* HERO - FIELDS																*/

#momondo-website .hero-info-fields {
	opacity: 0.4;
	color: #000000;
}

/* ---------------------------------------------------------------------------- */
/* HERO - YEAR																	*/

#momondo-website .hero-info-year {
	opacity: 0.4;
	color: #000000;
}

/* ---------------------------------------------------------------------------- */
/* HERO - LOGO																	*/

#momondo-website .hero-info-logo {
	opacity: 0.2;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* INTRO																												*/

#momondo-website #intro {
	padding-bottom: 0;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* FLIGHT SEARCH																										*/

/* -------------------------------------------------------------------------------------------------------------------- */
/* NAVIGATION																											*/

#momondo-website #navigation {
	background: #cceeff url('presentation/navigation-cloud@2x.png') left bottom no-repeat;
	background-size: 100% auto;
}

#momondo-website #navigation img {
	width: 413.7931%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	float: left;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* HOTEL SEARCH																											*/

/* -------------------------------------------------------------------------------------------------------------------- */
/* FILTER																												*/

#momondo-website #filter {
	background: #cceeff url('presentation/filter-cloud@2x.png') right bottom no-repeat;
	background-size: 100% auto;
}

#momondo-website #filter .info {
	order: 2;
}

#momondo-website #filter img {
	width: 413.7931%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	float: right;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* CAR SEARCH																											*/

/* -------------------------------------------------------------------------------------------------------------------- */
/* THANKS																												*/

#momondo-website #thanks {
	padding-top: 0;
}

#momondo-website #thanks h3 {
	color: #333333;
	font-weight: 400;
}

@media only screen and (min-width: 1441px) {	
	
}

@media only screen and (max-width: 1024px) {	
	
}

@media only screen and (max-width: 768px) {
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* GENERAL																											*/

	#momondo-website {
		font-size: 12px;
		line-height: 20px;
	}
	
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* HERO																												*/

	/* ------------------------------------------------------------------------ */
	/* HERO - FIELDS															*/

	#momondo-website #hero .fields {
		display: none;
	}

	/* ------------------------------------------------------------------------ */
	/* HERO - YEAR																*/

	#momondo-website #hero .year {
		display: none;
	}

	/* ------------------------------------------------------------------------ */
	/* HERO - LOGO																*/

	#momondo-website #hero .logo {
		display: none;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* NAVIGATION																										*/

	#momondo-website #navigation {
		padding: 40px 0 40px 0;
		overflow-x: hidden;
	}

	#momondo-website #navigation .info {
		display: none;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* FLIGHT SEARCH																									*/

	#momondo-website #flight-search {
		padding: 80px 0 0 0;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* FILTER																											*/

	#momondo-website #filter {
		padding: 40px 0 40px 0;
		overflow-x: hidden;
	}

	#momondo-website #filter .info {
		display: none;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* HOTEL SEARCH																										*/

	#momondo-website #hotel-search {
		padding: 80px 0 0 0;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* CAR SEARCH																										*/

	#momondo-website #car-search {
		padding: 80px 0 0 0;
	}
}

@media only screen and (max-width: 480px) {
	
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 192dpi),
		only screen and (min-resolution: 1.5dppx)
{

}