<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', 'helvetica Neue', sans-serif;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.04em;
	margin: 0 0 15px 0;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
	margin: 0 0 15px 0;
}

a, a:visited, a:focus {
	transition: color 0.18s ease, background-color 0.18s ease;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

body {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	background: #3C3C3C url(images/bg_pattern.jpg);
}

/* -----------------------------------------
	Header
----------------------------------------- */

#header {
	background: url(images/header_grain.png);
	border-bottom: 1px solid #404040;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	min-height: 93px;
}

#logo {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0 0 0 -30px;
	line-height: 1;
	padding: 25px 0;
}

#logo a,
#logo a:visited {
	color: #E0E0E0;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

/* Navigation functional styles  ---------------------- */
.alt-nav { display: none; }
#nav { }
#nav ul { margin: 0; padding: 0; list-style: none; }
#navigation li { position: relative; z-index: 100;}
#navigation &gt; li { float: left; }
#navigation ul { position: absolute; z-index: 300; top: -999em; }
#navigation ul ul { }
#navigation li:hover &gt; ul,
#navigation .sfHover &gt; ul { top: auto; }
#navigation li li:hover &gt; ul,
#navigation li .sfHover &gt; ul { top: 0; left: 100%; }
#navigation li li li:hover &gt; ul,
#navigation li li .sfHover &gt; ul{ top: 0; left: 100%; }
#navigation a, #navigation a:visited { display: block; white-space: nowrap; }

#nav { } /* Navigation Container */

#navigation { position: absolute; right: -15px; top: 0;}

#navigation a, #navigation a:visited {
	font-family: "Roboto Condensed", sans-serif;
	line-height: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #E3E3E3;
	font-weight: 300;
} /* Global Menu Link Styles */

#navigation &gt; li:last-child &gt; a { padding-right: 0; }

#navigation a:hover,
#navigation .sfHover &gt; a,
#navigation .sfHover &gt; a:visited { } /* First Level &amp; Global Menu Link Hover Styles */

#navigation &gt; li &gt; a,
#navigation &gt; li &gt; a:visited {
	padding: 31px 15px 35px;
	border-top: 3px solid transparent;
} /* First Level Menu Link Styles */

#navigation &gt; li &gt; a:hover,
#navigation &gt; li.sfHover &gt; a {
	border-top: 3px solid rgba(255,255,255,0.25);
}

#navigation &gt; li ul a,
#navigation &gt; li ul a:visited {
	padding: 8px 15px;
	font-size: 14px;
} /* All Other Menu Level Link Styles */

#navigation &gt; li ul a:hover,
#navigation &gt; li ul .sfHover &gt; a,
#navigation &gt; li ul .sfHover &gt; a:visited {
	color: rgba(255,255,255,0.4);
} /* All Other Level Menu Link Hover Styles */

#navigation &gt; li.current_page_item &gt; a,
#navigation &gt; li.current_page_item &gt; a:visited,
#navigation &gt; li.current-menu-item &gt; a,
#navigation &gt; li.current-menu-item &gt; a:visited,
#navigation &gt; li.current-menu-ancestor &gt; a,
#navigation &gt; li.current-menu-ancestor &gt; a:visited,
#navigation &gt; li.current &gt; a,
#navigation &gt; li.current &gt; a:visited {
	border-top: 3px solid #E3B600;
} /* WordPress Current/Ancestor Page Styles */

#navigation &gt; li.current_page_item &gt; a:before,
#navigation &gt; li.current-menu-item &gt; a:before,
#navigation &gt; li.current-menu-ancestor &gt; a:before,
#navigation &gt; li.current &gt; a:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 2px !important;
	left: 50%;
	margin-left: -5px;
	border: 4px solid transparent;
}

#navigation &gt; li &gt; a:hover:before,
#navigation &gt; li.sfHover &gt; a:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -5px;
	border: 4px solid transparent;
	border-top-color: rgba(255,255,255,0.25);
}

