

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }



/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */



/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }



/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */

.galleria-container {
	position: relative;
	overflow: hidden;
}
	.galleria-container img {
		-moz-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
	}
.galleria-stage {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow:hidden;
}
	.galleria-loader {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -24px 0 0 -24px;
		z-index: 2;
		display: none;
		opacity: .8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
		.galleria-image-nav-left,
		.galleria-image-nav-right {
		    opacity: .3;
		    filter: alpha(opacity=30);
		    cursor: pointer;
		    width: 46px;
		    height: 120px;
		    position: absolute;
		    left: 10px;
		    z-index: 2;
		    background-repeat: no-repeat;
		    background-position: -150px 50%;
			top: 50%;
			margin-top: -60px;
		}
		.galleria-image-nav-right {
			left: auto;
			right: 10px;
			background-position: -196px 50%;
			z-index: 2;
		}
		.notouch .galleria-image-nav-left:hover,
		.notouch .galleria-image-nav-right:hover {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.touch .galleria-image-nav-left:active,
		.touch .galleria-image-nav-right:active {
			opacity: 1;
			filter: alpha(opacity=100);
		}
	.galleria-progress {
		height: 4px;
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		z-index: 3;
		opacity: .3;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
	}
.galleria-info {
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	display: none;
}
	.galleria-info-text {
		margin: 15px;
		padding: 12px;
	}
	.galleria-info-title {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	.galleria-info-description {
		font-size: 12px;
		font-style: italic;
		margin: 0;
	}
	.galleria-info-close {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 15px;
		background-position: -452px 0px;
		opacity: .5;
		filter: alpha(opacity=50);
		cursor: pointer;
	}
	.notouch .galleria-info-close:hover{
		opacity:1;
		filter: alpha(opacity=100);
	}
	.touch .galleria-info-close:active{
		opacity:1;
		filter: alpha(opacity=100);
	}
.galleria-bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 3;
}
	.jp-previous,
	.jp-play,
	.jp-pause,
	.jp-next,
	.jp-repeat,
	.jp-repeat-off {
		display: block;
		width: 30px;
		height: 30px;
		float : left;
		cursor: pointer;
		text-indent: -5000px;
		overflow: hidden;
	}
	.jp-previous {
		background-position: 0 0;
	}
	.jp-play {
		background-position: -30px 0;
	}
	.jp-pause {
		background-position: -60px 0;
	}
	.jp-next {
		background-position: -90px 0;
	}
	.jp-repeat {
		opacity: .5;
		filter: alpha(opacity=50);
		background-position: -120px 0;
	}
	.jp-repeat-off {
		background-position: -120px 0;
	}
	.jp-time {
		height: 30px;
		line-height: 30px;
		float: left;
		font-size: 11px;
		padding-left: 8px;
		font-weight: bold;
	}
		.jp-time span {
			line-height: 30px;
		}

	.galleria-info-link,
	.galleria-fullscreen,
	.galleria-play {
		width: 30px;
		height: 30px;
		float : right;
		cursor: pointer;
	}
	.galleria-play {
		background-position: -272px 0;
	}
	.galleria-play.playing {
		background-position: -302px 0;
	}
	.galleria-fullscreen.fs {
		background-position: -362px 0;
	}
	.galleria-fullscreen {
		background-position: -332px 0;
	}
	.galleria-info-link {
		opacity: .5;
		filter: alpha(opacity=50);
		background-position: -242px 0;
	}
	.galleria-info-link.enabled {
		opacity: 1;
		filter: alpha(opacity=100);
		background-position: -242px 0;
	}
	.galleria-counter {
		height: 30px;
		line-height: 30px;
		float: right;
		text-align: right;
		font-size: 11px;
		padding-right: 8px;
		font-weight: bold;
	}
		.galleria-counter span {
			line-height: 30px;
		}
.galleria-thumbnails-container {
	padding: 10px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 2;
}
	.galleria-carousel .galleria-thumbnails-list {
		margin-left: 30px;
		margin-right: 30px;
	}
		.galleria-thumbnails .galleria-image {
			margin: 0 5px 0 0;
			float: left;
			cursor: pointer;
		}
	.galleria-thumb-nav-left,
	.galleria-thumb-nav-right {
		cursor: pointer;
		display: none;
		background-position: -392px 50%;
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		z-index: 3;
		background-repeat: no-repeat;
	}
	.galleria-thumb-nav-right {
		background-position: -422px 50%;
		right: 0;
		left: auto;
	}
	.galleria-thumbnails-container .disabled {
		opacity: .2;
		filter: alpha(opacity=20);
		cursor: default;
	}
	.notouch .galleria-thumbnails-container .disabled:hover {
		opacity: .2;
		filter: alpha(opacity=20);
	}
	.galleria-carousel .galleria-thumb-nav-left,
	.galleria-carousel .galleria-thumb-nav-right {
		display: block;
	}



	@font-face {
		font-family: 'museo_slab_500';
		src: url('sarin-core/fonts/museo_slab_500_2-webfont.woff2') format('woff2'),
			 url('sarin-core/fonts/museo_slab_500_2-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'rubik-light';
		src: url('sarin-core/fonts/rubik-light-webfont.woff2') format('woff2'),
			 url('sarin-core/fonts/rubik-light-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'acherus_grotesque';
		src: url('sarin-core/fonts/acherus_grotesque_-_regular-webfont.woff2') format('woff2'),
			 url('sarin-core/fonts/acherus_grotesque_-_regular-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}



/* ---- Clear Default Browser Styles ---- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	outline: none;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
q:before, q:after {
	content: '';
}
a, ins {
	text-decoration: none;
}
a {
	outline: none;
}

/* ----- Fonts ----- */

* {
	font-family: "acherus_grotesque", Arial, sans-serif;
}

body, p {
	color: #AAA197;
	font-size: 15px;
}

a:link,
a:visited{
	text-decoration: underline;
	color: #666666;
}

a:hover{
	color: #000000;
}

em {
	font-style: italic;
}

b, strong{
	font-weight: bold;
}

u {
	text-decoration: underline;
}

strike{
	text-decoration: line-through;
}

/* ---- Global Stuff ---- */

.Clear ,
.clear {
	clear: both;
}

html, body {
	background-color: #383838;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.no-cssgradients body {
	background-image: url("sarin-gateway.php?action=create_gradient&hex1=474747&hex2=383838&height=500");
	background-repeat: repeat-x;
}
.cssgradients body {
	background-image: linear-gradient(top, #474747, #383838);
	background-image: -o-linear-gradient(top, #474747, #383838);
	background-image: -moz-linear-gradient(top, #474747, #383838);
	background-image: -webkit-linear-gradient(top, #474747, #383838);
	background-image: -ms-linear-gradient(top, #474747, #383838);
}




/* ---- Trunk ---- */
#container {
	position: relative;
	padding: 15px;
	margin: 0 auto 0 auto;
	max-width: 1300px;
	min-width: 320px;
	overflow: hidden;
}
#container-inner {
	background-color: transparent;
	padding: 50px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#main {
	padding-bottom: 15px;
}
@media screen and (max-width: 600px){
	#container {
		padding: 0px;
		max-width: 1200px;
	}
	#container-inner {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}



/* ---- Header + Footer ---- */

header {
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}

#logo {
	width: auto;
	display: block;
	float: left;
	overflow: hidden;
	text-decoration: none;
	outline: none;
	margin-bottom: 50px;
	margin-bottom: 0px;
}
	#logo img {
		width: auto;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#logo h1 {
		font-weight: normal;
		display: block;
		margin: 0px;
		padding: 0px;
		padding-left: 0px;
		color: #222222;
		font-size: 36px;
		font-family: "museo_slab_500", Arial, sans-serif;
	}
header.Collapse #logo {
	margin-bottom: 50px;
}
	header.Collapse #logo h1 {
		font-size: 27px;
	}
	header.Collapse #logo img {
		width: 100%;
		height: inherit;
	}



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

.menu {
	position: relative;
	float: left;
	clear: both;
	clear: none;
	float: right;
}
	
	.menu ul {
		position: relative;
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.menu ul li {
			display: block;
			position: relative;
			float: left;
		}
	/* This hides the dropdowns */
	.menu li ul { 
		display: none; 
	}
		.menu ul li a {
			display: block;
			white-space: nowrap;
		}
	/* Display the dropdown */
	.menu li:hover > ul {
		display: block;
		position: absolute;
	}
		.menu li:hover li { 
			float: none; 
		}
	/* Displays second level dropdowns to the right of the first level dropdown */
	.menu ul ul li {
		min-width: 100px;
	}
	.menu ul ul ul {
		left: 100%;
		top: 0;
	}
	/* Simple clearfix */
	.menu ul:before,
	.menu ul:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}
	.menu ul:after { 
		clear: both; 
	}
	
	/* Render out styles */
	.menu li a {
		text-decoration: none;
		outline: none;
		display: block;
		padding: 10px 15px;
		position: relative;
		font-family: "acherus_grotesque", Arial, sans-serif;
		font-size: 20px;
		color: #C7C7C7;
	}
	.menu ul:first-of-type li:last-child {
		padding-right: 0px;
	}
	.menu a:focus, .menu a:hover {
		color: #E7C892;
	}
	.menu ul li.current a {
		color: #BD872A;
	}
	.menu ul li ul {
		background-color: #474747;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	}

/* Mobile/Collapsed */
header.Collapse .menu {
	float: none;
	clear: both;
}
		header.Collapse .menu ul li {
			float: none;
			width: 100%;
		}
	header.Collapse .menu li ul { 
		display: block;
		width: 100%;
	}
		header.Collapse .menu ul li a {
			white-space: normal;
		}
	header.Collapse .menu li:hover > ul {
		position: relative;
		display: block;
	}
	header.Collapse .menu ul ul ul {
		left: 0;
		top: 0;
	}
	header.Collapse .menu ul ul li a {
		padding-left: 25px;
	}
	header.Collapse .menu ul ul ul li a {
		padding-left: 35px;
	}

	/* Render out styles */
	header.Collapse .menu ul li ul {
		background: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	header.Collapse .menu > ul {
		display: block;
		border-top: 1px dotted #444444;
	}
	header.Collapse .menu li a {
		border-bottom: 1px dotted #444444;
	}
	header.Collapse .menu li.has-subnav > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 20px;
		padding: 10px;
	}
	header.Collapse .menu li.has-subnav > a.active:after {
		content: "-";
	}


/* ---- Badges ---- */

#badges-wrapper {
	border-top: 1px dotted #444444;
	padding: 15px 0;
}
#badges {
	table-layout: fixed;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 auto;
	padding: 0;
}
	#badges a[href=""] {
		cursor: default;
	}
	#badges tr,
	#badges th {
		margin: 0;
		padding: 0;
	}
	#badges th {
		margin: 0;
		padding: 10px;
	}
	#badges img {
		max-width:100%;
		height: auto;
	}


