
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive' 
styles.css Style Sheet
Created: 06, September, 2012
Last Modified: 04, December, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

/* @group GENERAL STYLES */

body {
	margin: 0 auto;
	padding: 0;
	border: none;
	width:  100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: left;
	color: #333;
	font-family: 'DINNextLTPro-Regular', sans-serif;
font-size: 1.0em;	
font-weight: normal;

}

html {
	width:  100%;
	height: 100%;
}

body.bgResource {
	width:  100%;
	height: 100%;
}

html.bgResource {
	width:  100%;
	height: 100%;
}


a:link, a:active {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.currentAncestor {
	background: #DAB942!important;
}

.imageStyle {
	background: transparent;
	padding: 0;
	margin: 0;
}

.image-right {
	float: right;
	max-width: 100%;
  height: auto;
	padding: 4px 0px 2px 16px;
	text-align: center;
	font-weight: bold;
}

.image-left {
	float: left;
	max-width: 100%;
  height: auto;
	padding: 4px 16px 2px 0px;
	text-align: center;
	font-weight: bold;
}

embed,
object,
video {
  max-width: 100%;
  height: 100%;
}
	
a img {
	border: 0px;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

bold, strong {
	font-weight: bold;
}

hr {
	border-top: 1px solid #d8d8d8;
	width: 100%;
	margin: 10px 0;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	line-height: 0;
}

.clearer {
	clear: both;
}

/* @end */

/* @group GLOBAL CLASSES */

blockquote, .standout {
	position: relative;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size: 125%;
	line-height: 1.4em;
	font-weight: bold;
	color: #cd180d;
	margin: 5%;
	padding: 0 0 0 14px;
	border-left-style: solid;
		border-width: 2px;
}

blockquote p, .standout p {
	margin: 0;
	line-height: 1.4em;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	font-family: "DINNextLTPro-Bold", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5rem;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 0px;
	padding: 0;
}

h2 {
	font-size: 1.3rem;
	font-family: "DINNextLTPro-Bold", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;

}

h3 {
	font-size: 1.1rem;
	font-family: "DINNextLTPro-Bold", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	font-family: "DINNextLTPro-Bold", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
}

h5 {
	font-family: "DINNextLTPro-Bold", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
}

#sitemap ul {
	margin-left: 14px;
}

#sitemap ul ul {
	margin-left: 24px;
}

/* @end */

/* @group PAGE WRAPPER */

#pagecontainer {
	position: relative;
	width: 100%;
	padding: 0;
		background: transparent url('images/body-01.png');
	min-height: 100%;
/*	padding-bottom: 350px;*/
}

#pagewrapper {
	position: relative;
	padding: 0;
	background: transparent;
	overflow: visible;
	background: transparent url('images/body-01.png');
}

#pagewrapper > div.stacks_top {
	width: 100%; 
}

#body_FG {
position: relative;
display: block;
margin: 0;
padding: 0;
border: 0;
overflow: hidden	
}

/* @end */

/* @group PAGEHEADER */

#pagewrapper #pageheader {
	height: auto;
	overflow: hidden;
}

#title {
	width: 100%;
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#slogan {
	width: 100%;
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
}

#logo {
	background: transparent;
}

/* @end */

/* @group CONTENT LAYOUT */

#content {
	margin: 0 auto;
	padding: 0;
	line-height: 19px;
	font-weight: normal;
}

#sidebar {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}

#sidebar .sideHeader {
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar h5 {
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#pagewrapper #footer {
	margin: 0 auto;
	padding: 0;
}

#footer a:link, #footer a:visited, #footer a:active {
}

#footer a:hover {
}

/* @end */

/* @group BREADCRUMB */

#pagewrapper #breadcrumbcontainer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 11.5px;
	line-height: 14px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a,
#breadcrumbcontainer a:visited, 
#breadcrumbcontainer a:active {
	text-decoration: underline;
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
}

/* @end */

/* @group TOOLBAR */

/* @end */

/* @group BLOG */

.blog-entry {
	margin-bottom: 24px;
}

