@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");

/*
	Ion by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body {
		background: #fff;
	}

	body, input, select, textarea {
	color: #555f66;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 300;
	line-height: 2em;
	}

	a {
		color: #629DD1;
		text-decoration: underline;
	}

		a:hover {
	text-decoration: none;
	width: auto;
		}

	strong, b {
		color: #666f77;
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	p {
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 2em;
	/* margin-bottom: 1em;  */
	}

	.p1 {

		p {
		margin-top: 0;
		margin-right: 0px;
		margin-left: 0;
		margin-bottom: 1em;
		/* margin-bottom: 1em;  */
		}



	}





	h1, h2, h3, h4, h5, h6 {
	color: #666f77;
	font-weight: 300;
	line-height: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	height: 37px;
	/* [disabled]min-width: 0px; */
	border-top-left-radius: 0px;
	left: 0px;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
		}

	h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	}

	h3 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	h7 {
		color: #666f77;
	font-weight: 300;
	line-height: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	height: 37px;
	/* [disabled]min-width: 0px; */
	border-top-left-radius: 0px;
	left: 0px;

	}










	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(144, 144, 144, 0.25);
		margin: 3em 0;
	}

		hr.major {
	margin-top: 8em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5em;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		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;
		overflow-x: auto;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
	text-align: center;
	left: 0px;
	}

	header p {
		color: #bbb;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.85em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.75em;
		line-height: 1.5em;
	}

	header.major {
	text-align: center;
	margin: 0 0 4em 0;
	}

		header.major h2 {
			font-size: 2em;
		}

		header.major h2 + p {
			font-size: 1.5em;
			margin: -1em 0 2em 0;
		}

/* Form */

	form {
	margin: 0 0 2em 0;
	left: 0px;
	}

	label {
		color: #666f77;
		/* color: #000000;*/
		display: block;
		font-size: 0.9em;
		font-weight: 500;
		margin: 0 0 1em 0;
	}


/* STYLE THE PLACEHOLDER TEXT */

	input::-webkit-input-placeholder {
	color: black !important;
	}

	input:-moz-placeholder { /* Firefox 18- */
	color: black !important;
	}

	input::-moz-placeholder {  /* Firefox 19+ */
	color: black !important;
	}

	input:-ms-input-placeholder {
	color: black !important;
	}


	textarea::-webkit-input-placeholder {
color: black !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: black !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: black !important;
}

textarea:-ms-input-placeholder {
color: black !important;
}

/* END STYLE FOR PLACEHOLDER TEXT */




	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: rgba(144, 144, 144, 0.075);
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;

		border-radius: 8px;
		border: none;
		border: solid 1.5px rgba(144, 144, 144, 0.25);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
		color: #000;
		text-emphasis: black;
	}

		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: #629DD1;
	box-shadow: 0 0 0 1px #629DD1;
	margin-left: 0px;
	left: 0px;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-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(144, 144, 144, 0.25);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	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: #555f66;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			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 {
				background: rgba(144, 144, 144, 0.075);
				border-radius: 6px;
				border: solid 1px rgba(144, 144, 144, 0.25);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #192024;
			border-color: #192024;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #629DD1;
			box-shadow: 0 0 0 1px #629DD1;
		}

	input[type="checkbox"] + label:before {
		border-radius: 6px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}




	::-webkit-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}



	/* PLACE TEXT HERE */


		input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 0px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
	border: 1.2px solid #DDDDDD;
  /*   border: 2px solid #000000; */
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}


/*email section */

input[type=email], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
padding: 0px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: 1.2px solid #DDDDDD;
/*   border: 2px solid #000000; */
}

input[type=email]:focus, textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: 1px solid rgba(81, 203, 238, 1);
}






/* Box */

	.box {
		border-radius: 6px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 3em 2em;
	}

		.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.major {
			display: inline-block;
			margin: 0 0 1.25em 0;
			color: #ffffff;
			background: #629DD1;
			width: 3em;
			height: 3em;
			font-size: 2em;
			text-align: center;
			line-height: 3em;
			border-radius: 100%;
			box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25);
		}