/* ---- Footer + Social + Etc ---- */

#footer-container {
	position: relative;
	margin: 0 auto;
	border-top: 1px dotted #444444;
	padding-top: 50px;
	
}
	#footer {
		position:relative;
		margin: 0 auto;
	}
	#footer-left * ,
	#footer-full * {
		color: #444444 !important;
		font-size: 14px !important;
	}
		#footer #footer-left{
			display: inline-block;
			float: left;
			width: 48%;
			min-height: 26px;
		}
			.SocialBarItem {
				margin-top: 3px;
				float: left;
				width: 100px;
				overflow: hidden;
				margin-bottom: 15px;
			}
		#footer #footer-right{
			float: right;
			width: 48%;
			padding-left: 4%;
		}
			#social-icons{
				position: relative;
				float:right;
			}
				#social-icons a {
					width: 22px;
					height: 22px;
					margin: 4px;
					float: left;
					text-indent: -5000px;
					background-image: url('sarin-gateway.php?action=image_colorize&image=social-sprite.png&effect=overlay&color=444444');
					opacity: .8;
				}
				#etsy_link { background-position: -242px 0; }
				#facebook_link { background-position: -220px 0; }
				#flickr_link { background-position: -264px 0; }
				#googleplus_link { background-position: -286px 0; }
				#instagram_link { background-position: -308px 0; }
				#lastfm_link { background-position: -198px 0; }
				#linkedin_link { background-position: -176px 0; }
				#myspace_link { background-position: -154px 0; }
				#pintrest_link { background-position: -132px 0; }
				#rss_link { background-position: -110px 0; }
				#skype_link { background-position: -88px 0; }
				#tumblr_link { background-position: -66px 0; }
				#twitter_link { background-position: -44px 0; }
				#vimeo_link { background-position: -22px 0; }
				#youtube_link { background-position: 0 0; }
				#social-icons button {
					opacity: .8;
					border: none;
					background: #444444;
					margin: 4px;
					padding: 0 10px;
					height: 22px !important;
					line-height: 22px;
					font-size: 12px;
					font-weight: bold;
					color: #383838;
					display: block;
					position: relative;
					float: left;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
				}
				#social-icons a:hover,
				#social-icons button:hover {
					opacity: 1;
				}
			#footer p {
				display: inline;
			}
			#footer a {
				text-decoration:underline;
			}
			
	/* skype embeds this flash object */
	object#skypedetectionswf{
		display: none;
	}