.blog-entry-title {
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 7px 0;
	text-decoration: none;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-title a:hover {
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 5px;
	color: #666;
}

.blog-entry-body {
	
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-entry img {
	
}

.blog-entry-body a {
	text-decoration: underline;
}

.blog-entry-body a:hover {
	text-decoration: none;
}

.blog-entry-comments {
	margin: 5px 0px 0px 0px;
}

.blog-entry-comments a {
	
}

.blog-read-more {
	display: block;
	padding-top: 6px;
}

.blog-read-more a:link, .blog-read-more a:visited, .blog-read-more a:active {
	text-decoration: underline;
	line-height: 1.3em;
	padding: 3px 0 0 20px;
	background-image: url(images/search16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-read-more a:hover {
	text-decoration: none;
	line-height: 1.3em;
	padding: 3px 0 0 20px;
	background-image: url(images/search16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

p.blog-entry-tags {
	padding-top: 1px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 5px;
	padding-left: 20px;
	font-style: normal;
	background-image: url(images/tag16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

p.blog-entry-tags a:link,
p.blog-entry-tags a:active, 
p.blog-entry-tags a:visited {
	font-style: normal;
	text-decoration: underline;
}

p.blog-entry-tags a:hover {
	font-style: normal;
	text-decoration: none;
}

.blog-entry-category {
	font-size: .95em;
	margin-bottom: 3px;
}

.blog-entry-category a:link, .blog-entry-category a:visited, .blog-entry-category a:active {
	text-decoration: underline;
	padding: 3px 0 3px 20px;
	margin-left: 5px;
	background-image: url(images/document16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-entry-category a:hover {
	text-decoration: none;
	padding: 3px 0 3px 20px;
	margin-left: 5px;
	background-image: url(images/document16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-entry-permalink {
	
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	
}

/* styles the comments which appear at the end of each blog page entry */

.blog-entry-comments {
	text-align: left;
	padding: 8px 0 8px 20px;
	margin: 0px 0px 5px 0px;
	border-top: 1px solid #6b7b99;
	background-image: url(images/comment16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-entry-comments a {
}

.blog-entry-comments a:hover {
	text-decoration: none;
}

.blog-entry-comments-inline {
	text-align: right;
	font-style: italic;
	margin-top: 0px;
	padding-bottom: 8px;
}

.blog-comment-link {
	margin-right: 8px;
	padding: 0 8px 0 0;
}

#dsq-comments-title {
	clear: none !important;
}

#dsq-content .dsq-options {
	clear: none !important;
}

#dsq-thread-settings {
	clear: none !important;
}

#dsq-content div {
	clear: none !important;
}

* html .js-kit-comments, .js-CommentsSkin-echo {
	width: 98%;
}

* html .js-kit-basicUserInfoWrap {
	width: auto;
}

/* @end */

/* @group BLOG ARCHIVE */

.blog-archive-background {
	
}

.blog-archive-headings-wrapper {
	
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	padding: 8px 15px 0px 0px;
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 7px 0;
}

.blog-archive-link {
	margin: 0px;
	padding: 4px 20px 20px 0px;
	text-align: left;
}

.blog-archive-link a:link, .blog-archive-link a:visited, .blog-archive-link a:active {
	text-decoration: underline;
	font-weight: normal;
}

.blog-archive-link a:hover {
	text-decoration: none;
	font-weight: normal;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 12px;
	padding:  12px 0 0 0;
	border-top-color: #7b8b98;
	border-top-width: 1px;
	border-top-style: solid;
	font-weight: normal;
}

.blog-archive-link-enabled {
	font-size: 1.0rem;
}

.blog-archive-link-disabled {
	font-weight: normal;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin: 10px 0 12px 0px;
	font-weight: normal;
}

.blog-category-link-enabled {
	margin-top:  4px;
	padding: 3px 0 3px 20px;
	background-image: url(images/folder16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-category-link-enabled a:link, .blog-category-link-enabled a:visited, .blog-category-link-enabled a:active {
	text-decoration: underline;
}

.blog-category-link-enabled a:hover {
	text-decoration: none;
}

.blog-category-link-disabled {
	padding-left: 22px;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin: 25px 0 10px 0;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
}

/*a.blog-rss-link {
	background-image: url(images/icon-feed.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 12px;
}

* html a.blog-rss-link {
	background-image: url(images/icon-feed.gif);
	background-position: left center;
	background-repeat: no-repeat;
}*/

a.blog-comments-rss-link {
	background-image: url(images/icon-feed.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 12px;
}

* html a.blog-comments-rss-link {
	background-image: url(images/icon-feed.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.blog-trackback-link {
	margin-left: 10px;
	padding: 3px 0 3px 20px;
	background-image: url(images/comment16.png);
	background-position: left center;
	background-repeat: no-repeat;
}


/* @end */

/* @group BLOG TAG CLOUD */

ul.blog-tag-cloud {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* @end */

/* @group FILE SHARING */

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	padding: 0;
	margin-bottom: 12px;
	min-height: 32px;
	background: url(images/downloads_active.png) top left no-repeat;
}

.filesharing-item a {
	
}

.filesharing-item:hover {
	background: url(images/downloads_hover.png) top left no-repeat;
}

.filesharing-item-title {
	font-size: 1.6em;
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 6px 38px;
	padding: 0;
}

.filesharing-item-title a:link, .filesharing-item-title a:visited, .filesharing-item-title a:active {
	text-decoration: none;
}

.filesharing-item-title a:hover {
	text-decoration: none;
}

.filesharing-item-description {
	line-height: 1.5em;
	margin-left: 54px;
}

.filesharing-item-description:hover {
	background: #ffffff;
}

/* @end */

/* @group PHOTO ALBUM */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 7px 0;
}

.album-description {
	margin-bottom: 90px;
	padding-bottom: 30px;
}

.album-wrapper {
	display: block;
	width: 98%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 70px;
	margin-right: 15px;
}

* html .thumbnail-wrap {
	margin-right: 15px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	border: none;
}

.thumbnail-frame:hover {
	border: none;
}

.thumbnail-frame img {
	margin: auto;
	padding: 0;
	border: 0;
}

.thumbnail-caption {
	height: 60px;
	display: block;
	text-align: left;
	font-size: .95em;
	line-height: 1.3em;
	width: 98%;
	margin: 1px 0 0 0;
}

#flashcontent {
	margin-top: 22px;
	margin-bottom: 22px;
	text-align: center;
}

* html #flashcontent {
	margin-top: 24px;
	margin-bottom: 26px;
}

*:first-child+html #flashcontent {
	margin-top: 34px;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.photo-navigation {
	position: relative;
	margin: 0 auto;
}

.photo-title {
	margin: 0px;
	padding: 24px 20px 0px 24px;
	font-size: 2.2em;
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}

.photo-caption {
	margin: 0px;
	padding: 0px 20px 10px 20px;
	font-size: 1.3em;
	line-height: 1.45em;
	text-align: center;
}

.photo-links {
	margin: 0px;
	padding: 0px 20px 6px 20px;
	font-size: .95em;
	line-height: 1.4em;
	text-align: center;
}

.photo-links a:link, .photo-links a:visited, .photo-links a:active {
	text-decoration: underline;
}

.photo-links a:hover {
	text-decoration: none;
}

.photo-frame {
	margin: 55px 20px 9px 20px;
	z-index: 46;
}

/* @end */

/* @group EXIF Data */

.exif-data {
	clear: left;
	margin: 0 auto;
	padding: 0 15px 20px 15px;
	text-align: center;
	width: 500px;
}

.exif-data p {
	margin: 0;
	display: inline;
	margin-right: 10px;
	line-height: 1.5em;
	text-align: center;
}

p.exif-version {
	
}

p.exif-colour-space {
	
}

p.exif-focal-length {
	
}

p.exif-dimensions {
	
}

p.exif-pixel-y-dimension {
	
}

p.exif-pixel-x-dimension {
	
}

p.exif-oecf-value {
	
}

p.exif-subsec-time-original {
	
}

p.exif-exposure-mode {
	
}

p.exif-spatial-frequency-response {
	
}

p.exif-scene-capture-type {
	
}

p.exif-subject-location {
	
}

p.exif-shutter-speed {
	
}

p.exif-datetime-original {
	
}

p.exif-subsec-time {
	
}

p.exif-compressed-bits-per-pixel {
	
}

p.exif-flash-energy {
	
}

p.exif-saturation {
	
}

p.exif-brightness {
	
}

p.exif-exposure-time {
	
}

p.exif-f-number {
	
}

p.exif-file-source {
	
}

p.exif-gain-control {
	
}

p.exif-subject-area {
	
}

p.exif-cfa-pattern {
	
}

p.exif-scene-type {
	
}

p.exif-white-balance {
	
}

p.exif-flash {
	
}

p.exif-exposure-index {
	
}

p.exif-flashpix-version {
	
}

p.exif-device-setting-description {
	
}

p.exif-focalplane-x-resolution {
	
}

p.exif-image-uniqueid {
	
}

p.exif-components-configuration {
	
}

p.exif-light-source {
	
}

p.exif-sensing-method {
	
}

p.exif-aperture {
	
}

p.exif-sharpness {
	
}

p.exif-exposure-program {
	
}

p.exif-subject-distance {
	
}

p.exif-subsec-time-digitized {
	
}

p.exif-contrast {
	
}

p.exif-focalplane-resolution-unit {
	
}

p.exif-gamma {
	
}

p.exif-35mm-focal-length {
	
}

p.exif-datetime-digitized {
	
}

p.exif-subject-distance-range {
	
}

p.exif-custom-rendered {
	
}

p.exif-max-aperture {
	
}

p.exif-sound-file {
	
}

p.exif-metering-mode {
	
}

p.exif-spectral-sensitivity {
	
}

p.exif-exposure-bias {
	
}

p.exif-focalplane-y-resolution {
	
}

p.exif-iso-rating {
	
}

p.exif-maker-note {
	
}

p.exif-digital-zoom-ratio {
	
}

p.exif-user-comment {
	
}

/* @end */

/* @end */

/* @group QUICKTIME ALBUM */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 2em;
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 7px 0;
}

.movie-page-description {
	margin-bottom: 25px;
	padding-top: 4px;
	text-align: left;
}

.movie-thumbnail-frame {
	position: relative;
	margin: 0 25px 25px 0;
	float: left;
	display: inline;
	text-align: left;
}

* html .movie-thumbnail-frame {
	margin: 0 13px 25px 0;
}

.movie-thumbnail-frame img {
	margin: 0;
	padding: 0;
	border: none;
}

.movie-thumbnail-caption {
	text-align: left;
	font-size: .95em;
	line-height: 1.3em;
	width: 98%;
	margin: 3px 0 5px 0;
	padding: 0;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin: 27px 14px 12px 14px;
}

.movie-title {
	margin: 0 0 3px 0;
	padding: 5px 8px 5px 8px;
	font-size: 1.8em;
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	color: #cd180d;
	text-align: center;
	border: none;
}

/* @end */

/* @end */


/* @group CONTACT FORM */

form {
	margin-bottom: 18px;
}

.message-text {
	padding: 3px;
	text-align: left;
}

.form-input-field {
	width: 90%;
	border: 1px solid #5b6b78;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.3em;
}

.form-input-button {
	
}

.required-text {
	font-weight: bold;
}

/* @end */

/* @group RW5 SITEMAP */

.rw-sitemap {
	margin-bottom: 15px;
	padding: 20px;
}

.rw-sitemap ul {
	margin: 0;
}

.rw-sitemap ul li {
	list-style-type: disc;
	margin: 10px;
	line-height: 16px;
}

.rw-sitemap ul li ul li {
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 0px;
}
	
.rw-sitemap ul li ul li a {
	padding-left: 0px;
	list-style-type: circle;
	line-height: 14px;
	text-decoration: none;
}
	
.rw-sitemap ul li ul li a:hover {
	padding-left: 0px;
	list-style-type: circle;
	line-height: 14px;
	text-decoration: underline;
}

.rw-sitemap ul li a {
	padding: 5px 10px 5px 0px;
	border: none;
}

.tree {
	margin: 0;
}

/* @end */

#boxy {
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
margin: 5px;	
}

#row_topic{
width: 100%;
background-color: #DAB942;
/*box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);*/
margin-bottom: 0px;
z-index: 3;
padding: 10px 0px 10px 0px;
background-repeat: no-repeat;

}

#row_topic_in {
/*	background-image: url('images/bs_bar_1.png');	
	background-position: 0% 50%;
background-repeat: no-repeat;*/
height: 50px;
width: 95%;
max-width: 1000px;
margin: 0 auto;	
}

#BS_logo {
	float: left;
	font-size: 2.0rem;
	line-height: 1.0;
	padding-top: 7px;
}

#BS_logo a{
	color: #333;
}

#contact_top {
	float: right;
	font-size: 24pt;
	line-height: 1.0;
	padding-top: 7px;
	transition: all ease-in 0.1s;
}

#contact_top:hover {
	padding-top: 9px;
}

#contact_top a{
	color: #333;
}

.video_top {
	float: right;
	font-size: 2.0rem;
	line-height: 1.0;
	padding-top: 5px;
	margin-right: 10px;
	transition: all ease-in 0.1s;
}

.video_top:hover {
	padding-top: 7px;
}

.video_top a{
	background-color: #333;
	text-decoration: none;
	color: #DAB942;
	font-size: 1.0rem;
	padding: 6px 7px 3px 7px;
	 	font-family: 'DINNextLTPro-MediumCond', sans-serif;

	text-transform: uppercase;
	border-radius: 5px;
	line-height: 1.0;
	letter-spacing: 1px;
}

.topic_fixed {
position: fixed;
top: 0px;
}

.topic_unfixed {
position: relative;
margin-top: -70px;
}

#row_feature{
height: 420px;
background-color: #337954;
background-image:  url('images/factory.png');	
background-position: 50% 100%;
/*box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);*/
margin-top: 0px;
z-index: 2;
/*padding: 150px 20px 20px 20px;*/
position: relative;
}

.menu_unfixed {
position: relative;

}

.menu_fixed {
position: fixed;
top: 0px;
width: 100%;
}

.body_unfixed {
position: relative
}

.body_fixed {
margin-top: 75px;	
position: relative
}

/*#row_menu{
height: 60px;
background: transparent url('images/back_gray-01.png');	
box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
margin-top: 0px;
z-index: 1;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
}*/

#pagebody {

}


#bottombar {
	position: fixed;
		bottom: 0px;
	width: 100%;
background-image: url('images/bs_bar_1.png'), url('images/back_yellow-01.png');	
background-repeat: no-repeat, repeat;
background-position: 50% 50%, 50% 50%;
	z-index: 100;
}