/* Image */

	.image {
	border-radius: 6px;
	border: 0;
	display: inline-block;
	position: relative;
	}

	.image1 {
	border-radius: 6px;
	border: 0;
	display: inline-block;
	position: relative;

	animation-duration: .5s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
	}

		.image img {
	border-radius: 25px;
	display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.center {
	display: inline-block;
			width:auto;
	align-content: center;
	align-items: center;
	float: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0em;
	top: 0px;
	left: 0px;
	position: relative;
	bottom: 0px;
	clear: none;
	border-radius: 54px 56px 46px 39px / 88px 55px 43px 47px;
	background-position: 0% 0%;
	background-attachment: scroll;
	-webkit-box-shadow: -4px 7px 38px 10px #5D5959;
	box-shadow: -4px 7px 38px 10px #5D5959;
	right: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-left: 0px;
	border-width: medium;
		}

		.image.fit {
	display: block;
	margin: 0 0 2em 0;
	display: inline-block;
	align-content: center;
	align-items: center;
	width: 75%;
		}


		.smallimg {
			width:50%;
		}


		imgage.fit.smallimg {
			width:10px;

		}


			.image.fit img {
	display: block;
	width: 100%;
	height: 250px;
			}

/* 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(144, 144, 144, 0.25);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
	font-size: small;
	font-style: normal;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1.25em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 1.5em;
				}




		ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
	background-attachment: scroll;
	padding-top: 65px;
		}



			ul.actions2 {
			cursor: default;
			list-style: none;
			padding-left: 0;
			background-attachment: scroll;
			/*

			padding-top: 20px;
			padding-bottom: 20px;

			*/

			padding-top: 5px;
			padding-bottom: 5px;
			}



			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(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #666f77;
			font-size: 0.9em;
			font-weight: 500;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				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;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #192024;
	border-radius: 50px;
	border: 0;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 0.9em;
	height: 2.85em;
	line-height: 2.85em;
	padding-top: 0px;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-indent: 0.25em;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #232d33;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #0f1315;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			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.7em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
	font-size: 2em;
	height: 2.65em;
	line-height: 2.65em;
		}



/* new ALT button */


input[type="submit"].alt1,
input[type="reset"].alt1,
input[type="button"].alt1,
.button.alt {
	background-color: rgb(197, 206, 221);
	box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
	color: #1f514e !important;

}

	input[type="submit"].alt1:hover,
	input[type="reset"].alt1:hover,
	input[type="button"].alt1:hover,
	.button.alt:hover {
		background-color: rgba(144, 144, 144, 0.9);

	}

	input[type="submit"].alt1:active,
	input[type="reset"].alt1:active,
	input[type="button"].alt1:active,
	.button.alt:active {
		background-color: rgba(144, 144, 144, 0.2);

	}

	input[type="submit"].alt1.icon:before,
	input[type="reset"].alt1.icon:before,
	input[type="button"].alt1.icon:before,
	.button.alt.icon:before {
		color: #bbb;
	}


	/*END NEW ALT BUTTON */




		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
			color: #666f77 !important;

		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.075);

			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);

			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #629DD1;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #76a9d7;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #4e91cb;
			}

		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: #168BDD !important;
	box-shadow: inset 0px 28.85em 26px 11px rgba(0, 0, 0, 0.15);
	color: #fff !important;
	cursor: default;
	opacity: 0.25;
	-webkit-box-shadow: inset 0px 28.85em 26px 11px rgba(0, 0, 0, 0.15);
		}




	.ecbutton {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 0;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 0.9em;
	height: 2.85em;
	line-height: 2.85em;
	padding-top: 0px;
	padding-left: 0em;
	padding-bottom: 0px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-indent: 0.25em;
	}




/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}




	.wrapper.style1 {
	background: #fff;
	border-top-style: groove;
	border-top-width: thin;
	color: #555f66;
	margin-left: 0px;
	}



		.wrapper.style2 {
		background: #192024;
		background-image:url(../images/photo-1452215199360-c16ba37005fe.jpg);
		background-size: 100% 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		color: #d8d8d8;
		padding: 10em 2em 10em 2em;

		text-align: center;
		position: relative;
		background-attachment: fixed;
		border-top:groove;
		border-width:medium;

		margin-left: 0px;
		margin-right: 0px;
		left: 0px;
		}

			.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #ffffff;
			}

			.wrapper.style2 header p {
				/* color: #a3a5a7; */
				color:#ffffff;
			}

			.wrapper.style2 .button.alt {
				box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.75);
				color: #ffffff !important;
			}

				.wrapper.style2 .button.alt:hover {
					background-color: rgba(144, 144, 144, 0.275);
				}

				.wrapper.style2 .button.alt:active {
					background-color: rgba(144, 144, 144, 0.4);
				}

				.wrapper.style2 .button.alt.icon:before {
					color: #a3a5a7;
				}


				.wrapper.style3 {
					background: #fff;

					background-size: 100% 100%;
					background-size: cover;
					background-position: center center;
					background-repeat: no-repeat;
					color: #d8d8d8;
					padding: 14em 0;
					text-align: center;
					position: relative;

					background-attachment: fixed;

					color: #555f66;

				}


				.wrapper.style4 {
					background: #fff;
					background-image:url(../images/switzerland_alps_mountains_night_beautiful_landscape_99817_3840x2400.jpg);
					background-size: 100% 100%;
					background-size: cover;

					background-position: center center;
					background-repeat: no-repeat;
					color: #d8d8d8;
					padding: 14em 0;
					text-align: center;
					position: relative;

					background-attachment: fixed;

					color: #555f66;

				}


				/* Add this as properties to a selector

    background: url(image url), url(image url);
    background-size: 50% 100%;
    background-repeat: no-repeat;
	background-position: center center;

	background-image:url(../images/switzerland_alps_mountains_night_beautiful_landscape_99817_3840x2400.jpg);
	background-size: 100% 100%;
	background-size: cover;

			*/




	.wrapper.style5 {
	background: #fff;
	border-top-style: groove;
	border-top-width: thin;
	color: #555f66;
	margin-left: 0px;
	}