#navigation ul {
	padding: 5px 0;
	background: rgba(0,0,0,0.7);
	min-width: 200px;
} /* All Lower Level Menu Container Styles */

/* -----------------------------------------
	Main Content Area
----------------------------------------- */

#main {
	background: #E9E9E9 url(images/main_bg.png);
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.34);
	padding: 28px 30px 0 30px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */
.page-template-template-frontpage-php #page {
	background: none;
}

#slideshow {
	margin-bottom: -30px;
	z-index: 1;
}

#slideshow .slides &gt; li {
	min-height: 550px;
}

.sld-info {
	background: #000;
	background: rgba(0,0,0,0.45);
	padding: 25px 25px 35px 25px;
	color: #FFF;
	margin: 140px 0 0 -15px;
}

.sld-info h3 {
	font-weight: 300;
	letter-spacing: -0.04em;
	font-size: 48px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	line-height: 1.05;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	line-height: 1;
	font-size: 14px;
	height: 50px;
	width: 50px;
	text-align: center;
	padding-top: 17px;
	margin-top: -35px;
	color: #000;
}

.flex-direction-nav a:before {
	font-size: 20px;
}

/* -----------------------------------------
	Blog / Articles
----------------------------------------- */

#page-title {
	padding: 45px 0 50px;
}

#page-title h2 {
	color: #FFF;
	margin: 0;
	font-weight: 300;
	font-size: 48px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-left: -15px;
}

.entry {
	margin-bottom: 35px;
}

.entry time {
	color: #272727;
	display: block;
	text-align: center;
	font-family: 'roboto condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.05em;
	line-height: 1;
	padding: 10px 0;
	width: 70px;
}

.entry-thumb {
	position: relative;
}

.entry-thumb img {
	margin: 0 !important;
}

.entry-thumb time {
	position: absolute;
	top: 5px;
	left: 5px;
}

.entry time span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
}

.entry-content {
	background: #FFF;
	padding: 30px 35px 35px;
}

.entry-title {
}

.entry-title a,
.entry-title a:visited {
	color: #3d3d3d;
}

.entry-title a:hover {
	color: #000;
}

.entry .read-more {
	margin-top: 10px;
	display: inline-block;
}

.entry-meta {
	font-family: 'roboto condensed', sans-serif;
	margin: -18px 0 15px;
}

.entry-categories a,
.entry-categories a:visited {
	color: #1e1e1e;
	text-decoration: underline;
	font-weight: 700;
}

.entry-categories a:hover {
	color: #666b71;
}

.entry-content blockquote {
	border-left: 3px solid #CCC;
	font-size: 1.2em;
	margin-left: 0;
	padding-left: 25px;
}

/* Pagination */
#pagination {
	padding-left: 25px;
	margin-bottom: 30px;
}
.page-template-template-personnel-listing-php #pagination,
.page-template-template-services-listing-php #pagination,
.page-template-template-galleries-listing-php #pagination {
	padding-left: 0;
}

#pagination span,
#pagination a,
#pagination a#visited {
	padding: 10px 17px;
	line-height: normal;
	margin-right: 10px;
	background: #FFF;
	color: #000;
}

#pagination span.current {
	font-weight: bold;
}

table {
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px solid #CCC;
}

table td,
table th {
	border: 1px solid #CCC;
	padding: 5px 10px;
}

table td {
	color: #888;
}

.searchnotice h2 { margin: 0; }
.searchnotice .searchform { margin-top: 15px; }

iframe,
embed,
object,
video,
audio {
	max-width: 100%;
}

