<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=Rambla:400,700);
* {
	margin: 0;
	padding: 0;
	outline: none;
	resize: none;
}
body {
	margin: 0;
	cursor: default;
	background: black;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
body, th, td, input, textarea, select {
	font: 14px/20px 'Rambla', sans-serif;
	letter-spacing: 0.075em;
	color: #000;
	color: #AAA;
}
header {
	display: table;
	width: 100%;
	/* border-bottom: 1px solid #f70512; */
	background: black;
	color: #FFF;
/* 	border-bottom: 1px solid #333; */
}
header.white {
/* 	border-bottom: 1px solid #FFF; */
}
.flame {
	position: absolute;
	margin: -14px 0 0 -115px;
}
.logo {
	background: url('../images/logo.png') no-repeat;
	background-size: 100% auto;
	width: 290px;
	height: 101px;
	border: 0;
	margin: 26px 0 0 0;
	float: left;
}
.logo:hover {
	background: url('../images/logo.png') no-repeat;
	background-size: 100% auto;
}
.logo.home {
	/* border-bottom: 2px solid #f70512; */
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 61px;
}
.address {
	float: left;
	text-decoration: none;
	display: block;
	padding: 8px 0px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 14px 0 0 12px;
	line-height: 18px;
}
.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
nav {

}
nav ul {
	margin:12px 0 0 0;
	padding:0;
	list-style:none;
	float: right;
}
nav li {
	padding:0;
	float: left;
	font-size: 10px;
	width: auto;
}

nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}
nav ul ul li {
	margin: 0 0 0 10px;
}
nav ul li a {
/*
	border-bottom: 1px solid #999999;
	border-bottom: 1px solid orange;
*/
	color: #FFFFFF;
	height: 34px;
	font-size: 13px;
	padding: 3px 0;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: capitalize;
	/* margin-bottom: 10px; */
	border-bottom: 2px solid transparent;
	margin-left: 18px;
}
nav ul li a:hover {
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
nav ul li.selected a {
	border-bottom: 2px solid red;
	background: #000;
	color: #FFF;
}
nav ul li.selected a {
	background: #000;
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
nav select {
	display: none;	
}
.submenu ul {
	width: 262px;
}
.submenu ul li:first-child {
	margin-right: 27px;
}

section, footer {
	width: 92%;
	max-width: 1100px;
}
footer ul {
	width: 100%;
}
section {
	display: table;
	min-height: 20em;
	table-layout: fixed;
	width: 100%;
}
article {
	width: 100%;
	box-sizing: border-box;
}
article.col2 {
	width: 50%;
	float: right;
}
article.col2 h1, article.col2 h2, article.col2 p, article.col2 table {
}
article.col2.portfolio h1, article.col2.portfolio h2, article.col2.portfolio p, article.col2.portfolio table {

}
article.col1 {
	width: 48%;
	float: left;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
}
table td:last-child {
	padding-left: 7px;
}

article.col1 ul {
	list-style: none;
	margin: 0;
}
article.col1 h2 {
	border-bottom: 1px solid #FFF;
}
article.col1 li a {
	text-decoration: none;
	display: block;
	width: 80%;
}
article.col1 li.selected a {
	color: #FFF;
	/* border-bottom: 1px solid #f70512; */
}


article.left {
	margin-right: 2%;
}
article.right {
	float: right;
}

.columns img {
	width: auto;
	max-width: 100%;
	margin: 0.5em 0;
}
a {
	cursor: pointer;
	color: #888;
}
a img {
	border: 0;
}
h1 {
	font-weight: normal;
	font-size: 34px;
	line-height: 44px;
	color: #FFF;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 19px;
	color: #7f7f81;
	color: #FFF;
}
section p, section ul {
	margin: 0.5em 0 1em;
}
section ul {
	list-style-position: inside;
}

/* SLIDER */
#slideshow {
	width: 498px;
	text-align: right;
	float: right;
}
#slideshow img {
	position: relative;
	border: none;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
}
#nav {
	float: right;
	width: 498px;
	display: table;
}
#prev, #next {
	display: block;
	height: 50px;
	line-height: 60px;
	font-size: 16px;
	color: #999999;
	margin: 0;
	font-family: 'SSStandard';
}
#prev {
	float: left;
	margin-left: -40px;
	margin-top: -250px;
}
#next {
	float: right;
	margin-right: -40px;
	margin-top: -250px;
}

/* FORM */
label {
	font-weight: bold;
}
label span {
	display: table;
	padding: 4px 0px;
}
label input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #BBBBBB;
	line-height: 1em;
	padding: 8px 8px 6px;
}
label textarea {
	box-sizing: border-box;
	width: 100%;
	height: 6em;
	border: 2px solid #BBBBBB;
	line-height: 1.5em;
	padding: 6px 8px;
}
label .error {
	border: 2px solid #d62d2d!important;
}

