html,
body,
#page {
	height: 100%;
}
.heading {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #ddd !important;
    text-shadow: 1px 1px 5px #210e0c;}
#page-wrapper {
	min-height: 100%;
}

#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#header div.section {
	position: relative;
}

.region-header {
	float: left;
	margin: 1em 5px 0.8em;
}

#secondary-menu {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#main-wrapper {
	min-height: 300px;
}

#content .section,
.sidebar .section {
	padding: 0 15px;
}

#breadcrumb {
	margin: 0 15px;
}

#footer-wrapper {
	padding: 0px 0 30px;
}

#footer-wrapper .section {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0;
}

.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

@media all and (min-width:560px) and (max-width:850px) {
	#sidebar-first,
	.region-triptych-first,
	.region-triptych-middle,
	.region-triptych-last,
	.region-footer-firstcolumn,
	.region-footer-secondcolumn,
	.region-footer-thirdcolumn,
	.region-footer-fourthcolumn {
		display: inline;
		float: left;
		position: relative;
	}
	#sidebar-first,
	#sidebar-second {
		width: 50%;
	}
	#sidebar-second {
		margin-left: 50%;
	}
	.one-sidebar #sidebar-first,
	.one-sidebar #sidebar-second {
		width: 100%;
	}
	.one-sidebar #sidebar-second {
		margin-left: 0;
	}
	.region-triptych-first,
	.region-triptych-middle,
	.region-triptych-last {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px 0;
		width: 33%;
	}
	.region-footer-firstcolumn,
	.region-footer-secondcolumn {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
		width: 50%;
	}
	.region-footer-thirdcolumn,
	.region-footer-fourthcolumn {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
		width: 50%;
	}
	.region-footer-thirdcolumn {
		clear: both;
	}
}

@media all and (min-width:851px) {
	#header div.section,
	#featured div.section,
	#messages div.section,
	#main,
	#triptych,
	#footer-columns,
	#footer {
		max-width: 1290px;
	}
	#content,
	#sidebar-first,
	#sidebar-second,
	.region-triptych-first,
	.region-triptych-middle,
	.region-triptych-last,
	.region-footer-firstcolumn,
	.region-footer-secondcolumn,
	.region-footer-thirdcolumn,
	.region-footer-fourthcolumn {
		display: inline;
		float: left;
		position: relative;
	}
	.two-sidebars #content {
		margin-left: 25%;
		margin-right: 25%;
		width: 50%;
	}
	.one-sidebar #content {
		width: 76%;
	}
	.no-sidebars #content {
		width: 100%;
	}
	.sidebar-first #content {
		margin-left: 25%;
		margin-right: 0;
	}
	.sidebar-second #content {
		margin-right: 24%;
		margin-left: 0;
	}
	#sidebar-first {
		width: 25%;
		margin-left: -100%;
	}
	#sidebar-second {
		width: 25%;
		margin-left: -25%;
		clear: none;
	}
	.region-triptych-first,
	.region-triptych-middle,
	.region-triptych-last {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 33%;
	}
	.region-footer-firstcolumn,
	.region-footer-secondcolumn,
	.region-footer-thirdcolumn,
	.region-footer-fourthcolumn {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
		width: 25%;
	}
}

body {
	line-height: 1.2;
	font-size: 86.5%;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.1em 0 0.1em;
	font-family: 'Fira Sans Condensed', sans-serif;

}

h1 {
	font-size: 1.357em;
	color: #f0f0f0;
}

h2 {
	font-size: 1.143em;
}

p {
	margin: 0 0 0.1em;
}

del {
	text-decoration: line-through;
}

tr.odd {
	background-color: #dddddd;
}

img {
	outline: 0;
}

code,
pre,
kbd,
samp,
var {
	padding: 0 0.4em;
	font-size: 0.77em;
	font-family: 'Fira Sans Condensed', sans-serif;
}

code {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
}

pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
	font-size: 100%;
	background-color: transparent;
}

pre code,
pre samp,
pre var {
	padding: 0;
}

.description code {
	font-size: 1em;
}

kbd {
	background-color: #f2f2f2;
	border: 1px outset #575757;
	margin: 0 3px;
	color: #666;
	display: inline-block;
	padding: 0 6px;
	border-radius: 5px;
}

pre {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
	margin: 10px 0;
	overflow: hidden;
	padding: 15px;
	white-space: pre-wrap;
}

