@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('open_sans_400.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSpS3E-kSBmtLoNJPDtbj2Pk.ttf') format('truetype');
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #424242;
	padding: 0;
	margin: 0;
}

header, #main-nav, .hero, .feature, .content {
	max-width: 840px;
	margin: auto;
}

p a {
	color: #0277bd;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

header {


}

	#main-nav ul {
		display: table;
		border-spacing: 0;
		width: 100%;
		padding: 0;
		margin: 0;
		
	}

		#main-nav ul li {
			display: table-cell;
			width: 40%;
			vertical-align: middle;
			padding: 0;
			text-align: center;
			font-size: 0;
		}

			#main-nav ul li:nth-child(2) { width: 20%; }

			#main-nav a {
				text-decoration: none;
				color: #424242;
				font-size: 12pt;
				text-rendering: optimizeLegibility;
				font-weight: 500;
				line-height: 30px;
				display: inline-block;
				width: 50%;
				padding: 25px 0;
				border-bottom: 1px solid #e0e0e0;

				-webkit-transition: all 0.3s ease-in-out;
				   -moz-transition: all 0.3s ease-in-out;
				        transition: all 0.3s ease-in-out;
			}


			#main-nav ul li:nth-child(2) a {
				width: 100%;
				height: 81px;
			}

			#main-nav ul li a:hover {
				border-bottom-color: #ffa000;
				box-shadow: 0 1px 0 0 #ffecb3;
			}

			#main-nav .active {
				border-bottom-color: #9e9e9e;
			}

			@media (max-width: 480px) {
				#main-nav ul { border-bottom: 1px solid #e0e0e0; }

				#main-nav ul li:first-child { padding-left: 15px; text-align: left; }
				#main-nav ul li:last-child  { padding-right: 15px; text-align: right; }

				#main-nav a {
					width: 100%;
					padding: 5px 0;
					border-bottom: none;
				}

				#main-nav ul li:nth-child(2) a { height: inherit; }
			}

	.logo img {
		width: 24px;
		height: 24px;
	}
	
	.logo-switcher {
		display:block;
		width: 24px;
		height: 24px;
		position:relative;
		margin:0 auto;
	}
	
	
	.orangelogo,  .blacklogo {
		position:absolute;
		left:0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}
	
	.logo .blacklogo {opacity:1;}
	.logo:hover .blacklogo {opacity:0;}

.hero {
	margin: 60px auto;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	text-rendering: optimizeLegibility;
}

	.hero h1 { margin-bottom: 10px; color: #212121; }
	.hero h2 { margin-top: 10px; color: #616161; }
	.hero p { 
		font: normal 16px/28px 'Open Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		max-width: 600px;
		margin: auto;
	}

	.hero .preview {
		line-height: 0;
		overflow: hidden;
	}
	.hero .preview img {
		max-width: 700px;
		width: 100%;
		margin: 40px auto 0;
		box-shadow: 0 0 6px #e0e0e0;
	}

	.hero h1, 
	.hero h2 {
		font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
		font-weight: 300;
	}
	.hero h1 { font-size: 4em; }
	.hero h2 { font-size: 2.5em; }

h3 {
	font-weight: normal;
}

hr {
	height: 1px;
	background-color: #e0e0e0;
	border: none;
	max-width: 800px;
}

.content {
	margin: 80px auto;
	padding-left: 100px;
	position: relative;
}

.content li {
	margin: 8px 0;
}

.content .menu {
	position: absolute;
	top: 0;
	left: 0;
}

	.menu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.menu li {
		margin: 10px 0;
	}

	.menu a {
		color: #0277bd;
		text-decoration: none;
	}

	.menu a.active {
		color: #000;
	}

	.menu a:hover {
		text-decoration: underline;
	}

.content h2 {
	font-weight: 300;
	color: #000;
	font-size: 26px;
	margin: 50px 0;
	text-rendering: optimizeLegibility;
}

.content h3 {
	color: #000;
	font-weight: normal;
	padding-top: 30px;
	margin-top: 30px;
	text-rendering: optimizeLegibility;
}

.content p {
	line-height: 1.6;
	max-width: 600px;
}

.content p.big {
	font-size: 14pt;
}

.content img {
	border: 1px solid #aaa;
}

span.mono {
	font-family: monospace;
	font-size: 10pt;
	background-color: #f5f5f5;
	padding: 1px 5px;
	border-radius: 6px;
}

.faq-links h4 {
	font-weight: normal;
}

.faq-links ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}

.faq-links li {
	margin: 5px 0;
}

.faq-links li a {
	color: #0277bd;
	text-decoration: none;
}

.faq-links li a:hover {
	text-decoration: underline;
}

pre {
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 10pt;
}

.feature {
	margin: 20px auto;
	padding: 40px 0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
} 

	.feature .icon {
		width: 48px;
	}

	.feature h2 {
		font: 300 44px 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
		margin: 15px 0;
		color: #212121;
		text-rendering: optimizeLegibility;
	}

	.feature p {
		font: 400 14px/24px 'Open Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		margin: 15px auto;
		max-width: 600px;
	}

	.feature .tabs {
		display: table;
		border-spacing: 1px 0;
		margin: 30px auto;
	}

		.tabs a {
			display: table-cell;
			padding: 0;
			width: 140px;
			color: #424242;
			text-decoration: none;
			font-size: 11pt;
			line-height: 30px;
			box-shadow: 0 0 0 1px #cfd8dc, 0 1px 0 1px #eceff1;
		}

		.tabs a:first-child { border-radius: 5px 0 0 5px; }
		.tabs a:last-child  { border-radius: 0 5px 5px 0; }

		.tabs a:hover {
			background-color: #eceff1;
			color: #37474f;
		}

		.tabs a.active {
			color: #fff;
			background: #039be5;
			box-shadow: 0 0 0 1px #039be5, 0 1px 0 1px #eceff1;
		}

.slider {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 0 0 1px #ccc, 0 1px 5px #eee;
}

	.slider:before {
		content: '';
		display: block;
		padding-top: 50%;
	}

	.slider-images {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.slider img {
		position: absolute;
		top: 0;
		left: 0;	
		width: 100%;
	}
	
	#customise-slider,
	#organise-slider,
	#play-slider {
		background: #78909c url('/images/mountains_1.jpg') no-repeat;
		background-position: 0px center;
	}

	@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		#customise-slider,
		#organise-slider,
		#play-slider {
			background: #78909c url('images/mountains_1@2.jpg') no-repeat;
			background-position: 0px center;
			background-size:1000px 300px;
		}
	}


	.slider-images,
	#customise-slider,
	#organise-slider,
	#play-slider  {
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
		        transition: all 0.5s ease-in-out;
	}