@media screen and (max-width: 600px) {
	.SocialBarItem {
		display: none;
	}
	#footer #footer-left{
		width: 100%;
		clear:left;
		float: left;
		text-align: center;
		padding: 50px 0;
	}
	#footer #footer-right{
		clear:left;
		float: left;
		width: 100%;
		padding-left: 0%;
		text-align: center;
	}
		#social-icons{
			float: none;
			clear:left;
			margin: 0 8px 0 0;
		}
			#social-icons a {
				display: inline-block;
				float: none;
			}
			#social-icons button {
				top: -11px;
				display: inline-block;
				float: none;
			}
}


/* ---- Signup ---- */

#sign-up {
	display: none;
}
#sign-up .Inner {
	padding: 30px;
}
#sign-up form {
	text-align: center;
}
#sign-up h6 {
	text-align: center;
	font-family: "acherus_grotesque", Arial, sans-serif;
	font-size: 18px;
	color: #AAA197;
	margin: 0 0 15px 0;
}
#sign-up .Description {
	text-align: center;
}
#sign-up input {
	font-family: "acherus_grotesque", Arial, sans-serif;
	color: color: #444444;
	background: #FFFFFF;
	border: 1px #999999 solid;
	padding: 7px 10px;
	font-size: 18px;
	margin-bottom: 10px;
}
#sign-up input:hover {
	border-color: #444444;
}
#sign-up input.Focused {
	border-color: #444444;
}
#sign-up input.Invalid {
	background: #FEE9E9;
	border-color: #993300;
}
#sign-up .ButtonGroup {
	padding: 0 4px 0 4px;
}
#sign-up .ButtonGroup input {
	border: none;
	font-family: "acherus_grotesque", Arial, sans-serif;
	color: color: #444444;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	width:auto;
}
#sign-up .ButtonGroup input:hover {
}
#sign-up .Result{
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	border: 1px #999999 solid;
	background: #FFFFFF;
	color: #444444;
	font-size: 15px;
	padding: 5px;
}

