/* @import url(font-awesome.min.css); OLD */

@import url("http://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");


/*
	Landed by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

	.blue{
		color: #009DDE;
	}

	html, body {
		background: #1c1d26;
	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	body, input, select, textarea {
		color: rgba(255, 255, 255, 0.75);
		font-family: "Roboto", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 100;
		line-height: 1.75em;
	}

	a {
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-bottom: dotted 1px;
		color: #009DDE;
		text-decoration: none;
	}

	a:hover {
		color: #009DDE !important;
		border-bottom-color: transparent;
	}

	strong, b {
		color: #ffffff;
		font-weight: 300;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border: 0;
		}

	h1 {
		font-size: 2.1em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h2 {
		font-size: 1.6em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		margin: 3em 0;
	}

		hr.major {
			margin: 4em 0;
		}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Loader */
	@-webkit-keyframes spinner-show { 0% { opacity: 0; } 100% { opacity: 1; } }
	@keyframes spinner-show { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-webkit-keyframes spinner-hide { 0% { color: rgba(255, 255, 255, 0.15); z-index: 100001; -webkit-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 99% { color: #1c1d26; z-index: 100001; -webkit-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } 100% { color: #1c1d26; z-index: -1; -webkit-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } }
	@keyframes spinner-hide { 0% { color: rgba(255, 255, 255, 0.15); z-index: 100001; -webkit-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 99% { color: #1c1d26; z-index: 100001; -webkit-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } 100% { color: #1c1d26; z-index: -1; -webkit-transform: scale(0.5) rotate(360deg); -ms-transform: scale(0.5) rotate(360deg); transform: scale(0.5) rotate(360deg); } }
	@-webkit-keyframes spinner-rotate { 0% { -webkit-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 100% { -webkit-transform: scale(1) rotate(360deg); -ms-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } }
	@keyframes spinner-rotate { 0% { -webkit-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 100% { -webkit-transform: scale(1) rotate(360deg); -ms-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } }
	@-webkit-keyframes overlay-hide { 0% { opacity: 1; z-index: 100000; } 15% { opacity: 1; z-index: 100000; } 99% { opacity: 0; z-index: 100000; } 100% { opacity: 0; z-index: -1; } }
	@keyframes overlay-hide { 0% { opacity: 1; z-index: 100000; } 15% { opacity: 1; z-index: 100000; } 99% { opacity: 0; z-index: 100000; } 100% { opacity: 0; z-index: -1; } }

	body.landing {
		text-decoration: none;
	}

		body.landing:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		body.landing:before {
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			color: rgba(255, 255, 255, 0.15);
			content: '\f1ce';
			cursor: default;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body.landing:after {
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #1c1d26;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.landing.is-loading:before {
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.landing.is-loading:after {
			-webkit-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {
		body.landing:before {
			line-height: 2.025em;
		}
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #ffffff;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p, header h1 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.75em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.75em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 4em 0;
		position: relative;
		text-align: center;
	}

		header.major:after {
			background: #009DDE;
			content: '';
			display: inline-block;
			height: 0.2em;
			max-width: 20em;
			width: 75%;
		}

	footer.major {
		margin: 4em 0 0 0;
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 1em 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-webkit-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: transparent;
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #009DDE;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(255, 255, 255, 0.3);
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	select option {
		background-color: #1c1d26;
		color: #ffffff;
	}

	select:focus::-ms-value {
		background: transparent;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: rgba(255, 255, 255, 0.75);
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 100;
			padding-left: 2.55em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px rgba(255, 255, 255, 0.3);
				content: '';
				display: inline-block;
				height: 1.8em;
				left: 0;
				line-height: 1.725em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.8em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: rgba(255, 255, 255, 0.25);
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #009DDE;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.alt {
			text-decoration: none;
		}

			.icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.icon.alt:before {
				color: #1c1d26 !important;
				text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
			}

		.icon.major {
			background: #272833;
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 6em;
			line-height: 6em;
			margin: 0 0 2em 0;
			text-align: center;
			width: 6em;
		}

		.icon.major svg{
			font-size: 2.25em;
			color: #fff;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

			.icon.major:before {
				font-size: 2.25em;
			}

			.icon.major.alt {
				text-decoration: none;
			}

				.icon.major.alt:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				.icon.major.alt:before {
					color: #272833 !important;
					text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
				}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}

		.image:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
		}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.3);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				height: 2.5em;
				line-height: 2.5em;
				padding: 0 0.5em;
			}

				ul.icons li .icon {
					font-size: 0.8em;
				}

					ul.icons li .icon:before {
						font-size: 2em;
					}
					ul.icons li svg.icon {
						font-size: 1.5em;
					}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.3);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 0.9em;
			font-weight: 300;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		}

		table tfoot {
			border-top: solid 1px rgba(255, 255, 255, 0.3);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.3);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		height: 3em;
		line-height: 3em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		.button:hover,
		.button:active {
			box-shadow: inset 0 0 0 1px #009DDE;
			color: #009DDE !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: rgba(228, 76, 101, 0.15);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #009DDE;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #e76278;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #e13652;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: rgba(255, 255, 255, 0.3) !important;
			box-shadow: none !important;
			color: #ffffff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 5em;
		left: 50%;
		margin: 0 0 0 -5em;
		overflow: hidden;
		position: absolute;
		text-indent: 10em;
		white-space: nowrap;
		width: 10em;
		z-index: 1;
	}

	.goto-next:after {
		background-image: url("images/down.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		content: '';
		display: block;
		height: 1.5em;
		left: 50%;
		margin: -0.75em 0 0 -1em;
		position: absolute;
		top: 50%;
		width: 2em;
		z-index: 1;
	}

/* Spotlight */

	.spotlight {
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		height: 100vh;
		overflow: hidden;
		position: relative;
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
		.spotlight {
		    transform: translate3d(0,0,0);
		    -webkit-transform: translate3d(0,0,0);
		}
	}
		.spotlight:nth-last-of-type(1) {
			z-index: 1;
		}

		.spotlight:nth-last-of-type(2) {
			z-index: 2;
		}

		.spotlight:nth-last-of-type(3) {
			z-index: 3;
		}

		.spotlight:nth-last-of-type(4) {
			z-index: 4;
		}

		.spotlight:nth-last-of-type(5) {
			z-index: 5;
		}

		.spotlight:nth-last-of-type(6) {
			z-index: 6;
		}

		.spotlight:nth-last-of-type(7) {
			z-index: 7;
		}

		.spotlight:nth-last-of-type(8) {
			z-index: 8;
		}

		.spotlight:nth-last-of-type(9) {
			z-index: 9;
		}

		.spotlight:nth-last-of-type(10) {
			z-index: 10;
		}

		.spotlight:nth-last-of-type(11) {
			z-index: 11;
		}

		.spotlight:nth-last-of-type(12) {
			z-index: 12;
		}

		.spotlight:nth-last-of-type(13) {
			z-index: 13;
		}

		.spotlight:nth-last-of-type(14) {
			z-index: 14;
		}

		.spotlight:nth-last-of-type(15) {
			z-index: 15;
		}

		.spotlight:nth-last-of-type(16) {
			z-index: 16;
		}

		.spotlight:nth-last-of-type(17) {
			z-index: 17;
		}

		.spotlight:nth-last-of-type(18) {
			z-index: 18;
		}

		.spotlight:nth-last-of-type(19) {
			z-index: 19;
		}

		.spotlight:nth-last-of-type(20) {
			z-index: 20;
		}

		.spotlight:before {
			background-image: url("images/overlay.png");
			content: '';
			display: block;
			height: 100%;
			left: 0;
			top: 0;
			width: 100%;
		}

		.spotlight .image.main {
			display: none;
		}

			.spotlight .image.main img {
				position: relative;
			}

		.spotlight .content {
			-webkit-transform: -webkit-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			background: rgba(23, 24, 32, 0.95);
			border-style: solid;
			opacity: 1;
			position: absolute;
		}

		.spotlight .goto-next {
			-webkit-transform: -webkit-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
			transition: transform 0.75s ease, opacity 1s ease-in;
			-webkit-transition-delay: 0.5s;
			transition-delay: 0.5s;
			opacity: 1;
		}

		.spotlight.top .content, .spotlight.bottom .content {
			left: 0;
			padding: 5.1em 0 3.1em 0;
			width: 100%;
		}

		.spotlight.top .content {
			border-bottom-width: 0.35em;
			top: 0;
		}

		.spotlight.bottom .content {
			border-top-width: 0.35em;
			bottom: 0;
		}

		.spotlight.left .content, .spotlight.right .content {
			height: 101%;
			padding: 6em 3em;
			top: 0;
			width: 28em;
		}

		.spotlight.left .content {
			border-right-width: 0.35em;
			left: 0;
		}

		.spotlight.right .content {
			border-left-width: 0.35em;
			right: 0;
		}

		.spotlight.style1 .content {
			border-color: #00a4e3; /* 360 Blue */
		}

		.spotlight.style2 .content {
			border-color: #f5e617; /* Topps Tiles Yellow */
		}

		.spotlight.style3 .content {
			border-color: #c2d840; /* Collaborate Green */
		}
		
		.spotlight.style4 .content {
			border-color: #0a7a69; /* Aston Martin Green */
		}
		
		.spotlight.style5 .content {
			border-color: #571950; /* Hand Picked Purple */
		}

		.spotlight.style6 .content {
			border-color: #B12367; /* Tapi Pink */
		}

		.spotlight.inactive .content {
			opacity: 0;
		}

		.spotlight.inactive .goto-next {
			-webkit-transform: translate(0,1.5em);
			-ms-transform: translate(0,1.5em);
			transform: translate(0,1.5em);
			opacity: 0;
		}

		.spotlight.inactive.top .content {
			-webkit-transform: translate(0,-5em);
			-ms-transform: translate(0,-5em);
			transform: translate(0,-5em);
		}

		.spotlight.inactive.bottom .content {
			-webkit-transform: translate(0,5em);
			-ms-transform: translate(0,5em);
			transform: translate(0,5em);
		}

		.spotlight.inactive.left .content {
			-webkit-transform: translate(-5em,0);
			-ms-transform: translate(-5em,0);
			transform: translate(-5em,0);
		}

		.spotlight.inactive.right .content {
			-webkit-transform: translate(5em,0);
			-ms-transform: translate(5em,0);
			transform: translate(5em,0);
		}

	body.is-touch .spotlight {
		background-attachment: scroll;
	}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}

		.wrapper.style2 {
			background: #009DDE;
		}

			.wrapper.style2 input[type="text"]:focus,
			.wrapper.style2 input[type="password"]:focus,
			.wrapper.style2 input[type="email"]:focus,
			.wrapper.style2 input[type="tel"]:focus,
			.wrapper.style2 select:focus,
			.wrapper.style2 textarea:focus {
				border-color: rgba(255, 255, 255, 0.5);
			}

			.wrapper.style2 input[type="submit"]:hover, .wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:hover,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:hover,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:hover,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.075) !important;
				box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
				color: #ffffff !important;
			}

			.wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.25) !important;
			}

			.wrapper.style2 input[type="submit"].special,
			.wrapper.style2 input[type="reset"].special,
			.wrapper.style2 input[type="button"].special,
			.wrapper.style2 .button.special {
				background-color: #ffffff;
				color: #009DDE !important;
			}

				.wrapper.style2 input[type="submit"].special:hover, .wrapper.style2 input[type="submit"].special:active,
				.wrapper.style2 input[type="reset"].special:hover,
				.wrapper.style2 input[type="reset"].special:active,
				.wrapper.style2 input[type="button"].special:hover,
				.wrapper.style2 input[type="button"].special:active,
				.wrapper.style2 .button.special:hover,
				.wrapper.style2 .button.special:active {
					background-color: rgba(255, 255, 255, 0.075) !important;
					box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
					color: #ffffff !important;
				}

				.wrapper.style2 input[type="submit"].special:active,
				.wrapper.style2 input[type="reset"].special:active,
				.wrapper.style2 input[type="button"].special:active,
				.wrapper.style2 .button.special:active {
					background-color: rgba(255, 255, 255, 0.25) !important;
				}

		.wrapper.fade-down > .container {
			-webkit-transform: -webkit-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-down.inactive > .container {
			-webkit-transform: -webkit-translate(0,-1em);
			-ms-transform: -ms-translate(0,-1em);
			transform: translate(0,-1em);
			opacity: 0;
		}

		.wrapper.fade-up > .container {
			-webkit-transform: -webkit-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-up.inactive > .container {
			-webkit-transform: -webkit-translate(0,1em);
			-ms-transform: -ms-translate(0,1em);
			transform: translate(0,1em);
			opacity: 0;
		}

		.wrapper.fade > .container {
			-webkit-transition: opacity 1s ease;
			transition: opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade.inactive > .container {
			opacity: 0;
		}

/* Dropotron */

	.dropotron {
		background: rgba(39, 40, 51, 0.965);
		border-radius: 4px;
		box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
		list-style: none;
		margin-top: calc(-0.25em + 1px);
		min-width: 12em;
		padding: 0.25em 0;
	}

		.dropotron > li {
			border-top: solid 1px rgba(255, 255, 255, 0.035);
			padding: 0;
		}

			.dropotron > li a, .dropotron > li span {
				border: 0;
				color: rgba(255, 255, 255, 0.75);
				display: block;
				padding: 0.1em 1em;
				text-decoration: none;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

			.dropotron > li.active > a, .dropotron > li.active > span {
				color: #009DDE;
			}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-top: 1em;
		}

			.dropotron.level-0:before {
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #272833;
				content: '';
				display: block;
				height: 1em;
				position: absolute;
				right: 1.5em;
				top: -0.5em;
				width: 1em;
			}

	body.landing .dropotron.level-0 {
		margin-top: 0;
	}

/* Header */

	#skel-layers-wrapper {
/*		padding-top: 3.5em;*/
	}
	.header-logo {
		height: 100%;
		max-width: 50px;
		width:100%;
		margin-left: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.header-logo img {
		max-width: 50px;
		width:100%;
		height: auto;
	}
	
	@media(max-width: 800px){
		#titleBar .mobile-logo {
			max-width: 35px;
			width: 100%;
			height: auto;
			display: block;
			margin: 5px auto 0 auto;
		}
	}
	
	@media (max-width: 1280px){
		.header-logo {		
			max-width: 50px;
		}
		
		.header-logo img {
			max-width: 40px;
		}
	}

	#header {
		background: rgba(39, 40, 51, 0.965);
		box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
		cursor: default;
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	
	#cookie-message {
		padding: 0 2em;
		background: rgba(39, 40, 51, 0.965);
		box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
		cursor: default;
		left: 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 100;
		font-weight:400;
	}	
		#cookie-message p{
			margin: 0.6em 0 0.6em 0;
		}

		#header h1 {
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			position: absolute;
			top: 0;
		}

		#header nav {
			position: absolute;
			right: 1em;
			top: 0;
			font-weight:400;
		}

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					display: inline-block;
					font-weight: 300;
				}

					#header nav ul li a, #header nav ul li span {
						border: 0;
						color: inherit;
						display: inline-block;
						height: inherit;
						line-height: inherit;
						outline: 0;
						font-weight: 300;
						font-size: 98%;
					}

						#header nav ul li a.button, #header nav ul li span.button {
							height: 2em;
							line-height: 2em;
							padding: 0 1.25em;
						}

						#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
							margin-right: 0.5em;
						}

					#header nav ul li.active > a, #header nav ul li.active > span {
						color: #009DDE;
					}

					#header nav ul li > ul {
						display: none;
					}