.bottombar_unfixed {
	height: 0px;
	transition: all ease 0.2s;
}

.bottombar_fixed {
	height: 75px;
		transition: all ease 0.2s;

}

#footerwrapperFG {
/*
background-image: url('images/bs_bar.png');	
background-repeat: no-repeat;
background-position: 50% 100%;*/


background: #303731;	
	width: 100%;
	position: absolute;
	padding-bottom: 0px;
}

#footerwrapperFGin {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 20px;
	color: #DAB942;
	overflow: auto;

}

#footerwrapperFGout {
	height: 70px;
	width: 100%;
/*	max-width: 1000px;*/
	margin: 0 auto;
background-image: url('images/bs_bar_1.png'), url('images/back_yellow-01.png');	
background-repeat: no-repeat, repeat;
background-position: 50% 50%, 50% 50%;
}

/* VIDEO BANNER */


.videobanner_off {
	display: none;
}

#videobanner {
	height: 320px;
display: none;
position: absolute;
width: 100%;
top: 75px;
z-index: 50;
background: rgba(48,55,49,0.8);
padding-top: 25px;
}

#videobanner_in {
width: 534px;
height: 300px;
margin: 0 auto;
/*box-shadow: 0px 0px 15px 0px rgba(218,185,66,1)*/;
}