.ModalObject {
	display:none;
}
#simplemodal-overlay {
	background-color: #474747;
}
#simplemodal-container {
	background-color: #474747;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	border: 1px solid #444444;
}
#simplemodal-container a.modalCloseImg {
	display: block;
	z-index:3200;
	background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=AAA197');
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: -452px 0px;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
#simplemodal-container a.modalCloseImg:hover{
	opacity:1;
	filter: alpha(opacity=100);
}



/* ---- Graphic ---- */

.Graphic {
	position: relative;
	background: #F8F8F8;
	margin: 0 0 50px 0;
}

.Graphic img {
	display: block;
	margin: 0 auto 0 auto;
}

.Graphic .Caption {
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	text-align: left;
}

.Graphic .CaptionInner {
	margin: 15px;
	padding: 12px;
	background-color: #000000;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.Graphic .Caption h3 {
	font-family: "acherus_grotesque", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.Graphic .Caption .Description {
	font-family: "acherus_grotesque", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	margin: 0;
}

/* ---- Markdown Text ---- */

.Description p {
	font-family: "acherus_grotesque", Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 24px;
}

.Description pre {
	white-space: normal;
	margin: 0 20px 15px 20px;
	line-height: 24px;
}

.Description pre code {
	font-style: italic;
}

.Description ul {
	list-style-type: disc;
	margin-bottom: 15px;
}

.Description li {
	margin-left: 20px;
}

.Title,
h2,
h1{
	margin: 0 0 15px 0;
	font-family: "rubik-light", Arial, sans-serif;
	font-size: 25px;
	color: #8F8F8F;
	margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
	.Title,
	h2,
	h1{
		font-size: 25px;
	}
}

h3 {
	font-size: 15px;
	color: #8F8F8F;
}

.Description {
	font-size: 15px;
	color: #AAA197;
}

.Description a {
	font-size: 15px;
	color: #AAA197;
	text-decoration: underline;
}

.Description a:hover {
	color: #8F8F8F;
}

.Description pre {
}

.Description h2 {
	font-size: 19px;
	color: #8F8F8F;
}

.Description strong {
	font-weight: bold;
}


#main {
	position: relative;
	border-top: 1px dotted #444444;
	padding-top: 50px;
}