#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
	margin-right: 0em;
}

#header nav .phone-menu{
	display: none;
}

	body.landing #skel-layers-wrapper {
		padding-top: 0;
	}

	body.landing #header {
		background: transparent;
		box-shadow: none;
		position: absolute;
	}

/* Banner */

	#banner {
		background-attachment: fixed;
		background-color: #272833;
		background-image: url("../images/homepage_hero.jpg");
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		min-height: calc(100vh - 100px);
		position: relative;
		text-align: center;
		z-index: 21;
	}
	@media(max-width: 980px){
		#banner {
			background-image: url("../images/homepage_hero_mobile.jpg");
		}
	}

		#banner:before {
			content: '';
			display: inline-block;
			height: 100vh;
			vertical-align: middle;
			width: 1%;
		}

		#banner:after {
			background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.92), rgba(23, 24, 32, 0.92)), url("images/overlay.png");
			background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.92), rgba(23, 24, 32, 0.92)), url("images/overlay.png");
			background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.92), rgba(23, 24, 32, 0.92)), url("images/overlay.png");
			background-image: -o-linear-gradient(top, rgba(23, 24, 32, 0.92), rgba(23, 24, 32, 0.92)), url("images/overlay.png");
			background-image: linear-gradient(top, rgba(23, 24, 32, 0.92), rgba(23, 24, 32, 0.92)), url("images/overlay.png");
			content: '';
			display: block;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		#banner .content {
			display: inline-block;
			margin-right: 1%;
			max-width: 95%;
			padding: 6em;
			position: relative;
			text-align: right;
			vertical-align: middle;
			z-index: 1;
		}

			#banner .content header {
				display: inline-block;
				vertical-align: middle;
			}

				#banner .content header h1 {
					font-size: 2.5em;
					margin: 0;
				}

				#banner .content header p {
					margin: 0.5em 0 0 0;
					top: 0;
				}

			#banner .content .image {
				display: inline-block;
				height: 18em;
				margin-left: 3em;
				vertical-align: middle;
				width: 18em;
			}

				#banner .content .image img {
					display: block;
					width: 100%;
				}

	body.is-touch #banner {
		background-attachment: scroll;
	}