#outbutton {
position: absolute;	
margin-left: -50px;
}

#outbutton a{
color: #DAB942;
font-size: 2.0rem;}


/* ACKNOWLEDGEMENT */

#ackbox {
position: relative;
overflow: auto;
padding: 0px;
margin-bottom: 0px;
}

#euflag {
float: left;
margin-bottom: 5px;
}

#euflag img {
width: 100px;
	height: auto;
	border: 4px solid #fff;
}

#sefriflag {
height: auto;
background: #fff;
float: left;
margin-top: 0px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 5px;
}

#sefriflag img {
width: 233px;
padding: 5px;
	height: auto;
}

#leftack {
float: left;	
width: 70%;
color: #fff;
}

#rightack {
float: left;
width: 30%;
}

.ackheader {
	font-family: 'CoreMellow49CpRegular', serif;
	font-size: 1.6rem;
	margin-bottom: 0px;
	color: #DAB942;
}

.acksubheader {
	font-family: 'CoreMellow49CpRegular', serif;
	font-size: 1.3rem;
	color: #DAB942;
	border-bottom: 0px solid #fff;	
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.acktext {
 	font-family: 'DINNextLTPro-Regular', sans-serif;
	font-size: 0.8rem;
	line-height: 0.9rem;
	color: #fff;
	padding: 0px;
	margin-bottom: 10px;
}

#copy {
	font-family: 'DINNextLTPro-Medium', sans-serif;
	font-size: 0.8rem;
	line-height: 0.9rem;
	color: #fff;
	padding: 0px;
	margin-top: 3px;
}