body,
#site-slogan,
.ui-widget,
.comment-form label {
	font-family: 'Fira Sans Condensed', sans-serif;
}

#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
	font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
}

input,
textarea,
select,
a.button {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 14px;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote {
	background: #f7f7f7;
	border-left: 1px solid #bbb;
	font-style: italic;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}

blockquote:before {
	color: #bbb;
	content: "\201C";
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.2em;
	vertical-align: -.4em;
}

blockquote:after {
	color: #bbb;
	content: "\201D";
	font-size: 3em;
	line-height: 0.1em;
	vertical-align: -.45em;
}

blockquote>p:first-child {
	display: inline;
}

a.feed-icon {
	display: inline-block;
	padding: 15px 0 0 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

table {
	border: 0;
	border-spacing: 0;
	margin: 0px 0;
	width: 100%;
}

table table {
	font-size: 1em;
}

#footer-wrapper table {
	font-size: 1em;
}

table tr th {
	background: #757575;
	background: rgba(0, 0, 0, 0.51);
	border-bottom-style: none;
}

table tr th,
table tr th a,
table tr th a:hover {
	color: #fff;
	font-weight: bold;
}

table tbody tr th {
	vertical-align: top;
}

tr td,
tr th {
	padding: 5px 5px;
	border: 6px solid rgba(0, 0, 0, 0);
	text-align: left;
	border-radius: 1px;
}

#footer-wrapper tr td,
#footer-wrapper tr th {
	border-color: #555;
	border-color: rgba(255, 255, 255, 0.18);
}

tr.odd {
	background: #e4e4e4;
	background: rgba(0, 0, 0, 0.105);
}

tr,
tr.even {
	background: #efefef;
	background: rgba(0, 0, 0, 0.25);
}

table ul.links {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

table ul.links li {
	padding: 0 1em 0 0;
}

.block ol,
.block ul {
	margin: 0;
}

.contextual-region .contextual .contextual-links a {
	font-size: 0.923em;
	text-shadow: 0 0 0 !important;
}

.item-list .pager {
	font-size: 1.1em;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: bold;
}

.item-list .pager li {
	padding: 0;
}

.item-list .pager a {
	display: inline-block;
	padding: 3px 7px;
	background: linear-gradient(to bottom, #7d1116 20%, #42090b 80%);
	border: 2px solid #190607;
	border-radius: 10px;
}

.item-list .pager .pager-first a {
	padding: 3px 6px 3px 6px;
}

.item-list .pager .pager-previous a {
	padding: 3px 6px 3px 6px;
}

.item-list .pager .pager-current {
	padding: 3px 7px;
	background: linear-gradient(to bottom, #c10910 20%, #75090d 80%);
	border: 2px solid #6d0004;
	border-radius: 10px;
}

.item-list .pager .pager-next a,
.item-list .pager .pager-last a {
	padding: 3px 6px 3px 7px;
}

ul.menu li {
	margin: 1px 0;
}

ul.menu li a {
	padding: 10px 0;
}

.region-content ul,
.region-content ol {
	margin: 1em 0;
    padding: 0;
}

.item-list ul li {
	margin: 0;
	padding: 0.2em 0.5em 0 0;
}

ul.tips {
	padding: 0 0 0 1.25em;
}

#main-menu {
	clear: both;
}

#main-menu-links {
	font-size: 0.929em;
	margin: 0 5px;
	padding: 0;
	text-align: left;
}

#main-menu-links li {
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#main-menu-links a {
	color: #333;
	background: #ccc;
	background: rgba(255, 255, 255, 0.7);
	float: none;
	display: block;
	text-decoration: none;
	text-shadow: 0 1px #eee;
	border-radius: 8px;
	margin: 4px 0;
	padding: 0.9em 0 0.9em 10px;
}

#main-menu-links a:hover,
#main-menu-links a:focus {
	background: #f6f6f2;
	background: rgba(255, 255, 255, 0.95);
}

#main-menu-links a:active {
	background: #b3b3b3;
	background: rgba(255, 255, 255, 1);
}

#main-menu-links li a.active {
	border-bottom: none;
}

#secondary-menu-links {
	float: right;
	font-size: 0.929em;
	margin: 0 10px;
}

#secondary-menu-links li {
	margin: 0;
	padding: 0;
}

#secondary-menu-links a {
	display: inline-block;
	padding: 0.8em;
}

