.hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

/* ======================= RESET
========================================================================== */

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	position: static;
}
ul.unstyled {
	list-style: none none;
	padding: 0;
	margin: 0;
}
img {
	height: auto;
	vertical-align: middle;
	border: 0;
}
blockquote, figure {
	margin-left: 0;
	margin-right: 0;
}
audio, canvas, video {
	display: inline-block;
}
svg:not(:root) {
	overflow: hidden;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clear {
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.bullet-list {
	list-style: none none;
	padding: 0;
	margin: 0;
}
.bullet-list li {
	padding-left: .8em;
	position: relative;
	line-height: 1.6;
}
.bullet-list li:before {
	color: #3b809c;
	content: '\2022';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.icon {
	background-image: url("../img/sprite_bs.png");
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	height: 17px;
}
.icon.icon-user {
	background-position: 0 0;
	width: 24px;
}
.icon.icon-room {
	background-position: -24px 0;
	width: 19px;
}
.icon.icon-meal {
	background-position: -50px 0;
	width: 13px;
}
.icon.icon-location {
	background-position: -69px 0;
	width: 18px;
}
.icon.icon-clock {
	background-position: -91px 0;
	width: 19px;
}

/* ======================= BASE
========================================================================== */

html {
	font-size: 62.5%;
	font-size: calc(1em * 0.625);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}
body {
	font-size: 1.4em;
	background-color: #eaeaea;
	color: #666;
	font-family: Helvetica, Roboto, Arial, sans-serif;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	/* optional: for older browsers */
	-moz-osx-font-smoothing: grayscale;
	/* firefox on osx */
	-moz-font-feature-settings: "liga=1, dlig=1";
	-moz-font-feature-settings: "liga", "dlig";
	/* EDIT: new syntax for FF 15+ */
	-ms-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	-webkit-font-feature-settings: "liga", "dlig";
	font-feature-settings: "liga", "dlig";
	-webkit-font-variant-ligatures: common-ligatures;
	/* for iOS and Safari 6 */
	font-variant-ligatures: common-ligatures discretionary-ligatures;
	/* for up-to-date browsers, including IE10 and Opera 21 */
}

/* ============== D E F A U L T
========================================================== */

a {
	color: #69a6c0;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #69a6c0;
	text-decoration: none;
}
code, pre, samp, kbd {
	white-space: pre-line;
	white-space: pre-wrap;
	font-family: Consolas, "DejaVu Sans Mono", Courier, monospace;
	line-height: normal;
}
em, .italic, address, cite, dfn, i, var {
	font-style: italic;
}
strong, b, .bold {
	font-weight: bold;
}

small, sub, sup {
	font-size: smaller;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
button {
	cursor: pointer;
}
p, .p-like, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption,
details, figure {
	margin: 0;
	line-height: 1.5;
}

/* ============== T I T L E S
========================================================== */

h1, .h1-like {
	font-family: "Josefin Sans", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	-moz-font-feature-settings: "kern=1";
	/* pre-Firefox 14+ */
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	/* Firefox 14+ */
	font-feature-settings: "kern";
	/* standard */
	font-kerning: normal;
	/* Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21+*/
	color: #3b809c;
}
h2, .h2-like {
	font-family: "Josefin Sans", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	-moz-font-feature-settings: "kern=1";
	/* pre-Firefox 14+ */
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	/* Firefox 14+ */
	font-feature-settings: "kern";
	/* standard */
	font-kerning: normal;
	/* Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21+*/
	color: #3b809c;
}
h3, .h3-like {
	font-family: "Josefin Sans", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	-moz-font-feature-settings: "kern=1";
	/* pre-Firefox 14+ */
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	/* Firefox 14+ */
	font-feature-settings: "kern";
	/* standard */
	font-kerning: normal;
	/* Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21+*/
}
h4, .h4-like { font-size: 1.8rem; }
h5, .h5-like { font-size: 1.6rem; }
h6, .h6-like { font-size: 1.6rem; }
p {
	-moz-font-feature-settings: "kern=1";
	/* pre-Firefox 14+ */
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	/* Firefox 14+ */
	font-feature-settings: "kern";
	/* standard */
	font-kerning: normal;
	/* Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21+*/
}

/* ============== BUTTONS
========================================================== */

.btn {
	-webkit-transition: background-color 300ms ease-out 0s;
	-moz-transition: background-color 300ms ease-out 0s;
	-ms-transition: background-color 300ms ease-out 0s;
	-o-transition: background-color 300ms ease-out 0s;
	transition: background-color 300ms ease-out 0s;
	font-weight: 700;
	margin: .5em 0 0;
	padding: .4em 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.btn:hover, .btn:focus, .btn:active {
	color: white;
	text-decoration: none;
}
.btn:active {
	position: relative;
	top: 1px;
}
.btn-default {
	color: white;
	background-color: #abb31b;
}
.btn-default:hover {
	background-color: #3b809c;
}
.btn-map {
	background: white;
	color: #69a6c0;
	display: none;
	text-decoration: underline;
	font-weight: normal;
}
.btn-map:hover {
	background: white;
	color: #69a6c0;
	text-decoration: none;
}

/* ======================= RESPONSIVE CLASS
========================================================================== */

@media (max-width: 480px) {
	main .btn,
	main #presentation .btn,
	main #business_solution .btn {
		display: block;
		float: none;
		margin: 1em auto;
		max-width: 70%;
		text-align: center;
	}
	main #pleasure .btn {
		max-width: 100%;
	}
	main .btn-map {
		display: block;
		max-width: 100%;
		margin: 0 1em 1em 1em;
	}
	#prehome {
		background-size: 400% auto !important;
	}
}
@media (min-width: 480px) and (max-width: 768px)  and (orientation: portrait) {
	body #pleasure .btn {
		max-width: 100%;
	}
	#prehome {
		background-size: 250% auto !important;
	}
}
@media (min-width: 480px) and (max-width: 768px)  and (orientation: landscape) {
	#prehome {
		background-size: 350% auto !important;
	}
}
@media (max-width: 320px) {
	main .btn {
		max-width: 80%;
	}
	#prehome {
		background-size: 500% auto !important;
	}
}