/* Homepage */

	.homeLogo {
		margin-bottom:30px;
	}
	
	a .homeServiceLink .icon .alt .major .fa-desktop {
		text-decoration:none !important;
	}
	
.round-buttons a {
	border: 0;
}

.round-buttons a span{
	cursor: pointer !important;
}

#header a{
	border: 0;
}


/* What We Do Section */

	.headerImage {
		width: 100%;
		margin-bottom:40px;	
	}
	
	@media(max-width: 980px){
		section.center-button {
			margin-left: 25%;
		}
	}
	
/* Portfolio Section */

	.divider {
		display:block;
		clear:both !important;
		width:100%;	
		margin:30px 0;
		height:2px;
		background-color:#fff;
	}

.cbp-l-caption-body {
	background-color:#009dde;
	color:#fff;
}

.cbp-l-caption-body a:link, .cbp-l-caption-body a:visited, .cbp-l-caption-body a:active {
	color:#fff;
	text-decoration:none;
	border:none;
	font-size:1em;
	font-weight: 400;
}

.cbp-l-caption-body a:hover {
	border-bottom: dotted 1px;
	color:#fff !important;
}

.cbp-l-caption-body h1{
	margin: 0;
}

.cbp-l-caption-body p{
	margin: 0;
}


/* Jobs */