#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
	text-decoration: underline;
}

#main {
	margin-top: 1px;
	margin-bottom: 40px;
    padding-top: 15px;
    background-color: #00000061;
}

#featured {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4;
	padding: 0px 10px 0px;
	margin: 0;
	background: #f0f0f0;
	background: #131415;
	border-bottom: 0px solid #e7e7e7;
	text-shadow: 1px 1px #111111;
}

#featured h2 {
	font-size: 1.2em;
	line-height: 1;
}

#featured p {
	margin: 0;
	padding: 0;
}

#highlighted {
	border-bottom: 0px solid #d3d7d9;
	font-size: 100%;
}

.region-help {
	border: 1px solid #d3d7d9;
	padding: 0 1.5em;
	margin-bottom: 30px;
}

.content {
	margin-top: 0;
}

h1#page-title {
	font-size: 2.13em;
	line-height: 1.0666;
}

#content h2 {
	margin-bottom: 5px;
	font-size: 1.429em;
	line-height: 1.4;
}

#content h2 a:link {
	padding-top: 18px;
}

.node .content {
	font-size: 1em;
}

.node-teaser .content {
	font-size: 1em;
}

.node-teaser h2 {
	margin-top: 0;
	padding-top: 0.5em;
}

.node-teaser h2 a {
	color: #131415;
}

.node-teaser {
	border-bottom: 1px solid #d3d7d9;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.node-sticky {
	background: #f9f9f9;
	background: rgba(0, 0, 0, 0.024);
	border: 1px solid #d3d7d9;
	padding: 0 15px 15px;
}

.node-full {
	background: none;
	border: none;
	padding: 0;
}

.node-teaser .content {
	clear: none;
	line-height: 1.6;
}

.meta {
	font-size: 0.857em;
	color: #68696b;
	margin-bottom: 10px;
}

.submitted a {
	padding: 10px 0 15px;
}

.submitted .user-picture img {
	float: left;
	height: 20px;
	margin: 1px 5px 0 0;
}

.field-type-taxonomy-term-reference {
	margin: 0 0 0.2em;
}

.field-type-taxonomy-term-reference .field-label {
	font-weight: normal;
	margin: 0;
	padding-right: 5px;
}

.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
	font-size: 0.89em;
	display: table;
	padding: 4px 6px;
	background-color: #130101;
	margin: 5px 1px 2px 2px;
}

.view-mode-teaser .field-type-taxonomy-term-reference .field-label,
.view-mode-teaser .field-type-taxonomy-term-reference ul.links {
	font-size: 0.821em;
}

.field-type-taxonomy-term-reference ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.field-type-taxonomy-term-reference ul.links li {
	float: left;
	padding: 0 0.3em 0 0.3em;
	white-space: nowrap;
}

.field-type-taxonomy-term-reference ul.links li a {
	padding: 5px 0 20px;
}

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

.field-type-image img,
.user-picture img {
	margin: 0 0 1em;
}

ul.links {
	color: #ccc;
	font-size: 1.1em;
}

ul.links.inline li a {
	display: inline;
	padding: 18px 0 5px;
}

.unpublished {
	margin: -20px -15px 0;
	padding: 20px 15px 0;
}

.unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}

.comment h2.title {
	margin-bottom: 1em;
}

.comment div.user-picture img {
	margin-left: 0;
}

.comment {
	margin-bottom: 10px;
	display: table;
	vertical-align: top;
}

.comment .attribution {
	display: table-cell;
	padding: 0 22px 0 0;
	vertical-align: top;
	overflow: hidden;
}

.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}

.comment .attribution .username {
	white-space: nowrap;
}

.comment .submitted p {
	margin: 1px 0;
	font-size: 1.071em;
	line-height: 1.1;
}

.comment .submitted .comment-time {
	font-size: 0.786em;
	color: #68696b;
}

.comment .submitted .comment-permalink {
	font-size: 0.0em;
	text-transform: lowercase;
}

.comment .submitted .comment-permalink a {
	padding: 8px 0 18px;
}

.comment .content {
	font-size: 1.3em;
	line-height: 1.4;
}

.comment .comment-arrow {
	background: url(/sites/all/themes/responsive_bartik/images/comment-arrow.gif) no-repeat 0 center transparent;
	border-left: 0px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -46px;
	margin-top: 10px;
	position: absolute;
	width: 20px;
}