/* random stuff */


	.white-font  {
		color:#FFFFFF
	}



/* Header */

	#skel-layers-wrapper {
	padding-top: 3.4em;
	width: auto;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	font-weight: normal;
	height: 277pt;
	}

	#header {
	background-color: #fff;
	color: #555f66;
	cursor: default;
	height: 51px;
	left: 0px;
	line-height: 3em;
	position: fixed;
	top: -13px;
	width: inherit;
	z-index: 10000;
	box-shadow: 0px 0 0em 0 rgba(0, 0, 0, 0.25);
	margin-top: 10px;
	background-position: 0% 0%;
	margin-bottom: 0px;
	min-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	-webkit-box-shadow: 0px 0 0em 0 rgba(0, 0, 0, 0.25);
	font-size: medium;
	min-height: 0px;
	padding-right: 0px;
	right: 0px;
	width: auto;
	}

		#header h1 {
	color: #666f77;
	font-weight: 500;
	height: auto;
	left: 0.25em;
	line-height: inherit;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	position: absolute;
	top: 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	background-attachment: scroll;
		}

			#header h1 a {
	font-size: 1.2em;
	height: auto;
	margin-left: 24px;
	margin-right: 0px;
	text-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
			}

		#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;

	/* right: 2.25em; */
	right: 3.0em;
	top: 0px;
	vertical-align: middle;
	border-bottom-style: none;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	background-attachment: scroll;
	float: none;
	opacity: 1;
	clear: none;
	overflow-x: visible;
	overflow-y: visible;
	border-left-style: none;
	border-bottom-width: medium;
	background-position: 0% 0%;
		}

			#header nav > ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	background-attachment: scroll;
			}

				#header nav > ul > li {
					border-radius: 6px;
					display: inline-block;
					margin-left: 2em;
					padding-left: 0;
				}

					#header nav > ul > li a {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #555f66;
	display: inline-block;
	text-decoration: none;
	background-attachment: scroll;
	background-origin: border-box;
					}


						#header nav > ul > li a:hover {
	color: #0E0E0F;
	background-attachment: scroll;
	transform: scale(1.10);
	transition: ease-in .15s;
			}









					#header nav > ul > li:first-child {
	margin-left: 0;
	background-attachment: fixed;
					}



					#header nav > ul > li .button {
	height: 2.25em;
	line-height: 2.25em;
	margin-bottom: 0;
	padding: 0 1em;
	position: relative;
	top: -0.075em;
	vertical-align: middle;
	/* [disabled]color: #171B52; */
	background-color: #697F88;
	white-space: normal;


	}


		#header nav > ul > li > .button:hover  {

			background:#629DD1;



		}




		#header .container {
	position: relative;
	width: auto;
		}

			#header .container h1 {
				left: 0;
			}

			#header .container nav {
	right: 0;
	width: auto;
			}

