/* RESET */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, q, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, 
figure, figcaption, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, nav, section {
	display: block;
}

ol, ul { list-style: none;}

blockquote, q { quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* BASE */

body {
	font: 300 62.5%/1.5 "Helvetica Neue", Helvetica, Arial, serif;
	color: #686868;
	
	-webkit-text-size-adjust: none;
}

h1 { 
	font-weight: 400;
	font-size: 6.4em;
	line-height: 1.05;
	
	text-transform: uppercase;
	color: #383838;
}

h2 { 
	font-weight: 400;
	font-size: 1.6em;
	
	text-transform: uppercase;
	color: #383838;	
}

h3 { 	
	font-size: 1.6em;
		
	text-transform: uppercase;
	color: #383838;
}

p { 
	font-size: 1.4em;
	line-height: 2;
	
	margin: 0 0 1em;	
}

p:last-child { margin: 0;}

a {
	display: block;
	
	text-decoration: none;
	color: inherit;
	
	-webkit-tap-highlight-color: transparent;
}

li { float: left}

li:last-of-type {
	border: 0 !important;	
	margin: 0 !important;
}

input, select, textarea, button {
	font: 300 1.4em "Helvetica Neue", Helvetica, Arial, serif;
	border: .1em solid #F1F1F1;
	
	width: 100%;
	padding: .6em;
	margin: 0 0 1em;
	
	-moz-appearance: none;
	-webkit-appearance: none;
	
	-webkit-tap-highlight-color: transparent;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

textarea {
	min-width: 100%;
	max-width: 100%;
	
	min-height: 7em;
	height: 7em;	
}

button { 	
	font-size: 1.6em;

	border: 0;
	background: #686868;
	color: #FFF;
	
	text-align: center;
	text-transform: uppercase;
		
	margin: 0;
	
	cursor: pointer;
}

button:hover { background: #48bae7;}

img {
	display: block;
	max-width: 100%;
}

/* LAYOUT */

.module {
	width: 100%;
	min-width: 102.4em;
	
	margin: 1.5em auto;
}

.module:first-of-type { margin: 8.7em auto 0;}


.row {
	background: #FFF;
	
	border: .1em solid #F1F1F1;
	border-bottom: 0;
	
	width: 102.4em;
	margin: 0 auto;
}

.row:last-of-type { border: .1em solid #F1F1F1;}

.row:before, .row:after {
	display: block;
	visibility: hidden;
	height: 0;
	content: "\0020";    
}

.row:after { clear: both;}


.column {
	border-right: .1em solid #F1F1F1;
	position: relative;
	
	float: left;
	padding: 1.5em;
	
	overflow: hidden;
	
}

.column:last-of-type { border: 0;}


header {
	position: relative;
	text-align: center;
	
	width: 100%;
	margin: 0 0 1.5em;
}

header:last-child { margin: 0;}

header span { 
	display: block;
	font-size: 1.4em;
}

.navigation {}

.navigation li {}


.list { 
	list-style: disc;
	padding: 0 0 0 1em;	
}

.list li {
	font-size: 1.4em;	
	
	border-bottom: .1em solid #F1F1F1;
	width: 100%;
	margin: 0 0 .75em;
	padding: 0 0 1em .5em;	
}

.list li:last-of-type { padding: 0 0 0 .5em;}

.list li a { 
	display: inline;
	
	width: auto;
	float: none;
}

.list span {
	display: block;
	font-size: 1.4em;
}



.one { width: 8.33333%;}

.two { width: 16.66667%;}

.three { width: 25%;}

.four { width: 33.33333%;}

.five { width: 41.66667%;}

.six { width: 50%;}

.seven { width: 58.33333%;}

.eight { width: 66.66667%;}

.nine { width: 75%;}

.ten { width: 83.33333%;}

.eleven { width: 91.66667%;}

.twelve { width: 100%;}

/* MODULES */

.header {	
	background: #FFF;
	background: rgba(255,255,255,.85);
	border-bottom: .1em solid #F1F1F1;
	
	width: 100%;
	min-width: 102.4em;
	
	position: fixed;
	top: 0;
	
	padding: 0;
		
	z-index: 100;
}

.header li { 
	border-right: .1em solid #F1F1F1;
	text-align: center;
	
	width: 20%;
}

.header li:last-of-type { border: 0;}

.header li a { padding: 1.45em 1.5em;}


.logo { 
	display: table;
	margin: 0 auto;
}


.showcase {
	position: relative;
	background: url('../images/background.png') repeat fixed #FFF;
	background-size: 2.4em;
	
	border-bottom: .5em solid #48bae7;
	width: 100%;
	
	height: 38.05em;
	margin: 7.5em auto 0 !important;
	
	overflow: hidden;
}

.showcase .row {
	background: none;
	border: 0;
}

.carousel { height: 34.9em;}

.carousel .image {
	position: absolute;
	
	bottom: 1.5em;
	left: 1.5em;
}

.carousel .typography {
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.bargraph { 
	position: relative; 
	background: url('../images/background.png') repeat #FFF;
	background-size: 2.4em;
	
	border: .1em solid #F1F1F1;
	
	height: 32.5em;
	padding: 1.5em .75em;
	
	overflow: hidden;
}

.bargraph canvas {
	width: 100%;
	height: 27em;
	
	margin: 0 0 .5em;
}


.piechart {
	position: relative; 
	background: url('../images/background.png') repeat #FFF;
	background-size: 2.4em;
	
	border: .1em solid #F1F1F1;
	
	height: 32.5em;
}

.piechart canvas { 
	position: absolute;
	top: 50%;
	right: 6em;
	
	width: 25em;
	height: 25em;
	
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.years { 
	font-size: 1.4em;
	width: 100%;
}

.years li { 
	text-align: center;
	width: 12.5%;
}


.legend { 		
	position: absolute;
	top: 2.5em;
	left: 2.65em;
	
	width: 25.6em;
}

.legend li { 	
	width: 100%;
	margin: 0 0 1em;
}

.legend span:last-of-type {
	display: block;
	font-size: 1.4em;
}


.testimonial header { 
	text-align: left; 
	border: 0;
}


.booking p { margin: .25em 0 0;}


.google { 
	background: url('../images/map.png') #F1F1F1;
	background-size: cover;
		
	width: 100%;
	height: 26em;
	
	float: left;
}

/* STATE */

.selected { background: #48bae7 !important;}

.selected:hover { background: #686868 !important;}

.active h3,
a:hover h3 {
	color: #48bae7;
	text-decoration: underline;	
}

.highlight {
	display: inline; 
	font-size: 100%;
	color: #48bae7;
}

::selection { background: #48bae7; color: #FFF;}
::-moz-selection { background: #48bae7; color: #FFF;} 

/* THEME */

.button {
	display: block;
	
	font: 300 1.4em "Helvetica Neue", Helvetica, Arial, serif;
	border: .1em solid #F1F1F1;
	
	width: 100%;
	padding: .6em;
	margin: 0 0 1em;
	
	border: 0;
	background: #686868;
	
	color: #FFF;
	
	text-align: center;
	text-transform: uppercase;
		
	margin: 0;
	
	cursor: pointer;
}

.button:hover { background: #48bae7;}

.background { 
	background: url('../images/background.png') repeat -.5em -.5em #FFF;
	background-size: 2.4em;
	
	border: .1em solid #F1F1F1;
	position: relative;
	
	width: 20em;
	height: 20em;
	
	margin: 0 auto;
	
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.background .graphic {
	position: absolute;
	top: 50%;
	left: 50%;
		
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.active .background,
a:hover .background { 
	border: 1em solid #48bae7;
		
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}


.graphic { 
	background: url('../images/graphic-sprite.png');
		
	width: 9.6em;
	height: 9.6em;
	
	float: left;	
}

.book { background-position: 0 0;}

.active .book,
a:hover .book { background-position: 0 -19.2em;}

.car { background-position: -9.6em 0;}

.active .car,
a:hover .car { background-position: -9.6em -19.2em;}

.mortarboard { background-position: -19.2em 0;}

.active .mortarboard,
a:hover .mortarboard { background-position: -19.2em -19.2em;}

.building { background-position: -28.8em 0;}

.active .building,
a:hover .building { background-position: -28.8em -19.2em;}

.timer { background-position: -38.4em 0;}

.active .timer,
a:hover .timer { background-position: -38.4em -19.2em;}

.speedometer { background-position: -48em 0;}

.active .speedometer,
a:hover .speedometer { background-position: -48em -19.2em;}

.direction { background-position: -57.6em 0;}

.active .direction,
a:hover .direction { background-position: -57.6em -19.2em;}

.gaspump { background-position: 0 -9.6em;}

.active .gaspump,
a:hover .gaspump { background-position: 0 -28.8em;}

.sign { background-position: -9.6em -9.6em;}

.active .sign,
a:hover .sign { background-position: -9.6em -28.8em;}

.map { background-position: -19.2em -9.6em;}

.active .map,
a:hover .map { background-position: -19.2em -28.8em;}

.phone { background-position: -28.8em -9.6em;}

.active .phone,
a:hover .phone { background-position: -29em -28.8em;}

.email { background-position: -38.4em -9.6em;}

.active .email,
a:hover .email { background-position: -38em -28.8em;}

.calendar { background-position: -48em -9.6em;}

.active .calendar,
a:hover .calendar { background-position: -48em -28.8em;}

.circle { 
	background: #686868;
	
	width: 1.2em;
	height: 1.2em;
	
	float: left;
	margin: .55em 1.5em 0 0;
	
	cursor: pointer;	
	
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border-radius: .8em;
}

.active .circle { background: #48bae7;}

/* UTILITY */

@media screen and (max-width: 768px) and (orientation : portrait) {
	
	.module { min-width: 76.8em;}
	
	.row { width: 76.8em;}
	
	.column { 
		border-right: 0;
		border-bottom: .1em solid #F1F1F1;
		
		width: 100%;
	}
	
	.header { min-width: 76.8em;}
}

@media screen and (max-width: 480px) {
	
	.module { min-width: 48em;}
	
	.module:first-of-type { margin: 16.2em auto 0;}
	
	.row { width: 48em;}
	
	.column { 
		border-right: 0;
		border-bottom: .1em solid #F1F1F1;
		
		width: 100%;
	}
	
	.header { min-width: 48em;}
	
	.header li{ width: 25%;}
	
	.header li:first-of-type { 
		border-bottom: .1em solid #F1F1F1;
		width: 100%;	
	}
		
	.piechart canvas { right: 3em;}	
}