.comment .comment-text {
	padding: 10px 25px;
	border: 1px solid #d3d7d9;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 84%;
}

.comment .comment-text h3 a {
	padding-top: 22px;
}

.comment .indented {
	margin-left: 40px;
}

.comment ul.links {
	padding: 0 0 0.25em 0;
}

.comment ul.links li {
	padding: 0 0.5em 0 0;
}

.comment.unpublished {
	margin-right: 5px;
	padding: 5px 2px 5px 5px;
}

.comment.unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}

.region-sidebar-first .block .content,
.region-sidebar-second .block .content {
	border: 1px solid #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 4px;
	overflow: hidden;
	margin: 0 0 6px 0;
	background: #131415;
	-webkit-box-shadow: 0 2px 6px #000000 inset;
	-moz-box-shadow: 0 1px 10px #000000 inset;
	box-shadow: 0 2px 30px #000000 inset;
}

.region-sidebar-first #block-block-2.block .content,
.region-sidebar-second #block-block-2.block .content {
	background: none;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.region-sidebar-first ul.menu,
.region-sidebar-second ul.menu {
	margin: 0;
	padding: 0;
}

.region-sidebar-first ul.menu li,
.region-sidebar-second ul.menu li {
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom: 0px solid #e7e7e7;
	display: block;
}

.region-sidebar-first ul.menu li.expanded,
.region-sidebar-second ul.menu li.expanded {
	border-bottom: none;
}

.region-sidebar-first ul.menu ul.menu,
.region-sidebar-second ul.menu ul.menu {
	padding: 0 0 0 15px;
}


