@charset "utf-8";
/* CSS Document */
@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');




/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


/* Basic */

	html, body {
	background: #ffffff;
	background-color: #FFFFFF;
	letter-spacing: 0.005em!important;
	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, select, textarea {
	color: rgba(51,51,51,0.8);
	font-family: "Open Sans", sans-serif, Trebuchet MS;
	font-size: 14pt;
	font-weight: 400;
	line-height: 1.75em;
	letter-spacing: 0.005em;
	}

	a {
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-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;
		text-decoration: none;
	}

		a:hover {
	color: #3EB1FF;
	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;
		}





	h2 {
	font-family: "Open Sans", sans-serif, Trebuchet MS;
	line-height: 1.5em;
	letter-spacing: -0.025em;
	font-weight: 600;
	}
	
		h2.major {
	position: relative;
	text-align: right;
	}

		h2.major:after {
	background: #3aaa35;
	content: '';
	display: inline-block;
	height: 0.1em;
	max-width: 3em;
	width: 40%;
		}

	h3 {
		font-size: 1.25em;
		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 {
	margin: 3em 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,0.9);
	}


		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;
		}


	body.landing {
	text-decoration: none;
	background-color: #FFFFFF;
	}

		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 {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-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;
			-moz-transform-origin: 50% 50%;
			-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 {
	-moz-animation: overlay-hide 1.5s ease-in forwards !important;
	-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
	-ms-animation: overlay-hide 1.5s ease-in forwards !important;
	animation: overlay-hide 1.5s ease-in forwards !important;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
	background-color: #2072B9;
		}

		body.landing.is-loading:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-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 {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-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;
		}

	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}


/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
	color: #94bf1f;
	position: relative;
	margin: 0 0 1.5em 0;
	}

	header h2 + p {
	font-size: 1.20em;
	margin-top: -1em;
	line-height: 1.45em;
	font-weight: 600;
	}

	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: left;
	}

		header.major:after {
	content: '';
	display: inline-block;
	height: 0.2em;
	max-width: 10em;
	width: 75%;
	background-color: #3aaa35;
		}
		
		
			header.major-small {
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.9em;
	margin-left: 0;
	}

		header.major-small:after {
	background: #3aaa35;
	content: '';
	display: inline-block;
	height: 0.2em;
	max-width: 8em;
	width: 40%;
		}
		
		
			p.major-intro {
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4em;
	margin-left: 0;
	height: 0px;
	top: 0px;
	width: auto;
	}

		p.major-intro:after {
			background: #3aaa35;
			content: '';
			display: inline-block;
			height: 0.2em;
			max-width: 20em;
			width: 55%;
		}
		
	#page-wrapper #main .container .major h2 {
	color: #3aaa35;
	font-size: 40px;
	font-weight: 600;
}	


	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: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-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: #ffffff;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
	border-color: #359A30;
		}

	.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="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	select option {
	background-color: #3AAA35;
	color: #ffffff;
	}

	select:focus::-ms-value {
		background: transparent;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-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: #3aaa35;
		}

	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.6) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.6) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.6) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.6) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.6) !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: #3aaa35 !important;
			}

		.icon.major {
	border-radius: 100%;
	cursor: default;
	display: inline-block;
	height: 7em;
	line-height: 6.85em;
	margin: 0 0 2.5em 0;
	text-align: center;
	width: 7em;
	background-color: #359A30;
		}

			.icon.major:before {
				font-size: 2.5em;
			}

			.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: #3aaa35 !important;
				}
				
		#page-wrapper #icons .container .box.alt h3 {
	font-size: 23px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	display: block;
}

.landing #page-wrapper #icons .content header h2 {
	color: #ffffff;
}


/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}


		.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-small {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
	height: 25%;
		}

			.image.fit img {
				width: 100%;
				
			}

/* 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:before {
	background-image: url("images/arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 2.5em;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 3em;
	z-index: 1;
	margin-top: -2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
		}


/* List */

	ol {
	margin: 0 0 2em 0;
	padding-left: 0em;
	list-style-position: inside;
	list-style-type: decimal;
	}

		ol li {
	padding-left: 0em;

		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
	padding-left: 0.6em;
		}

		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.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
	margin-top: 2.7em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
		}
		

			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;
	}

	body.landing .dropotron.level-0 {
		margin-top: 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: #3aaa35;
			}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-top: 1em;
		}

			.dropotron.level-0:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #2072B9;
				content: '';
				display: block;
				height: 1em;
				position: absolute;
				right: 1.5em;
				top: -0.5em;
				width: 1em;
			}