/* -----------------------------------------
   Comments
----------------------------------------- */
#comments { margin: 0 0 30px 0;}
#comments h3 { margin: 0 0 30px; }
ol#comment-list { margin: 0; padding: 0; }
.comment-meta { padding-bottom: 0; margin-bottom: 0; display: block; font-family: "Roboto Condensed", sans-serif;}
.comment-meta a, .comment-meta a:visited { color: #000; font-weight: bold; }
.post-comments { margin: 10px 0 0 0; }
.post-comments h2 {  }
.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
.post-comments &gt; ol { margin-left:0; margin-bottom:0; }
.post-comments li { margin:0 !important; padding:0 !important; background: none !important; position:relative; }
.post-comments .avatar { float: left; top:0; left:0; margin: 0 15px 5px 0; text-align: center;}
.post-comments .comment-text { margin-bottom: 30px; padding: 30px; background: #FFF; }
.post-comments &gt; .comment-text:last-child { margin-bottom:0; }
.post-comments .comment-copy { margin-left: 80px;  padding: 0; font-size: 13px;  }
.post-comments .comment-copy p { margin-bottom:10px; }
.comment-reply-link:hover, .btn-reply:hover {  }
#cancel-comment-reply-link { display:block; font-size:12px; margin: -20px 0 15px 0; color: #959595 !important; }
#comments a.comment-reply-link { font-size:12px; margin-top: 5px; display: inline-block; }
#cancel-comment-reply-link:hover {  }

#comment-list #respond { margin-bottom: 30px; }

.pp_inline label { display: inline; }
/* -----------------------------------------
   Comment Form
----------------------------------------- */
#commentform { padding: 30px; background: #FFF; }
#form-wrapper {
	margin: 20px 0 0 0;  }
#form-wrapper h2 { }
#form-wrapper form { margin-bottom:0; }
.post-form label { display:block; padding-bottom:5px; }
.post-form input[type=text] { width: 50%; }
.post-form input[type=submit] { margin-bottom:0; }
.post-form textarea { width:90%; height:200px; }
#post-action { margin-bottom:0; }

.post-form input[type=text],
.post-form input[type=email],
.post-form textarea {
}

/* -----------------------------------------
	Footer
----------------------------------------- */

#footer {
	color: #bfbfbf;
}

#footer a,
#footer a:visited {
	color: #d7d7d7;
}

#footer a:hover {
	color: #FFF;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4 {
	color: #ffffff;
}

#footer .s-title,
#footer .widget h3,
#footer .widget-title {
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid transparent;
}

#footer hr {
	border: none;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.credits {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

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

/* -----------------------------------------
	PAGE: Contact
----------------------------------------- */
#map {
	width: 100%;
	height: 340px;
	margin-bottom: 30px;
}

#done { display: none; }

input.highlight {
	border-color: red !important;
}

/* -----------------------------------------
	PAGE: Post Archives
----------------------------------------- */
ul.archive {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

ul.archive a,
ul.archive a:visited {
	color: #333333;
	font-weight: bold;
}

ul.archive a:hover {
	color: #777;
}

.fancybox-title p { margin: 0; }

/* -----------------------------------------
	Widgets
----------------------------------------- */
.widget {
	margin-bottom: 25px;
}

.sidebar .widget {
	margin-bottom: 35px;
}

.widget ul, .widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li,
.widget ol li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted rgba(0,0,0,0.25);
}

.widget ul ul &gt; li:last-child,
.widget ol ol &gt; &gt; li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget ul ul,
.widget ol ol {
	margin-left: 10px;
}

#footer .widget ul li {
	border-color: rgba(255,255,255,0.15);
}

.sidebar .widget li a,
.sidebar .widget li a:visited {
	color: #222;
}

.sidebar .widget li a:hover {
	color:#666;
}

.widget ul li:last-of-type {
	margin-bottom: 0;
}

.widget h3,
.widget-title,
.s-title {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}


/* WIDGET: #Item
========================================= */

.first-widget-area { margin-bottom: 0; }

.item {
	transition: top 0.12s ease;
	z-index: 2;
	top: 0;
	margin-bottom: 30px;
	position: relative;
}

.sidebar .item {
	margin-bottom: 0;
}

.item:hover {
	top: -7px;
}

