* {
	margin: 0;
	padding: 0;
	border: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.dn {
	display: none;
}
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.ttu {
	text-transform: uppercase;
}
.nbsp {
	white-space: nowrap;
}
ul {
	list-style: none;
}
ul.bullet {
	list-style-type: disc;
}
ul.bullet, ol {
	list-style-position: inside;
}
.postcontent ul:not(.sige) li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;
	background: #09d;
	vertical-align: middle;
}
.postcontent ol {
	counter-reset: li;
	list-style: none;
}
.postcontent ol > li:before {
	content: counter(li, decimal) ". ";
	counter-increment: li;
	color: #09d;
	font-weight: bold;
}
a {
	color: inherit;
}
a.phone {
	color: inherit !important;
	text-decoration: none;
	cursor: default;
}
:focus {
	outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, section:before, section:after, .header:before, .layout-cell:before, .layout-wrapper:before, .footer:before, .nav:before, .header:after, .layout-cell:after, .layout-wrapper:after, .footer:after, .nav:after, .cleared {
	content: "";
	display: table;
	clear: both;
}
html, body {
	height: 100%;
}
body {
	/* background: #f3f3f3 url("../images/bg.png") fixed; */
	background: #949ea7 url("../images/bg.jpg") 50% 50% fixed;
	-webkit-background-size: cover;
	background-size: cover;
	color: #43505c;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
}
.body:not(.contentpane) {
	min-width: 992px;
}
.postcontent, .postheadericons, .postfootericons, .blockcontent, ul.vmenu a {
	text-align: left;
}
.postcontent p, .postcontent ul, .postcontent ol, .postcontent dl {
	margin: 1em 0;
}
.postcontent ul ol, .postcontent ol ul, .postcontent ul ul, .postcontent ol ol {
	margin: 0;
}
.postcontent a, .sidebar a {
	color: #09d;
}
.postcontent a:hover, .sidebar a:hover {
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h1 {
	margin-top: .4em;
}
h2, h3, h4 {
	margin: .2em 0;
}
h1 a, h2 a, h3 a, h4 a {
	color: inherit;
	text-decoration: none;
}
table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}
.container {
	width: 992px;
	margin: 0 auto;
}
.sheet {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 88px;
	position: relative;
	cursor: auto;
	width: 992px;
	z-index: auto !important;
	min-height: 100%;
	-webkit-box-shadow: 0 0 16px #2c363f;
	-moz-box-shadow: 0 0 16px #2c363f;
	box-shadow: 0 0 16px #2c363f;
}
#home .sheet {
	padding-bottom: 48px;
}
#about .readmore {
	margin-top: 0;
}
#about p:first-of-type {
	margin-bottom: 0;
}
.header {
	width: 992px;
	height: 68px;
	padding: 12px 16px;
	position: fixed;
	z-index: 50;
	top: 40px;
	background: #eee;
	-webkit-box-shadow: 0 12px 12px -12px #888;
	-moz-box-shadow: 0 12px 12px -12px #888;
	box-shadow: 0 12px 12px -12px #888;
}
.header .logo {
	display: block;
	width: 200px;
	min-height: 44px;
	background: url("/images/logo.png") no-repeat;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
header > .search {
	width: 228px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -15px;
}
header > .search input[type="text"] {
	width: 100% !important;
}
nav.nav {
	background-color: #43505c;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: fixed;
	z-index: 100;
	width: 100%;
	-webkit-box-shadow: 0 12px 12px -12px #2c363f;
	-moz-box-shadow: 0 12px 12px -12px #2c363f;
	box-shadow: 0 12px 12px -12px #2c363f;
}
nav.nav ul {
	list-style: none;
}
ul.hmenu {
	display: table;
	width: 100%;
}
ul.hmenu > li {
	position: relative;
	display: table-cell;
	text-align: center;
}
.hmenu-extra1, .hmenu-extra2 {
	position: relative;
	display: block;
	width: auto;
	height: auto;
}
.hmenu-extra1 {
	float: left;
}
.hmenu-extra2 {
	float: right;
}
.hmenu {
	float: left;
}
ul.hmenu > li.active:after {
	content: "";
	width: 100%;
	height: 14px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 60;
}
ul.hmenu > li > a {
	display: block;
	padding: 0 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
ul.hmenu > li > a.active {
	background: #eee;
	color: #2c363f;
}
ul.hmenu > li > a:not(.active):not(.separator):hover {
	color: #09d;
}
ul.hmenu ul {
	background: rgba(8,12,16,0.8);
	position: absolute;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	z-index: 100;
}
ul.hmenu li:hover ul {
	visibility: visible;
	opacity: 1;
}
ul.hmenu li li {
	display: block;
}
ul.hmenu li li {
	border-top: 1px solid #949ea7;
}
ul.hmenu li li a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 12px;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
}
ul.hmenu li li a:hover {
	background: #09d;
	color: #fff;
}
.layout-wrapper {
	position: relative;
	margin: 108px auto 0;
	padding: 8px 16px;
}
.content-layout {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.content-layout-row {
	display: table-row;
}
.layout-cell {
	display: table-cell;
	vertical-align: top;
}
.postcontent .content-layout {
	border-collapse: collapse;
}
.contacts li span, .props li span {
	color: #888;
}
.breadcrumbs {
	padding: 0 16px;
	color: #eee;
	background-color: #43505c;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
	line-height: 40px;
	position: absolute;
	bottom: 40px;
	width: 100%;
}
.breadcrumbs .showHere {
	color: #aaa;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #09d;
}
button, input[type="submit"], a.button, .pager > *, .readmore .btn {
	display: inline-block;
	height: 30px;
	font: bold 13px/30px Arial, Helvetica, sans-serif;
	background: #2c363f;
	color: #fff !important;
	padding: 0 12px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}
button:hover, input[type="submit"]:hover, a.button:hover, .pager a:hover, .readmore .btn:hover {
	background: #09d;
}
.button img {
	margin: 0;
	vertical-align: middle;
}
input, select, textarea, a.search-button span {
	vertical-align: middle;
}
input:not([type="submit"]):not(.search-button):not([type="checkbox"]):not([type="radio"]), textarea {
	display: block;
	font: 13px Arial, Helvetica, sans-serif;
	background: #eee;
	border: 1px solid #949ea7;
	margin-bottom: 10px;
	padding: 6px 8px;
	-webkit-box-shadow: 1px 1px 2px #949ea7 inset;
	-moz-box-shadow: 1px 1px 2px #949ea7 inset;
	box-shadow: 1px 1px 2px #949ea7 inset;
	color: #2c363f;
}
input:not([type="submit"]):not(.search-button):not([type="checkbox"]):not([type="radio"]) {
	height: 30px;
	width: 200px;
}
textarea {
	height: 150px;
	width: 50%;
	resize: none;
	overflow: auto;
}
input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
}
input[type="radio"] {
	margin-right: 5px;
}
.contact-form .cols > div:first-child {
	width: 75% !important;
}
.contact-form .cols > div:last-child {
	width: 25% !important;
}
.contact-form input, .contact-form textarea {
	width: 100% !important;
}
input:not([type="submit"]):not(.search-button):focus, textarea:focus {
	border-color: #09d !important;
	background: #fff !important;
}
input.error, textarea.error {
	color: #d00;
	border-color: #d00;
}
.header input[type="text"] {
	background: #fff !important;
}
:-moz-placeholder {
	color: #6e7983;
	opacity: 1;
}
::-moz-placeholder {
	color: #6e7983;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #6e7983;
}
::-webkit-input-placeholder {
	color: #6e7983;
}
:focus:-moz-placeholder {
	color: #949ea7;
}
:focus::-moz-placeholder {
	color: #949ea7;
}
:focus:-ms-input-placeholder {
	color: #949ea7;
}
:focus::-webkit-input-placeholder {
	color: #949ea7;
}
.input-error:-moz-placeholder {
	color: #d00;
}
.input-error::-moz-placeholder {
	color: #d00;
}
.input-error:-ms-input-placeholder {
	color: #d00;
}
.input-error::-webkit-input-placeholder {
	color: #d00;
}
.input-error {
	color: #d00;
	border-color: #d00 !important;
}
form.search input[type="submit"], input.search-button, a.search-button {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/searchicon.png") 50% 50% no-repeat;
	padding: 0;
	color: #11232c !important;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -16px;
	opacity: 0.7;
}
form.search input[type="submit"]:hover, input.search-button:hover, a.search-button:hover {
	opacity: 1;
}
a.search-button span.search-button-text {
	display: none;
}
label.checkbox:before {
	background: #FFFFFF;
	border-width: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
}
label.checkbox {
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
	color: #292F31 !important;
}
.checkbox>input[type="checkbox"] {
	margin: 0 5px 0 0;
}
label.checkbox.active:before {
	background: #E3EEF4;
	border-width: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	display: inline-block;
}
label.checkbox.hovered:before {
	background: #F7FAFC;
	border-width: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	display: inline-block;
}
label.radiobutton:before {
	background: #FFFFFF;
	border-width: 0;
	margin: 0 auto;
	width: 12px;
	height: 12px;
}
label.radiobutton {
	cursor: pointer;
	line-height: 12px;
	display: inline-block;
	color: #292F31 !important;
}
.radiobutton>input[type="radio"] {
	vertical-align: baseline;
	margin: 0 5px 0 0;
}
label.radiobutton.active:before {
	background: #E3EEF4;
	border-width: 0;
	margin: 0 auto;
	width: 12px;
	height: 12px;
	display: inline-block;
}
label.radiobutton.hovered:before {
	background: #F7FAFC;
	border-width: 0;
	margin: 0 auto;
	width: 12px;
	height: 12px;
	display: inline-block;
}
.pager>*:last-child, .pager>*:last-child:hover {
	margin-right: 0;
}
.pager > span {
	cursor: default;
}
.pager > * {
	position: relative;
	margin-right: 4px;
}
.pager .active {
	background: #6e7983;
}
.article img, img.article, .block img, .footer img {
	margin: 8px;
}
img.fl, .img-fulltext-left, .img-intro-left, img.fr, .img-fulltext-right, .img-intro-right {
	max-width: 50%;
	height: auto;
}
img.fl, .img-fulltext-left, .img-intro-left {
	margin-left: 0;
}
img.fr, .img-fulltext-right, .img-intro-right {
	margin-right: 0;
}
.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin: 2px;
}
.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
}
.post .content-layout-br {
	height: 0;
}
.article th, .article td {
	padding: 2px;
	border: solid 1px #B6B6B6;
	vertical-align: top;
	text-align: left;
}
.article th {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
pre {
	overflow: auto;
	padding: 0.1em;
}
.preview-cms-logo {
	border: 0;
	margin: 1em 1em 0 0;
	float: left;
}
.article-info, .postheadericons, .postheadericons a, .postheadericons a:link, .postheadericons a:visited, .postheadericons a:hover {
	color: #888;
}
.article-info {
	margin: 0 !important;
}
.article-info dd time {
	margin-left: -4px;
}
.postheadericons span:before, .article-info dd:before {
	margin-right: 6px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}
.postdateicon:before, .article-info dd.published:before {
	content: url("../images/postdateicon.png");
}
.postauthoricon:before {
	content: url("../images/postauthoricon.png");
}
.postediticon:before {
	content: url("../images/system/edit.png");
}
.postcontent li {
	margin: 4px 0 4px 16px;
}
blockquote {
	background: #F7F7F7 url("../images/postquote.png") no-repeat scroll;
	padding: 10px 10px 10px 47px;
	margin: 10px 0 0 25px;
	color: #141414;
	font-style: italic;
	text-align: left;
	overflow: auto;
	clear: both;
}
.Sorter img {
	border: 0;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	position: static;
	z-index: 1;
	width: 12px;
	height: 6px;
}
.Sorter a {
	position: relative;
	color: #4A91B8;
}
.Sorter a:link {
	color: #4A91B8;
}
.Sorter a:visited, .Sorter a.visited {
	color: #4A91B8;
}
.Sorter a:hover, .Sorter a.hover {
	color: #376F8D;
}
.Sorter {
	color: #284F65;
}
.footer {
	padding: 0 16px;
	position: absolute;
	text-align: center;
	bottom: 0;
	background: #eee;
	color: #6e7983;
	width: 100%;
	font-size: 12px;
	line-height: 40px;
}
footer a {
	text-decoration: none;
}
.rss-tag-icon {
	background: url("../images/footerrssicon.png") no-repeat scroll;
	margin: 0 auto;
	min-height: 32px;
	min-width: 32px;
	display: inline-block;
	text-indent: 35px;
	background-position: left center;
}
.rss-tag-icon:empty {
	vertical-align: middle;
}
.lightbox-wrapper {
	background: #2c363f;
	background: rgba(8,12,16,0.8);
	bottom: 0;
	left: 0;
	padding: 0 100px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 1000000;
}
.lightbox, .lightbox-wrapper .lightbox-image {
	cursor: pointer;
}
.lightbox-wrapper .lightbox-image {
	border: 6px solid #fff;
	display: none;
	max-width: 100%;
	vertical-align: middle;
}
.lightbox-wrapper .lightbox-image.active {
	display: inline-block;
}
.lightbox-wrapper .lightbox-error {
	background: #fff;
	border: 1px solid #b4b4b4;
	box-shadow: 0 2px 5px #2c363f;
	height: 80px;
	opacity: .95;
	padding: 20px;
	position: fixed;
	width: 300px;
	z-index: 100;
}
.lightbox-wrapper .loading {
	background: #fff url("../images/preloader-01.gif") center center no-repeat;
	border: 1px solid #b4b4b4;
	box-shadow: 0 2px 5px #2c363f;
	height: 32px;
	opacity: .5;
	padding: 10px;
	position: fixed;
	width: 32px;
	z-index: 10100;
}
.lightbox-wrapper .arrow {
	cursor: pointer;
	height: 100px;
	opacity: .5;
	position: fixed;
	width: 82px;
	z-index: 10003;
}
.lightbox-wrapper .arrow.left {
	left: 9px;
}
.lightbox-wrapper .arrow.right {
	right: 9px;
}
.lightbox-wrapper .arrow:hover {
	opacity: 1;
}
.lightbox-wrapper .arrow.disabled {
	display: none;
}
.lightbox-wrapper .arrow-t, .lightbox-wrapper .arrow-b {
	background-color: #fff;
	height: 6px;
	left: 26px;
	position: relative;
	width: 30px;
}
.lightbox-wrapper .arrow-t {
	top: 38px;
}
.lightbox-wrapper .arrow-b {
	top: 50px;
}
.lightbox-wrapper .close {
	cursor: pointer;
	height: 22px;
	opacity: .5;
	position: fixed;
	right: 39px;
	top: 30px;
	width: 22px;
	z-index: 10003;
}
.lightbox-wrapper .close:hover {
	opacity: 1;
}
.lightbox-wrapper .close .cw, .lightbox-wrapper .close .ccw {
	background-color: #fff;
	height: 6px;
	position: absolute;
	left: -4px;
	top: 8px;
	width: 30px;
}
.lightbox-wrapper .cw {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.lightbox-wrapper .ccw {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.lightbox-wrapper .close-alt, .lightbox-wrapper .arrow-right-alt, .lightbox-wrapper .arrow-left-alt {
	color: #fff;
	display: none;
	font-size: 2.5em;
	line-height: 100%;
}
.content-layout .content {
	margin: 0 auto;
}
.content-layout .sidebar {
	width: 244px;
	padding-left: 16px;
}
.sidebar > * {
	margin: 8px 0;
}
fieldset {
	border: none;
}
fieldset dl {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}
fieldset dt {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 12em;
	height: 2em;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	background: none;
	line-height: 2em;
	overflow: hidden;
}
fieldset dd {
	display: block;
	min-height: 2em;
	margin: 0 0 0 12em;
	padding: 0;
	background: none;
	line-height: 2em;
}
fieldset label {
	display: inline-block;
	width: 12em;
}
fieldset textarea {
	vertical-align: text-top;
}
ul.pagenav {
	clear: both;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
ul.pagenav li, ul.pagenav li:before {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: center;
	content: normal;
}
ul.pagenav li.pagenav-prev {
	float: left;
}
ul.pagenav li.pagenav-next {
	margin: 0 0 0 50%;
}
div.item-page dl.tabs {
	display: block;
	margin: 0;
	padding: 0;
}
div.item-page dl.tabs:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: left;
	width: 1em;
	height: 2em;
	overflow: hidden;
}
div.item-page dl.tabs dt {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: left;
	height: 2em;
	overflow: hidden;
	border-left: solid 1px #B6B6B6;
	border-top: solid 1px #B6B6B6;
}
div.item-page dl.tabs dt h3 {
	margin: 0;
	padding: 0 1em;
	line-height: 2em;
	font-size: 100%;
	overflow: hidden;
}
div.item-page dl.tabs dt h3 a {
	text-decoration: none;
}
div.item-page dl.tabs:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	border-left: solid 1px #B6B6B6;
	content: " ";
	overflow: hidden;
	height: 2em;
}
div.item-page div.current {
	clear: both;
	border: solid 1px #B6B6B6;
}
div.item-page div.current dd.tabs {
	margin: 0;
	padding: 0;
}
div.item-page .panel {
	border: solid 1px #B6B6B6;
	margin-top: -1px;
}
div.item-page .panel h3 {
	margin: 0;
	padding: 0;
}
div.item-page .panel h3 a {
	display: block;
	padding: 6px;
	text-decoration: none;
}
div.item-page .panel h3.pane-toggler-down a {
	border-bottom: solid 1px #B6B6B6;
}
div.item-page .panel .pane-slider {
	margin: 0;
	padding: 0;
}
div.item-page div.pagination ul {
	clear: both;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
div.item-page div.pagination li {
	display: block;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	white-space: nowrap;
}
div.item-page div.pagination:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.search span.highlight {
	background: #eee;
}
.search .error {
	font-weight: bold;
	color: #c00;
}
.search .btn {
	margin-bottom: 8px;
}
#searchForm {
	padding-top: 16px;
}
.search .result-title a {
	font-weight: bold;
}
#limit_chzn {
	min-width: 58px;
}
.chzn-results li:before {
	content: none !important;
}
#searchForm .phrases-box {
	display: block;
	float: left;
}
#searchForm .ordering-box {
	position: relative;
}
#searchForm .phrases-box label, #searchForm .ordering-box label, #searchForm .only label {
	display: inline-block;
	width: auto;
	height: 2em;
	margin: 0;
	padding: 0 0.3em;
}
#mod-finder-searchform label {
	display: block;
}
#mod-finder-searchform input.inputbox {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 300px;
}
#login-form #form-login-username label, #login-form #form-login-password label {
	display: block;
}
#login-form #form-login-username input, #login-form #form-login-password input {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 300px;
}
dl.stats-module {
	padding: 0.3em 0 0.3em 0.3em;
	margin: 0;
}
dl.stats-module dt {
	float: left;
	display: block;
	line-height: 1.5em;
	min-height: 1.5em;
	width: 10em;
	padding: 0.3em 0.3em 0 0;
	margin: 0;
	font-weight: bold;
}
dl.stats-module dd {
	display: block;
	line-height: 1.5em;
	min-height: 1.5em;
	margin-left: 10em;
}
div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.mod-languages li {
	background: none;
	margin: 0 0.3em;
	padding: 0;
}
div.mod-languages ul.lang-inline li {
	display: inline;
}
div.mod-languages ul.lang-block li {
	display: block;
}
div.mod-languages img {
	border: none;
	margin: 0;
	padding: 0;
}
div.clr {
	clear: both;
}
#system-message ul li {
	background-image: none;
}
ul.actions, ul.actions li, ul.actions li img {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
ul.actions li {
	background: none;
	list-style: none;
}
/*
	.items-row {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.items-row .item {
	display: table-cell;
	vertical-align: top;
}
.items-row .row-separator {
	display: none;
}
*/
div.pagination p.counter {
	color: #888;
	margin-bottom: 2px;
}
div.tip-wrap {
	background: #fff;
	border: 1px solid #aaa;
}
div.tip-wrap div.tip {
	padding: 0.3em;
}
div.tip-wrap div.tip-title {
	font-weight: bold;
}
table.category {
	width: 100%;
}
table.category thead th img {
	padding: 0 0 0 0.3em;
	margin: 0;
	border: none;
}
span.hasTip a img {
	padding: 0;
	margin: 0;
	border: none;
}
ul.categories-module li h1, ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6 {
	display: inline;
}
div.categories-list ul li span.item-title, div.cat-children ul li span.item-title {
	display: block;
	margin: 0 0 0.3em 0;
}
div.categories-list ul li div.category-desc, div.cat-children ul li div.category-desc {
	margin: 0 0 0.3em 0;
}
div.categories-list dl, div.cat-children dl {
	display: block;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	background: none;
}
div.categories-list dl dt, div.cat-children dl dt, div.categories-list dl dd, div.cat-children dl dd {
	display: inline-block;
	padding: 0;
	margin: 0;
	background: none;
}
div.img_caption p.img_caption {
	padding: 0.3em 0;
	margin: 0;
}
form .search label, form .finder label {
	display: none;
}
.cols, .cols-2, .cols-3 {
	display: table;
	width: 100%;
}
.cols > *, .cols-2 > *, .cols-3 > * {
	display: table-cell;
	vertical-align: top;
	width: 10%;
}
.cols > *:first-child, .cols-2 > *:first-child, .cols-3 > *:first-child {
	padding-right: 8px;
}
.cols > *:last-child, .cols-2 > *:last-child, .cols-3 > *:last-child {
	padding-left: 8px;
}
.cols > *:not(:first-child):not(:last-child), .cols-3 >:nth-child(2) {
	padding: 0 8px;
}
.items-row .span6 {
	padding: 0 16px;
}
.cols img {
	display: block;
	max-width: 100%;
	height: auto;
}
#home .cols img {
	margin-left: 0;
	margin-right: 0;
}
.row-separator {
	clear: both;
	float: none;
	font-size: 1px;
	display: block;
}
.history dt, .history dd {
	float: left;
	margin: 3px 0;
}
.history dt {
	width: 5%;
	clear: left;
	font-weight: bold;
	color: #09d;
}
.history dd {
	width: 95%;
}
.sige {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.sige li {
	margin: 16px !important;
	float: none !important;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.sige li:hover {
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
}
.sige li img {
	margin: 0;
	float: none;
}
.gallery3 .sige li {
	margin: 10px !important;
	float: none !important;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.gallery3 .sige li:hover {
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
}
.gallery4 .sige li {
	margin: 8px !important;
	float: none !important;
	-webkit-box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
	box-shadow: 0 0 8px #ccc;
}
.gallery4 .sige li:hover {
	-webkit-box-shadow: 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #999;
	box-shadow: 0 0 8px #999;
}
.permits .sige li {
	margin: 12px !important;
	float: none !important;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
}
.permits .sige li:hover {
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
}
.projects.blog .items-row {
	text-align: center;
}
.projects.blog h2 {
	font-size: 16px;
	margin-top: 1em;
}
:focus {
	outline: none;
}
.modal-container {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background: rgba(8, 12, 16, 0.8);
	z-index: 1010;
	overflow: auto;
	text-align: center;
}
.modal-window {
	position: fixed;
	z-index: 1500;
	background: #fff;
	padding: 20px;
	width: 300px;
	-webkit-box-shadow: 0 0 10px #2c363f;
	-moz-box-shadow: 0 0 10px #2c363f;
	box-shadow: 0 0 10px #2c363f;
}
.modal-window:not(.modal-form) {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal-window.modal-form {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.modal-window form {
	width: 100%;
	margin: 10px auto;
	padding: 0;
}
.modal-close {
	font: bold 60px/0.6 Arial, Helvetica, sans-serif;
	position: absolute;
	right: -34px;
	top: -34px;
	color: #2c363f;
	cursor: pointer;
}
.modal-close:hover {
	color: #09d;
}
#confirmation .modal-window {
	width: 480px;
}
#confirmation p {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.modal-text {
	width: 80%;
	max-height: 80%;
	text-align: left;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.map {
	height: 320px;
	width: 100%;
	margin: 20px 0;
	position: relative;
}
.map > ymaps {
	position: absolute;
	top: 0;
}
.doc:before, .xls:before, .pdf:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.doc:before {
	content: url("../images/doc.png");
}
.xls:before {
	content: url("../images/xls.png");
}
.pdf:before {
	content: url("../images/doc.png");
}
.slider-projects .slide-desc-text .slide-title {
	font-size: 12px;
	font-weight: bold;
}
.slider-projects .slide-desc-text .slide-title a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.slider-projects .slide-desc-text {
	padding: 6px 8px;
}
.slider-projects .slide-title {
	margin-bottom: 0;
}
.slider-projects li:hover .slide-desc-text {
	background: #09d;
}
div, h1, h2, h3, p, ul, ol, li {
	max-height: 9000px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.hmenu > li > a, .hmenu ul, .pager a, .readmore .btn, button, button, input[type="submit"], a.button, .sige li, .search input[type="submit"], input.search-button, a.search-button, .slider-projects .slide-desc-text {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.prodpot {
	background: url("/images/prodpot.jpg") 50% 50% no-repeat;
   	-webkit-background-size: contain;
	background-size: contain;
}