.job-info {
	display: none;
}

/* Contact */

#contact-form input[type="submit"],
#contact-form .button {
	margin-top: 1em;
}

#map-contact {
	width: 100%;
	height: 250px;
	margin-bottom: 1em;
}

.infowindow-contact h4 {
	color: black;
	margin: 0;
}

.infowindow-contact p {
	color: black;
	margin: 0;
}


/* Case Studies  */

.Case {
	display: -webkit-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	-mos-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-mos-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.Case:after {
	content: "";
	display: table;
	clear: both;
}

.Case_img {
	width: 40%;
}

.Case_img img{ 
	width: 100%;
}

.Case_text {
	padding: 1em;
} 

/* Testimonials */
.cbp .testimonials {
	min-width: 100px;
	margin: 0 auto 2em auto;
}

.testimonialName {color:#fff;}

/* Blog */

/*.blog-post{
	border-bottom: 1px dotted #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-thumb{
	width: 25%;
	display: inline-block;
}

.blog-thumb > img{
	max-width: 100%;
	height: auto;
	display: block;
}

.blog-info{
	padding-left: 30px;
	width: 75%;
	display: inline-block;
}*/

.blog-post {
	display: -webkit-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	-mos-align-items: top;
	-webkit-align-items: top;
	-webkit-box-align:top;
	-ms-flex-align:top;
	align-items:top;
	-mos-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
	margin-top: 60px;
	padding-bottom: 60px;
}

.blog-posts .blog-post:first-child{
	padding-top: 60px;
	border-top: 1px dotted #ddd;
	margin-top: 20px;
}

.blog-post:after {
	content: "";
	display: table;
	clear: both;
}

.blog-thumb {
	width: 25%;
}

.blog-thumb a {
	border:none;
}

.blog-thumb img{ 
	width: 100%;
}

.blog-info {
	width: 75%;
	padding-left: 30px;
}

h2.blog-title{
	margin-bottom: 15px;
}

.blog-ind p{
	font-weight: 300;
}

.blog-ind table{
	border-collapse: collapse;
}

.blog-ind table, .blog-ind th, .blog-ind td{
	border: 1px solid #3e3f4e;
}

.blog-ind th{
	font-weight: bold;
}

.blog-ind tbody tr {
	border: 0;
	background: none;
}

.blog-ind table tbody tr:nth-child(2n + 1) {
	background: none;
}

.blog-ind table td {
	vertical-align: top;
	padding: 30px;
}

.blog-ind h2{
	/*font-size: 1.2em;*/
	color: #009DDE;
}

.blog-ind ul > li > ul{
	list-style-type: circle;
}

.blog-signup {
	width:50%;
	float:left;
}

.pagination{
	margin-left:50%;
	width: 50%;
	text-align: right;
	margin-top: 15px;
}

.pagination a, .pagination span{
	margin: 5px;
}

.blog-signup-banner-wrapper {
	width:100%;
	display: inline-block;
	background: transparent linear-gradient(180deg, #009DDE 0%, #33B1E5 100%) 0% 0% no-repeat padding-box;
	text-align: center;
	padding: 60px 20px;
	color: #FFFFFF;
}

.blog-signup-banner-wrapper > h3 {
	font-size: 32px;
	line-height: 43px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.blog-signup-banner-wrapper > h4 {
	font-size: 25px;
	line-height: 33px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.blog-signup-banner-wrapper > a {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 230px;
	border: 1px solid #FFFFFF; 
	border-radius: 4px; 
	color: #FFFFFF;
	padding: 20px 10px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-size: 20px;
	line-height: 26px;
}

.blog-signup-banner-wrapper > a:hover, .blog-signup-banner-wrapper > a:active {
	background-color: #FFFFFF;
	color: #009DDE;
	font-weight: 500;
}


@media(max-width: 767px){
	
	.blog-signup {
		width:100%;
		float:none;
		text-align: center;
	}

	.pagination{
		margin-left:0;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	
	.blog-post {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	
	.blog-thumb{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.blog-info{
		width: 100%;
		padding-left: 0;
	}
	
	.blog-ind img{
		height: auto !important;
		width: 100% !important;
		display: block;
		margin: 20px 0;
		padding-left: 10px;
	}
}

/* Blog font-size */
.blog-posts p, .blog-posts ul, .blog-posts li, 
.blog-posts tr, .blog-posts th, .blog-posts td,
.blog-ind p, .blog-ind ul, .blog-ind li, 
.blog-ind tr, .blog-ind th, .blog-ind td{
	font-size: 20px;
}

@media(max-width: 1080px){
	.blog-posts p, .blog-posts, ul .blog-posts li, 
	.blog-posts tr, .blog-posts, th .blog-posts td,
	.blog-ind p, .blog-ind ul, .blog-ind li, 
	.blog-ind tr, .blog-ind th, .blog-ind td{
		font-weight: 300;
	}
}

.blog-ind table{
	margin-bottom: 0;
}

.blog-ind .table-responsive {
    overflow-y: hidden;
    width: 100%;

    min-height: 0.01%;
    overflow-x: auto;
}

#scroll-down {
	color: #fff;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -34.7px;
	bottom: 65px;
	font-size: 90%;
	-webkit-animation: pulse1 1.5s linear infinite;
	animation: pulse1 1.5s linear infinite;
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

@keyframes "pulse1" {
	0% {
		color: rgb(255, 255, 255);
	}
	90% {
		color: rgb(142, 142, 142);
	}
	100% {
		color: rgb(255, 255, 255);
	}

}

@-webkit-keyframes "pulse1" {
	0% {
		color: rgb(255, 255, 255);
	}
	90% {
		color: rgb(142, 142, 142);
	}
	100% {
		color: rgb(255, 255, 255);
	}

}


/* Footer */

	#footer {
		background: #272833;
		padding: 1px 0 6em 0;
		text-align: center;
	}
	
	#footer .icons{
		margin-top: 6em;
	}

		#footer .icons .icon.alt {
			text-decoration: none;
		}

			#footer .icons .icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#footer .icons .icon.alt:before {
				color: #272833 !important;
				text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
			}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			line-height: 1em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.3);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}
	
	#footer .blog-links{
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
	}
	
	#footer .blog-year-links{
		display: inline-block;
		padding: 5px 30px;
		margin-bottom: 20px;
		vertical-align: top;
	}
	
	#footer p{
		margin-bottom: 0;
	}
	
	#footer .blog-year-links ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#footer .blog-year-links li{
		padding: 0;
	}