.Splash,
.HomePage {
	border-top: none !important;
	padding-top: 0  !important;
}

/* ---- GalleryList ---- */

.GridItems {
	margin-bottom: 10px;
}

.GridItems .Graphic {
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.GridItems .Graphic img {
	width: 100%;
	height: auto;
}

.GridItems .GridItemLink {
	font-family: "rubik-light", Arial, sans-serif;
	background: #CCCCCC;
	color: #000000;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 10px;
}

.GridItems .GridItemLink:hover {
	background: #444444;
	color: #FFFFFF;
}



/* ---- InfoList Default Setup ---- */

.Accordian a {
	font-family: "rubik-light", Arial, sans-serif;
	background: #CCCCCC;
	color: #000000;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 5px;
}

.Accordian a:hover,
.Accordian .Active {
	background: #444444;
	color: #FFFFFF;
}

.IndexTable {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}

.IndexTable ul {
	font-size: 15px;
}

.IndexTable li {
	list-style: none;
}

.IndexTable a {
	font-family: "rubik-light", Arial, sans-serif;
	background: #CCCCCC;
	color: #000000;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 5px;
}

.IndexTable a:hover,
.IndexTable .Active {
	background: #444444;
	color: #FFFFFF;
}

.IndexRows {
	position: relative;
	margin: 0;
	padding: 0;
	width: 49%;
	float: right;
}

.IndexRows .Index {
	display: none;
}

.IndexRows .Row {
	position: relative;
	padding-bottom: 30px;
	width: 100%;
}

.InfoList .Row .Graphic {
	float: left;
	margin-bottom: 10px;
	background: #F8F8F8;
	width: 100%;
	text-align: center;
}

.InfoList .Row .Graphic img {
	width: 100%;
	height: auto;
}

.InfoList .Row .Description {
	clear: left;
}



/* ---- InfoPage Default Setup ---- */

.InfoPage .Column1,
.VideoPage .Column1 {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
}
.InfoPage .Column2,
.VideoPage .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
}
@media screen and (max-width: 600px){
	.InfoPage .Column1,
	.VideoPage .Column1 {
		float: none;
		width: 100%;
	}
	.InfoPage .Column2,
	.VideoPage .Column2 {
		float: none;
		width: 100%;
	}
}

.InfoPage .Slideshow{
	overflow: hidden;
}
.InfoPage .Slideshow,
.VideoPage .VideoObject {
	margin-bottom: 15px;
	background: #F8F8F8;
	position: relative;
	padding: 0;
}
.InfoPage .Slideshow .Graphic {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
.InfoPage .Slideshow .Graphic img {
	width: 100%;
	height: auto;
}
.VideoPage .VideoObject video {
	width: 100%;
	height: inherit;
}
.VideoPage iframe {
	display: block;
}

/* ---- ContactPage Default Setup ---- */

.Contact .Column1 {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
}
.Contact .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
}
@media screen and (max-width: 600px){
	.Contact .Column1 {
		float: none;
		width: 100%;
	}
	.Contact .Column2 {
		float: none;
		width: 100%;
	}
}

.Contact .MapObject {
	position: relative;
	margin: 0;
}

.Contact .Context,
.Contact .MapObject {
	margin-bottom: 15px;
}

.Contact #contact-form {
	display: none;
	position: relative;
	margin: 0;
}

.Contact .Hidden {
	display: none;
}

.Contact label {
	font-weight: bold;
	margin: 0 0 0 3px;
	font-family: "acherus_grotesque", Arial, sans-serif;
	font-size: 15px;
	color: #AAA197;
}
.Contact label span {
	color: #993300;
}

.Contact .ButtonGroup input {
	border: none;
	font-family: "acherus_grotesque", Arial, sans-serif;
	background: #CCCCCC;
	color: #000000;
	font-size: 18px;
	padding: 10px;
	margin: 0 0 0 10px;
	-moz-box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	cursor: pointer;
}
.Contact .ButtonGroup input:hover {
	background: #444444;
	color: #FFFFFF;
}

.Contact .Result {
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	border: 1px #999999 solid;
	background: #FFFFFF;
	color: #444444;
	font-size: 15px;
	padding: 5px;
	margin: 20px 0;
	margin-bottom: 50px;
}