#copy a{
	font-family: 'DINNextLTPro-Medium', sans-serif;
	font-size: 0.8rem;
	line-height: 0.9rem;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	box-shadow: 0px -2px 0px 0px rgba(218,185,66,1) inset;
	color: #dadadb;
	transition: all ease-in 0.2s;
	text-decoration: none;
}

#copy a:hover {
		box-shadow: 0px -20px 0px 0px rgba(218,185,66,0.2) inset;
}

.minimenu {
	
}

.minimenu a {
display: block;
text-align: right;	
	font-family: 'CoreMellow49CpRegular', serif;
	font-size: 1.3rem;
	color: #DAB942!important;
	text-decoration: none!important;
	line-height: 1.5rem;
	transition: all ease-in 0.2s;
		box-shadow: -0px 0px 0px 0px rgba(218,185,60,0) inset;

}

.minimenu a:hover {
		box-shadow: -220px 0px 0px 0px rgba(218,185,60,0.2) inset;
}

.pagewrapperFG {
	padding-top: 20px;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	/*padding-bottom: 250px;*/
}

.pagewrapperFG a {
    text-decoration: none;
    box-shadow: 0px -2px 0px 0px rgba(218,185,66,1) inset;
    color: #666;
    transition: all ease-in 0.1s;	
}