/* Header */

	#page-wrapper {
		padding-top: 3.5em;
	}
.landing #page-wrapper .content header h2  {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.004em;
	font-style: normal;
	font-variant: normal;
	line-height: 45px;
}



.landing #page-wrapper #one .content .container header h2 {
	color: #3aaa35;

}
.landing #page-wrapper #header #logo {
	width: 100%;
	margin-left: 25px;
	height: 40px;
	float: left;
	color: #37AFFF;
	font-size: 18px;
	font-weight: 600;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
}


.landing #page-wrapper #header #logo a:hover {

	color: #FFF;

}

.landing #page-wrapper #seven .container header h2 {
	font-size: 36px;
	font-weight: 700;
	color: #2072B9;
	letter-spacing: 0.004em;
}

.landing #page-wrapper #banner .content .major-intro p {
	font-weight: 400;
	color: #FFF;
}
.landing #page-wrapper #five .container header h2 {
	font-weight: 700;
	color: #2072B9;
	font-size: 36px;
	letter-spacing: 0.004em;
}


	#header {
	box-shadow: 0px 0px 0.25em 0px 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;
	background-attachment: fixed;
	background-color: rgba(255,255,255,1);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	

.landing #page-wrapper #banner .content header h2 {
	text-align: left;
	font-size: 65px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 0em;
}

.underliner01  {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3aaa35;
	width: 48%;
}

.underliner02  {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3aaa35;
	width: 48%;
}

.underliner03  {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3aaa35;
	width: 53%;
}




.landing #page-wrapper #banner .content header p {
	color: #2072B9;
	text-align: left;
	font-weight: 700;
	font-size: 1.3em;
}


		#header h1 {
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	position: absolute;
	top: 0;
	text-transform: none!important;

		}

		#header nav {
	position: absolute;
	top: 0;
	right: 1em;
		}

			#header nav ul {
	margin: 0;
	font-weight: 500;
	color: #2072B9;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 1.7em;
				}

					#header nav ul li a, #header nav ul li span {
						border: 0;
						color: inherit;
						display: inline-block;
						height: inherit;
						line-height: inherit;
						outline: 0;
					}
					


						#header nav ul li a.button, #header nav ul li span.button {
	height: 2em;
	line-height: 2em;
	padding-top: 0;
	padding-right: 1.25em;
	padding-bottom: 0;
	padding-left: 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: #3aaa35;
					}

					#header nav ul li > ul {
						display: none;
					}
					
				#header nav ul li a {
	color: #ffffff;	
	}
	
				#header nav ul li a:hover {
	color: #37AFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #37AFFF;
					}
					
					
		
					

	body.landing #page-wrapper {
		padding-top: 0;
	}
	
	.landing #page-wrapper #banner .content .inner h2 {
	font-size: 40px;
	font-weight: 600;
}

	body.landing #header {
	box-shadow: none;
	position: fixed;
	background-color: #2072B9;
	}
	
	
	body.is-loading #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-loading #banner h2:before, body.is-loading #banner h2:after {
			width: 0;
		}

	body.is-loading #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-loading #banner:after {
		opacity: 1;
	}

/* Table */

	.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	}

	table {
	margin: 0 0 2em 0;
	width: 100%;
	}
.alt li {
	font-weight: 200;
	color: #FFF;
}


		table tbody tr {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94bf1f;
	border-right-color: #94bf1f;
	border-bottom-color: #94bf1f;
	border-left-color: #94bf1f;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
	padding: 0.75em 0.75em;
	font-weight: 500;
		}
		
.landing #page-wrapper #tres .container header h2 {
	font-size: 45px;
	color: #2072B9;
	font-weight: 600;
}


		table th {
	color: #3aaa35;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
		}

		table thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(91,53,118,0.3)!important;
		}

		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;
			}
.table_breadcrum {
	background-color: #3aaa35;
	height: 50px;
	width: 100%;
	display: block;
	margin-top: 0em;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 50px;
	font-weight: 600;
	text-indent: 25px;
}
.breadcrum {
	background-color: #ffffff;
	height: 50px;
	width: 100%;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 19px;
	color: #3aaa35;
	line-height: 50px;
	font-weight: 600;
}


/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-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: 0;
	box-shadow: inset 0px 0px 0px 4px rgba(58,170,53,1);
	color: #3aaa35 !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	height: 3em;
	line-height: 3em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	}
.button.special.color-btn {
	background-color: #2072B9;
}

