/* SERVERSIDE INCLUDE */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800);
/* SERVERSIDE INCLUDE */

.slabtexted .slabtext {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap
}
.slabtextinactive .slabtext {
	display: inline;
	white-space: normal;
	font-size: 1em !important;
	letter-spacing: inherit !important;
	word-spacing: inherit !important;
*letter-spacing:0 !important;
*word-spacing:0 !important;
}
.slabtextdone .slabtext {
	display: block;
	line-height: 0.9;
}
/* SERVERSIDE INCLUDE */

/**
 * Core PhotoSwipe CSS file, http://photoswipe.com
 * @author Dmitry Semenov
 */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	z-index: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
}
.pswp * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pswp img {
	max-width: none;
}
.pswp--animate_opacity {
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
	display: block;
}
.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grap;
}
.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
	background: #222222;
}
.pswp--ie .pswp__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* SERVERSIDE INCLUDE */

.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}
.ath-mandatory {
	background: #000;
}
.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;
	background: #eee;
	background-size: 100% auto;
	box-shadow: 0 0.2em 0 #d1d1d1;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}
.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}
.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}
.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}
.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}
.ath-ios8.ath-tablet {
	right: 0.4em;
	top: 1.8em;
}
.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}
/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAeHAAAHhwFd+hRDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHVQTFRFAAAAOTk5MzMzOzs7Nzc3QUFBQEBAPz8/Pj4+QUFBQEBAPz8/Pj4+QUFBQEBAPz8/QUFBPj4+Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pj4+Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/QEBAPz8/n3QmjwAAACZ0Uk5TAAkKDQ4zODk6OzxBQkNERUusrbG0tba7vL3Excbu8fL19fb3+PgucqJgAAACqklEQVR42sXc23LCIBAGYKy2pgft0WpP2vTA+z9i0+goCZAs7O7P3oWZTL5ZYAh7sca0MXmYG3jM7yfu4/TV1jdow01tX6cdg4UrGoN1FNM3a+GK1nBSzPYGrOJgsPZt1hrerYUrjoa9wjHgFI7B2veZWVk3tpCdWm07H30y8+4AIhedPFj7cW7wioABrggawIqIAaroGbYXzlGCUvQNnc0IUgwaQIoRA0QxagAoCAZ1BcmgrCAaVBVkg6IiwaCmSDIoKRINKopkg4IiwyCuyDIIKzINoopsg6CCYRBTsAxCCqZBRLGo2RcrtkLAwFaIGJgKIQNLIWZgKAQN2QpRg1dKoCmEDVkKcUOGQsGQrFAxJCqUDEkKNUOCQtFAVqgaiAplg69YFDAQFADDqAJiGFGADI1iF1XADAOKvqHSLApHFFBDRAE2BBVwQ0BRwOApfn8LGDxFEcOQAmeIK5CGmAJrCCvQBq8A8r9Zrw08qp6irvAGs/zpIr4XBQxf3nQsyhvwipABrQgbsIqYAamIG3CKnqH+LKDoGXbVwD84zDB4E4AZ4IqgAayIGKCKqMGYS5RiwOArlgUMnuJrWcAAUYwaAAqCQV1BMigriAZVBdmgqEgwqCmSDEqKRIOKItmgoMgwiCv6hkvaa6KKTIOoItsgqGAYxBQsg5CCaRBRsA0CCgEDWyFiYCqEDCyFmIGhEDRkK0QNmQphQ5ZC3JChUDAkK1QMiQolQ5JCzZCguNUzkBV3P4oGokLZQFKoGwgKgGFUATGMKECGQQXMYMxVTAE0RBVQQ0QBNgQVcENI8QwoBo8cUiszWYPz4OVi3bQ9cBQoQ0exblsvTDZwg6PYHNo/tE0XmvVwa4BxWBentgtnL+A8HHPxcnYaaBRoQ6twDY3iEW5oFI8Hwx/QxSE448b+MwAAAABJRU5ErkJggg==);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}
.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}
.ath-mandatory .ath-container:before {
	display: none;
}
.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}
/* applied only if the application icon is shown */
.ath-container.ath-icon {
}
.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
.ath-ios7 .ath-action-icon, .ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image: url(data:image/png;base64,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);
	margin-top: -0.3em;
	background-size: auto 100%;
}
.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image: url(data:image/png;base64,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);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}
.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.4em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE2ODRFM0VGNDc0NTExRTRCNEUxODAyMzVCNkM5RTU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE2ODRFM0YwNDc0NTExRTRCNEUxODAyMzVCNkM5RTU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTY4NEUzRUQ0NzQ1MTFFNEI0RTE4MDIzNUI2QzlFNTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTY4NEUzRUU0NzQ1MTFFNEI0RTE4MDIzNUI2QzlFNTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7bs1dGAAABKElEQVR42uyXywnCQBRFxyCxCFsQ/CzUGtQGdOfGuBJbcWcqsAGtwY2Iii1YgbhQF/EOvEAQ/ARnkhHug7NwvJC5hDBzClEUqV8nCILkTx+MQR9UZO0IFmAObnEwDMOfn11UZqcMlqD2tN4WhqAHTqYe6BncvP9i88nR/61AycUCwYfNx1MFIxcLDCxlMyvQSJGtu1ggzdxdLLBNkT26WGBhKZtZAX0q7b/IHSTrXIEr6ILdm4wu2JGskx+xPmFbYAo24CJsZK1p8hS2cZVQcteZCdanYOIyl+d46s+HBfIeIx/xk9B8f3AYEBobb0B7wQSswVlYy5rv5BugkdHIaGQ0MhoZjYxGRiOjkdEHWIBGRiOjkdHIaGQ0MhoZjYxGRiPL1sgeAgwApeJtJOoNgAYAAAAASUVORK5CYII=);
	background-size: 100% auto;
}
.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}
.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}
.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}
.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}
.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3), inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
.ath-container.ath-phone {
	width: 24em;
}
.ath-android.ath-phone {
	margin-left: -12em;
}
.ath-ios.ath-phone {
	margin-left: -12em;
}
.ath-ios6:after {
	left: 39%;
}
.ath-ios8.ath-phone {
	left: auto;
	bottom: auto;
	right: 0.4em;
	top: 1.8em;
}
.ath-ios8.ath-phone:after {
	bottom: auto;
	top: -0.9em;
	left: 68%;
	z-index: 2147483641;
	box-shadow: none;
}
}
/* SERVERSIDE INCLUDE */