.item:hover &gt; a {
	box-shadow: 0 0 16px rgba(0,0,0,0.25);
}

.item &gt; a,
.item &gt; a:visited {
	display: block;
	position: relative;
	color: #FFF;
	top: 0;
	line-height: 1;
	-moz-transition: all 0.25s ease;
	-webkit-transition: 0.25s;
	transition: all 0.25s ease;
}

.item &gt; a:after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	box-shadow: inset 0 0 65px rgba(0,0,0,0.81);
}

.item:hover &gt; a:after {
	box-shadow: inset 0 0 65px rgba(0,0,0,0.50);

}

.item &gt; a:hover:after {
	border: 3px solid #FFCC00;
}

.item &gt; a:hover {
	color: #363636;
}

.item h4 {
	font-size: 18px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
}

.item-desc {
	position: absolute;
	bottom: -1px;
	width: 100%;
	text-align: center;
	padding: 17px 10px;
	background: rgba(0,0,0,0.56);
	transition: background-color 0.15s ease;
}

.item &gt; a:hover .item-desc {
}

.item-desc b {
	font-family: 'roboto condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: -0.02em;
	margin-top: 3px;
	display: block;
}

/* WIDGET: #Promo
========================================= */

.promo {
	background: #222222 url(images/black_lozenge.png);
	width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.promo {
		background: #222222 url(images/black_lozenge_@2X.png);
	}
}

.promo-inner {
	padding: 35px 60px;
	border: 1px solid rgba(255,255,255,0.8);
	position: relative;
}

.promo h3 {
	color: #FFF;
	font-size: 34px;
	font-weight: 300;
	float: left;
	margin: 25px 0 30px 15%;
}

.entry-content .promo h3 {
	font-size: 28px;
}

.promo .button {
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -15px;
}

.promo .button:hover {
	background: #FFF;
	color: #000;
}

/* WIDGET: #Timetable - Schedule
========================================= */
.opening-hours {
	border: none;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	width: 100%;
}
.opening-hours tr {
	margin-bottom: 1px;
}

.opening-hours td,
.opening-hours th {
	padding: 8px 15px;
	border: none;
	border-bottom: 1px solid #E9E9E9;
}

.opening-hours td {
	font-weight: bold;
	text-align: center;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 4px 0 7px 0 rgba(0,0,0,0.1);
}

.opening-hours th {
	font-weight: normal;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ads125 li,
.ads125 li {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	max-width: 125px;
}

/* WIDGET: #Search
========================================= */
.searchform { line-height: 1; position: relative; }
.searchform &gt; div { position: relative; line-height: 1; }
.searchform .screen-reader-text { display: none; }

.searchform input[type=text] {
	border-radius: 0;
	margin: 0;
	width: 100%;
	font: inherit;
	line-height: 1;
	height: 40px;
	padding: 12px 15px 10px;
	font-family: "roboto condensed", sans-serif;
	font-weight: 300;
	border: 1px solid #E9E9E9;
}

#footer .searchform input[type=text] {
	border: none;
}

.searchsubmit {
	font-size: 14px;
	line-height: 0;
	padding: 3px 11px 2px;
	position: absolute;
	right: 0;
	top: 0;

	height: 100%;
	border: none;
	background: #CCC;
}

.searchsubmit:hover {

}

.searchsubmit:active {

}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
	float: left;
	margin: 0 10px 10px 0;
}

.flickr_badge_image a {
	display: block;
	line-height: 0;
}

.flickr_badge_image a:hover { }


/* WIDGET: #About
========================================= */
.widget_about {
	margin-top: -5px;
}

.widget_about .alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}

.widget_about .alignright {
	float: right;
	margin: 5px 0 10px 15px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
	margin-bottom: 12px;
	border: none;
}