.pagewrapperFG a:hover {	
box-shadow: 0px -23px 0px 0px rgba(218,185,66,0.2) inset;
}

.greenbar {
background-image:  url('images/back_green-01.png');	
background-position: 50% 50%;
width: 100%;
display: relative;
margin-top: 20px;
margin-bottom: 20px;
}

.greenbar_in{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	color: #F6F4E5;
	font-weight: 600;
}

.yellowbar {
background-image: url('images/back_yellow-01.png');	
background-position: 50% 50%;
width: 100%;
display: relative;
margin-top: 20px;
margin-bottom: 20px;

}

.yellowbar_in{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	color: #F6F4E5;
	font-weight: 600;
}

/* BLOG HEADLINES */

.armadilloBlogHeadlineEntry {
	margin-bottom: 10px;
}

.armadilloBlogHeadlineEntry h1 a {
	font-size: 1.2rem;
	line-height: 1.1em;
	font-weight: 600;
	margin: 0 0 10px -1px;
	padding: 0;
	color: #666;
	text-decoration: none;
	box-shadow: 0px 0px 0px 0px red;

}

.armadilloBlogHeadlineEntry h1 a:hover {

	box-shadow: 0px 0px 0px 0px red;

}

.armadilloBlogHeadlinePreview a{
	text-decoration: none;
	box-shadow: 0px -2px 0px 0px rgba(218,185,66,1) inset;
    color: #666;
    transition: all ease-in 0.1s;
}

.armadilloBlogHeadlinePreview a:hover{
	box-shadow: 0px -23px 0px 0px rgba(218,185,66,0.2) inset;
}

/* BLOG PAGE */

.blog-entry-title a {
	font-family: 'DINNextLTPro-Medium', sans-serif;
text-decoration: none;
	box-shadow: 0px 0px 0px 0px rgba(218,185,66,1) inset;
    color: #666;
    transition: all ease-in 0.1s;
    line-height: 1.5;
}

.blog-entry-title a:hover {
	box-shadow: 0px 0px 0px 0px rgba(218,185,66,0.2) inset;

}

#blog-archives a{
		font-family: 'DINNextLTPro-Medium', sans-serif;
text-decoration: none;
	box-shadow: 0px -2px 0px 0px rgba(218,185,66,1) inset;
    color: #666;
    transition: all ease-in 0.1s;
}

#blog-archives a:hover{
		box-shadow: 0px -23px 0px 0px rgba(218,185,66,0.2) inset;
}

#blog-rss-feeds a{
		font-family: 'DINNextLTPro-Medium', sans-serif;