/* Banner */

	#banner {
	background-color: #666666;
	background-image:url(../images/photo1.jpg);
	background-size: 100% 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #d8d8d8;
	padding: 14em 0;
	text-align: center;
	position: relative;
	background-attachment: fixed;
	height: 531px;
	}

		#banner:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgba(64, 72, 80, 0.25);
		}

		#banner .inner {
	position: relative;
	z-index: 1;
		}

			#banner .inner :last-child {
				margin-bottom: 0;
			}

		#banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
	color: #ffffff;
	font-size: medium;
		}

		#banner .button.alt {
	box-shadow: inset 0px 0px 0 1.5px rgba(144, 144, 144, 0.75);
	color: #ffffff !important;
	-webkit-box-shadow: inset 0px 0px 0 1.5px rgba(144, 144, 144, 0.75);
	margin-left: 10px;
		}

			#banner .button.alt:hover {
	background-color: rgba(254,254,254,0.28);
	transform:scale(1.08);
	transform-style:preserve-3d;
	transition:ease-in .15s;
			}

			#banner .button.alt:active {
	background-color: rgba(144,144,144,0.40);
	height: auto;
	min-width: 11em;
	padding-bottom: 0px;
			}

			#banner .button.alt.icon:before {
				color: #c1c1c1;
			}

		#banner .button {
	min-width: 11em;
	margin-top: 110px;
	max-width: 22em;
	font-size: 22px;
	margin-right: 10px;
		}


		#banner .button:hover {
		transform:scale(1.08);
		transform-style:preserve-3d;
		transition:ease-in .15s;


		}


		#banner h2 {
	font-size: 3.5em;
	line-height: 5em;
	margin-top: 33px;
	margin-right: 19px;
	margin-left: 2px;
	margin-bottom: -0.5em;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;

	animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
		}

		#banner p {
	margin-bottom: 2em;
	height: 49px;
	width: auto;
	padding-top: 0px;
	top: 0px;
	left: 0px;
	text-shadow: 5px 5px 29px;
	letter-spacing: 26px;
	right: 0px;
	position: static;
	font-size: 2em;
		}

			#banner p a {
				color: #ffffff;
				text-decoration: none;
			}

/* Footer */

	#footer {
		background: #f8f8f8;
		padding: 4em 0 6em 0;
	}

		#footer a {
	color: inherit;
	font-size: small;
		}

		#footer .copyright {
			color: #bbb;
			font-size: 0.9em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(144, 144, 144, 0.25);
				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;
	font-size: small;
				}

		#footer .icons a {
			color: #bbb;
		}




/* ANIMATIONS */



	/*

Define this in your CSS
.ease-in-outAnimation = Replace it by the name you want to give your animation
.easeinoutAnimObj = Assign this class to the elements to which you want to apply the animation
*/

.easeinoutAnimObj {
    position: relative;
    /* Chrome, Safari*/
    -webkit-animation-name: ease-in-outAnimation;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Opera */
    -o-animation-name: ease-in-outAnimation;
    -o-animation-duration: 5s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-delay: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
    /* Mozilla */
    -moz-animation-name: ease-in-outAnimation;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    /* Standard syntax */
    animation-name: ease-in-outAnimation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
/*

Define the keyframe and changes

*/

/* Chrome, Safari */

@-webkit-keyframes ease-in-outAnimation {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 200px;
        top: 0px;
    }
}
/* Firefox */

@-moz-keyframes ease-in-outAnimation {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 200px;
        top: 0px;
    }
}
/* Opera */

@-o-keyframes ease-in-outAnimation {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 200px;
        top: 0px;
    }
}
/* Standard syntax */

@keyframes ease-in-outAnimation {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 200px;
        top: 0px;
    }
}




	/*

Define this in your CSS
.ease-inAnimation = Replace it by the name you want to give your animation
.easeinAnimObj = Assign this class to the elements to which you want to apply the animation
*/

.easeinAnimObj{
    position: relative;
    /* Chrome, Safari*/
    -webkit-animation-name: ease-inAnimation;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Opera */
    -o-animation-name: ease-inAnimation;
    -o-animation-duration: 5s;
    -o-animation-timing-function: ease-in;
    -o-animation-delay: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
    /* Mozilla */
    -moz-animation-name: ease-inAnimation;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    /* Standard syntax */
    animation-name: ease-inAnimation;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
/*

Define the keyframe and changes

*/

/* Chrome, Safari */

@-webkit-keyframes ease-inAnimation {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 200px;
        top: 0px;
    }
}
/* Firefox */

@-moz-keyframes ease-inAnimation {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 200px;
        top: 0px;
    }
}
/* Opera */

@-o-keyframes ease-inAnimation {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 200px;
        top: 0px;
    }
}
/* Standard syntax */

@keyframes ease-inAnimation {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 200px;
        top: 0px;
    }
}







.test1  {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;

    -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera < 12.1 */
            animation: fadein 5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {

    from { opacity: 0;
		transform: scale(.5, .5);
		}
    to   { opacity: 1;
			transform: scale(1, 1);
		}

}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.5, .5);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}


/*

Define this in your CSS
Animation-Title = Replace it by the name you want to give your animation

*/