#triptych-wrapper {
	background-color: #f0f0f0;
	background: rgba(30, 50, 10, 0.08);
	border-top: 1px solid #e7e7e7;
}
#triptych h2 {
	color: #000;
	font-size: 1.4em;
	margin-bottom: 0.6em;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	line-height: 1;
}
#triptych .block {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.3;
}
#triptych .block.last {
	border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
	list-style: none;
}
#triptych .block ul,
#triptych .block ol {
	padding-left: 0;
}
#triptych #block-user-login .form-text {
	width: 185px;
}
#triptych #block-user-online p {
	margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
	overflow: hidden;
	width: 0;
	height: 0;
}
#triptych-last #block-node-syndicate {
	text-align: right;
}
#triptych #block-search-form .form-type-search input {
	width: 185px;
}
#triptych-middle #block-system-powered-by {
	text-align: center;
}
#triptych-last #block-system-powered-by {
	text-align: right;
}
#footer-wrapper {
	color: #c0c0c0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.857em;
}
#footer-wrapper a {
	color: #fcfcfc;
	color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
	color: #fefefe;
	color: rgba(255, 255, 255, 0.95);
	text-decoration: underline;
}
#footer-wrapper .block {
	margin: 20px 0;
	border: 1px solid #444;
	border-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
	margin: 0;
	padding: 0;
	border: none;
}
#footer .block {
	margin: 0.5em 0;
}
#footer .block .content {
	padding: 0.5em 0;
	margin-top: 0;
}
#footer .block h2 {
	margin: 0;
}
#footer-columns h2 {
	border-bottom: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 3px;
	text-transform: uppercase;
}
#footer-columns .content {
	margin-top: 0;
}
#footer-columns p {
	margin-top: 1em;
}
#footer-columns .content ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#footer-columns .content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-columns .content li a {
	display: block;
	border-bottom: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
	line-height: 1.2;
	padding: 0.8em 2px 0.8em 20px;
	text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
	background-color: #1f1f21;
	background-color: rgba(255, 255, 255, 0.05);
	text-decoration: none;
}
#footer {
	letter-spacing: 1.1px;
	margin-top: 0px;
	border-top: 0px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
}
#footer .region {
	margin-top: 0px;
}
#footer .block {
	clear: both;
}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li a {
	float: left;
	padding: 0 12px;
	display: block;
	border-right: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
	padding-left: 0;
}
#footer li.last a {
	padding-right: 0;
	border-right: none;
}
#footer-wrapper tr.odd {
	background-color: transparent;
}
#footer-wrapper tr.even {
	background-color: #2c2c2c;
	background-color: rgba(0, 0, 0, 0.15);
}
.tabs {
	font-family: 'Fira Sans Condensed', sans-serif;
	margin-bottom: 20px;
}
.tabs ul.primary {
	padding: 0 3px;
	margin: 0;
	overflow: hidden;
	border: none;
	background: transparent url(/sites/all/themes/responsive_bartik/images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
	display: block;
	float: left;
	vertical-align: bottom;
	margin: 0 5px 0 0;
}
.tabs ul.primary li.active a {
	border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
	color: #000;
	background-color: #ededed;
	height: 1.8em;
	line-height: 1.9;
	display: block;
	font-size: 0.929em;
	float: left;
	padding: 0 10px 3px;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
	background-color: #ffffff;
}
.tabs ul.secondary {
	border-bottom: none;
	padding: 0.5em 0;
}
.tabs ul.secondary li {
	display: block;
	float: left;
}
.tabs ul.secondary li:last-child {
	border-right: none;
}
.tabs ul.secondary li:first-child {
	padding-left: 0;
}
.tabs ul.secondary li a {
	padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
	background: #f2f2f2;
	border-bottom: none;
	border-radius: 5px;
}
ul.action-links {
	list-style: none;
	margin: 5px;
	padding: 0.5em 1em;
}
ul.action-links li {
	display: inline-block;
	margin-left: 10px;
}
ul.action-links li a {
	padding-left: 15px;
	background: url(/sites/all/themes/responsive_bartik/images/add.png) no-repeat left center;
	margin: 0 10px 0 0;
}
#messages {
	padding: 20px 0 5px;
	margin: 0 auto;
}
.featured #messages {
	background: #f0f0f0;
	background: rgba(30, 50, 10, 0.08);
}
div.messages {
	margin: 8px 15px;
}
.breadcrumb {
	font-size: 1.1em;
	padding-left: 16px;
}
.breadcrumb a {
	padding: 12px 0;
}
.profile .user-picture {
	float: none;
}
.confirm-parent,
.password-parent {
	width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
	position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
	font-size: 0.82em;
}
.password-strength-text {
	margin-top: 0.2em;
}
div.password-confirm {
	margin-top: 2.2em;
	width: 20.73em;
}
input.form-submit,
a.button {
	background: #262b30 url(/sites/all/themes/responsive_bartik/images/buttons.png) 0 0 repeat-x;
	border: 2px solid #111111;
	border-bottom: 2px solid #111111;
	border-left-color: #111111;
	border-right-color: #111111;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	margin-right: 0.6em;
	padding: 5px 16px;
	border-radius: 10px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
	text-decoration: none;
	color: #5a5a5a;
}
fieldset {
	background: rgb(31, 34, 37) border:0px solid #cccccc;
	margin-top: 2px;
	margin-bottom: -18px;
	padding: 0 0 0px;
	position: relative;
	top: -5px;
	border: 0px;
}
.fieldset-wrapper {
	margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0;
}
.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
	margin-right: 10px;
}
.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
	background: transparent;
	border-radius: 0;
}
fieldset legend {
	border: 0px solid #ccc;
	border-bottom: none;
	color: #ddd;
	display: block;
	height: 2em;
	left: -1px;
	font-family: 'Fira Sans Condensed', sans-serif;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	top: -3px;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
fieldset.collapsed legend {
	border-radius: 4px;
	margin: -21px 216px;
}
fieldset legend a {
	color: #fff;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
	color: #13d1e8;
}
fieldset .fieldset-wrapper {
	padding: 0 10px;
}
fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 0.1em;
	line-height: 1.2;
	color: #fff;
	font-style: normal;
	font-family: 'Fira Sans Condensed', sans-serif;
}
input {
	margin: 1px 1px;
	padding: 5px;
}
input,
textarea {
	font-size: 1.00em;
}
textarea {
	line-height: 1.4;
}
textarea.form-textarea,
select.form-select {
	padding: 11px;
}
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
textarea.form-textarea,
select.form-select {
	border: 3px solid #323232;
}
input.form-submit:hover,
input.form-submit:focus {
	background: #771111;
}
.password-suggestions ul li {
	margin-left: 1.2em;
}
.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}
.form-item label {
	font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
	margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2px;
}
.form-actions {
	padding-top: 1px;
}
.contact-form #edit-name {
	width: 75%;
	border-radius: 4px;
}
.contact-form #edit-mail {
	width: 75%;
	border-radius: 4px;
}
.contact-form #edit-subject {
	width: 75%;
	border-radius: 4px;
}
.contact-form #edit-message {
	width: 76.3%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
	width: 76%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
	background: #ededed;
	border-color: #bbb;
	color: #717171;
}
.form-disabled label {
	color: #717171;
}
.js input.form-autocomplete {
	background-position: 100% 4px;
}
.js input.throbbing {
	background-position: 100% -16px;
}
.comment-form label {
	float: left;
	font-size: 0.929em;
	width: 120px;
}
.comment-form input,
.comment-form .form-select {
	margin: 0;
	border-radius: 10px;
}
.comment-form .form-type-textarea label {
	float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
	margin-bottom: 6px;
	overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
	margin-left: 10px;
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
	float: none;
	margin-top: 0;
}
.comment-form input.form-file {
	width: auto;
}
.no-sidebars .comment-form .form-text {
	width: 800px;
}
.one-sidebar .comment-form .form-text {
	width: 500px;
}
.two-sidebars .comment-form .form-text {
	width: 320px;
}
.comment-form .form-item .description {
	font-size: 0.786em;
	line-height: 1.2;
	margin-left: 120px;
}
#content h2.comment-form {
	margin-bottom: 0.5em;
}
.comment-form .form-textarea {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
.filter-wrapper label {
	width: auto;
	float: none;
}
.filter-wrapper .form-select {
	min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
	font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
	margin-bottom: 0.4em;
}
#edit-actions input {
	margin-right: 0.6em;
}
div.password-suggestions {
	border: 0;
}
.ui-widget-overlay {
	background: #222222;
	opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding: 1em;
}
#forum .name {
	font-size: 1.083em;
}
#forum .description {
	font-size: 1em;
}
#block-search-form {
	padding-bottom: 7px;
}
#block-search-form .content {
	margin-top: 0;
}
#search-form input[type="search"],
#block-search-form input[type="search"] {
	box-sizing: border-box;
	padding: 4px;
	-webkit-appearance: textfield;
}
#search-form input[type="search"]::-webkit-search-decoration,
#block-search-form input[type="search"]::-webkit-search-decoration {
	display: none;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
	float: left;
	font-size: 1em;
	margin-right: 5px;
	width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
	margin-left: 0;
	margin-right: 0;
	height: 25px;
	width: 34px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-color: #e4e4e4 #d2d2d2 #b4b4b4;
	background: url(/sites/all/themes/responsive_bartik/images/search-button.png) no-repeat center top;
	overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
	background-position: center bottom;
}
#search-form .form-item-keys label {
	display: block;
}
ol.search-results {
	padding-left: 0;
}
.search-results li {
	border-bottom: 1px solid #d3d7d9;
	padding-bottom: 0.4285em;
	margin-bottom: 0.5em;
}
.search-results li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 1em;
}
.search-results .search-snippet-info {
	padding-left: 0;
}
.shortcut-wrapper {
	margin: 2.2em 0 1.1em 0;
}
.shortcut-wrapper h1#page-title {
	float: left;
	margin: 0;
}
div.add-or-remove-shortcuts {
	padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
	padding-top: 0.8em;
}
.page-admin #content img {
	margin-right: 15px;
}
.page-admin #content .simpletest-image img {
	margin: 0;
}
.page-admin-structure-block-demo .block-region {
	background: #ffff66;
	border: 1px dotted #9f9e00;
	color: #000;
	font: 90% 'Fira Sans Condensed', sans-serif;
	margin: 5px;
	padding: 5px;
	text-align: center;
	text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
	font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
	width: 500px;
}
.page-admin #admin-dblog img {
	margin: 0 5px;
}
#system-theme-settings fieldset {
	padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
	margin-top: 0;
}
div.admin .right,
div.admin .left {
	width: 49%;
	margin: 0;
}
div.admin-panel {
	background: #fbfbfb;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 0 5px 5px;
}
div.admin-panel h3 {
	margin: 16px 7px;
}
div.admin-panel dt {
	border-top: 1px solid #ccc;
	padding: 7px 0 0;
}
div.admin-panel dd {
	margin: 0 0 10px;
}
div.admin-panel .description {
	margin: 0 0 14px 7px;
}
.overlay #main,
.overlay #content {
	width: auto;
	float: none;
}
.overlay #page {
	padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
	display: none;
}
.overlay-processed .field-type-image {
	display: block;
	float: none;
}
.overlay #messages {
	width: auto;
}
.node .poll {
	margin: 2em 0;
}
.node .poll #edit-choice {
	margin: 0 0 1.5em;
}
.poll .vote-form {
	text-align: left;
	margin: 0;
}
.poll .percent {
	font-size: 0.857em;
	font-style: italic;
	margin-bottom: 3em;
	margin-top: -3.2em;
	float: right;
	text-align: right;
}
.poll .choice-title {
	clear: right;
}
.poll .total {
	font-size: 0.929em;
	font-style: italic;
	text-align: right;
	clear: both;
}
.node .poll {
	margin: 1.8em 0 0;
}
.node .poll .text {
	margin-right: 6.75em;
}
.node .poll #edit-choice {
	margin: 0 0 1.2em;
}
.poll .bar .foreground {
	background-color: #666;
}
#footer-wrapper .poll .bar {
	background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
	background-color: #ddd;
}
.book-navigation .menu {
	border-top: 1px solid #d6d6d6;
}
.book-navigation .book-pager {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	margin: 0;
}
a#menu-toggle {
	display: none;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	padding: 0.7em 0 0.7em 10px;
	text-decoration: none;
	text-shadow: 0 1px #EEEEEE;
	position: relative;
}
a#menu-toggle:after {
	content: "";
	background: url(/sites/all/themes/responsive_bartik/images/toggle.png) no-repeat;
	width: 22px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 10px;
}
@media all and (max-width:460px) {
	a#menu-toggle {
		display: block;
		color: #333;
	}
	
	#main-menu-links {
		display: none;
		height: auto;
	}
	
	input.form-text,
	input.form-tel,
	input.form-email,
	input.form-url,
	input.form-search,
	input.form-number,
	input.form-color,
	textarea.form-textarea,
	select.form-select {
		width: 100%;
	}
	
	.tabs ul.primary {
		padding: 0;
		background: none;
		border-bottom: 1px solid #bbb;
	}
	
	.tabs ul.primary li {
		float: none;
		margin: 0;
	}
	
	.tabs ul.primary li a {
		float: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		padding: 5px 10px;
	}
}
@media all and (min-width:461px) and (max-width:900px) {
	.region-header {
		margin: 1em 5px 1em;
	}
	
	#logo {
		padding: 5px 0 0 5px;
	}
	
	#name-and-slogan {
		padding: 10px 10px 8px;
	}
	
	#main-menu-links {
		margin: 0 5px;
		padding: 0;
		text-align: center;
	}
	
	#main-menu-links li {
		float: left;
		margin-right: 5px;
		padding: 0;
		display: inline-block;
		width: 32.75%;
	}
	
	#main-menu-links li:nth-child(3n) {
		margin-right: -5px;
	}
	
	#main-menu-links a {
		float: none;
		display: block;
		border-radius: 8px;
		margin-bottom: 5px;
		padding: 0.9em 5px;
	}
	
	#featured {
		font-size: 1.43em;
	}
	
	#featured h2 {
		font-size: 1.174em;
	}
	
	#triptych h2 {
		font-size: 1.243em;
		margin-bottom: 0.9em;
	}
}
@media all and (min-width:901px) {
	.region-header {
		margin: 0.1em 1px 0.1em;
	}
	
	#logo {
		padding: 15px 15px 15px 10px;
	}
	
	#name-and-slogan {
		padding: 26px 0 0;
		margin: 0 0 30px 15px;
	}
	
	#site-name {
		font-size: 1.821em;
	}
	
	#main-menu-links {
		font-size: 0.929em;
		margin: 0;
		padding: 0 15px;
	}
	
	#main-menu-links li {
		float: left;
		list-style: none;
		padding: 0 1px;
		margin: 0 1px;
		width: auto;
	}
	
	#main-menu-links a {
		float: left;
		padding: 0.7em 0.8em;
		margin-bottom: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	#featured {
		font-size: 1.0em;
		line-height: 1.4;
	}
	
	#featured h2 {
		font-size: 1.174em;
		line-height: 1;
	}
	
	.featured #main-menu-links li a:active,
	.featured #main-menu-links li a.active {
		background: #f0f0f0;
		background: rgba(240, 240, 240, 1.0);
	}
}
.element-invisible {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	left: 0;
}
body,
body.overlay {
	color: #ddd;
	text-shadow: 1px 1px 5px #210e0c;
	    background-color: #000;
    background-image: url(/templates/new/files/bg.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
}

}
.comment .comment-arrow {
	border-color:#ffffff;
}