text-decoration: none;
	box-shadow: 0px -2px 0px 0px rgba(218,185,66,1) inset;
    color: #666;
    transition: all ease-in 0.3s;
    font-size: 1.5rem;
}

#blog-rss-feeds a:hover{
		box-shadow: 0px -23px 0px 0px rgba(218,185,66,0.2) inset;
}

/* NAVBAR */

#toolbarFG {
	width: 100%;
background: #303731;	
/*	border-bottom: 10px solid #EB5B35;*/
/*	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);*/
	z-index: 100;
margin-top: 0px;
margin-bottom: 0px;

}



#toolbarwrapperFG {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
}

#nav_FG {
	width: 100%;
	z-index: 2000;
	text-align: center;
	display: block;
	position: relative;
	}
	
#nav_FG ul {
	width: 100%;
	padding: 0px;
	position: relative;
	margin: 0px;
	z-index: 100;
}
		
#nav_FG ul li {
	display: inline-block;
	position: relative;
	width: 20%;
}

#nav_FG ul li a {
	padding: 15px 15px 15px 15px;
	color: #fff!important;
	text-decoration: none;
	display: block;
	font-family: 'CoreMellow49CpRegular', serif;
	font-size: 2.2rem;
	z-index: 100;
	text-transform: uppercase;
	text-align: center;
	display: block;
	transition: all ease 0.3s;
		box-shadow: 0px -0px 0px 0px rgba218,185,60,0) ;

}




#nav_FG ul li a:hover {
color: #303731!important;		
	box-shadow: 0px -100px 0px 0px rgba(218,185,60,1) inset;
	
}
	
	#nav_FG #current {
color: #DAB942!important;			
}


	#nav_FG #current:hover {
color: #333!important;			
}
	
			
 /* Second Level */
#nav_FG ul ul {
display: none;
    position: absolute;
    background-color: #303731;
    min-width: 145px;
/*  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1), inset 0px 2px 2px 0px rgba(0,0,0,0.2);*/
    z-index: 0!important;
/*transition: all ease 0.5s;	*/
}
	


#nav_FG ul li li {
	position: relative;
	width: 100%;
	}
	
#nav_FG li li a {
display: block;
padding: 10px 10px 10px 15px;
text-align: left;
color: #DAB942!important;
font-size: 1.4rem;
transition: all ease 0.2s;
}

#nav_FG li li a:hover {
	color: #303731!important;
	padding-left: 30px;
}  	

/* FAT HEADINGS */

#fatheading_1 {
	width: 100%;
	border-radius: 50%;
	background: rgba(51,121,84,0.7);
	margin: 0 auto;
	color: #F6F4E5;
	/*border: 1px solid #DAB942;*/
	padding: 0px;
	font-family: 'DINNextLTPro-Medium', sans-serif;
	font-size: 1.5rem;
	text-align: center;
	left: 0;
    right: 0;
    height: auto;
    position: absolute;
    top: 45%;
    box-shadow: 0px 0px 60px 40px rgba(51,121,84,0.7);
    max-width: 1000px;

}

#fatheading_1_in {
	padding: 0px 20px 0px 20px;
	max-width: 700px;
	margin: 0 auto;
}

#fatheading_1 h1 {
		font-family: 'DINNextLTPro-Bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	border-bottom: 2px solid #DAB942;
	margin-bottom: 5px;
		font-size: 2.0rem;

}


/* RESPONSIVE */
#nav_FG_mobile {
display: none;	
}

#nav_FG_mobile ul {
	display: none;
}
	
#menuButton {
	display: none;
}

@media screen and (max-width: 768px) {
	
	#row_topic_in {
}	


.pagewrapperFG {
	padding-bottom: 0px;
}

#nav_FG ul li a {
font-size: 1.5rem;
padding: 25px 10px 25px 10px;
}

#nav_FG li li a{
font-size: 1.1rem;
  	}
  	
 #minimenuFG {
 border-top: 2px solid #fff;
 margin-top: 10px;
 padding-top: 10px;
 width: 100%;
 position: relative;
  }
  
  #ackFG {
  width: 100%;
  position: relative;
  }
  
  #headerFGwrapper {
	width: 90%;
	}
	
.pagewrapperFG {
	width: 90%;
}

