/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://creativecommons.org/licenses/MIT/	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

p {
	margin-bottom:1em;
}

/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

a:link {
	color:#009FE3;
	text-decoration:none;
}

a:visited {
	color:#009FE3;
	text-decoration:none;

}

a:hover {
	text-decoration:underline;
}
.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

.disabled {
	color:#B7B7B7;
}

body {
	font: 16px/24px Georgia, serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

ul {
	padding:0;
	margin:0;
}

li {
	list-style:none;
	display:inline-block;
	margin-left:15px;
}

#featured {
	clear:both;
	top:2em;
	position:relative;
}

#featured h4 {
	color:#009FE3;
}
#featured div.box {
	float:left;
	padding-right:24px;
}

div.box p {
	width:252px;

}


div.box img {
	width:252px;
	height:auto;
}

#footer {
	position:relative;
	border-top:1px dotted black;
	clear:both;
	margin-top:2em;
	padding-top:1em;
}

#footer ul {
	padding:0;
}
#footer li {
	width:252px;
	padding:0;
	margin-left:0;
	margin-right:24px;
}

.copyright {
	font-size:10px;
	color:#C0C0C0;
	width:100%;

}

/* sub page */
#top_nav {
	text-align:right;
	position:relative;
	margin-bottom:4em;
}

#top_nav ul {
	top:1em;
	position:relative;
}

/* videos */
#vimeos li {
	clear:both;
	padding:0;
	margin:0;
	display:block;
	margin-bottom:4em;
}

#vimeos li iframe {
	width:436px;
}


#vimeos article {
	margin-bottom:1em;
	float:right;

}


/* features */

#tech_specs ul li {

	display:block;
	margin:0;
}
#tech_specs ul {
	margin-bottom:2em;
}

#tech_specs  li:before {
 content:'\02219';
 margin-right:0.5em;
}

#tech_specs aside {
	float:right;
	width:252px;
	clear:right;
}

#tech_specs aside p {
	width:100%;
}

#features_overview p {
	width:896px;
}

#features_introduction aside {
	float:right;
}

#features_introduction img {
	vertical-align:text-top;
}


ul.faq li {
	display:block;
}
/* Selection colours (easy to forget) */

::selection 	 	{background: #00c0ff;}
::-moz-selection 	{background: #00c0ff;}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: #00c0ff;}



/*		Default Layout: 992px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10		11		12
px      68    160    252    344    436    528    620    712    804    896 		988		1080   */

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

	body {
		margin-right:auto;
		margin-left:auto;
		width: 1080px;
		padding: 24px 48px 84px;
		background: rgb(255,255,255);
		color: rgb(60,60,60);
		-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	}

	#hero_image {
		max-width:714px;
	}
	p {
		width:598px;
	}


}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	body {
		width: 712px;
		padding: 48px 28px 60px;
		margin-left:auto;
		margin-right:auto;
	}

	p {
		width:530px;
	}

	aside img {
		max-width:346px;
	}

	div.box p {
		width:160px;

	}

	div.box img {
		width:160px;
		height:auto;
	}

	.big, h4 {
		font-size: 18px;
		line-height: 24px;
	}

	#footer li {
		vertical-align:text-top;
		width:160px;
	}
	#vimeos article {
		float:left;
	}
	#vimeos p {
		width:620px;
	}

	#features_overview p {
		width:712px;
	}

	#tech_specs ul {
		width:436px;
	}

	#tech_specs h3 {
		width:436px;
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

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

	body {
		width: 252px;
		padding: 48px 34px 60px;
		margin-left:auto;
		margin-right:auto;
	}

	aside img {
		width:160px;
	}

	#top_nav  {
		text-align:left;
	}

	li {
		display:block;
		padding:0;
		margin:0;
	}

	#vimeos iframe {
		width:252px;
	}

	ul {
		padding:0;
	}

	#top_nav ul {
		display:block;
		position:relative;
		top:4em;
	}

	#top_nav li img {
		margin-top:1em;
	}

}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

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

	body {
		width: 436px;
		padding: 36px 22px 48px;
	}

	li {
		display:block;
	}
	#top_nav  {
		text-align:left;
	}
	#top_nav li {
		clear:both;
	}

	#top_nav ul {
		display:block;
		position:relative;
		top:4em;
	}

	#top_nav li img {
		margin-top:1em;
	}


	#tech_specs aside {
		float:none;
	}


}