/* Form messages */

.form-message{
	padding: 10px 20px !important;
	border-radius: 4px;
	color: #fff;
	display: none;
	text-align: center;
}

.form-message.error-message{
	background-color: rgba(200, 0, 0, 0.9);
	margin-top: 15px;
}

.form-message.success-message{
	background-color: rgba(0, 200, 0, 0.9);
	margin-bottom: 20px;
}

.form-message.cta-message{
	margin-left: 19px;
}

/* End Form messages */

/* Option 1 - Deactivate Parallax on Firefox */
/*@-moz-document url-prefix(){ 
	.spotlight{
		background-position: center center !important;
	}
}*/


/* Blog page - new styles */
.blog-page h1 {
	font-size: 33px;
	line-height: 54px;
	margin-bottom: 0;
}

.blog-page header.major {
	margin-bottom: 30px;
}

.blog-page .blog-signup {
	line-height: 24px;
}

.blog-page .blog-signup a{
	text-decoration: underline;
	border: none;
	font-size: 16px;	
	color: #00A4E3;
	font-weight: 300;
}

.blog-page .blog-signup i{
	font-size: 16px;
}

.blog-page .pagination {
	margin-left: 0;
	width: auto;
	text-align: right;
	margin-top: 0;
}

.blog-page .pagination a {
	font-size: 16px;
	line-height: 24px;
	border: none;
	color: #00A4E3;
	font-weight: 300;
}