.widget_ci_twitter_widget .twitter-time {
	display: block;
	font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody { }
#wp-calendar tbody td { background: none; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 3px;}
#wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a { font-weight: bold; font-style: italic; }

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


table {
	width:100%;
	margin-bottom:20px;
}

.gallery {
	margin-bottom: 20px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* General Form Styling
=================================== */
label {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #bbbbbb;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {

}

/* Buttons
=================================== */

a.button,
a.button:visited,
input[type=submit],
button,
a.comment-reply-link,
a.comment-reply-link:visited,
.tribe-events-read-more,
.tribe-events-read-more:visited,
.tribe-events-widget-link a,
.tribe-events-widget-link a:visited {
	line-height: normal;
	color: #000;
	font-size: 16px;
	font-family: "roboto condensed", sans-serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	padding: 5px 30px;
	border: none;
	border-radius: 0;
	display: inline-block;
}

a.button:hover,
input[type=submit]:hover,
button:hover,
tribe-events-read-more:hover,
a.comment-reply-link:hover,
.tribe-events-widget-link a:hover {
	background-color: #000;
	color: #FFF;
	display: inline-block;
}

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn {
	line-height: normal;
	font-size: inherit;
	border: 1px solid #999;
	border-radius: 2px;
	vertical-align: middle;
	padding: 6px 17px;
	color: #444;
	background: #dadada;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);

	-webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-moz-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-ms-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-o-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

a.btn:hover,
input[type=submit].btn:hover,
button.btn:hover {
	background: #E5E5E5;
}

a.btn:active,
input[type=submit].btn:active,
button.btn:active {
	box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.17);
}


/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */

#mobilemenu {
	display: none;
}

#mobile-bar {
	display: none;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #2F2F2F;
	color: #FFF;
	padding: 15px 10px 0 10px;
	height: 48px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media ( max-width: 767px ) {
	#mobile-bar, #mobilemenu {
		display: block;
	}
}

.menu-trigger,
.menu-trigger:focus {
	width: 24px;
	height: 21px;
	background: none;
	cursor: pointer;
	opacity: 0.85;
	margin: 0;
	outline: none;
	position: absolute;
	left: 10px;
	top: 9px;
	color: #FFF;
	font-size: 30px;
	line-height: 1;
}
.menu-trigger:hover { opacity: 0.95; color: #FFF;}
.menu-trigger:active { opacity: 1; }

.mob-title {
	color: #FFF;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.logged-in.admin-bar #mobile-bar {
	top: 32px;
}

@media screen and ( max-width: 782px ) {
	.logged-in.admin-bar #mobile-bar {
		top: 0;
		position: relative;
	}

	.logged-in.admin-bar #page {
		padding-top: 0;
	}
}


/* -----------------------------------------
	External Plugins
----------------------------------------- */

/* The Events Calendar */

.events-archive .entry-content, .events-archive .entry-header {
	width: 100%;
}

.tribe-events-notices {
	background: #1C1C1C;
	color: #FFF;
	border: none;
	border-radius: 0;
	text-shadow: none;
}

#tribe-events-content .tribe-events-tooltip h4 {
	color: #000;
}

h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title {
	text-transform: uppercase;
	margin-bottom: 25px;
}

.tribe-events-calendar a,
.tribe-events-calendar a:visited,
#tribe-events-content a, .tribe-events-event-meta a {
	color: #222;
}

#tribe-events-content div[id^='tribe-events-daynum'] a,
.tribe-events-list .tribe-events-ical,
.tribe-events-month .tribe-events-ical{
	color: #FFF !important;
}

.tribe-events-calendar a:hover,
#tribe-events-content a:hover, .tribe-events-event-meta a:hover{
	color: #666;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]&gt;a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .entry-content .tribe-events-button, .tribe-events-button.tribe-inactive, .entry-content .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
	background: #3a3a3a;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	text-transform: uppercase;
}

.tribe-events-list-widget .duration {
	font-weight: normal;
	font-size: 11px;
}

.tribe-events-list-widget h4, {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}

.single-tribe_events .tribe-events-schedule h3 {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	margin-bottom: 0;
}</pre></body></html>