.button.special.color-btn:hover {
	background-color: #ffffff;
	box-shadow: inset 0px 0px 0px 4px rgba(32,114,185,1);
	color: #2072B9!important;
}


		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 0px;
	background-color: rgba(58,170,53,1);
	color: #ffffff !important;
		}
		
		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-banner:hover,
		.button-banner:active {
	box-shadow: inset 0 0 0 0px;
	background-color: rgba(58,170,53,1);
	color: #ffffff !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
	background-color: rgba(58,170,53,1);
		}

		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-banner,
		input[type="reset"].special-banner,
		input[type="button"].special-banner,
		.button.button-banner {

			margin-bottom: 18px;
		}
		
			
		
		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
	background-color: #3aaa35;
	box-shadow: none;
	color: #ffffff !important;
		}
		
					input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
	box-shadow: inset 0px 0px 0px 4px rgba(58,170,53,1);
	color: #3aaa35 !important;
	background-color: #FFFFFF;
			}
			
		
		input[type="submit"].special2,
		input[type="reset"].special2,
		input[type="button"].special2,
		.button.special2 {
	background-color: #3aaa35;
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 1);
	color: #ffffff !important;
		}
		
		input[type="submit"].special2:hover,
			input[type="reset"].special2:hover,
			input[type="button"].special2:hover,
			.button.special2:hover {
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 1)!important;
	color: #3aaa35 !important;
	background-color: #FFFFFF!important;
			}	
			
		
		input[type="submit"].special-banner,
		input[type="reset"].special-banner,
		input[type="button"].special-banner,
		.button.special-banner {
	background-color: #3aaa35;
	box-shadow: none;
	color: #ffffff !important;
	font-weight: 600;
	margin-bottom: 18px;
		}


			input[type="submit"].special-banner:hover,
			input[type="reset"].special-banner:hover,
			input[type="button"].special-banner:hover,
			.button.special-banner:hover {
	box-shadow: inset 0px 0px 0px 4px rgba(58,170,53,1) !important;
	color: #3aaa35 !important;
	background-color: transparent;
	font-weight: 600;
			}
			
			
				input[type="submit"].special-social,
		input[type="reset"].special-social,
		input[type="button"].special-social,
		.button.special-social {
	box-shadow: inset 0px 0px 0px 4px rgba(32,114,185,1) !important;
	color: #2072B9 !important;
	background-color: transparent;
	font-weight: 600;
	margin-bottom: 18px;
		}


			input[type="submit"].special-social:hover,
			input[type="reset"].special-social:hover,
			input[type="button"].special-social:hover,
			.button.special-social:hover {
	background-color: #2072B9;
	box-shadow: none;
	color: #ffffff !important;
	font-weight: 600;
			}



			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #3aaa35;
			}

		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;
		}
		
		
		
		
		
		
				input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special-nav {
	background-color: #FFFFFF;
	box-shadow: none;
	color: #2072B9 !important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0em;
		}
		
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special-nav:hover {
	color: #FFFFFF !important;
	background-color: #3AAA35;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px !important;
	border-left-width: 0px;
			}


/* Wrapper */


		
	.wrapper1 {
	padding-top: 5em;
	padding-right: 0;
	padding-bottom: 4em;
	padding-left: 0;
	z-index: 0;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0);
		height: 70vh;
		overflow: hidden;
		position: relative;
	}

		
		.wrapper1.style1 {
	background-color: #3aaa35;
		}
		

		.wrapper1.inactive .goto-next {
			-moz-transform: translate(0,1.5em);
			-webkit-transform: translate(0,1.5em);
			-ms-transform: translate(0,1.5em);
			transform: translate(0,1.5em);
			opacity: 0;
		}	