.Contact .Radio,
.Contact .Checkbox,
.Contact .Dropdown,
.Contact .Area,
.Contact .Date,
.Contact .Input {
	background: #FFFFFF;
	border: 1px #999999 solid;
	position: relative;
	font-size: 18px;
	margin: 3px 3px 20px 0;
	padding: 5px;
	-moz-box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
}
.Contact .Area textarea,
.Contact .Date input,
.Contact .Input input {
	color: #444444;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
}
.Contact .Dropdown select {
	color: #444444;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
}
.Contact .Radio input,
.Contact .Checkbox input {
	color: #444444;
	border: auto;
	width: auto;
	margin: 5px;
	background: auto;

}

.Contact .Area textarea {
	height: 80px;
}

.Contact .Focused {
	border-color: #444444;
}
.Contact .Default {
	background: #FFFFFF;
	border-color: #999999;
}
.Contact .Invalid {
	background: #FEE9E9;
	border-color: #993300;
}

.Contact .ButtonGroup {
	background: transparent;
}

.Contact select:focus,
.Contact input:focus {
	outline: none !important;
}

.Contact .Input input:valid {
	box-shadow: none;
}

.Contact .Input input:required {
	color: #444444;
	background: transparent;
}

.Contact .Area textarea:invalid,
.Contact .Dropdown select:invalid,
.Contact .Input input:invalid {
	color: #993300;
	box-shadow: none;
}

::-webkit-input-placeholder {
	color: #CCCCCC;
}
.Contact textarea:-moz-placeholder,
.Contact input:-moz-placeholder {
	color: #CCCCCC;
}
.Contact .placeholder {
	color: #CCCCCC !important;
}

.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute; top:-2px !important;}
.ui-spinner-button {overflow: hidden}




/* ---- Album ---- */

.Album #galleria {
	margin-bottom: 15px;
}

.galleria-stage {
	background: #F8F8F8;
}
	.galleria-loader {
		background: #000 url(sarin-core/graphics/galleria-loader.gif) no-repeat 50% 50%;
	}
	.galleria-progress {
		background: #BD872A;
	}
.galleria-bar {
	bottom: 95px;
	background: transparent;
}
	.galleria-hover-preload {
		float: right;
		width: 1px;
		height: 1px;
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=BD872A');
	}
	.jp-previous,
	.jp-play,
	.jp-pause,
	.jp-next,
	.jp-repeat,
	.jp-repeat-off {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=DEDC12');
	}
	.jp-previous:hover,
	.jp-play:hover,
	.jp-pause:hover,
	.jp-next:hover,
	.jp-repeat:hover,
	.jp-repeat-off:hover {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=BD872A');
	}
	.jp-time {
		font-family: "acherus_grotesque", Arial, sans-serif;
		color: #DEDC12;
	}
	.galleria-info-link,
	.galleria-fullscreen,
	.galleria-play {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=DEDC12');
	}
	.galleria-info-link:hover,
	.galleria-fullscreen:hover,
	.galleria-play:hover {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=BD872A');
	}
	.galleria-counter {
		font-family: "acherus_grotesque", Arial, sans-serif;
		color: #DEDC12;
	}
.galleria-stage {
	bottom: 125px;
}
		.galleria-image-nav-left,
		.galleria-image-nav-right {
			background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=BD872A');
		}
.galleria-info {
	margin-bottom: 125px;
}
	.galleria-info-text {
		background-color: #000000;
		opacity: 0.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
	}
	.galleria-info-title {
		font-family: "acherus_grotesque", Arial, sans-serif;
		color: #FFFFFF;
	}
	.galleria-info-description {
		font-family: "acherus_grotesque", Arial, sans-serif;
		color: #FFFFFF;
	}
	.galleria-info-close {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=FFFFFF');
	}
.galleria-thumbnails-container {
	height: 75px;
	background: #F8F8F8;
}
	.galleria-thumb-nav-left,
	.galleria-thumb-nav-right {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=333333');
	}
.galleria-thumbnails .galleria-image {
	height: 75px;
	width: auto;
	background: #F8F8F8;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	height: 95px;
}

#jquery_jplayer,
#jp_container {
	display: none;
}
.jp-playlist {
	display: none;
}


/* ---- Album ---- */

.HomePage #galleria {
	margin-bottom: 15px;
}
.HomePage .galleria-bar {
	bottom: 0px;
}
.HomePage .galleria-stage {
	bottom: 30px;
}
.HomePage .galleria-info {
	margin-bottom: 30px;
}
.HomePage .galleria-thumbnails-container {
	display: none;
}