/* FOOTER */
.timeline-header {
	display: none;
}
footer {
	font-size: 12px;
	margin: 0 auto;
	background: black;
	color: #AAA;
	display: table;
	width: 100%;
}
footer h2 {
	color: #FFF;
}
footer ul {
	/* border-top: 1px solid #f70512; */
	border-top: 1px solid #333;
	list-style: none;
	margin: 1em auto;
	padding: 2em 0% 2em;
	display: table;
}
footer p {
	margin: 1em auto;
}
footer ul li {
	width: 25%;
	float: left;
}
footer ul li a.button {
	font-size: 16px;
	padding: 0 4px;
}
footer ul li a {

}
footer ul li a img {
	position: absolute;	
	margin-top: 6px;
}
footer li {
	width: 25%;
}

section.thumbnail article {
	float: right;
}
section div.thumbnail {
	width: 246px;
	float: left;
	margin: 0 0 6px 6px;
}
section div.thumbnail a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
section div.thumbnail img {
	max-width: 100%;
}

@media screen and (min-width: 721px) {
	.videofallback {
		display: none!important;
	}
	.video {
		display: inline-block!important;
	}
}
@media screen and (max-width: 720px) {
	.videofallback {
		display: inline-block!important;
	}
	.video {
		display: none!important;
	}
}

.tablecolumn img {
	max-width: 130px;
}
.tablecolumn select {
	background: black;
	border: 0;
	-webkit-appearance:none;
}
@media screen and (max-width: 720px) {
	.columns-large, .columns {
		width: 100%!important;
		margin-top: 0!important;
	}
	.line {
		margin: 0 0 1em!important;
		padding: 1em 0 0 0!important;
	}
	.tablecolumn {
		width: 100%;
		display: block;
	}
	.tablecolumn {
		table-layout: fixed;
	}
	.tablecolumn table {
		width: 100%;
	}
	.tablecolumn td {
		text-align: center;
		width: 33.3333%;
	}
	.tablecolumn td:first-child {
		text-align: left;
	}
	.tablecolumn td:last-child {
		text-align: right;
	}
	.tablecolumn img {
		margin: 2em auto 1em;
	}
}

@media screen and (max-width: 840px) {
	header h1 {
		width: 280px;
		height: 202px;
		background: url(../images/logo.png) no-repeat center center;
		text-align: center;
		margin: 1.25em auto;
		text-indent: -1000%;
	}
	.wrapper, section, footer ul {
		width: 100%;
	}
	.logo.home {
		border-bottom: 0px;
		padding-bottom: none;
	}
	.logo {
		width: 320px;
		float: none;
		background: url('../images/logo.png') no-repeat center center;
		background-size: 90% auto;
		height: 50px;
		border: 0;
		margin: 0;
		float: left;
	}
	.logo:hover {
		background: url('../images/logo-hover.png') no-repeat center center;
		background-size: 90% auto;
	}
	nav {
		float: none;
		width: auto;
	}
	nav ul {
		width: 100%;
		text-align: center;
	}
	nav ul li {
		width: 31%;
	}
	.col1 h1, .col1 h2, .col1 p, .col2 h1, .col2 h2, .col2 p {
		width: 100%;
	}
	footer p,
	footer span,
	footer ul li {
		width: 92%;
		padding: 4%;
		margin: 0 auto;
		float: none;
	}
	footer li.column1 { width: 92%;
		padding: 4% 0; }
	footer li.column2 { width: 92%;
		padding: 4% 0; }
	footer li.column3 { width: 92%;
		padding: 4% 0; }
	article.col1,
	article.col2,
	article.col2 h1, article.col2 h2, article.col2 p, article.col2 table,
	article.col2.portfolio h1, article.col2.portfolio h2, article.col2.portfolio p, article.col2.portfolio table {
		width: 100%;
		float: none;
		padding: 0;
	}

	section {
		margin: 2em auto;
	}
	.col1, .col2 {
		width: 92%;
		float: none;
	}
	.left {
		margin-right:0%;
		float: none;
	}
	.right {
		float: none;
	}
	footer ul li {
		padding: 0 4% 5%;
		clear: both;
		text-align: center;
	}
	.slogan {
		padding: 1em 4% 2em;
	}
	section.thumbnail article {
		display: table;
		width: 100%;
		float: right;
	}
	section div.thumbnail {
		width: 100%;
		float: left;
		margin: 0;
	}
	section div.thumbnail a {
		text-decoration: none;
		font-size: 14px;
		font-weight: normal;
	}
	table td:last-child {
		padding-left: 0;
	}
	#slideshow, #nav {
		width: 100%!important;
		float: none;
	}
}

@media screen and (max-width: 440px) {
	.address {
		display: none;
	}
	.logo {
		width: 100%;
		float: none;
		background: url('../images/logo.png') no-repeat center center;
		background-size: 90% auto;
		height: 80px;
		border: 0;
		margin: 4px 0 0 0;
		float: none;
	}
}</pre></body></html>