<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css?family=Ruda:400,700);
body {
	margin: 0;
	line-height: 1.5;
	font-family: 'Ruda', sans-serif;
	color: #373737;
	background: #FAFAFA;
}
#popup {
	z-index: 10;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 20px;
	background: #51A9AA;
	color: #FFF;
	text-align: center;
}
nav {
	top: 0;
	background: #FFF;
	position: fixed;
	width: 100%;
	z-index: 10;
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #E1E1E1;
}
nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
nav li {
	display: inline;
	list-style: none;
}
nav a {
	display: inline;
	color: #787878;
	margin: 0 20px;
}
nav a:hover {
	color: #51A9AA;
}
header {
	position: fixed;
	top: 91px;
	z-index: 0;
	line-height: 500px;
	height: 500px;
	width: 100%;
	background: url(images/header.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 5em;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 10px #000;
	font-weight: bold;
}
#wrapper {
	top: 591px;
	width: 100%;
	position: relative;
	z-index: 5;
	background: #FAFAFA;
}
article {
	word-wrap: break-word;
	margin: auto;
	padding: 30px;
	position: relative;
	width: 960px;
	min-height: 400px;
	background: #FFF;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}
footer {
	color: #7A7A7A;
	text-align: center;
	padding: 40px;
	background: #0D0D0D;
}
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
}
input[type="text"],
input[type="password"],
select,
textarea {
	padding: 8px;
	border: 1px solid #D9D9D9;
	background: #FCFCFC;
	width: 100%;
	box-sizing: border-box;
}
input[type="submit"],
input[type="button"],
.button {
	cursor: pointer;
	background: #51A9AA;
	border: 0;
	color: #FFF;
	padding: 10px;
	display: inline-block;
	line-height: 1.4;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
	background: #6DBABA;
	color: #FFF;
}
input.small {
	width: 30%;
}
textarea {
	height: 100px;
}
label {
	display: block;
}
h2,
h3,
h4 {
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 2.3em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.3em;
}
#presentation,
#training,
#contact {
	padding-top: 110px;
	margin-top: -110px;
}
a {
	color: #51A9AA;
	text-decoration: none;
}
a:hover {
	color: #BD2A2A;
}
table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding: 8px;
	border: 1px solid #E1E1E1;
}
th {
	padding: 8px;
	background: #FAFAFA;
	text-align: left;
	font-weight: normal;
}
iframe {
	border: 0;
	width: 100%;
	height: 500px;
}
img {
	max-width: 100%;
}
.center {
	text-align: center;
}
@media screen and (max-width: 799px) {
	nav {
		top: auto;
		position: static;
		height: auto;
		line-height: normal;
		text-align: center;
		font-size: 1.3em;
		border: 0;
		background: #0D0D0D;
		padding: 10px 0;
	}
	nav ul {
		width: auto;
	}
	nav li {
		display: block;
	}
	nav a {
		display: block;
		margin: 0;
		padding: 10px;
		color: #7A7A7A;
		background: #0D0D0D;
	}
	nav a:hover {
		color: #7A7A7A;
		background: #111111;
	}
	header {
		position: static;
		top: auto;
		line-height: normal;
		height: auto;
		padding: 120px 0;
		font-size: 3em;
	}
	#wrapper {
		top: auto;
		position: static;
	}
	article {
		width: auto;
		padding: 20px 10px;
		position: static;
	}
	footer {
		padding: 30px;
	}
	input.small {
		width: 100%;
	}
	h2 {
		font-size: 1.7em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.1em;
	}
	#presentation,
	#training,
	#contact {
		padding-top: 0;
		margin-top: 0;
	}
}</pre></body></html>