#main-menu-links li a.active,
#main-menu-links li.active-trail a {
	background:linear-gradient(to bottom, #272b2f 0%, #262a2e 100%);
}
.tabs ul.primary li a.active {
	background-color:#ffffff;
}
.tabs ul.primary li.active a {
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
#header {
}
a {
	color:#ffffff;
}
a:hover,
a:focus {
	color:#B5F6FF;
	text-shadow:1px 1px 5px #210e0c;
}

a:active {
	color:#99F3FF;
	text-shadow:1px 1px 5px #210e0c;
}

.sidebar .block {
	background-color:#260000;
	border:2px solid #000000;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:6px;
	overflow:hidden;
	margin:0 0 4px 0;
	-webkit-box-shadow:0 2px 6px #000000 inset;
	-moz-box-shadow:0 1px 10px #000000 inset;
	box-shadow:0 2px 6px #000000 inset;
}

}
#page-wrapper,
#footer-wrapper {
	background:#292929;
}
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
	color:#E8F5FF;
}

@media (max-width: 767px) {
    #page {
        background-color: #0d0d0d;
        background-image: none;
    }
}   

#comments {
    border-radius: 6px;
    background: #f0f0f0;
    width: 90%;
}

#comments:focus {
    background: #fff;
}

#comments:hover {
    background: #fff;
}