/* structure.css */
/* Theme Colors ------------------------------------------------------ */
/* Type -------------------------------------------------------------- */
/* Layout Parameters ------------------------------------------------- */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
	display: block;
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
*/
img, object, embed {
	max-width: 100%;
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
	overflow-y: scroll;
}
/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
pre {
	white-space: pre;
	/* CSS2 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;
/* IE */ }
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
select, input, textarea {
	font: 99% sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
td, td img {
	vertical-align: top;
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* standardize any monospaced elements */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}
/* make buttons play nice in IE */
button, input[type=button] {
	width: auto;
	overflow: visible;
}
/* scale images in IE7 more attractively */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.align-center {
	text-align: center;
}
.align-center.btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75em;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.row {
	margin-left: -20px;
	margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}

@media only screen and (min-width: 1px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}

@media only screen and (min-width: 768px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}

@media only screen and (min-width: 1151px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}

@media only screen and (min-width: 1300px) {
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	float: left;
}
.col-xl-12 {
	width: 100%;
}
.col-xl-11 {
	width: 91.66666667%;
}
.col-xl-10 {
	width: 83.33333333%;
}
.col-xl-9 {
	width: 75%;
}
.col-xl-8 {
	width: 66.66666667%;
}
.col-xl-7 {
	width: 58.33333333%;
}
.col-xl-6 {
	width: 50%;
}
.col-xl-5 {
	width: 41.66666667%;
}
.col-xl-4 {
	width: 33.33333333%;
}
.col-xl-3 {
	width: 25%;
}
.col-xl-2 {
	width: 16.66666667%;
}
.col-xl-1 {
	width: 8.33333333%;
}
.col-xl-pull-12 {
	right: 100%;
}
.col-xl-pull-11 {
	right: 91.66666667%;
}
.col-xl-pull-10 {
	right: 83.33333333%;
}
.col-xl-pull-9 {
	right: 75%;
}
.col-xl-pull-8 {
	right: 66.66666667%;
}
.col-xl-pull-7 {
	right: 58.33333333%;
}
.col-xl-pull-6 {
	right: 50%;
}
.col-xl-pull-5 {
	right: 41.66666667%;
}
.col-xl-pull-4 {
	right: 33.33333333%;
}
.col-xl-pull-3 {
	right: 25%;
}
.col-xl-pull-2 {
	right: 16.66666667%;
}
.col-xl-pull-1 {
	right: 8.33333333%;
}
.col-xl-pull-0 {
	right: auto;
}
.col-xl-push-12 {
	left: 100%;
}
.col-xl-push-11 {
	left: 91.66666667%;
}
.col-xl-push-10 {
	left: 83.33333333%;
}
.col-xl-push-9 {
	left: 75%;
}
.col-xl-push-8 {
	left: 66.66666667%;
}
.col-xl-push-7 {
	left: 58.33333333%;
}
.col-xl-push-6 {
	left: 50%;
}
.col-xl-push-5 {
	left: 41.66666667%;
}
.col-xl-push-4 {
	left: 33.33333333%;
}
.col-xl-push-3 {
	left: 25%;
}
.col-xl-push-2 {
	left: 16.66666667%;
}
.col-xl-push-1 {
	left: 8.33333333%;
}
.col-xl-push-0 {
	left: auto;
}
.col-xl-offset-12 {
	margin-left: 100%;
}
.col-xl-offset-11 {
	margin-left: 91.66666667%;
}
.col-xl-offset-10 {
	margin-left: 83.33333333%;
}
.col-xl-offset-9 {
	margin-left: 75%;
}
.col-xl-offset-8 {
	margin-left: 66.66666667%;
}
.col-xl-offset-7 {
	margin-left: 58.33333333%;
}
.col-xl-offset-6 {
	margin-left: 50%;
}
.col-xl-offset-5 {
	margin-left: 41.66666667%;
}
.col-xl-offset-4 {
	margin-left: 33.33333333%;
}
.col-xl-offset-3 {
	margin-left: 25%;
}
.col-xl-offset-2 {
	margin-left: 16.66666667%;
}
.col-xl-offset-1 {
	margin-left: 8.33333333%;
}
.col-xl-offset-0 {
	margin-left: 0%;
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}
.btn {
	background: #000;
	color: #fff;
	margin-bottom: 80px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-radius: 4px;
	line-height: 50px;
	margin-bottom: 40px;
}
.btn .svg {
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 2px;
}
.btn .svg path {
	fill: #fff;
}
.btn-widget {
	margin-bottom: 40px;
}
.page-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height: 100%;
}
.header {
	z-index: 100;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	position: absolute;
}
.header .navbar {
	opacity: 1 !important;
}
.header .navbar .logo {
	position: absolute;
	z-index: 1;
	left: 30px;
}