.wrapper .container header h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 600;
}
		


	.wrapper {
	padding: 6em 0 4em 0;
	overflow: hidden;
	position: relative;
	}
	


		.wrapper.style2 {
	background-color: #3aaa35;
		}
		
			.wrapper.style2 input[type="text"],
			.wrapper.style2 input[type="password"],
			.wrapper.style2 input[type="email"],
			.wrapper.style2 select,
			.wrapper.style2 textarea{
	background-color: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.075);
			}


			.wrapper.style2 input[type="text"]:focus,
			.wrapper.style2 input[type="password"]:focus,
			.wrapper.style2 input[type="email"]:focus,
			.wrapper.style2 select:focus,
			.wrapper.style2 textarea:focus {
	border-color: #877FB8;
			}

			.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 4px 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: #3aaa35;
	color: #2072B9 !important;
	font-weight: 600;
			}

				.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 {
	box-shadow: inset 0px 0px 0px 4px rgba(44, 36, 52, 1) !important;
	color: #2072B9 !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 {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-down.inactive > .container {
			-moz-transform: translate(0,-1em);
			-webkit-transform: translate(0,-1em);
			-ms-transform: translate(0,-1em);
			transform: translate(0,-1em);
			opacity: 0;
		}

		.wrapper.fade-up > .container {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-up.inactive > .container {
			-moz-transform: translate(0,1em);
			-webkit-transform: translate(0,1em);
			-ms-transform: translate(0,1em);
			transform: translate(0,1em);
			opacity: 0;
		}
		
		


		.wrapper.fade > .container {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade.inactive > .container {
			opacity: 0;
		}
		
		
		
		

/* Banner */

	#banner {
	background-attachment: fixed;
	background-color: #ffffff;
	background-position: left top;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0);
	min-height: 100vh;
	position: relative;
	text-align: center;
	z-index: 21;
	background-repeat: repeat;
	background-image: url(../../images/bg-gray.jpg);
	}
	
	#banner:afte{
			background: -moz-linear-gradient(top, rgba(251, 161, 16, 0.85), rgba(234, 51, 42, 0.85));
			background: -webkit-linear-gradient(top, rgba(251, 161, 16, 0.85), rgba(234, 51, 42, 0.85));
			background: -ms-linear-gradient(top, rgba(251, 161, 16, 0.85), rgba(234, 51, 42, 0.85));
			background: -o-linear-gradient(top, rgba(251, 161, 16, 0.85), rgba(234, 51, 42, 0.85));
			background: linear-gradient(top, rgba(251, 161, 16, 0.85), rgba(234, 51, 42, 0.85));
			
			content: '';
			display: block;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		#banner:before {
			content: '';
			display: inline-block;
			height: 100vh;
			vertical-align: middle;
			width: 1%;
		}

		

		#banner .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1;
	
		}
		

			.triangle {
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 300px;
	width: 300px;
	left: 5%;
	top: 90%;
	background-image: url(../../images/triangle.png);
	background-repeat: no-repeat;
}

		.triangle2 {
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 300px;
	width: 300px;
	left: 5%;
	top: -9%;
	background-image: url(../../images/triangle.png);
	background-repeat: no-repeat;
}

		.swirl {
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 300px;
	width: 300px;
	left: 5%;
	top: 55%;
	background-image: url(../../images/swirl.png);
	background-repeat: no-repeat;
}

		.swirl2 {
	position: absolute;
	visibility: visible;
	z-index: 2000;
	height: 300px;
	width: 300px;
	left: 5%;
	top: -7%;
	background-image: url(../../images/swirl.png);
	background-repeat: no-repeat;
}	
		
		
		
		.casco {
	position: absolute;
	visibility: visible;
	z-index: 2000;
	height: 460px;
	width: 500px;
	left: 55%;
	top: 0%;
	background-image: url(../../images/casco.png);
	background-repeat: no-repeat;
}


		.boy {
	position: absolute;
	visibility: visible;
	z-index: 2000;
	height: 700px;
	width: 480px;
	right: 15%;
	top: 15%;
	background-image: url(../../images/boy.png);
	background-repeat: no-repeat;
}

		.girl {
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 500px;
	width: 475px;
	right: 3%;
	top: 60%;
	background-image: url(../../images/girl.png);
	background-repeat: no-repeat;
}

		.girl2 {
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 500px;
	width: 475px;
	right: 3%;
	top: -47.9%;
	background-image: url(../../images/girl.png);
	background-repeat: no-repeat;
}



			#banner .content header {
	display: inline-block;
	vertical-align: middle;
	width: 800px;
			}

				#banner .content header h2 {
					font-size: 2.5em;
					margin: 0;
				}

				#banner .content header p {
	top: 0;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
				}

			#banner .content .image {
				border-radius: 100%;
				display: inline-block;
				height: 18em;
				margin-left: 3em;
				vertical-align: middle;
				width: 18em;
			}

				#banner .content .image img {
					border-radius: 100%;
					display: block;
					width: 100%;
				}

	body.is-touch #banner {
		background-attachment: scroll;
	}

	#sidebar hr {
	margin: 3em 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
	#sidebar section p {
	font-size: 17px;
}