#toolbarwrapperFG {
	width: 90%;
}

 #footerwrapperFG {
  /*	width: 90%;*/
}

#leftack {
float: left;	
width: 100%;
color: #fff;
}

#rightack {
float: left;
width: 100%;
}

#euflag {
float: none;	
}

#sefriflag {
	float: none;
}
	
	#footerwrapperFGout {
	background-image: url('images/bs_bar_1.png'), url('images/back_yellow-01.png');	
background-repeat: no-repeat, repeat;
background-position: 50% 50%, 50% 50%;
}

		#fatheading_1 {
		top: 35%;
	}
	
	#leftack {
float: left;	
width: 100%;
color: #fff;
text-align: center;
}

#rightack {
float: left;
width: 100%;
margin-top: 20px;
}

.minimenu a {
text-align: center;	
box-shadow: 0px 0px 0px 0px rgba(218, 185, 60, 1) inset;
}

.minimenu a:hover {
text-align: center;	
box-shadow: 0px -50px 0px 0px rgba(218, 185, 60, 1) inset;
}

	
}

@media screen and (max-width: 480px) {

.pagewrapperFG {
	padding-bottom: 0px;
}

#headerFG {
height: 150px;	
}

#headerFGwrapper {
padding-top: 10px;	
}

#logoFG {
	width: 90%;
}
	
#logoFG img {
	width: 220px;
	height: 120px;
}
	
	#menuButton {
		display: block;
		padding: 10px;
		background-repeat: no-repeat;
		border: none;
		cursor: pointer;	
		background-size: contain;
		color: #fff;
		text-align: center;
		font-size: 1.1rem;
	}
	
	#nav_FG {
		display: none;
	}
	
	
	#nav_FG_mobile {
		padding-top: 0px;
		margin: 0;
		width: 100%;
		padding-bottom: 0px;
	/*	background: rgba(255,255,255,0.5);*/
		transition: all ease 1s;

	}
	
#nav_FG_mobile ul {
list-style: none; /* Remove list bullets */
    padding: 0px 0px 20px 0px;
    margin: 0;
    display: block;
}

#nav_FG_mobile ul ul{
list-style: none; /* Remove list bullets */
    padding: 0px 0px 0px 0px;
    margin: 0;
}
	
#nav_FG_mobile ul li {
		width: auto !important;
		display: block;
		position: relative;
		height: auto !important;
		border: none;
		border-radius: 5px;
		float: none;
		margin-top: auto;
		opacity: 1;
	/*	background-color: white !important;*/
	/*	margin-left: 20px; */
	/*	margin-right: 20px; */
	}

	#nav_FG_mobile ul li a {
				font-family: Space Mono;
		font-size: 0.9em;
		font-weight: 600;
		background: rgba(218,185,66,0.8);
		color: #fff !important;
		padding: 6px 40px 6px 0;
		margin-bottom: 5px;
		display: inline-block;
		font-size: 15pt;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		text-decoration: none;
		transition: all ease 0.2s;
}
	
#nav_FG_mobile ul li a:hover {
	background: rgba(218,185,66,1);	
}

#nav_FG_mobile ul ul li a {
	font-size: 0.7rem;
	background: rgba(218,185,66,0.4);
}

#nav_FG_mobile ul ul li a {
	background: rgba(218,185,66,0.6);	
}

.ackheader {
	text-align: center;
}

.acksubheader {
	text-align: center;
}

#rightack {
margin-top: 20px;
}

.minimenu a {
text-align: center;	
		box-shadow: 0px 0px 0px 0px rgba(218,185,60,0) inset;
}

.minimenu a:hover {
text-align: center;	
		box-shadow: 0px -30px 0px 0px rgba(218,185,60,1) inset;
}

#row_topic{

}

#footerwrapperFGout {
	background-image: url('images/bs_bar_1.png'), url('images/back_yellow-01.png');	
background-repeat: no-repeat, repeat;
background-position: 50% 50%, 50% 50%;
}

		#fatheading_1 {
	width: 100%;
		font-size: 1.0rem;
		top: 40%;
	}
	
	#fatheading_1 h1 {
		font-size: 1.5rem;
	}
	
	#videobanner_in {
width: 100%;
margin: 0 auto;
/*box-shadow: 0px 0px 15px 0px rgba(218,185,66,1)*/;
}


	
}