.combo_field input {
    border-radius: 6px;
    background: #f0f0f0;
    width: 60%;
}

.combo_field input:focus {
    background: #fff;

}

.combo_field input:hover {
    background: #fff;
}

@media (min-width: 991px) {
   #addcomment { width: 70%;
}
}

.submitcomment {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    padding: 10px 20px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    margin-left: 22px;
}

.comments-tree-list {
    list-style: none;
}

.namecomment a {
    color: #fffac7 !important;
}

.grey a {
    color:#ff4444 !important;
}

.com_user div {
    color:#fffac7 !important;
    padding-left: 80px;
}

#dle-comments-list {
        margin-top: 20px;
        padding-left: 22px;
        padding-right: 22px;
}

::selection {
  background: #ffb7b7;
}

@media screen and (max-width: 800px) { .views-field-title { font-size: 20px; }.breadcrumb,.breadcrumb span { color:rgba(255,255,255,0.4); }
.views-field-title a:hover {
	color:#fff;
}
h1#page-title,
.views-field-title a {
	color: #ff578c;
}
.tagcloud a {
	color: #8d4e4e !important;
}
.field-type-taxonomy-term-reference .field-label {
	color:rgba(255,255,255,0.4);
}
.combo_field small {
	color:rgba(255,255,255,0.4) !important;
}
.meta-data p {
	font-size:18px;
}
}
.page-wrapper {
	position: relative;
}
.nav-menu {	
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 2700;
	width: 0;
	height: 100%;
	background: url('../bg_menu.webp');
	background-size: cover;
	transition: .3s ease;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.nav-menu.active {
	left: 0;
	width: 300px;
}
#main {
	margin-top: 60px;
}
.menu-btn {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2701;
	padding: 6px 5px;
	transition: all .3s ease;
}
.menu-btn:after,
.menu-btn:before,
.menu-btn-middle:before{
	content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 7px 0;
    background-color: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.menu-btn.active .menu-btn-middle:before {
	background: none;
}
.menu-btn.active:after{
	transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
}
.menu-btn.active:before {
	transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
}
.menu-btn:hover {
	cursor: pointer;
}
ul.nav-list {
	margin-top: 100px;
	margin-block-start: 100px;
    margin-block-end: 1em;
    padding-inline-start: 0;
	list-style: none;
	text-transform: uppercase;
}
.nav-list__item a {
	display: block;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
	transition: .3s;
}
@media (max-width: 1280px) {
	.menu-btn.active {
		position: fixed;
	}
	.menu-btn {
		top: 10px;
		left: 10px;
	}
}
@media (max-width: 768px) {
	#main {
	margin-top: 0;
	padding-top: 60px;
}
ul.nav-list {
	margin-top: 50px;
}
	.nav-menu.active {
		width: 100%;
	}
	.nav-menu {
		background: #0d0d0d;
		text-align: center;
		height: 100vh;
		box-sizing: border-box;
	}
	.nav-list__item a {
		padding-left: 0;
	}
	.nav-list__item a:hover{
	color: #fff;
}
}