#features {
	padding: 0;
}

.table {
	display: table;
	width: 100%;
	border-spacing: 0;
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #e0e0e0;
}

.table:last-child {
	border-bottom: none;
	padding-bottom: 10px;
}

	.table-header,
	.table-content {
		display: table-cell;
		text-align: left;
		vertical-align: top;
	}

	.table-header {
		width: 250px;
		padding-left: 20px;
	}

	.table-header h3 {
		font: 300 24px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		margin: 0;
	}

	.table-content ul {
		padding: 0;
		margin: 0;
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;

		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}

	.table-content li {
		padding: 5px 0;
		font-size: 11pt;
		min-width: 270px;
	}

@media (max-width: 720px) {
	.table,
	.table-header,
	.table-content {
		display: block;
	}
}

@media (max-width: 480px) {
	.table-content ul {
		padding: 40px;

		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;

		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
	}
}

#feedback label {
	display: block;
	margin: 20px 0 5px;
	font-size: 10pt;
}

#feedback input[type="email"] {
	border: 1px solid #bdbdbd;
	margin: 0;
	padding: 5px 10px 3px;
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	width: 300px;
}

#feedback textarea {
	border: 1px solid #bdbdbd;
	padding: 5px 10px;
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	width: 450px;
	min-height: 200px;
}

#feedback input[type="submit"] {
	color: #fff;
	background-color: #039be5;
	border-radius: 5px;
	border: none;
	line-height: 30px;
	width: 100px;
}

	#feedback input[type="submit"]:hover {
		background-color: #0288d1;
	}
	

.download {
	margin: 80px auto;
	text-align: center;
}

	.download img {
		width: 48px;
	}


	.download h3 {
		font: 300 35px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #212121;
	}

	.download a {
		color: #fff;
		background-color: #ffa000;
		text-decoration: none;
		display: inline-block;
		font: normal 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
		padding: 5px 0;
		border-radius: 4px;
		width: 170px;
		margin: 0 5px;

		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.download a:hover {
		background: #039be5;
	}

.download-top {
	margin: 0px auto;
	padding: 40px auto;
	text-align: center;
	max-width: 840px
}

.download-top a {
	margin-bottom: 40px;
}

.download-top h3 {
	margin: 15px auto;
	padding: 25px auto;
}

#footer {
	border-top: 1px solid #ddd;
	padding: 25px 0 40px;
	margin: auto;
	text-align: center;
	max-width: 840px
}

	#footer ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: table;
		width: 100%;
	}

	#footer li {
		display: table-cell;
		vertical-align: middle;
		width:33.3%;
		font-size: 9pt;
		padding: 0;
		margin: 0;
		color: #757575;
	}
	
	/*#footer ul li:nth-last-child(-n+2) {
		text-align: right; padding-right: 10px;
	}*/

	#footer ul li:first-child { text-align: left; padding-left: 10px; }
	#footer ul li:last-child { text-align: right; padding-right: 10px; }

	#footer .footer-logo {
		width: 24px;
	}

	#footer li a {
		color: #0277bd;
		text-decoration: none;
		margin: 0 5px;
	}
	
	#footer ul li:last-child img {
		padding-right:8px;
	}

	#footer li a:hover { text-decoration: underline; }
	
	.cc-credit a {margin: 0;}
	
	.cc-credit li:last-child {
		font-size: 8pt;
		text-align: left;
		padding-left: 10px;
	}


/*   ========================   */

pre {
	tab-size:4;
	-moz-tab-size: 4;
}

.k, .kd {
color: #424242;
font-weight: 700;
}

.bp {
color: #9e9e9e;
}

.nb {
color: #0277bd;
}

.s, .s1, .s2 {
color: #f50057;
}

.c {
color: #9e9e9e;
font-style: italic;
}

.nv {
color: #009688;
}