/* ============== PREHOME
========================================================== */

#prehome {
	background: white url("../img/bg_prehome.jpg") no-repeat center center;
	background-size: auto 100%;
	text-align: center;
	padding: 1px 0;
}
section { text-align: left; }
section p { text-align: center; }
#main {
	background-color: rgba(231, 231, 231, 0.9);
	margin: 150px auto 0;
	padding: 1em;
	width: 66%;
}
#main h1 {
	text-align: center;
	margin: 1.5em 0;
	padding: 0;
}
#nl, #fr {
	margin-top: 4%;
	display: inline-block;
	width: 31.5%;
}
#nl aside, #fr aside {
	background-color: rgba(231, 231, 231, 0.9);
	padding: 1em;
}
#nl aside h1, #fr aside h1 {
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0;
}
#nl .btn, #fr .btn {
	display: block;
	margin: 1em auto;
	max-width: 70%;
	text-align: center;
}
#nl {
	margin-right: 3%;
}

/* ======================= RESPONSIVE PREHOME
========================================================================== */

@media (max-width: 480px) {
	#main {
		background: transparent;
		margin: 0 auto;
		width: 100%;
	}
	#main h1 {
		margin: .5em 0;
		padding: 0;
		background-color: rgba(255, 255, 255, 0.5);
	}
	#main p {
		background-color: rgba(231, 231, 231, 0.9);
		margin-top: 6em;
		padding: 1em;
		text-align: center;
	}
	#nl, #fr {
		background: transparent;
		width: 100%;
	}
	#nl aside, #fr aside {
		display: none;
	}
	#nl .btn, #fr .btn {
		display: block;
		max-width: 95%;
		padding: 1em 0;
		margin: 1em;
	}
}

/* ============== SECTIONS
========================================================== */

#business_solution, #maps_home .content_tab { background-color: #d8dfe2;}
#top_footer { background-color: #3b809c;}
#middle_footer { background-color: #20657a; }
#footer { background-color: #333; color: white; }