@-webkit-keyframes Animation-Title {
    0% {
        /* Add some property like - color: #1abc9c;*/
    }
    50% {
        /* Add some property like - color: #1abc9c;*/
    }
    100% {
        /* Add some property like - color: #1abc9c;*/
    }
}
@-moz-keyframes Animation-Title {
    0% {
        /* Add some property like - color: #1abc9c;*/
    }
    50% {
        /* Add some property like - color: #1abc9c;*/
    }
    100% {
        /* Add some property like - color: #1abc9c;*/
    }
}
@-o-keyframes Animation-Title {
    0% {
        /* Add some property like - color: #1abc9c;*/
    }
    50% {
        /* Add some property like - color: #1abc9c;*/
    }
    100% {
        /* Add some property like - color: #1abc9c;*/
    }
}
@keyframes Animation-Title {
    0% {
        /* Add some property like - color: #1abc9c;*/
    }
    50% {
        /* Add some property like - color: #1abc9c;*/
    }
    100% {
        /* Add some property like - color: #1abc9c;*/
    }
}
.animation {
    -webkit-animation: Animation-Title 3s infinite;
    -moz-animation: Animation-Title 3s infinite;
    -o-animation: Animation-Title 3s infinite;
    animation: Animation-Title 3s infinite;
}


/*

Define this in your CSS
.linearAnimation = Replace it by the name you want to give your animation
.linearAnimObj = Assign this class to the elements to which you want to apply the animation
*/

.linearAnimObj {

    position: relative;

    /* Chrome, Safari*/

    -webkit-animation-name: linearAnimation;

    -webkit-animation-duration: 5s;

    -webkit-animation-timing-function: linear;

    -webkit-animation-delay: 2s;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-direction: alternate;

    -webkit-animation-play-state: running;

    /* Opera */

    -o-animation-name: linearAnimation;

    -o-animation-duration: 5s;

    -o-animation-timing-function: linear;

    -o-animation-delay: 2s;

    -o-animation-iteration-count: infinite;

    -o-animation-direction: alternate;

    -o-animation-play-state: running;

    /* Mozilla */

    -moz-animation-name: linearAnimation;

    -moz-animation-duration: 5s;

    -moz-animation-timing-function: linear;

    -moz-animation-delay: 2s;

    -moz-animation-iteration-count: infinite;

    -moz-animation-direction: alternate;

    -moz-animation-play-state: running;

    /* Standard syntax */

    animation-name: linearAnimation;

    animation-duration: 5s;

    animation-timing-function: linear;

    animation-delay: 2s;

    animation-iteration-count: infinite;

    animation-direction: alternate;

    animation-play-state: running;

}

/*

Define the keyframe and changes

*/

/* Chrome, Safari */

@-webkit-keyframes linearAnimation {

    0% {

        left: 0px;

        top: 0px;

    }

    100% {

        left: 200px;

        top: 0px;

    }

}

/* Firefox */

@-moz-keyframes linearAnimation {

    0% {

        left: 0px;

        top: 0px;

    }

    100% {

        left: 200px;

        top: 0px;

    }

}

/* Opera */

@-o-keyframes linearAnimation {

    0% {

        left: 0px;

        top: 0px;

    }

    100% {

        left: 200px;

        top: 0px;

    }

}

/* Standard syntax */

@keyframes linearAnimation {

    0% {

        left: 0px;

        top: 0px;

    }

    100% {

        left: 200px;

        top: 0px;

    }

}


/* TRANSITIONS */


/*

Define this in your CSS
.easeTransition = Replace it by the name you want to give your transition

*/

.easeTransition {
    /*Add a property and value that you like to transition. Ex: width:200px;*/
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property:
    /*property*/
    ;
    -webkit-transition-duration: 1s;
    /*Control the transition duration*/
    -webkit-transition-timing-function: ease;
    /*Control the transitionfunction*/
    -webkit-transition-delay: .2s;
    /*Control the transition start delay*/
    /* Opera */
    -o-transition-property:
    /*property*/
    ;
    -o-transition-duration: 1s;
    -o-transition-timing-function: ease;
    -0-transition-delay: .2s;
    /* Firefox */
    -moz-transition-property:
    /*property*/
    ;
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: .2s;
    /* Standard syntax */
    transition-property:
    /*property*/
    ;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: .2s;
}
/*Pick the action to trigger the animation - Ex: hover */

.easeTransition:hover {
    /*Set the final value for which you would like the property to transition to. Ex: width:500px;*/
	transform:scale(1.08);
}