@media screen and (max-width: 991px) {
.header .navbar .logo {
	position: absolute;
	text-align: right;
	top: 3px;
	right: 20px;
}
}
.header .navbar .logo-text {
	padding-top: 15px;
}
.header .navbar .logo-text a {
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.header .navbar .logo-image img {
	height: 75px;
}
.header .navbar .nav {
	padding: 0;
	margin: 0;
	list-style-type: none !important;
	float: right;
}
.header .navbar .nav li {
	float: left;
	list-style: none;
}
.header .navbar .nav li a {
	display: block;
	margin: 0 40px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 75px;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif !important;
}
.header .navbar .nav li a:hover {
	color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 992px) {
.header .navbar .nav {
	z-index: 2;
}
}

@media screen and (max-width: 991px) {
.header .navbar .nav {
	display: none;
}
}
.mobile-nav {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 2;
}

@media screen and (min-width: 992px) {
.mobile-nav {
	display: none;
}
}
.mobile-nav .mobile-nav-button button {
	-webkit-appearance: none;
	-webkit-transition: all 500ms;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	color: #ffffff;
	font-size: 19px;
	font-weight: normal;
	height: 33px;
	letter-spacing: 1.6px;
	line-height: 33px;
	margin: .8em;
	background: rgba(0, 0, 0, 0.5);
	padding: 0;
	position: fixed;
	text-align: center;
	transition: all 500ms;
	width: 90px;
	opacity: 1;
}
.mobile-nav .mobile-nav-button button .hamburger {
	display: block;
	width: 15px;
	margin: 0 auto;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
.mobile-nav .mobile-nav-button button .menu-label {
	display: block;
	float: left;
	width: 30px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.mobile-nav .mobile-nav-button button .hamburger .bar {
	background: #fff;
	width: 15px;
	height: 3px;
	margin: 2px 0;
}
.mobile-nav .mobile-nav-button button:hover {
	background: black;
}
.mobile-nav .contact-wrapper {
	margin-top: 2em;
}
.mobile-nav .contact-wrapper a {
	background-color: #c5cbd0;
	color: #171717;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin: 1em 2em;
	padding: .5em 1em;
	text-transform: uppercase;
}
.mobile-nav .mobile-nav-palette {
	background-color: #171717;
	bottom: 0;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 250ms;
	transition: all 250ms;
	width: 85%;
	height: 100%;
	min-height: 100vh;
	overflow: auto;
}
.mobile-nav .mobile-nav-palette ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-nav .mobile-nav-palette ul li {
	margin: 0;
	padding: 0;
}
.mobile-nav .mobile-nav-palette ul li a {
	border-bottom: 1px solid #24292D;
	color: #c5cbd0;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0px;
	line-height: 45px;
	margin-bottom: -1px;
	padding: 0em 2em;
	text-transform: uppercase;
	width: 100%;
	text-decoration: none;
}
.mobile-nav .mobile-nav-palette ul li a:hover {
	color: white;
}
.mobile-nav .mobile-nav-palette ul li a .close {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.mobile-nav .contact-wrapper a {
	background-color: #c5cbd0;
	color: #171717;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin: 1em 2em;
	padding: .5em 1em;
	text-transform: uppercase;
}
.mobile-nav.open .mobile-nav-palette {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.image-group {
	font-size: 0;
	padding: 0 1px;
}
.image-group .gallery-item {
	display: inline-block;
	-webkit-transition: top 250ms, left 250ms;
	transition: top 250ms, left 250ms;
	width: 50%;
}

@media screen and (min-width: 600px) {
.image-group .gallery-item {
	width: 33.333333%;
}
}

@media screen and (min-width: 992px) {
.image-group .gallery-item {
	width: 25%;
}
}

@media screen and (max-width: 991px) {
.image-group .gallery-item {
	width: 25%;
}
}
.image-group.scriptified {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
.image-group.scriptified .gallery-item {
	left: 0;
	position: absolute;
	top: 0;
}
.full-height {
	height: 100vh;
}
.full-height .hero-unit h1 {
	width: 100%;
}
.full-height .hero-image-div {
	height: 100vh !important;
}
.half-height {
	height: 50vh;
}
.half-height .hero-image-div {
	height: 50vh !important;
}
.quarter-height {
	height: 25vh;
}
.quarter-height .hero-image-div {
	height: 25vh !important;
}
.auto-height {
	height: auto;
	padding: 50px 0;
}
.auto-height .hero-image-div {
	height: auto !important;
}
.auto-height .hero-unit {
	position: relative !important;
	top: 0 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.hero {
	position: relative;
}
.hero h1 {
	margin-bottom: 0;
}
.hero .hero-gradient-fill {
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
	/* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
	/* IE6-9 */
	opacity: 0.5;
}
.hero .hero-image-div {
	height: 100vh;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.hero .hero-unit {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center !important;
	display: block;
}
.hero .hero-unit .subtitle {
	color: white;
	display: block;
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
}
.hero .scroll-to-href {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
.hero .scroll-to-href a {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 999 !important;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	margin-bottom: 80px;
}
.hero .scroll-to-href a svg {
	margin-top: 18px;
	width: 25px;
	height: 30px;
	position: relative;
	top: 2px;
}
.hero .scroll-to-href a svg g path {
	fill: #fff;
}
.hero .scroll-to-href a:hover {
	background: rgba(0, 0, 0, 0.8);
}
.no-touch .hero.parallax .hero-image-div {
	/* add parallax on non-touch screens */
	background-attachment: fixed;
}
.testimonial-content {
	text-align: center;
}
.testimonial-content .quote {
	margin-bottom: 80px;
}
.testimonial-content .quote:last-of-type {
	margin-bottom: 0px;
}
.testimonial-content .quote .quote-text {
	font-style: italic;
}
.testimonial-content .quote .quote-author-name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
hr {
	margin-top: 80px;
}
ul li {
	line-height: 30px;
}
.bullet-style-checkmark ul {
	list-style: none;
	padding-left: 1em;
}
.bullet-style-checkmark ul li:before {
	content: "\2713\0020";
	display: block;
	left: .6em;
	position: absolute;
}
.servicegroup-content .features img, .servicegroup-content .features svg {
	left: 0 !important;
	position: relative !important;
	top: 0 !important;
	display: block;
	margin: 0 auto;
}
.servicegroup-content .features img {
	min-height: 100px;
}
.servicegroup-content .features svg {
	height: 100px;
	width: 100px;
} /* fix for safari bug */
.servicegroup-content .features .feature {
	padding: 80px 5% 0 5%;
}
.servicegroup-content .features .feature img {
	max-height: 100px;
	width: auto;
}
.servicegroup-content .features .feature svg {
	height: 100px;
	width: 100px;
} /* fix for safari bug */
.servicegroup-content .features .feature h6 {
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}
.servicegroup-content .features .feature p {
	margin-bottom: 80px;
}
.servicegroup-content .features .feature p:last-of-type {
	margin-bottom: 0;
}
.single-image {
	width: 100% !important;
	height: auto;
	margin-bottom: 80px;
}
.video-content .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-content .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer {
	padding: 10vh 0;
}
.footer nav[role="social-media"] {
	text-align: center;
	line-height: 40px;
}
.footer nav[role="social-media"] a {
	text-decoration: none;
}
.footer nav[role="social-media"] .social {
	height: 30px;
	width: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
.footer nav[role="footer-nav"] {
	text-align: center;
	margin-top: 40px;
}
.footer nav[role="footer-nav"] ul {
	padding: 0;
	margin: 0;
}
.footer nav[role="footer-nav"] ul li {
	display: inline-block;
}
.footer nav[role="footer-nav"] ul li a {
	margin: 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.footer .copyright {
	margin-top: 40px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}
.footer .copyright a {
	text-decoration: none;
	font-weight: bold;
}
.footer .copyright a:hover {
	border-bottom: 0;
}
.one-off-free .belongs-to {
	display: none;
}
.one-off-paid .belongs-to {
	background-color: black;
	color: white !important;
	display: block;
	font-size: small !important;
	line-height: 2.5em;
	margin: 0 !important;
	padding: 0 1em;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.one-off-paid .mobile-nav .mobile-nav-button button {
	margin-top: 2.7em;
}
.vcard h1 {
	font-size: 45px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.vcard h2 {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.5);
}
.vcard .vcard-portrait {
	background-size: cover !important;
	background-position: center center !important;
	height: 100vh;
	position: fixed;
}

@media (max-width: 1150px) {
.vcard .vcard-portrait {
	height: 50vh;
	width: 100%;
}
}
.vcard .vcard-content {
	background: #fff;
	min-height: 100vh;
	padding: 5vw 15vw 5vw 5vw;
}
.vcard .vcard-content .social {
	margin-top: 40px;
	margin-right: 20px;
}
.vcard .vcard-content .social path {
	fill: #8fc9d6 !important;
}

@media (max-width: 1150px) {
.vcard .vcard-content {
	min-height: normal;
	margin-top: 50vh;
}
}
.table .wrapper {
	max-width: 100%;
}

@media only screen and (max-width: 991px) {
.table .wrapper {
	max-width: none;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	display: block;
	margin-left: -35px;
	margin-right: -35px;
	padding-left: 35px;
	padding-bottom: 20px;
}
.table .wrapper table tr td {
	white-space: nowrap;
	min-width: 200px;
}
}
.table .wrapper table {
	width: 100%;
	border: 1px solid #ccc;
	margin-right: 35px;
}
.table .wrapper table tr {
	border-bottom: 1px solid #ccc;
}
.table .wrapper table tr td {
	padding: 10px;
	border-right: 1px solid #ccc;
	min-width: 150px;
	width: auto;
	font-size: 16px;
}
.table .wrapper table tr td:last-of-type {
	border-right: 0;
}
.table .wrapper .row-header tr:first-of-type {
	border-bottom: 3px solid #ccc !important;
}
.table .wrapper .row-header tr:first-of-type td {
	background: #f0f0f0;
	font-weight: bold;
}
.table .wrapper .column-header tr td:first-of-type {
	border-right: 3px solid #ccc !important;
	background: #f0f0f0;
	font-weight: bold;
}
/* SERVERSIDE INCLUDE */

/* app.css */

/* BEGIN SPECIAL CASES FOR THE INITIAL APP LOADING PROCESS */

html.loading, .loading body {
	height: 100%;
}
.loading .loading-message {
	color: #ffffff;
	display: block;
	padding: 1em;
	text-align: center;
	height: 100%;
	background-image: url(/themes/original/img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px;
}
.loading.color-palette-dark .loading-message {
	color: #101010;
	background-image: url(/themes/original/img/loading-dark.gif);
}
.loading.color-palette-light .loading-message {
	color: #ffffff;
	background-image: url(/themes/original/img/loading-light.gif);
}
.loading .page-wrapper {
	opacity: 0;
}
.loading .mobile-nav {
	display: none;
}
.loaded .loading-message {
	display: none;
}
.loaded .page-wrapper {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
/* END LOADING STUFF */

/* BEGIN OFFLINE SUPPORT DIALOG STUFF */

.offline-message {
	display: none;
}
.offline-enabled.applicationcache .offline-message.appcache-downloading {
	background: #FFF;
	box-shadow: 0 0 0.8em rgba(0,0,0,.5);
	display: block;
	font-size: small;
	line-height: 1.25em;
	opacity: .95;
	padding: 1em;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 3;
}
/* END OFFLINE SUPPORT DIALOG STUFF */

/* BEGIN PRIVATE APP STUFF */

.private-message {
	display: none;
}
.private .private-message {
	display: block;
	text-align: center;
	padding: 2em 1em;
	position: absolute;
	width: 100%;
}
.private .loading-message, .private .offline-message, .private .page-wrapper, .private .mobile-nav {
	/*display: none;*/
	opacity: 0;
}
html.private, .private body {
	height: 100%;
	overflow-y: hidden;
}
html.private body {
	background: #ec624a !important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ec624a 0%, #d94d35 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ec624a), color-stop(100%, #d94d35)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ec624a 0%, #d94d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ec624a 0%, #d94d35 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ec624a 0%, #d94d35 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ec624a 0%, #d94d35 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec624a', endColorstr='#d94d35', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
html.private .private-message {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
html.private .private-message h1 {
	font-weight: 700;
	font-size: 52px;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 10px;
}
html.private .private-message p {
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
/* END PRIVATE APP STUFF */

/* BEGIN NAV OVERFLOW STUFF */

.desktop-navigation-style-mobile .navbar, .force-mobile-nav .navbar {
	display: none;
}
.desktop-navigation-style-mobile.loaded .mobile-nav, .force-mobile-nav.loaded .mobile-nav {
	display: block;
}
/* END NAV OVERFLOW STUFF */

/* BEGIN DESKTOP NAV STUFF */

.desktop-navigation-style-fixed.no-touch .navbar {
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	color: #212121;
	position: fixed;
}
.desktop-navigation-style-fixed.no-touch .navbar li {
	margin-bottom: 0;
}
.desktop-navigation-style-fixed.no-touch .navbar .logo-text a, .desktop-navigation-style-fixed.no-touch .navbar li a {
	color: #212121;
}
.desktop-navigation-style-fixed.no-touch .navbar .logo-text a:hover, .desktop-navigation-style-fixed.no-touch .navbar li a:hover {
	color: #4c4c4c;
}
/* END DESKTOP NAV STUFF */

/* BEGIN WIDE LOGO HANDLING STUFF */

.header .navbar .logo-image img.wide {
	display: block;
	height: auto;
	max-width: 275px;
}
/* END WIDE LOGO HANDLING STUFF */

/* BEGIN GALLERY STUFF */

.tappable-indicator {
	background-color: rgba(0,0,0,.75);
	height: 30px;
	padding: 1em;
	position: absolute;
	width: 30px;
	top: 1px;
	z-index: 100;
}
.tappable-indicator img, .tappable-indicator svg {
	fill: #FFF;
	display: block;
	height: 14px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 14px;
}
.gallery-overflow-indicator {
	background-color: rgba(0,0,0,.75);
	bottom: 0;
	color: white;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.gallery-overflow-indicator .iconic-zoom-in {
	width: 20px;
	height: 20px;
}
/* END GALLERY STUFF */

/* BEGIN TESTIMONIAL STUFF */

.quote-photo img {
	border-radius: 50%;
	max-width: 150px;
	margin-bottom: 1.9em;
}
.quote-author .quote-author-name a, .quote-author .quote-author-name a:visited {
	color: #3e53d7;
	text-decoration: none;
}
.quote-author .quote-author-name a:hover {
	color: #1938f7 !important;
}
/* END TESTIMONIAL STUFF */

/* BEGIN VENDOR GUIDE STUFF */

.vendor-guide .navbar {
	display: none;
}
.vendor-guide.loaded .mobile-nav {
	display: block;
}
.widgets .vendor {
	margin-right: -40px;
	margin-left: -40px;
	padding: 0.25em 0;
}
.widgets .vendor-divider {
	transform: translateY(29px);
}
.widgets .vendor .vendor-image {
	float: left;
	max-width: 60px;
	margin: 0;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 0;
	border-radius: 50%;
}

@media (max-width: 1150px) {
.widgets .vendor {
	margin-right: 0px;
	margin-left: 0px;
}
.widgets .vendor .vendor-image {
	max-width: 80px;
}
}
.widgets .vendor .discount {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
}

@media (max-width: 1150px) {
.widgets .vendor .discount {
	text-align: center;
}
}
.widgets .vendor .discount .social {
	width: auto;
	height: 12px !important;
	margin-right: 0 !important;
}
.widgets .vendor .discount .social path {
}
.widgets .social-svgs a {
	margin-bottom: 3px;
}
.widgets .vendor .vendor-title {
	padding-top: 5px;
	padding-bottom: 7px;
}
.widgets .vendor .distance {
	line-height: 20px;
	margin-bottom: 30px;
}
.widgets .vendor .vendor-description {
	border: 1px solid #cccccc;
	padding: .5em .5em .6em .5em;
	position: relative;
}
.widgets .vendor .vendor-description h2 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 0;
}
.widgets .vendor .vendor-description h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.widgets .vendor .vendor-description .social-svgs {
	margin-bottom: 0;
}
.widgets .vendor .vendor-description .social {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.widgets .vendor .vendor-description .social path {
	width: auto;
	height: 45px;
}
.widgets .vendor .vendor-description .collapse-toggle-button {
	background: rgba(204, 204, 204, 0.5);
	bottom: 0;
	color: #535353;
	font-family: "Open Sans";
	font-size: 12px;
	left: 0;
	line-height: 30px;
	cursor: pointer;
	position: absolute;
	text-align: center;
	width: 100%;
}
.widgets .vendor-navigation .btn-primary {
	background: transparent !important;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	padding: 6px 15px;
	text-align: left;
	width: 100%;
}

@media (min-width: 460px) {
.widgets .vendor-navigation .btn-primary {
	display: inline-block;
	margin-right: 2px;
	width: auto;
}
}
.widgets .vendor-navigation .btn-primary .svg {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	height: 14px;
	margin-right: 3px;/*width: auto;*/
}
.widgets .vendor .collapse-wrapper {
	-webkit-transition: all 1s;
	margin-bottom: 2em;
	overflow: hidden;
}
.widgets .vendor .collapsed .collapse-wrapper {
	height: 0 !important;
	margin-bottom: 0;
}
.widgets .vendor .vendor-description .expand {
	display: none;
}
.widgets .vendor .vendor-description.collapsed .collapse {
	display: none;
}
.widgets .vendor .vendor-description.collapsed .expand {
	display: block;
}
/* END VENDOR GUIDE STUFF */

/* BEGIN TABLE STUFF */

.table .table-wrapper {
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
}
.table table {
	font-size: medium;
	white-space: nowrap;
	width: 100%;
}
.table caption {
	text-transform: uppercase;
}
.table th, .table td {
	padding: .625em;
}
.table th {
	background: #f0f0f0;
	border: 3px solid #ccc;
}
.table td {
	border: 1px solid #ccc;
}
.table .center-align {
	text-align: center;
}
/* END TABLE STUFF */

/* BEGIN AD STUFF */
#ribbon {
	-webkit-transition: all 500ms;
	background-color: white;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	border-top: 1px solid #cccccc;
	bottom: 0;
	height: 75px;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 9;
}
#ribbon.hidden {
	transform: translateY(100%);
}
#fullscreen-ad {
	align-items: center;
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}
#fullscreen-ad img {
	display: block;
}
/* END AD STUFF */

/* BEGIN CALENDAR WIDGET STUFF */

.calendar-widget {
	font-size: 75%;
	text-align: left;
}
.calendar-widget .calendar-legend {
	clear: both;
	display: block;
}
.calendar-widget h2.align-center {
	text-align: center;
}
.calendar-widget .calendar-legend.align-center {
	text-align: center;
}
.calendar-widget .calendar-legend > * {
	display: inline-block;
}
.calendar-widget .calendar-key {
	border: 1px solid #ccc;
	width: 2em;
}
.calendar-widget .calendar-key.unavailable {
	margin-left: 2em;
}
.calendar-widget .cell {
	background-color: white;
	font-weight: bold;
}
.calendar-widget .available {
	background-color: #b6ddaf;
	font-weight: bold;
}
.calendar-widget .past {
	color: #ccc;
	text-decoration: line-through;
}
.calendar-widget .unavailable {
	background-color: #ccc;
	text-decoration: line-through;
}
.calendar-widget .availability-header {
	margin-bottom: 1em;
}
.calendar-widget .calendar {
	background-color: #f4f4f4;
	padding: 10px;
	text-align: center;
}
.calendar-widget table {
	width: 100%;
}
.calendar-widget table th, .calendar-widget table td {
	padding: .5em 0;
	position: relative;
	text-align: center;
}
.calendar-widget table th {

	background-color: #f4f4f4;
}
.calendar-widget .check-in {
	background-image: linear-gradient(-50deg, #FFF 50%, #75bf67 50%);
	background-repeat: no-repeat;
	background-size: cover;
}
.calendar-widget .check-out {
	background-image: linear-gradient(-50deg, #75bf67 50%, #FFF 50%);
	background-repeat: no-repeat;
	background-size: cover;
}
/* END CALENDAR WIDGET STUFF */

/* BEGIN SCORESTREAM STUFF */

.scorestream-widget .align-center {
	text-align: center;
}
/* END SCORESTREAM STUFF */

/* BEGIN VIDEO STUFF */

.video-content .align-center {
	text-align: center;
}
.video-content .video-wrapper {
	margin-bottom: 95px;
}
/* END VIDEO STUFF */

/* BEGIN SHARING WIDGET */

.share-widget-wrapper {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.share-widget-wrapper .share-widget-title {
	text-align: center;
	width: 100% !important;
	padding: 20px;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 16px;
}
.share-widget-wrapper .share-module {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 50px;
	text-align: center;
}
.share-widget-wrapper .share-module a {
	text-decoration: none;
	display: block;
	line-height: 20px;
}

@media screen and (max-width:1000px) {
.share-widget-wrapper .share-module a strong {
	font-size: 10px;
}
}
.share-widget-wrapper .share-module svg {
	width: auto;
	height: 50px;
	display: block;
	margin: 20px auto;
}

@media screen and (max-width:1000px) {
.share-widget-wrapper .share-module svg {
	height: 20px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
}
.share-widget-wrapper .share-module strong {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif !important;
}
/* END SHARING WIDGET */

/* THE STUFF BELOW HERE SHOULD GET MOVED INTO SCSS AT SOME POINT */

h1 > span {
	font-weight: inherit;
}
.hero {
	overflow: hidden;
}
.hero-video {
	display: block;
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}
.hero .hero-unit {
	float: none;
}
.hero > .no-text-shadow > h1 {
	text-shadow: none;
}
.mobile-nav.open .mobile-nav-palette {
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}
.align-center, .align-center li, .align-center .quote-text {
	display: block !important;
	text-align: center !important;
}
.btn.align-left {
	display: inline-block;
	padding: 0 1em;
}
.bullet-style-checkmark ul, .bullet-style-disc ul {
	padding-left: 1em;
}
.bullet-style-checkmark ul li, .bullet-style-disc ul li {
	list-style: none;
	position: relative;
}
.bullet-style-checkmark ul li:before, .bullet-style-disc ul li:before {
	display: block;
	left: -1.1em;
	position: absolute;
}
.align-center.bullet-style-checkmark ul li:before, .align-center.bullet-style-disc ul li:before {
	display: inline;
	position: static;
}
.bullet-style-checkmark ul li:before {
	content: "\2713  ";
}
.bullet-style-disc ul li:before {
	content: "•  ";
}
.single-image {
	max-height: 90vh !important;
	width: auto !important;
}
.image-group.scriptified {
	margin-bottom: 95px;
}
.testimonial-content > .container > .row > div {
	margin-bottom: 6em !important;
	margin-top: 2.5em !important;
}
.testimonial-content .quote-text {
	padding: 0 5%;
	text-align: left;
}
.mobile-nav .mobile-nav-palette ul li.mobile-logo-text a {
	font-size: 24px;
	padding: 20px 25px;
	line-height: 34px;
	text-transform: none;
	font-weight: 400;
}
/*MAKE GOOGLE PAGE SPEED HAPPY ABOUT TOUCH TARGET SIZE*/
.touch .footer nav[role="social-media"] .social {
	height: 48px;
	width: 48px;
	margin-left: 5px;
	margin-right: 5px;
}
/*FIX FOR BUTTONS WITH HUGE LONG LABELS*/
.btn {
	line-height: 26px;
	overflow-wrap: break-word;
	padding: 12px;
}
/* SERVERSIDE INCLUDE */

/* contemporary.css */

html, body {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
}
.hero h1, .hero h2, .hero p {
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	text-align: center;
}
p {
	margin-bottom: 34px;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
}
ul {
	margin-top: 34px;
	margin-bottom: 34px;
	margin-left: 25px;
}
ul li {
	list-style: disc;
	text-align: left;
	margin-bottom: 8.5px;
}
h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 108px;
	line-height: 119px;
	font-weight: 800;
	margin-bottom: 51px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
h1 {
	font-size: 70px;
	line-height: 68px;
	margin-bottom: 34px;
}
}

@media only screen and (max-width: 767px) {
h1 {
	font-size: 50px;
	line-height: 51px;
	margin-bottom: 17px;
}
}
h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 37px;
	line-height: 51px;
	font-weight: 700;
	margin-bottom: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
h2 {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 17px;
}
}

@media only screen and (max-width: 767px) {
h2 {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 17px;
}
}
.widgets {
	margin: 15vh 0;
}
/* SERVERSIDE INCLUDE */

/* light.css */
html, body {
	background: #fff !important;
}
html hr, body hr {
	border-top: 1px solid #ccc !important;
}
html .svg path, body .svg path {
	fill: #535353 !important;
}
html .btn .svg path, body .btn .svg path {
	fill: #fff !important;
}
html .page-wrapper, body .page-wrapper {
	background: #fff !important;
}
html .page-wrapper h1, html .page-wrapper h2, html .page-wrapper h3, html .page-wrapper h4, html .page-wrapper h5, html .page-wrapper h6, html .page-wrapper ul, html .page-wrapper li, html .page-wrapper p, html .page-wrapper strong, body .page-wrapper h1, body .page-wrapper h2, body .page-wrapper h3, body .page-wrapper h4, body .page-wrapper h5, body .page-wrapper h6, body .page-wrapper ul, body .page-wrapper li, body .page-wrapper p, body .page-wrapper strong {
	color: #535353 !important;
}
html .page-wrapper .hero h1, body .page-wrapper .hero h1 {
	color: #fff !important;
}
html .page-wrapper .quote-author-name, body .page-wrapper .quote-author-name {
	color: rgba(83, 83, 83, 0.6);
}
html .table th, body .table th {
	background: #dcdcdc !important;
	border: 3px solid #c0bebe;
	color: #535353 !important;
}
html .table td, body .table td {
	border: 1px solid #c0bebe !important;
	color: #535353 !important;
}
html .calendar-widget .calendar-key, body .calendar-widget .calendar-key {
/*border: 1px solid #c0bebe !important;*/ }
html .calendar-widget .cell, body .calendar-widget .cell {
	background-color: #fff !important;
	color: #535353 !important;
}
html .calendar-widget .available, body .calendar-widget .available {
	background-color: #75bf67 !important;
	color: #fff !important;
}
html .calendar-widget .past, body .calendar-widget .past {
	color: #535353 !important;
}
html .calendar-widget .unavailable, body .calendar-widget .unavailable {
	background: white !important;
}
html .calendar-widget .calendar, body .calendar-widget .calendar {
	background: white !important;
/*border: 1px solid #c0bebe !important;*/ }
html .calendar-widget .calendar-header, body .calendar-widget .calendar-header {
/*border-bottom: 1px solid #c0bebe !important;*/ }
html .calendar-widget table th, body .calendar-widget table th {
	background: #dcdcdc !important;
	color: #535353 !important;
}
html .vendor-navigation .btn, body .vendor-navigation .btn {
	border: 1px solid #535353;
	color: #535353 !important;
}
html .vendor-navigation .btn .svg path, body .vendor-navigation .btn .svg path {
	fill: #535353 !important;
}
html .discount .svg, body .discount .svg {
	fill: #fff !important;
}
html .share-widget-wrapper .share-widget-title, body .share-widget-wrapper .share-widget-title {
	border-bottom: 1px solid #d9d8d8 !important;
}
html .share-widget-wrapper .share-module, body .share-widget-wrapper .share-module {
	border-top: 0;
	border-left: 1px solid #d9d8d8 !important;
	border-bottom: 1px solid #d9d8d8 !important;
}
html .share-widget-wrapper .share-module:last-of-type, body .share-widget-wrapper .share-module:last-of-type {
	border-right: 1px solid #d9d8d8 !important;
}
html .share-widget-wrapper .share-module a svg path, body .share-widget-wrapper .share-module a svg path {
	fill: #535353 !important;
}
html .share-widget-wrapper .share-module a strong, body .share-widget-wrapper .share-module a strong {
	color: #535353 !important;
}
html .share-widget-wrapper .share-module a:hover svg path, body .share-widget-wrapper .share-module a:hover svg path {
	fill: red !important;
}
html .share-widget-wrapper .share-module a:hover strong, body .share-widget-wrapper .share-module a:hover strong {
	color: red !important;
}
html .footer, body .footer {
	background: #101010 !important;
}
html .footer nav[role="social-media"] .social path, body .footer nav[role="social-media"] .social path {
	fill: rgba(255, 255, 255, 0.6) !important;
}
html .footer nav[role="social-media"] .social:hover path, body .footer nav[role="social-media"] .social:hover path {
	fill: rgba(255, 255, 255, 0.6) !important;
}
html .footer nav[role="footer-nav"] ul li a, body .footer nav[role="footer-nav"] ul li a {
	color: #fff;
}
html .footer .copyright, body .footer .copyright {
	color: rgba(255, 255, 255, 0.6) !important;
}
html .footer .copyright a, body .footer .copyright a {
	color: rgba(255, 255, 255, 0.6) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
html .footer .copyright a:hover, body .footer .copyright a:hover {
	color: #fff;
}
.btn {
	background-color: #3f74f4 !important;
	color: #ffffff !important;
}
.iconic-zoom-in-rim, .iconic-zoom-in-plus, .iconic-zoom-in-handle {
	stroke: #ffffff;
}
html .share-widget-wrapper .share-module a:hover strong, body .share-widget-wrapper .share-module a:hover strong {
	color: #3f74f4 !important;
}
html .share-widget-wrapper .share-module a:hover svg path, body .share-widget-wrapper .share-module a:hover svg path {
	fill: #3f74f4 !important;
}
.form-control:focus {
	border-color: #3f74f4 !important;
}
.tappable-indicator {
	background-color: #3f74f4 !important;
}
.tappable-indicator svg {
	background-color: #3f74f4 !important;
	fill: #ffffff !important;
}
.quote-author-name a, .quote-author-name a:visited {
	color: #282828 !important;
}