#sidebar section h2 {
	color: #3aaa35;
	font-size: 28px;
	font-weight: 700;
}
#sidebar section h3 {
	color: #94bf1f;
	font-weight: 500;
	font-size: 24px;
}









/* Footer */

	#footer {
	text-align: left;
	padding-top: 6em;
	padding-right: 3em;
	padding-bottom: 6em;
	padding-left: 3em;
	background-color: #FFFFFF;
	}
.landing #page-wrapper #footer .container #sidebar section h1 {
	color: #2072B9;
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
}
.landing #page-wrapper #cinco .container header h2 {
	font-size: 40px;
	color: #2072B9;
	font-weight: 600;
}


.landing #page-wrapper #footer .container #sidebar section h2 {
	color: #2072B9;
	font-size: 30px;
	font-weight: 600;
}
.landing #page-wrapper #footer .container #sidebar section p {
	color: #666666;
	font-size: 18px;
	font-weight: 300;
}

.landing #page-wrapper #footer .container #sidebar section h3 {
	color: #666666;
	font-size: 22px;
	font-weight: 500;
}

	#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: #2072B9 !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;
				}

				
				
				
				
/* 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);
		height: 100vh;
		overflow: hidden;
		position: relative;
	}

		.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 .image.main {
			display: none;
		}

			.spotlight .image.main img {
				position: relative;
			}

		.spotlight .content {
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	border-style: solid;
	opacity: 1;
	position: absolute;
	background-color: rgba(255,255,255,1);
		}
		
		


.spotlight .content.color {
	background: #3aaa35;
	background-color: #3aaa35;
}

.spotlight .content.color-01 {
	background: rgba(255,255,255,1);
	background-color: rgba(255,255,255,1);
}


		.spotlight .goto-next {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
			-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
			transition: transform 0.75s ease, opacity 1s ease-in;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			opacity: 1;
		}



		

		
		.spotlight.style1 .content h2 {
	color: #ffffff;
		}
.spotlight.style1 .content.color-01 h2 {
	color: #3aaa35;
		}
.spotlight.style1 .content p {
	color: #666666;
}

		
		.spotlight.style2 .content h2 {
			color: #3aaa35;
		}
.content p {
	font-size: 0.9em;
	line-height: 1.7em;
}
.alt li {
	font-size: 0.9em;
	line-height: 1.7em;
}
.content ul li {
	font-size: 0.9em;
	line-height: 1.7em;
}


		
		.spotlight.style3 .content h2 {
	color: #3aaa35;
		}

		.spotlight.top .content, .spotlight.bottom .content {
	left: 0;
	width: 100%;
	padding-top: 3.1em;
	padding-right: 0;
	padding-bottom: 3.1em;
	padding-left: 0;
		}

		.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%;
	top: 0;
	width: 28em;
	padding-top: 6em;
	padding-right: 3em;
	padding-bottom: 6em;
	padding-left: 3em;
		}

		.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: #3aaa35;
		}



		.spotlight.style2 .content {
	border-color: #ffffff;
		}

		.spotlight.style3 .content {
	border-color: #ffffff;
		}

		.spotlight.inactive .goto-next {
			-moz-transform: translate(0,1.5em);
			-webkit-transform: translate(0,1.5em);
			-ms-transform: translate(0,1.5em);
			transform: translate(0,1.5em);
			opacity: 0;
		}
		
		
		

		.spotlight.inactive.top .content {
			-moz-transform: translate(0,-5em);
			-webkit-transform: translate(0,-5em);
			-ms-transform: translate(0,-5em);
			transform: translate(0,-5em);
		}

		.spotlight.inactive.bottom .content {
			-moz-transform: translate(0,5em);
			-webkit-transform: translate(0,5em);
			-ms-transform: translate(0,5em);
			transform: translate(0,5em);
		}

		.spotlight.inactive.left .content {
			-moz-transform: translate(-5em,0);
			-webkit-transform: translate(-5em,0);
			-ms-transform: translate(-5em,0);
			transform: translate(-5em,0);
		}

		.spotlight.inactive.right .content {
			-moz-transform: translate(5em,0);
			-webkit-transform: translate(5em,0);
			-ms-transform: translate(5em,0);
			transform: translate(5em,0);
		}

	body.is-touch .spotlight {
		background-attachment: scroll;
	}

#nav ul li a.nav-home {
	color: #37AFFF!important;
	border-bottom-width: 5px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #37AFFF!important;
}

.nav-home {
	color: #37AFFF!important;
	border-bottom-width: 5px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #37AFFF!important;
}
.button-volver {
	font-size: 1em;
}