.blog-page .blog-list.blog-has-leader {
	display: inline-block;
	padding-top: 20px;
}

.blog-page .blog-list:not(.blog-has-leader){
	display: inline-block;
	padding-top: 30px;
}

.blog-page .blog-list > .row {
	margin: 0 -15px;
}

.blog-page .pagination-bottom .pagination{
	text-align: center;
	margin-top: 0;
}


.blog-page .blog-list .blog-item {
	width: 25%;
	padding: 0 15px;
	float: left;
	margin-bottom: 60px;
}

.blog-page .blog-list .blog-item .blog-image {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}

.blog-page .blog-list .blog-item .blog-image img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

.blog-page .blog-list .blog-item a {
	border: none;
}

.blog-page h2 {
	line-height: 32px;
	margin-bottom: 10px;
}

.blog-page h5 {
	font-size: 13px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 5px;
}

.blog-page .blog-list .blog-item  h3 {
	font-size: 28px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 300;
	margin-bottom: 10px;
}

.blog-page p {
	color: #FFFFFF;
	font-weight: 100 !important;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.blog-page h6 {
	font-size: 12px;
	line-height: 30px;
	color: #7D7E85;
	font-weight: 300;
	margin-bottom: 0;
}

.blog-page .text-white 	{ color: #FFFFFF; }
.blog-page .text-red 	{ color: #F45B69; }
.blog-page .text-green 	{ color: #819704; }
.blog-page .text-orange { color: #E28413; }
.blog-page .text-blue 	{ color: #00A4E3; }

.visible-mobile {
	display: none !important;
}

.visible-desktop {
	display: block !important;
	width: 100%;
}

.visible-tablet {
	display: none !important;
}

.clearfix {
  overflow: auto;
}

.blog-first-article {
	width: 100%;
	display: inline-block;
	margin-bottom: 60px;
	margin-top: -10px;
}

.blog-first-article .blog-first-article-image {
	float: left;
	width: 45%;
	display: block;
	-webkit-box-shadow: 0px 5px 6px #00000029;
	        box-shadow: 0px 5px 6px #00000029;
}
.blog-first-article .blog-first-article-image .blog-first-article-image-holder {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.blog-first-article .blog-first-article-image img {
	max-width: 100%;
}

.blog-first-article .blog-first-article-text {
	float: right;
	width: 55%;
	display: inline-block;
	position:relative;
	background-color: #272833;
	-webkit-box-shadow: 0px 5px 6px #00000029;
	        box-shadow: 0px 5px 6px #00000029;
}

.blog-first-article .blog-first-article-text .blog-first-article-text-inner {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding: 40px;
}

.blog-first-article h5 {
	margin-bottom: 5px;
}

/* fix to make Bootstrap 3 columns the same height - see https://stackoverflow.com/questions/19695784/how-can-i-make-bootstrap-columns-all-the-same-height#22892773 */
.equal {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap:wrap !important;
	    flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
}

.blog-page .pagination span {
	font-size: 16px;
}

/* Blog Blockquote Styles */
.blog-ind blockquote {
	border-left: 4px solid #00A4E3;
	color: rgba(255,255,255, 0.75);
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	font-style: italic;
	padding: 30px 50px;
	margin-bottom: 40px;
	margin-left: 10%;
	width: 80%;
}

.blog-ind blockquote p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px){
	.blog-ind blockquote {
		width: 100%;
		margin-left: 0;
		padding: 20px 30px;
	}
}

	
@media (max-width: 1199px){
	.blog-first-article p {
		display: none;
	}
}
	
@media (max-width: 991px){
	.blog-page .blog-list .blog-item {
		width: 33.333%;
	}
	.visible-mobile {
		display: none !important;
	}

	.visible-desktop {
		display: none !important;
	}
	
	.visible-tablet {
		display: block !important;
		width: 100%;
	}
	.blog-page .blog-list .blog-item p {
		display: none;
	}
	
	.blog-first-article .blog-first-article-image {
		width:100%;
	}
	
	.blog-first-article .blog-first-article-text {
		width:100%;
	}
	.blog-first-article .blog-first-article-text .blog-first-article-text-inner {
		position: static;
		top: auto;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		padding: 40px 20px;
	}
	.blog-first-article h6 {
		margin-bottom: 0;
	}
}

@media (max-width: 767px){
	
	.blog-page .blog-list.blog-has-leader {
		padding-top: 10px;
	}

	.blog-page .blog-list:not(.blog-has-leader){
		padding-top: 10px;
	}

	
	.blog-page .blog-list .blog-item {
		width: 50%;
		margin-bottom: 40px;
	}
	
	.blog-page .blog-list .blog-item .blog-image {
		margin-bottom: 10px;
	}
	
	.blog-page h5 {
		font-size: 12px;
		line-height: 30px;
		margin-bottom: 2px;
	}

	.blog-page .blog-list .blog-item  h3 {
		font-size: 17px;
		line-height: 20px;
	}

	

	.blog-page h6 {
		font-size: 12px;
		line-height: 30px;
	}
	
	.visible-mobile {
		display: block !important;
		width: 100%;
	}

	.visible-desktop {
		display: none !important;
	}
	
	.visible-tablet {
		display: none !important;
	}
	
	.blog-page .pagination {
		text-align: center;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.blog-first-article {
		margin-bottom: 40px;
	}
	
	.blog-page header.major {
		margin-bottom: 20px;
	}
}

/* Blog article page */
.blog-main-image-wrapper img {
	visibility: hidden;
}

@media (max-width: 980px){
	.blog-main-image-wrapper {
		position: relative;
		left: -24px;
		width: calc(100% + 48px);
	}
}

@media (max-width: 767px){
	.blog-main-image-wrapper img {
		visibility: visible;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0;		
	}
	#content a.button {
		padding:0 2.25em;
	}
}

@media (max-width: 500px){
	.blog-main-image-wrapper {
		position: relative;
		left: -24px;
		width: calc(100% + 42px);
	}
}

@media (max-width: 480px){
	
}

/* KFF app case sutdy specific styling */
.app-button-link{
	outline: none;
	text-decoration: none;
	border: none;
}

.Case_img_with_padding {
	padding-left: 50px;
}

@media(max-width: 767.98px){
	.Case_img_with_padding {
		padding-left: 0;
	}
}

.Case_img_column {
	width: 29%;
	margin: 0 1%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

.Case_img_column .app-image img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

/*MENU mobile*/
@media(max-width: 800px){
	#titleBar .toggle {
		text-decoration: none;
		left: 0;
		position: absolute;
		top: 0;

		height: 44px;
		width: 54px;
		background: #009DDE;
	}

	#titleBar .toggle svg {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		text-transform: none !important;
	}

	#titleBar .toggle svg {
		color: rgba(255, 255, 255, 0.5);
		display: block;
		font-size: 20px;
		line-height: 44px;
		position: absolute;
		text-align: center;

		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}