/* Header */
/* Menu */
/* Column */
/* Content */
/* Footer */
/* Sizes */
/* Genum banners */
.toptext {
	background: #900;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #692325;
	padding: 0 0 3px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.toptext span {
	font-size: 11px;
	line-height: 16px;
}

.toptext a {
	color: yellow !important;
	text-decoration: underline !important;
}

.toptext a:hover {
	color: #ffff66;
}

.genum {
	float: right;
	margin-left: 20px;
	width: 65px;
	height: 26px;
	background: url("/Areas/Site/Content/Images/genum.png") no-repeat 0 0;
	white-space: nowrap;
	text-indent: 9999em;
	overflow: hidden;
}

.genum:hover {
	background-position: left bottom;
}

/* Footer toolbar */
.footerToolbar {
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 42px;
	border-top: 1px solid #a7a7a7;
	background: #d7ecf7;
	background: -moz-linear-gradient(top, #d7ecf7 0%, #96b0bc 100%);
	background: -webkit-linear-gradient(top, #d7ecf7 0%, #96b0bc 100%);
	background: linear-gradient(to bottom, #d7ecf7 0%, #96b0bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7ecf7', endColorstr='#96b0bc', GradientType=0);
	font: 15px "robotocondensed";
	color: #1b0000;
	z-index: 150;
}

.footerToolbar .footerToolbarWrap {
	position: relative;
}

.footerToolbar a {
	color: #888F96;
	font: 15px "robotocondensed";
}

.footerToolbar a:hover {
	color: #990000;
}

.footerToolbar .cmsfooterNotice {
	/*position: absolute; left: 50%; top: 13px; display: block; margin: 0 0 0 -25px;*/
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}

.footerToolbar .cmsfooterNotice .cmsfooterNoticeIcon {
	display: block;
	background: url("/Areas/Site/Content/Images/icons/footerNoticeIcon.png") no-repeat;
	width: 33px;
	height: 22px;
	position: relative;
	text-decoration: none;
}

.footerToolbar .cmsfooterNotice .cmsfooterNoticeIcon .cmsfooterNoticeCount {
	color: #fff;
	background: #CF0D0D;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
	text-align: center;
	font: normal 14px/22px "robotobold_condensed";
}

.footerToolbar .footerToolbarGenumProperty {
	color: #fff;
	background: #990000;
	max-width: 450px;
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 10px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font: 14px/1.1em "robotobold_condensed";
}

.footerToolbar .footerToolbarGenumProperty a {
	color: #fe6;
	font-family: "robotobold_condensed";
}

/* Cms Bottom toolbar */
.cmsToolbarFooter {
	padding: 2px 0;
	display: inline-block;
	/*margin-left: 3%;*/
}

.cmsToolbarFooter .cmsToolbarFooterWrap {
	position: relative;
	margin: 5px 0 0 0;
}

.cmsToolbarFooter .btn {
	font-size: 14px;
	text-decoration: none;
	color: #222;
	line-height: 1.4em;
	margin-left: 20px;
	display: inline-block;
	background: #fff;
	padding: 3px 10px;
	border-radius: 3px;
}

.cmsToolbarFooter .btn>img {
	float: left;
	margin: 3px 4px 0 0;
}

.cmsToolbarFooter .btn:hover {
	background: #e4e4e4;
}

.cmsToolbarFooter .btn.siteToolbarCms {
	margin-left: 0;
}

/* Cms Edit toolbar */
.cmsEditBlock {
	position: relative;
}

.cmsEditBlock .cmsEditBlockShadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	-webkit-transition: background 0.15s ease-in-out 0;
	-moz-transition: background 0.15s ease-in-out 0;
	-ms-transition: background 0.15s ease-in-out 0;
	-o-transition: background 0.15s ease-in-out 0;
	transition: background 0.15s ease-in-out 0;
}

.cmsEditBlock .cmsToolbar {
	position: absolute;
	right: 0;
	top: 0;
	background: url("/Areas/Site/Content/Images/darkalpha.png") repeat;
	padding: 0 5px 5px;
	z-index: 200;
	display: none;
}

.cmsEditBlock .cmsToolbar .cmsButton {
	background: #fff;
	width: 22px;
	height: 22px;
	line-height: normal;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 4px;
	margin-top: 5px;
	vertical-align: middle;
	position: relative;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.cmsEditBlock .cmsToolbar .cmsButton:hover {
	background: #eee;
}

.cmsEditBlock .cmsToolbar .cmsButton img {
	vertical-align: top;
	margin-top: 2px;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 16px;
	height: 16px;
	display: block;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton:last-child {
	margin-right: 0;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton.cmsToolbarDetail:after {
	background: url("/Areas/Site/Content/Images/icons/view.png") no-repeat;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton.cmsToolbarShow:after {
	background: url("/Areas/Site/Content/Images/icons/show.png") no-repeat;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton.cmsToolbarHide:after {
	background: url("/Areas/Site/Content/Images/icons/hide.png") no-repeat;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton.cmsToolbarMoveUp:after {
	background: url("/Areas/Site/Content/Images/icons/moveUp.png") no-repeat;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton.cmsToolbarMoveDown:after {
	background: url("/Areas/Site/Content/Images/icons/moveDown.png") no-repeat;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton.cmsToolbarEdit:after {
	background: url("/Areas/Site/Content/Images/icons/edit.png") no-repeat;
}

.cmsEditBlock .cmsToolbar .cmsToolbarButton.cmsToolbarDelete:after {
	background: url("/Areas/Site/Content/Images/icons/delete.png") no-repeat;
}

.cmsEditBlock:hover .cmsEditBlockShadow {
	background: url("/Areas/Site/Content/Images/whitealpha.png") repeat;
	border: 1px solid darkgreen;
}

.cmsEditBlock:hover .cmsToolbar {
	display: block;
}

.cmsEditBlock.blockHidden .cmsEditBlockShadow {
	background: url("/Areas/Site/Content/Images/darkalpha.png") repeat;
	border: 1px solid darkgreen;
}

.cmsEditBlock.blockSelected .cmsEditBlockShadow {
	background: rgba(141, 207, 106, 0.3);
	display: block;
	border: 1px solid red !important;
}

/* Cms toolbar */
.cmsToolbarBottom {
	background: #E9ECED;
	padding: 5px 0;
	border: 1px solid #333;
	position: fixed;
	z-index: 5000;
	bottom: 0;
	left: 0;
	width: 100%;
}

.cmsToolbarBottom .cmsToolbarBottomWrap {
	position: relative;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}

.cmsToolbarBottom .buttonAddSection {
	font-size: 11px;
	font-family: Tahoma;
	width: 55px;
	display: inline-block;
	color: #222;
	text-decoration: none;
	margin: 0 10px 0 0;
	text-align: center;
	vertical-align: top;
	word-break: break-word;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.cmsToolbarBottom .buttonAddSection>img {
	margin: 0 0 2px;
}

.cmsToolbarBottom .buttonAddSection:hover {
	opacity: .7;
	color: #000;
}

/* Styles toolbar */
.siteStylesToolbar {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 300px;
	padding: 0;
	background: #bdcedb;
	background: -webkit-linear-gradient(to right, #bdcedb, #eef2f3);
	background: linear-gradient(to right, #bdcedb, #eef2f3);
	border: 1px solid #a7a7a7;
	z-index: 99999;
}

.siteStylesToolbar .siteStylesToolbarWrap {
	position: relative;
	height: 100%;
	padding: 100px 0 50px;
}

.siteStylesToolbar .siteStylesToolbarWrap2 {
	position: relative;
	overflow-y: auto;
	height: 100%;
}

.siteStylesToolbar .siteStylesToolbarHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 0;
	background: #f9f9e2;
	border-bottom: 1px solid #a7a7a7;
}

.siteStylesToolbar .siteStylesToolbarHeader .siteStylesToolbarTitle {
	padding: 10px 15px;
	background: #0988C8;
	border-bottom: 1px solid #a7a7a7;
	color: #fff;
	font-family: "robotobold_condensed";
	font-size: 1.125em;
	text-align: center;
	margin-bottom: 10px;
}

.siteStylesToolbar .siteStylesToolbarHeader .siteStylesToolbarSearch {
	padding: 0 15px;
	margin-bottom: 10px;
}

.siteStylesToolbar .siteStylesToolbarHeader .siteStylesToolbarSearch input {
	border: 1px solid #d5d5d5;
	height: 32px;
	display: block;
	width: 100%;
	padding: 4px 10px;
	border-radius: 5px;
	transition: border-color 0.2s ease;
}

.siteStylesToolbar .siteStylesToolbarHeader .siteStylesToolbarSearch input:focus {
	border-color: #666;
}

.siteStylesToolbar .groupTitle {
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	font-family: "robotobold_condensed";
	color: #333;
}

.siteStylesToolbar .groupTitle i {
	transform: rotate(180deg);
	position: absolute;
	right: 10px;
	top: 10px;
}

.siteStylesToolbar .groupTitle.collapsed i {
	transform: rotate(0);
}

.siteStylesToolbar .siteStylesToolbarGroup {
	background: #fafafa;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
	margin-bottom: 30px;
}

.siteStylesToolbar .siteStylesToolbarGroup .groupSubTitle {
	margin: -15px -15px 10px;
	padding: 10px;
	background: #c7e3e9;
	text-align: center;
	font-family: "robotobold_condensed";
	position: relative;
}

.siteStylesToolbar .siteStylesToolbarGroup .groupSubTitle .glyphicon {
	position: absolute;
	right: 7px;
	top: 10px;
	font-size: 1em;
	cursor: pointer;
}

.siteStylesToolbar .siteStylesToolbarGroup .siteStylesToolbarItem {
	margin-bottom: 10px;
}

.siteStylesToolbar .siteStylesToolbarGroup .siteStylesToolbarItem label {
	font-weight: normal;
	margin-top: 8px;
	padding-right: 0;
}

.siteStylesToolbar .siteStylesToolbarGroup .siteStylesToolbarItem input[type=color] {
	padding: 0;
	cursor: pointer;
}

.siteStylesToolbar .siteStylesToolbarGroup .siteStylesToolbarItem input[type=checkbox].form-control {
	width: 100%;
	height: auto;
	display: inline-block;
	box-shadow: none;
	margin-top: 12px;
}

.siteStylesToolbar .siteStylesToolbarGroup .siteStylesToolbarItem .siteStylesToolbarItemWithReset {
	position: relative;
	padding-right: 25px;
}

.siteStylesToolbar .siteStylesToolbarGroup .siteStylesToolbarItem .siteStylesToolbarItemWithReset .glyphicon {
	position: absolute;
	right: 7px;
	top: 10px;
	font-size: .875em;
	cursor: pointer;
}

.siteStylesToolbar .siteStylesToolbarGroup:last-child {
	margin-bottom: 0;
}

.siteStylesToolbar .siteStylesToolbarFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 6px 15px 0;
	background: #eee;
	border-top: 1px solid #a7a7a7;
	text-align: center;
}

.siteStylesToolbar .siteStylesToolbarFooter .siteStylesToolbarButtons .btn {
	width: 100%;
	border-radius: 0;
	background: #3b9c1c;
	border-color: darkgreen;
	transition: all .2s ease;
	font-size: 1em;
}

.siteStylesToolbar .siteStylesToolbarFooter .siteStylesToolbarButtons .btn:hover {
	background: #5cab42;
	border-color: darkgreen;
}

.siteModePublictionButtons {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
	background: #feffc7;
}

.siteModePublictionButtons .k-button {
	font-size: .875em;
	padding: 3px 8px 2px;
	margin-right: 5px;
}

.siteModePublictionButtons .k-button img {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	margin-top: 4px;
}

/*@import "/Areas/Shop/Content/Styles/shop.less";*/
/* General */
/* Kendo fix */
.k-ff {
	overflow: inherit !important;
}

.k-widget {
	box-shadow: none;
	border: none;
}

.k-widget .form-control,
.k-widget .container,
.k-widget .container-fluid,
.k-widget .row,
.k-widget .col-xs-1,
.k-widget .col-sm-1,
.k-widget .col-md-1,
.k-widget .col-lg-1,
.k-widget .col-xs-2,
.k-widget .col-sm-2,
.k-widget .col-md-2,
.k-widget .col-lg-2,
.k-widget .col-xs-3,
.k-widget .col-sm-3,
.k-widget .col-md-3,
.k-widget .col-lg-3,
.k-widget .col-xs-4,
.k-widget .col-sm-4,
.k-widget .col-md-4,
.k-widget .col-lg-4,
.k-widget .col-xs-5,
.k-widget .col-sm-5,
.k-widget .col-md-5,
.k-widget .col-lg-5,
.k-widget .col-xs-6,
.k-widget .col-sm-6,
.k-widget .col-md-6,
.k-widget .col-lg-6,
.k-widget .col-xs-7,
.k-widget .col-sm-7,
.k-widget .col-md-7,
.k-widget .col-lg-7,
.k-widget .col-xs-8,
.k-widget .col-sm-8,
.k-widget .col-md-8,
.k-widget .col-lg-8,
.k-widget .col-xs-9,
.k-widget .col-sm-9,
.k-widget .col-md-9,
.k-widget .col-lg-9,
.k-widget .col-xs-10,
.k-widget .col-sm-10,
.k-widget .col-md-10,
.k-widget .col-lg-10,
.k-widget .col-xs-11,
.k-widget .col-sm-11,
.k-widget .col-md-11,
.k-widget .col-lg-11,
.k-widget .col-xs-12,
.k-widget .col-sm-12,
.k-widget .col-md-12,
.k-widget .col-lg-12 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 16px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	/*font: 16px @font1, Arial, sans-serif;*/
	position: relative;
}

/* Pager chrome fix */
.k-pager-wrap .k-link {
	height: 2.2em;
	line-height: 2.2em;
}

/* Pager */
.k-pager-wrap .k-state-selected {
	background-color: #969696;
	border-color: #808080;
}

html,
body,
.wrap {
	min-height: 100%;
	height: 100%;
}

.wrap {
	height: auto !important;
}

.wrap2 {
	margin: 0 auto;
	padding: 0 0 160px 0;
}

.sectionBox {
	margin-bottom: 20px;
}

/* Header */
.header {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	width: 100%;
	color: #222222;
	height: 120px;
	padding: 10px 0;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
}

.header .container {
	height: 100%;
}

.header .sectionBox {
	margin: 0;
}

.header .headerWrap {
	display: table;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

.header .headerWrap .row {
	height: 100%;
	display: table-row;
}

.header .headerWrap .noFloatCol {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
}

.header .headerLogoWithText {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header .headerLogoText .headerLine {
	vertical-align: middle;
	font-size: 1.25em;
	color: #212b3f;
	line-height: 1em;
	display: inline-block;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
}

.header .headerLogoText .headerSubLine {
	font-size: 1.75em;
	line-height: 1em;
	color: #E42233;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
}

.header .headerLogoText .headerSite {
	margin-top: 10px;
	color: #6C7D96;
	font: 0.813em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
}

.header a {
	color: #0988c8;
	font-size: .875em;
}

.header .logo {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.header .logo img {
	max-height: 100px;
}

.header .headerSocialBlock {
	margin-bottom: 10px;
	margin-left: 2px;
	text-align: right;
}

.header .headerSocialBlock .socialItem {
	display: inline-block;
	margin-right: 3px;
}

.header .headerDate {
	color: #808080;
	font: 0.75em/1.5 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
	text-align: right;
}

.header .eyeButtonDesktop {
	display: inline-block;
	vertical-align: middle;
	color: #0988c8;
	cursor: pointer;
}

.header .eyeButtonDesktop i {
	margin-right: 7px;
	font-size: 17px;
	vertical-align: top;
}

.header .eyeButtonDesktop:hover {
	color: #144ca3;
}

.header .headerLogin {
	margin-bottom: 10px;
	text-align: right;
}

.header .headerLogin .topLinkCabinetAction {
	cursor: pointer;
	color: #1990CC;
	font: 14px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	display: inline-block;
	padding-right: 13px;
	position: relative;
}

.header .headerLogin .topLinkCabinetAction:after {
	content: "";
	background: url("/Areas/Base/Content/Images/topLoginLinlkIcon.png") no-repeat;
	width: 7px;
	height: 4px;
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
}

.header .headerLogin .topLinkCabinetAction.act:after {
	transform: rotate(180deg);
}

.header .headerLogin .topLinkCabinet {
	color: #1990CC;
	font: 14px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
}

.header .headerLogin .topLinkCabinet i {
	vertical-align: top;
	margin-left: 4px;
	margin-top: 1px;
	font-size: 16px;
	padding-right: 3px;
}

.header .headerLogin .topLinkCabinet:hover {
	color: #13709f;
}

.header .logonLink {
	font-size: 16px;
	min-height: 21px;
	text-transform: none;
	vertical-align: middle;
}

.header .logonLink>i {
	/*padding-right: 8px;*/
	font-size: 17px;
	vertical-align: top;
	margin-right: 7px;
}

.header .logonLink .loginNameBox {
	vertical-align: middle;
	display: block;
	line-height: 1em;
	margin: 8px 0 0;
}

.header .logonLink .loginNameBox .loginName {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

.header .logonLink .loginMoreLinks {
	display: none;
	margin: 5px -25px 0 0;
	position: absolute;
	top: 20px;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	z-index: 10001;
	padding: 0 10px;
	width: 100%;
	min-width: 150px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 7px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 7px 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.7) 0px 7px 10px 0px;
}

.header .logonLink .loginMoreLinks>a {
	display: block;
	margin: 0 -10px 0px;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
}

.header .logonLink .loginMoreLinks>a:hover {
	background: #c1e0fb;
}

.header .logonLink .loginMoreLinks>a:last-child {
	margin-bottom: 0;
}

/* Search */
.headerSearch .searchForm {
	position: relative;
	height: 40px;
	overflow: hidden;
}

.headerSearch .searchForm .k-autocomplete {
	width: 100%;
	border: 1px solid #d5d5d5;
	height: 40px;
}

.headerSearch .searchForm .k-autocomplete .k-icon.k-i-loading {
	top: 12px;
	right: 40px;
}

.headerSearch .searchForm .k-autocomplete .k-icon.k-i-close {
	right: 30px;
	top: 21px;
}

.headerSearch input {
	width: 100%;
}

.headerSearch button {
	width: 15px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right: 0;
	padding: 18px;
	bottom: 0;
	background: url("/Areas/Site/Content/Images/icons/searchIcon.png") no-repeat center;
	border: none;
}

.searchFooterTotal {
	border-top: 1px solid #d5d5d5;
	background: #eee;
	padding: 5px 0;
	margin: 10px -2px -2px;
	padding: 6px;
	font-size: .875em;
	text-align: center;
	border-radius: 0 0 5px 5px;
}

.searchDropdownItem {
	font-size: 11px;
	line-height: 1.1em;
	margin-bottom: 10px;
	padding: 4px 0;
	cursor: pointer;
}

.searchDropdownItem .searchDropdownItemCategory {
	font-size: x-small;
	color: green;
	display: block;
	/*text-align: right;*/
	vertical-align: top;
	margin-bottom: 3px;
}

.searchDropdownItem .searchDropdownItemTitle {
	font-size: 18px;
	margin-bottom: 10px;
	color: #0e62b2;
}

.searchObjectItem {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	/*&:last-child { border-bottom: none; }*/
}

.searchObjectItem .searchObjectTitle * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.searchObjectItem .searchObjectTitle .categorySearch {
	font-size: .688em;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	color: green;
}

.searchObjectItem .searchObjectTitle .timeSearch {
	font-size: .688em;
	color: #555;
	display: inline-block;
	float: right;
	vertical-align: top;
}

.searchObjectItem .searchObjectTitle .titleSearch {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}

.searchObjectItem .searchObjectSnippet strong {
	/*background: #fff7d1;*/
	display: inline-block;
}

#SearchKeywords-list {
	min-height: 308px;
}

#SearchKeywords-list .k-list-scroller {
	min-height: 267px;
}

/* Search */
.searchList #SearchObjectsListView {
	overflow: hidden;
	margin: 0 -15px;
}

.searchList .k-pager-wrap {
	background: none;
	font-size: 15px;
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}

.searchList .k-pager-wrap:first-child {
	margin-bottom: 20px;
}

/* Top Menu */
.nav.navbar-nav .caret {
	margin-left: 6px;
}

.topMenu {
	background: #212b3f;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.topMenu .sectionBox {
	margin: 0;
	display: inline-block;
}

.topMenu .navbar.navbar-default {
	background: #212b3f;
	min-height: 45px;
	border-radius: 0;
	border: none;
	/*.navbar-nav { max-width: 800px; }*/
}

.topMenu .navbar.navbar-default a {
	color: #ffffff;
}

.topMenu .navbar.navbar-default .navbar-brand {
	height: 45px;
}

.topMenu .navbar.navbar-default .navbar-nav>li {
	position: relative;
	/*&:last-child > a:before { display: none; }*/
}

.topMenu .navbar.navbar-default .navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 13px;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
	/*&:before { content: "|"; display: inline-block; position: absolute; right: 0; color: @siteMenuTextColor; }*/
}

.topMenu .navbar.navbar-default .navbar-nav>li>a:hover {
	background: #2e3a56;
	color: #fdf3b3;
}

.topMenu .navbar.navbar-default .navbar-nav>li.active,
.topMenu .navbar.navbar-default .navbar-nav>li.open {
	background: #2e3a56;
	color: #fdf3b3;
}

.topMenu .navbar.navbar-default .navbar-nav>li.active>a,
.topMenu .navbar.navbar-default .navbar-nav>li.open>a {
	background: #2e3a56;
	color: #fdf3b3;
}

.topMenu .navbar.navbar-default .navbar-nav>li.active .dropdown-menu>li>a,
.topMenu .navbar.navbar-default .navbar-nav>li.open .dropdown-menu>li>a {
	color: #ffffff;
}

.topMenu .navbar.navbar-default .navbar-right {
	height: 45px;
}

.topMenu .navbar.navbar-default .dropdown-menu {
	border-color: #2a3650;
	background-color: #2a3650;
}

.topMenu .navbar.navbar-default .dropdown:hover .dropdown-menu {
  display: block;
}

.topMenu .navbar.navbar-default .dropdown-menu a {
	color: #ffffff;
}

.topMenu .navbar.navbar-default .dropdown-menu a:hover,
.topMenu .navbar.navbar-default .dropdown-menu a:focus {
	background: #2e3a56;
}

.topMenu .navbar.navbar-default .nav .open>a,
.topMenu .navbar.navbar-default .nav .open>a:hover,
.topMenu .navbar.navbar-default .nav .open>a:focus,
.topMenu .navbar.navbar-default .nav>li>a:hover,
.topMenu .navbar.navbar-default .nav>li>a:focus {
	background: #2e3a56;
	color: #fdf3b3;
}

.topMenu .navbar.navbar-default .navbar-toggle {
	background: #2e3a56;
	margin-top: 5px;
	margin-bottom: 5px;
}

.topMenu .navbar.navbar-default .navbar-toggle.navbar-toggle-right {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.topMenu .navbar.navbar-default .navbar-toggle .icon-bar {
	background: #ffffff;
}

.topMenu .navbar.navbar-default .navbar-header .cartBox {
	padding-left: 15px;
	padding-right: 15px;
}

.topMenu .navbar.navbar-default .navbar-collapse {
	padding-right: 30px;
	padding-left: 0;
}

.topMenu .navbar-collapse.in ul>li>a:before {
	display: none !important;
}

.topMenu .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.topMenu .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.topMenu .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	background-color: #212b3f;
}

.topMenu .navbar-right {
	margin-right: 0;
}

.topMenu .navbar-right .eyeButton {
	color: #ffffff;
	font-size: 24px;
	margin-top: 8px;
	display: inline-block;
	cursor: pointer;
}

/* Column Menu */
.columnMenuWrap {
	margin: 0 -15px;
	/* Toggle button*/
}

.columnMenuWrap .dropdown-menu {
	font-size: 1em;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel {
	display: block;
	position: static;
	margin: 0;
	width: 100%;
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li {
	border-bottom: 1px solid #222;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li.divider {
	border-bottom: none;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li>a {
	/*font-size: 1.125em;*/
	color: #ffffff;
	padding: 8px 20px;
	white-space: normal;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li.active a {
	color: #fdf3b3;
	background: none;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li.active a:after {
	border-left-color: #fdf3b3;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li.active>a {
	color: #fdf3b3;
	background: #2e3a56;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu {
	position: relative;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent transparent transparent #fdf3b3;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu:hover>a {
	color: #fdf3b3;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu:hover>a:after {
	border-left-color: #fdf3b3;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu:hover>.dropdown-menu {
	display: none;
	width: 100%;
	border: none;
	background: #D8E7F0;
	border-radius: 0;
	box-shadow: none;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu.active {
	border-bottom: none;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu.active>a {
	color: #fdf3b3;
	background: #2e3a56;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu.active>a:after {
	border-left-color: #fdf3b3;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu.active .dropdown-menu {
	display: block;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu {
	position: static;
	width: 100%;
	float: none;
	background: #D8E7F0;
	border-radius: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li {
	border-bottom: 1px solid #222;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li a {
	font-size: .938em;
	color: #222;
	padding: 8px 20px 8px 30px;
	white-space: normal;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li a>span {
	border-bottom: 1px solid #97A1A8;
	color: #000000;
	text-decoration: none;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li a:hover>span {
	border-color: #97C5E2;
	color: #0275C2;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li.active a {
	color: #fdf3b3;
	background: #2e3a56;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li.active a>span {
	border-bottom: 1px solid #97A1A8;
	color: #fff;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li.active a:after {
	border-left-color: #fdf3b3;
}

.columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.columnMenuWrap .columnMenu .dropdown-menu>li>a:hover,
.columnMenuWrap .columnMenu .dropdown-menu>li>a:focus {
	background: none;
}

.columnMenuWrap .columnMenu.navbar-collapse {
	padding: 0;
	margin: 0;
	overflow: visible;
}

.columnMenuWrap .columnMenu.navbar-collapse.in .dropdown-menu.open {
	display: block;
	width: 100%;
	border: none;
	background: #e4e4e4;
	border-radius: 0;
	box-shadow: none;
}

.columnMenuWrap .columnMenuToggleLine {
	text-align: center;
	margin: -5px -30px;
}

.columnMenuWrap .columnMenuToggleLine .columnMenuToggle {
	margin: 5px auto;
	padding: 0;
	float: none;
	width: 100%;
}

.columnMenuWrap .columnMenuToggleLine .columnMenuToggle .btn {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
	background: #fdf3b3;
	color: #ffffff;
	border-color: #fdf3b3;
}

/* Columns */
.LeftColumn,
.RightColumn {
	padding: 0 15px 10px;
}

.LeftColumn .sectionTitle,
.RightColumn .sectionTitle {
	background: #1b7ccd;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 1em;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
	text-align: left;
	-ms-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #ffffff;
	padding: 15px 10px;
	margin: 0 -15px 10px;
	border-bottom: 1px solid #0093BF;
}

.LeftColumn .sectionTitle a,
.RightColumn .sectionTitle a {
	color: #ffffff;
}

.LeftColumn .sectionTitle a:hover,
.RightColumn .sectionTitle a:hover {
	color: #f2f2f2;
}

.LeftColumn .sectionBox,
.RightColumn .sectionBox {
	background: #e4e4e4;
	font-size: .875em;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.LeftColumn .sectionBox .sectionBoxWrap,
.RightColumn .sectionBox .sectionBoxWrap {
	padding: 0 0 15px;
}

.LeftColumn .sectionBox:last-child .sectionBoxWrap,
.RightColumn .sectionBox:last-child .sectionBoxWrap {
	padding: 0;
}

.LeftColumn .imageWithLink,
.RightColumn .imageWithLink {
	display: block;
}

.LeftColumn .imageWithLink img,
.RightColumn .imageWithLink img {
	margin: 0 auto;
}

.LeftColumn .imgContainer,
.RightColumn .imgContainer,
.LeftColumn .htmlContainer,
.RightColumn .htmlContainer {
	margin-top: 15px;
}

.LeftColumn .publicationWidgetItemBlock,
.RightColumn .publicationWidgetItemBlock {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.LeftColumn .publicationWidgetItemBlock .publicationWidgetItem,
.RightColumn .publicationWidgetItemBlock .publicationWidgetItem {
	margin-bottom: 15px;
}

.LeftColumn .publicationWidgetItemBlock .publicationWidgetItem .publicationWidgetItemImg,
.RightColumn .publicationWidgetItemBlock .publicationWidgetItem .publicationWidgetItemImg {
	max-width: 70px;
}

/* Content */
.mainContent {
	margin: 0 0 20px;
}

.mainContent main {
	margin: 0 0 20px;
	color: #222222;
}

.mainContent main a {
	color: #1b7ccd;
}

.mainContent .containerContent {
	min-height: 200px;
	/*border-radius: 0 0 4px 4px; box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); padding: 15px; margin-top: -20px;*/
}

/* Nav path */
.nav-path {
	margin: 0 0 10px;
}

.nav-path .path {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 6px;
	vertical-align: middle;
	color: #808080;
	font: 11px/30px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
}

.nav-path .path a {
	color: #808080;
}

.nav-path .path .home {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAPUlEQVQYlZ3PSwoAIAwD0bH3P0EuW1dClIqfxWzKI1CA5klKSbneAWI0kOGwalTgPZrwCRm+XPyG1XNPsAN6CKKruXqsSQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	height: 9px;
	line-height: 9px;
	padding: 0;
	text-indent: -9999pt !important;
	width: 10px;
	display: inline-block;
}

.nav-path .path .arrow {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAF0lEQVQImWOYNWvWfwZ0QKYgkRwGBgYAm+MTnLbF2+IAAAAASUVORK5CYII=') no-repeat center;
	height: 8px;
	padding: 0 11px;
	width: 4px;
	display: inline-block;
}

.nav-path .mTitle {
	padding: 0;
	z-index: 100;
}

.nav-path .mTitle h1 {
	font: 1.5em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	color: #332F2C;
	margin: 5px 0 0;
	display: inline-block;
}

/* Content columns */
.CenterColumnBottom .sectionTitle,
.CenterColumnTop .sectionTitle {
	/*background: @siteColumnTitleBackground;*/
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
	text-align: left;
	background: #1b7ccd;
	font-size: 0.875em;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	padding: 5px 0;
	margin: 0 0 15px;
}

.CenterColumnBottom .blockHidden .sectionTitle,
.CenterColumnTop .blockHidden .sectionTitle {
	background: #5F5F5F !important;
}

.CenterColumnBottom .sectionBoxContainer,
.CenterColumnTop .sectionBoxContainer {
	/*background: @siteColumnBackground;*/
}

.CenterColumnBottom .sectionBoxWrap,
.CenterColumnTop .sectionBoxWrap {
	/*padding-right: 15px; padding-left: 15px;*/
}

.TopLine .sectionTitle,
.BottomLine .sectionTitle {
	font: 1.125em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
	text-align: left;
	background: #1b7ccd;
	padding: 10px 10px;
	color: #ffffff;
	margin: 0 0 15px;
}

.TopLine .sectionBox,
.BottomLine .sectionBox {
	font-size: .875em;
}

.TopLine .sectionBox.blockHidden .sectionTitle,
.BottomLine .sectionBox.blockHidden .sectionTitle {
	background: #5F5F5F !important;
}

/* Footer */
.footer {
	height: 160px;
	margin: -160px 0 0 0;
	background: #212b3f;
}

.footer .sectionBox {
	margin: 0;
}

.footer .footerLine {
	background: #29354e;
	color: #68a8db;
}

.footer .footerLine .footerLinePhone {
	text-align: left;
}

.footer .footerLine .footerLineMail {
	text-align: right;
}

.footer .footerLine .footerContent {
	padding: 17px 0;
	color: #68a8db;
	font-size: .875em;
}

.footer .footerLine .footerContent a {
	color: #ffffff;
	display: inline-block;
	margin-left: 10px;
}

.footer .footerContent {
	padding-top: 20px;
	color: #ffffff;
	font-size: .813em;
	/* Footer Menu */
}

.footer .footerContent a {
	color: #ffffff;
}

.footer .footerContent .footerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .footerContent .footerMenu ul li {
	float: left;
	margin: 0 0 10px 20px;
	padding: 0 0 0 20px;
	position: relative;
}

.footer .footerContent .footerMenu ul li:after {
	content: "|";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.footer .footerContent .footerMenu ul li:first-child:after {
	display: none;
}

.footer .footerContent .footerMenu ul li:first-child {
	padding: 0;
	margin: 0;
}

.footer .footerContent .footerMenu ul li a {
	color: #ffffff;
	text-decoration: none;
}

.footer .footerContent .footerMenu ul li a:hover,
.footer .footerContent .footerMenu ul li a.act {
	text-decoration: underline;
}

.footer .footerContent .footerMenu ul li ul {
	display: none;
}

.footer .footerContent .footerLogoBox {
	display: inline-block;
}

.footer .footerContent .footerLogoBox .footerLogoWithText {
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-basis: 420px;
}

.footer .footerContent .footerLogoBox .footerLogoWithText:hover {
	color: #68a8db;
}

.footer .footerContent .footerLogoBox .footerLogo {
	max-width: 43px;
	margin: 0 7px 7px;
}

.footer .footerContent .footerLogoBox .footerLogoText {
	margin: 0 7px 7px;
	flex: 1 200px;
}

.footer .footerContent .copyright {
	text-align: center;
}

.footer .footerContent .footerCounters {
	text-align: right;
}

/* Search */
.search .customSearchBox {
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	padding: 10px;
	background: #e4e4e4;
}

.search .customSearchBox .searchBttn {
	cursor: pointer;
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .15s linear 0;
	-moz-transition: all .15s linear 0;
	-ms-transition: all .15s linear 0;
	-o-transition: all .15s linear 0;
	transition: all .15s linear 0;
	padding: 4px 15px;
	margin: 0 0 0 8px;
	font-size: 1em;
	background: #1b7ccd;
	border: 1px solid #1561a0;
	text-decoration: none;
	color: #ffffff;
}

.search .customSearchBox .searchBttn:hover {
	background: #1e89e1;
}

.search .customSearchBox .searchBttn:active {
	position: relative;
	top: 1px;
}

.search .customSearchBox button {
	background: #1b7ccd;
	color: #ffffff;
	text-shadow: none;
	padding: 6px 20px;
	border: none;
	text-transform: uppercase;
}

.search .customSearchBox button:hover {
	background: #1e89e1;
}

.search .customSearchBox button i {
	font-size: .875em;
	padding-right: 5px;
}

.search .customSearchBox input[type=text] {
	color: #222222;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	border: 1px solid #d5d5d5;
	padding: 3px 3px 3px 15px;
	width: 250px;
	border-radius: 3px;
	border: none;
}

.search .customSearchBox input[type=text]:focus {
	border-color: #555555;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #6f6f6f;
}

/* Simbol Rub */
.simRub {
	font-family: "Rub" !important;
}

/* Kendo window fix bootstrap */
.k-window .row {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.k-window .row .col-xs-1,
.k-window .row .col-xs-1,
.k-window .row .col-sm-1,
.k-window .row .col-md-1,
.k-window .row .col-lg-1,
.k-window .row .col-xs-2,
.k-window .row .col-sm-2,
.k-window .row .col-md-2,
.k-window .row .col-lg-2,
.k-window .row .col-xs-3,
.k-window .row .col-sm-3,
.k-window .row .col-md-3,
.k-window .row .col-lg-3,
.k-window .row .col-xs-4,
.k-window .row .col-sm-4,
.k-window .row .col-md-4,
.k-window .row .col-lg-4,
.k-window .row .col-xs-5,
.k-window .row .col-sm-5,
.k-window .row .col-md-5,
.k-window .row .col-lg-5,
.k-window .row .col-xs-6,
.k-window .row .col-sm-6,
.k-window .row .col-md-6,
.k-window .row .col-lg-6,
.k-window .row .col-xs-7,
.k-window .row .col-sm-7,
.k-window .row .col-md-7,
.k-window .row .col-lg-7,
.k-window .row .col-xs-8,
.k-window .row .col-sm-8,
.k-window .row .col-md-8,
.k-window .row .col-lg-8,
.k-window .row .col-xs-9,
.k-window .row .col-sm-9,
.k-window .row .col-md-9,
.k-window .row .col-lg-9,
.k-window .row .col-xs-10,
.k-window .row .col-sm-10,
.k-window .row .col-md-10,
.k-window .row .col-lg-10,
.k-window .row .col-xs-11,
.k-window .row .col-sm-11,
.k-window .row .col-md-11,
.k-window .row .col-lg-11,
.k-window .row .col-xs-12,
.k-window .row .col-sm-12,
.k-window .row .col-md-12,
.k-window .row .col-lg-12 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.k-window .row .form-control {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.k-window-content.k-content .form {
	padding-left: 30px;
	padding-right: 30px;
}

/* Custom buttons */
.btn.btn-success {
	background: #1b7ccd;
	border-color: #186eb6;
	color: #ffffff;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.btn.btn-success:hover {
	color: #ffffff;
	background: #1e89e1;
	border-color: #62acea;
}

.btn i {
	font-size: 88%;
}

.imgCentred {
	margin: 0 auto;
}

/* Forms */
.form-group .k-widget,
.form-group .k-textbox {
	width: 100%;
}

.siteForm .field-validation-error {
	font-size: .688em;
	color: #c00;
}

.siteForm .input-validation-error {
	border-color: #c00;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(216, 7, 7, 0.6);
}

.siteForm .formMessage {
	display: none;
	border: 1px solid #d5d5d5;
	background: #e4e4e4;
	padding: 15px;
	text-align: center;
	border-radius: 2px;
}

.siteForm .formMessage .message {
	margin-bottom: 15px;
}

.siteForm .formMessage .buttons {
	display: none;
}

.siteForm .formMessage .buttons .buttonHide {
	border-color: #888;
}

.siteForm .formMessage .buttons button:first-child {
	margin-right: 10px;
}

.RightColumn .form,
.LeftColumn .form {
	margin-top: 15px;
}

/* Banners */
.sliderWrap {
	position: relative;
	overflow: hidden;
	max-height: 240px;
}

.sliderWrap .sy-pager {
	position: absolute;
	bottom: 5px;
	padding: 5px 0;
	z-index: 5;
}

.sliderWrap .sy-pager li {
	margin: 0 10px 0 0;
}

.sliderWrap .sy-pager li a {
	background: #fff;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

.sliderWrap .sy-pager li.sy-active a {
	background: #2e3a56;
	opacity: 1;
}

.sliderWrap .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

.sliderWrap .bx-wrapper .bx-pager {
	bottom: 5px;
	padding: 5px 0;
}

.sliderWrap .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

.sliderWrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sliderWrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.sliderWrap .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #2e3a56;
}

.sliderWrap .bx-wrapper .bx-controls-direction a {
	z-index: 100;
}

.sliderWrap .sliderContainer .imageWithLink {
	display: block;
}

/* Publications */
.imageFloatText {
	float: left;
	margin: 0 10px 10px 0;
}

.publications {
	padding: 0 15px;
	/* Photo */
	/* Video */
	/* List */
}

.publications .publicationItem {
	margin-bottom: 15px;
}

.publications .videoGalleryItem video {
	display: block;
	width: 100%;
}

.publications .audioGalleryItem .audioGalleryItemTitle {
	padding: 5px 15px;
	border: 1px solid #e4e4e4;
	border-radius: 0 0 3px 3px;
}

.publications .audioGalleryItem audio {
	display: block;
	width: 100%;
}

.publications .photoContainer {
	text-align: center;
	vertical-align: top;
	display: block;
	margin-bottom: 15px;
}

.publications .photoContainer img {
	margin: 0 auto 5px;
	padding: 5px;
	border: solid 1px #e4e4e4;
}

.publications .photoContainer a {
	text-decoration: none;
	color: #1b7ccd;
	-moz-transition: all 0.15s ease-in-out 0;
	-o-transition: all 0.15s ease-in-out 0;
	-webkit-transition: all 0.15s ease-in-out 0;
	transition: all 0.15s ease-in-out 0;
}

.publications .photoContainer a:hover {
	color: #0f4573;
}

.publications .photoContainer a:hover img {
	border-color: #cbcbcb;
	-moz-box-shadow: 1px 1px 5px #cbcbcb;
	-webkit-box-shadow: 1px 1px 5px #cbcbcb;
	box-shadow: 1px 1px 5px #cbcbcb;
}

.publications .videoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.publications .videoContainer iframe,
.publications .videoContainer object,
.publications .videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.publications .publicationList .publicationListItem {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: double 3px #d5d5d5;
}

.publications .publicationList .publicationListItem .publicationListImage {
	float: left;
	margin: 0 10px 10px 0;
}

.publications .publicationList .publicationListItem .publicationListImage img {
	border: 1px solid #d5d5d5;
	padding: 1px;
	border-radius: 3px;
	max-width: 100px;
}

.publications .publicationList .publicationListItem .publicationListContent .publicationListDate {
	color: #888;
	font-size: .688em;
}

.publications .publicationList .publicationListItem .publicationListContent .publicationListTitle {
	font: 1.125em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	color: #194a86;
}

.publications .publicationList .publicationListItem .publicationListContent .publicationListDesc {
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
}

.publications .publicationList .publicationListItem .publicationListContent .publicationListMore {
	margin-top: 15px;
}

.publications .publicationList .publicationListItem .publicationListContent .publicationListMore i {
	font-size: .688em;
}

.publications .publicationList .publicationListTile .publicationListItem {
	border-bottom: none;
	/*.publicationListDesc { height: 40px; overflow: hidden; }*/
}

.publications .publicationList .publicationListTile .publicationListItem .publicationListImage {
	float: none;
	text-align: center;
	margin: 0 0 10px 0;
}

.publications .publicationList .publicationListTile .publicationListItem .publicationListImage img {
	border: 1px solid #d5d5d5;
	padding: 1px;
	border-radius: 3px;
	max-width: 100px;
}

.publications .publicationList .publicationListTile:nth-child(3n+1) {
	clear: left;
}

.publications .publicationList .k-widget.k-listview {
	margin: 0 -15px;
}

.publications .publicationList .k-widget.k-listview>div:last-child .publicationListItem {
	border-bottom: none;
}

.publications .publicationList .k-pager-wrap {
	background: none;
	font-size: 15px;
}

.publications .publicationList .k-pager-wrap:first-child {
	margin-bottom: 20px;
}

.publications .preloader {
	background: url("/lib/kendo/css/web/Uniform/loading-image.gif") no-repeat center;
	min-height: 60px;
	text-align: center;
}

/* Widget */
.publicationWidgetItem {
	margin: 0 0 15px;
}

.publicationWidgetItem .publicationWidgetItemImg {
	float: left;
	margin: 0 5px 5px 0;
}

.publicationWidgetItem .publicationWidgetItemImg img {
	border: 1px solid #bebebe;
	padding: 1px;
}

.publicationWidgetItem .publicationWidgetItemContent {
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
}

.publicationWidgetItem .publicationWidgetItemTitle {
	color: #222222;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
}

.publicationWidgetItem .publicationWidgetItemDate {
	color: #3c3c3c;
	font-size: .688em;
	line-height: 1em;
}

.publicationWidgetItem .publicationWidgetItemMore {
	text-align: right;
	font-size: .813em;
	margin-top: 8px;
}

.publicationWidgetItem .publicationWidgetItemMore a {
	color: #1e90ff;
}

.allPublications {
	text-align: right;
	padding: 10px 0;
	margin-top: 10px;
}

.allPublications a {
	font-size: .813em;
	text-decoration: none;
	border-bottom: 1px dashed #1e90ff;
	color: #1e90ff;
}

.allPublications a:hover {
	border-bottom: none;
}

/* Likes */
.likesBox {
	text-align: center;
	margin: 40px 0;
}

.likesBox .likesTitle {
	margin-bottom: 15px;
}

.likesBox .likesItem {
	display: inline-block;
	text-decoration: none;
}

/* Limit panel */
.siteModePanel {
	background: #f7f7f7;
	font-size: 16px !important;
	width: 100%;
	color: #111111;
	border-bottom: 1px solid #B5B5B5;
	padding: 10px 0;
	font-family: "robotocondensed";
	box-shadow: 0 4px 6px -4px rgba(74, 72, 72, 0.7);
	min-height: 60px;
	position: relative;
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 100005;
}

.siteModePanel.open {
	top: 0;
}

.siteModePanel .siteModePanelLabel {
	display: inline-block;
	margin: 0 25px 0 0;
	font-size: 18px;
	vertical-align: middle;
}

.siteModePanel .fontSizes {
	height: 40px;
	border: 1px solid #5F5F5F;
	display: inline-block;
	vertical-align: middle;
}

.siteModePanel .siteModePanelButton {
	width: 47px;
	height: 38px;
	float: left;
	text-align: center;
	border-left: 1px solid #5F5F5F;
	cursor: pointer;
	transition: all .2s ease;
}

.siteModePanel .siteModePanelButton.fontSizeA {
	font-size: 17px;
	line-height: 43px;
}

.siteModePanel .siteModePanelButton.fontSizeAA {
	font-size: 23px;
	line-height: 38px;
}

.siteModePanel .siteModePanelButton.fontSizeAAA {
	font-size: 28px;
	line-height: 34px;
}

.siteModePanel .siteModePanelButton:hover,
.siteModePanel .siteModePanelButton.act {
	background: #5F5F5F;
	color: #fff;
}

.siteModePanel .siteModePanelButton:first-child {
	border: none;
}

.siteModePanel .fontColor {
	font-size: 16px;
	height: 40px;
	border: 1px solid #5F5F5F;
	display: inline-block;
	vertical-align: middle;
}

.siteModePanel .fontColor .siteModePanelButton {
	padding: 7px 8px;
	line-height: 1em;
}

.siteModePanel .fontColor .siteModePanelButton.fontColorA:hover,
.siteModePanel .fontColor .siteModePanelButton.fontColorA.act {
	background: #5F5F5F;
}

.siteModePanel .fontColor .siteModePanelButton.fontColorB:hover,
.siteModePanel .fontColor .siteModePanelButton.fontColorB.act {
	background: #FFCB18;
	color: #111111;
}

.siteModePanel .fontColor .siteModePanelButton.fontColorC:hover,
.siteModePanel .fontColor .siteModePanelButton.fontColorC.act {
	background: #9FD7FF;
	color: #111111;
}

.siteModePanel .fontColor .fontColor1 {
	padding: 2px 11px 5px;
	display: inline-block;
	background: #5F5F5F;
	color: #fff;
}

.siteModePanel .fontColor .fontColor2 {
	padding: 2px 11px 5px;
	display: inline-block;
	background: #FFCB18;
}

.siteModePanel .fontColor .fontColor3 {
	padding: 2px 11px 5px;
	display: inline-block;
	background: #9FD7FF;
}

.siteModePanel .imageOff {
	height: 40px;
	border: 1px solid #5F5F5F;
	display: inline-block;
	vertical-align: middle;
}

.siteModePanel .imageOff .siteModePanelButton {
	line-height: 40px;
}

.siteModePanel .buttonStandartVersion {
	width: 160px;
	height: 40px;
	border: 1px solid #5F5F5F;
	color: #111111;
	transition: all .2s ease;
	line-height: 37px;
	font-family: "robotobold_condensed";
	font-size: 13px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.siteModePanel .buttonStandartVersion .glyphicon {
	top: 3px;
}

.siteModePanel .buttonStandartVersion:hover {
	background: #5F5F5F;
	color: #ffffff;
}

/* Limit styles */
body.limit .header,
body.limit .footer {
	height: auto;
	padding-bottom: 20px;
}

body.limit .wrap2 {
	padding-bottom: 0;
}

body.limit .footer {
	margin-top: 0;
}

body.limitTheme1 {
	background: #5F5F5F;
	color: #FFFFFF;
}

body.limitTheme1 .header {
	background: #5F5F5F;
	color: #fff;
}

body.limitTheme1 .footer,
body.limitTheme1 .footerLine {
	background: #2c2c2c;
	color: #fff;
}

body.limitTheme1 .footer .footerContent,
body.limitTheme1 .footer .footerContent .footerMenu ul li a {
	color: #fff;
}

body.limitTheme1 a {
	color: #eee;
}

body.limitTheme1 .headerLine {
	color: #fff !important;
}

body.limitTheme1 .headerSubLine {
	color: #eee !important;
}

body.limitTheme1 .headerSite {
	color: #eee !important;
}

body.limitTheme1 .headerDate {
	color: #eee !important;
}

body.limitTheme1 .eyeButtonDesktop {
	color: #eee !important;
}

body.limitTheme1 .bx-wrapper {
	background: #5F5F5F;
}

body.limitTheme1 .topMenu,
body.limitTheme1 .topMenu .navbar.navbar-default,
body.limitTheme1 .topMenu,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu {
	background: #383838;
}

body.limitTheme1 .topMenu .navbar.navbar-default a {
	color: #fff;
}

body.limitTheme1 .topMenu .navbar.navbar-default .nav .open>a,
body.limitTheme1 .topMenu .navbar.navbar-default .nav .open>a:hover,
body.limitTheme1 .topMenu .navbar.navbar-default .nav .open>a:focus,
body.limitTheme1 .topMenu .navbar.navbar-default .nav>li>a:hover,
body.limitTheme1 .topMenu .navbar.navbar-default .nav>li>a:focus {
	background: #575757;
	color: #fff;
}

body.limitTheme1 .topMenu .navbar.navbar-default .navbar-nav>li.active,
body.limitTheme1 .topMenu .navbar.navbar-default .navbar-nav>li.open,
body.limitTheme1 .topMenu .navbar.navbar-default .navbar-nav>li.active>a,
body.limitTheme1 .topMenu .navbar.navbar-default .navbar-nav>li.open>a {
	background: #575757;
	color: #fff;
}

body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>a,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>a:hover,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>a:focus,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>li>a:hover,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>li>a:focus {
	background: #575757;
	color: #111;
}

body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>li.active,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>li.open,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>li.active>a,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>li.active>a:hover,
body.limitTheme1 .topMenu .navbar.navbar-default .dropdown-menu>li.open>a {
	background: #575757;
	color: #111;
}

body.limitTheme1 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li.active>a {
	background: #3c3c3c;
	color: #fff;
}

body.limitTheme1 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu.active>a {
	background: #222;
}

body.limitTheme1 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li.active a {
	background: #222 !important;
}

body.limitTheme1 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu {
	background: #999;
}

body.limitTheme1 main ul.children {
	padding-left: 1em;
}

body.limitTheme1 main ul.children li {
	margin-bottom: 5px;
}

body.limitTheme1 .LeftColumn .sectionTitle,
body.limitTheme1 .RightColumn .sectionTitle {
	background: #000;
	color: #fff;
}

body.limitTheme1 .LeftColumn .sectionBox,
body.limitTheme1 .RightColumn .sectionBox {
	background: #2c2c2c;
}

body.limitTheme1 .publicationWidgetItem .publicationWidgetItemDate {
	color: #ccc;
}

body.limitTheme1 .publicationWidgetItem .publicationWidgetItemTitle {
	color: #fff;
}

body.limitTheme1 .publicationWidgetItem .publicationWidgetItemMore a,
body.limitTheme1 .allPublications a {
	color: #ccc;
	border-color: #ccc;
}

body.limitTheme1 .topFilter .topFilterWrap {
	background: #5F5F5F;
	color: #FFFFFF;
}

body.limitTheme1 .k-pager-wrap {
	color: #fff;
	background-color: #6b6b6b;
}

body.limitTheme1 .k-pager-wrap .k-link {
	color: #fff;
	background: #5F5F5F;
}

body.limitTheme1 .k-pager-wrap .k-link:hover {
	color: #fff;
	background: #484646;
}

body.limitTheme1 .listItemView.listItem .listItemViewContainer .listItemViewTitle,
body.limitTheme1 .qestionTableBox .qestionTableItem.qestionTableItemTh .qestionTableItemTd,
body.limitTheme1 .billPlans .billPlansBlueLine,
body.limitTheme1 .blockTabs .labels a .act {
	color: #111;
	background: #ccc;
}

body.limitTheme1 .statistic .statisticTable .statTr.statTrCategory {
	color: #111 !important;
	background: #ccc !important;
}

body.limitTheme1 .listComm .commiteteList a:before {
	color: #111 !important;
	background: #ccc !important;
}

body.limitTheme1 .listComm .commiteteList a:hover:after {
	border-left-color: #ccc;
}

body.limitTheme2 {
	background: #FFCB18;
	color: #111;
}

body.limitTheme2 .header {
	background: #FFCB18;
	color: #111;
}

body.limitTheme2 .footer,
body.limitTheme2 .footerLine {
	background: #e6c437;
	color: #111;
}

body.limitTheme2 .footer .footerContent,
body.limitTheme2 .footer .footerContent .footerMenu ul li a {
	color: #111;
}

body.limitTheme2 a {
	color: #555;
}

body.limitTheme2 .headerLine {
	color: #111 !important;
}

body.limitTheme2 .headerSubLine {
	color: #555 !important;
}

body.limitTheme2 .headerSite {
	color: #555 !important;
}

body.limitTheme2 .headerDate {
	color: #555 !important;
}

body.limitTheme2 .eyeButtonDesktop {
	color: #555 !important;
}

body.limitTheme2 .bx-wrapper {
	background: #FFCB18;
}

body.limitTheme2 .topMenu,
body.limitTheme2 .topMenu .navbar.navbar-default,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu {
	background: #ffd700;
}

body.limitTheme2 .topMenu .navbar.navbar-default a {
	color: #111;
}

body.limitTheme2 .topMenu .navbar.navbar-default .nav .open>a,
body.limitTheme2 .topMenu .navbar.navbar-default .nav .open>a:hover,
body.limitTheme2 .topMenu .navbar.navbar-default .nav .open>a:focus,
body.limitTheme2 .topMenu .navbar.navbar-default .nav>li>a:hover,
body.limitTheme2 .topMenu .navbar.navbar-default .nav>li>a:focus {
	background: #ffdc65;
	color: #111;
}

body.limitTheme2 .topMenu .navbar.navbar-default .navbar-nav>li.active,
body.limitTheme2 .topMenu .navbar.navbar-default .navbar-nav>li.open,
body.limitTheme2 .topMenu .navbar.navbar-default .navbar-nav>li.active>a,
body.limitTheme2 .topMenu .navbar.navbar-default .navbar-nav>li.open>a {
	background: #ffdc65;
	color: #111;
}

body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>a,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>a:hover,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>a:focus,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>li>a:hover,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>li>a:focus {
	background: #ffdc65;
	color: #111;
}

body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>li.active,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>li.open,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>li.active>a,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>li.active>a:hover,
body.limitTheme2 .topMenu .navbar.navbar-default .dropdown-menu>li.open>a {
	background: #ffdc65;
	color: #111;
}

body.limitTheme2 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li.active>a {
	background: #ffd64b;
	color: #111;
}

body.limitTheme2 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu.active>a {
	background: #ffdc65;
	color: #111;
}

body.limitTheme2 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li.active a {
	background: #ffdc65 !important;
	color: #111 !important;
}

body.limitTheme2 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu {
	background: #c3ac5f;
}

body.limitTheme2 .mainContent main {
	color: #111;
}

body.limitTheme2 .LeftColumn .sectionTitle,
body.limitTheme2 .RightColumn .sectionTitle {
	background: #FBF472;
	color: #111;
}

body.limitTheme2 .LeftColumn .sectionBox,
body.limitTheme2 .RightColumn .sectionBox {
	background: #e9ca63;
}

body.limitTheme2 .publicationWidgetItem .publicationWidgetItemDate {
	color: #555;
}

body.limitTheme2 .publicationWidgetItem .publicationWidgetItemTitle {
	color: #111;
}

body.limitTheme2 .publicationWidgetItem .publicationWidgetItemMore a,
body.limitTheme2 .allPublications a {
	color: #555;
	border-color: #555;
}

body.limitTheme2 .topFilter .topFilterWrap {
	background: #FFCB18;
	color: #111;
}

body.limitTheme2 .k-pager-wrap {
	color: #111;
	background-color: #f3ea86;
}

body.limitTheme2 .k-pager-wrap .k-link {
	color: #111;
	background: #FFCB18;
}

body.limitTheme2 .k-pager-wrap .k-link:hover {
	color: #111;
	background: #d1ad2f;
}

body.limitTheme2 .listItemView.listItem .listItemViewContainer .listItemViewTitle,
body.limitTheme2 .qestionTableBox .qestionTableItem.qestionTableItemTh .qestionTableItemTd,
body.limitTheme2 .billPlans .billPlansBlueLine,
body.limitTheme2 .statistic .statisticTable .statTr.statTrCategory,
body.limitTheme2 .blockTabs .labels a .act {
	color: #111;
	background: #ffdc65;
}

body.limitTheme2 .statistic .statisticTable .statTr.statTrCategory {
	color: #111 !important;
	background: #ffdc65 !important;
}

body.limitTheme2 .listComm .commiteteList a:before {
	color: #111 !important;
	background: #ffdc65 !important;
}

body.limitTheme2 .listComm .commiteteList a:hover:after {
	border-left-color: #ffdc65;
}

body.limitTheme3 {
	background: #9ED6FE;
	color: #111;
}

body.limitTheme3 .header {
	background: #9ED6FE;
	color: #111;
}

body.limitTheme3 .footer,
body.limitTheme3 .footerLine {
	background: #57bbe9;
	color: #111;
}

body.limitTheme3 .footer .footerContent,
body.limitTheme3 .footer .footerContent .footerMenu ul li a {
	color: #111;
}

body.limitTheme3 a {
	color: #555;
}

body.limitTheme3 .headerLine {
	color: #111 !important;
}

body.limitTheme3 .headerSubLine {
	color: #555 !important;
}

body.limitTheme3 .headerSite {
	color: #555 !important;
}

body.limitTheme3 .headerDate {
	color: #555 !important;
}

body.limitTheme3 .eyeButtonDesktop {
	color: #555 !important;
}

body.limitTheme3 .bx-wrapper {
	background: #9ED6FE;
}

body.limitTheme3 .topMenu,
body.limitTheme3 .topMenu .navbar.navbar-default,
body.limitTheme3 .topMenu,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu {
	background: #39abfd;
}

body.limitTheme3 .topMenu .navbar.navbar-default a {
	color: #111;
}

body.limitTheme3 .topMenu .navbar.navbar-default .nav .open>a,
body.limitTheme3 .topMenu .navbar.navbar-default .nav .open>a:hover,
body.limitTheme3 .topMenu .navbar.navbar-default .nav .open>a:focus,
body.limitTheme3 .topMenu .navbar.navbar-default .nav>li>a:hover,
body.limitTheme3 .topMenu .navbar.navbar-default .nav>li>a:focus {
	background: #eaf6ff;
	color: #111;
}

body.limitTheme3 .topMenu .navbar.navbar-default .navbar-nav>li.active,
body.limitTheme3 .topMenu .navbar.navbar-default .navbar-nav>li.open,
body.limitTheme3 .topMenu .navbar.navbar-default .navbar-nav>li.active>a,
body.limitTheme3 .topMenu .navbar.navbar-default .navbar-nav>li.open>a {
	background: #eaf6ff;
	color: #111;
}

body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>a,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>a:hover,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>a:focus,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>li>a:hover,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>li>a:focus {
	background: #eaf6ff;
	color: #111;
}

body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>li.active,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>li.open,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>li.active>a,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>li.active>a:hover,
body.limitTheme3 .topMenu .navbar.navbar-default .dropdown-menu>li.open>a {
	background: #eaf6ff;
	color: #111;
}

body.limitTheme3 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu.active>a {
	background: #eaf6ff;
	color: #111;
}

body.limitTheme3 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel>li.active>a {
	background: #6bc0fe;
	color: #111;
}

body.limitTheme3 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li.active a {
	background: #eaf6ff !important;
	color: #111 !important;
}

body.limitTheme3 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu {
	background: #9eb2c2;
}

body.limitTheme3 .columnMenuWrap .columnMenu .dropDownMenuFirstLevel .dropdown-submenu>.dropdown-menu li.active a>span {
	color: #111 !important;
}

body.limitTheme3 .mainContent main {
	color: #111;
}

body.limitTheme3 .LeftColumn .sectionTitle,
body.limitTheme3 .RightColumn .sectionTitle {
	background: #c7ecff;
	color: #111;
}

body.limitTheme3 .LeftColumn .sectionBox,
body.limitTheme3 .RightColumn .sectionBox {
	background: #39abfd;
}

body.limitTheme3 .publicationWidgetItem .publicationWidgetItemDate {
	color: #555;
}

body.limitTheme3 .publicationWidgetItem .publicationWidgetItemTitle {
	color: #111;
}

body.limitTheme3 .publicationWidgetItem .publicationWidgetItemMore a,
body.limitTheme3 .allPublications a {
	color: #555;
	border-color: #555;
}

body.limitTheme3 .topFilter .topFilterWrap {
	background: #9ED6FE;
	color: #111;
}

body.limitTheme3 .k-pager-wrap {
	color: #111;
	background-color: #9ED6FE;
}

body.limitTheme3 .k-pager-wrap .k-link {
	color: #fff;
	background: #39abfd;
}

body.limitTheme3 .k-pager-wrap .k-link:hover {
	color: #fff;
	background: #2974aa;
}

body img.limitImgAltOnly {
	position: relative;
	display: none;
}

body .limitImgAltOnlyText {
	z-index: 5;
	display: none;
}

body img.limitImgAltOnly~.limitImgAltOnlyText {
	display: inline;
}

body img.limitImgBlack {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

body .listItemView.listItem .listItemViewContainer .listItemViewTitle {
	background: #daebfc;
}

/* Modal window */
.modalWindowWrap {
	text-align: center;
	padding: 0 !important;
}

.modalWindowWrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modalWindowWrap .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modalWindowWrap .modal-header {
	position: relative;
	background: #e4e4e4;
	border-radius: 5px 5px 0 0;
	padding: 10px 15px;
}

.modalWindowWrap .modal-header .modal-title {
	padding-right: 20px;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-size: 1.125em;
	font-weight: bold;
}

.modalWindowWrap .modal-header .close {
	font-size: 2em;
	position: absolute;
	right: 15px;
	top: 10px;
}

a[data-toggle=modal] {
	cursor: pointer;
}

.modal-dialog {
	min-width: 250px;
}

/* Preloader fake content */
@keyframes placeHolderFake {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

.animatedBackground,
.formPlaceholderContent .formPlaceholderContentLabel,
.formPlaceholderContent .formPlaceholderContentInput,
.formPlaceholderContent .formPlaceholderContentButton,
.placeholderYMap,
.placeholderItemWrap.placeholderItemList .placeholderItem .placeholderItemImageWrap .placeholderItemImage,
.placeholderItemWrap.placeholderItemList .placeholderItem .placeholderItemContent .placeholderItemDesc .placeholderItemTitle,
.placeholderItemWrap.placeholderItemList .placeholderItem .placeholderItemContent .placeholderItemDesc .placeholderItemTextLine,
.placeholderItemWrap.placeholderItemTile .placeholderItem .placeholderItemImageWrap .placeholderItemImage,
.placeholderItemWrap.placeholderItemTile .placeholderItem .placeholderItemContent .placeholderItemDesc .placeholderItemTitle,
.placeholderItemWrap.placeholderItemTile .placeholderItem .placeholderItemContent .placeholderItemDesc .placeholderItemTextLine,
.placeholderItemWrap .placeholderPager {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderFake;
	animation-timing-function: linear;
	background: #F6F6F6;
	background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
	background-size: 800px 104px;
	height: 96px;
	position: relative;
}

.formPlaceholderContent .formPlaceholderContentRow {
	overflow: hidden;
}

.formPlaceholderContent .formPlaceholderContentLabel {
	height: 20px;
	min-width: 300px;
	display: inline-block;
	margin: 0 0 5px;
}

.formPlaceholderContent .formPlaceholderContentInput {
	height: 34px;
	min-width: 300px;
	border: none;
	box-shadow: none;
	width: 100%;
}

.formPlaceholderContent .formPlaceholderContentButton {
	height: 34px;
	min-width: 100px;
	/*border: 1px solid #ccc;*/
	display: inline-block;
	border-radius: 5px;
}

.placeholderItemWrap {
	overflow: hidden;
	display: block;
	margin: 0 -15px;
}

.placeholderItemWrap.placeholderItemList .placeholderItem {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: double 3px #d5d5d5;
}

.placeholderItemWrap.placeholderItemList .placeholderItem .placeholderItemImageWrap {
	float: left;
	margin: 0 10px 10px 0;
	height: 79px;
	width: 104px;
}

.placeholderItemWrap.placeholderItemList .placeholderItem .placeholderItemImageWrap .placeholderItemImage {
	height: 79px;
	width: 104px;
}

.placeholderItemWrap.placeholderItemList .placeholderItem .placeholderItemContent {
	padding-left: 114px;
}

.placeholderItemWrap.placeholderItemList .placeholderItem .placeholderItemContent .placeholderItemDesc .placeholderItemTitle {
	height: 23px;
	width: 100px;
	display: inline-block;
}

.placeholderItemWrap.placeholderItemList .placeholderItem .placeholderItemContent .placeholderItemDesc .placeholderItemTextLine {
	height: 18px;
	width: 100%;
	margin-top: 5px;
}

.placeholderItemWrap.placeholderItemTile .placeholderItem {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.placeholderItemWrap.placeholderItemTile .placeholderItem .placeholderItemImageWrap {
	text-align: center;
}

.placeholderItemWrap.placeholderItemTile .placeholderItem .placeholderItemImageWrap .placeholderItemImage {
	display: inline-block;
	margin: 0 0 10px 0;
	height: 79px;
	width: 104px;
}

.placeholderItemWrap.placeholderItemTile .placeholderItem .placeholderItemContent .placeholderItemDesc .placeholderItemTitle {
	height: 23px;
	width: 100px;
	display: inline-block;
}

.placeholderItemWrap.placeholderItemTile .placeholderItem .placeholderItemContent .placeholderItemDesc .placeholderItemTextLine {
	height: 18px;
	width: 100%;
	margin-top: 5px;
}

.placeholderItemWrap .placeholderItemsWrap {
	overflow: hidden;
}

.placeholderItemWrap .placeholderPager {
	height: 45px;
	width: 100%;
	margin-top: 10px;
}

.placeholderItemWrap .placeholderPager.placeholderPagerTop {
	margin-top: 0;
	margin-bottom: 10px;
}

.defaultPreloader {
	/*width: 55px; height: 55px; margin: 0 auto; z-index: 5; position: relative;*/
	background-image: url("/Areas/Site/Content/Images/loading-image.gif");
}

.formPoliticText {
	font-size: 12px;
	margin-bottom: 15px;
}

.hr {
	background: none repeat scroll 0 0 #CFCFCF;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* List filter */
.topFilter .topFilterWrap {
	background: #E5E5E5;
	padding: 15px 15px 5px;
	font-size: 0.875em;
}

.topFilter .topFilterWrap .labelFilter {
	text-align: right;
	margin-top: 6px;
}

.topFilter .topFilterButtons {
	position: relative;
}

.topFilter .topFilterButtons .bttn {
	background: none repeat scroll 0 0 #5681AC;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 2px 0 0 #103F66;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font: 0.875em/1.95em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	min-height: 28px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 0 40px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #004F80;
	text-transform: uppercase;
}

.topFilter .topFilterButtons .bttn:hover {
	background: #3299DE;
}

.topFilter .topFilterButtons .reset {
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
	border-bottom: 1px dotted #104175;
	display: inline-block;
	color: #0D416A;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.topFilter .topFilterButtons .back {
	background: none repeat scroll 0 0 #CFCFCF;
	height: 3px;
	margin-top: 10px;
}

/* List items */
.k-listview .listItem {
	border-bottom: 1px solid #EBEBEB;
	padding: 0 0 20px;
	margin: 0 0 25px;
	position: relative;
}

.k-listview .listItem.meetingsItem {
	padding: 5px 0 20px;
}

.k-listview .listItem.meetingsItem .linkSection {
	font-size: 0.875em;
	margin-top: 5px;
}

.k-listview .listItem.meetingsItem .linkSection a {
	background: url("/Areas/Site/Content/Images/icons/arrowMeeting.png") no-repeat right center;
	display: inline-block;
	padding: 0 22px 0 0;
	color: #0D416A;
	margin: 0 0 0 20px;
	text-decoration: underline;
}

.k-listview .listItem.meetingsItem .linkSection a:hover {
	text-decoration: none;
}

.k-listview .listItem .meetingTitle {
	padding-right: 220px;
	padding-left: 5px;
}

.k-listview .listItem .meetingDate {
	padding-right: 125px;
	font-size: 0.875em;
	margin: 0 0 0 20px;
}

.k-listview .listItem .meetingDateMargin {
	margin-right: 15px;
}

.k-listview .listItem .convening {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #E5E5E5;
	font-size: 0.875em;
	color: #000000;
	padding: 3px 8px;
}

.k-listview .listItem .stage {
	font-weight: bold;
	font-size: 0.875em;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 8px;
	background: #D8E7F0;
	color: #000;
}

.k-listview .listItem h3 {
	font-size: 1em;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
}

.k-listview .listItem a {
	color: #0D4173;
	text-decoration: none;
}

.k-listview .listItem a.title {
	margin: 0 0 10px;
	font-size: 1em;
	display: block;
}

.k-listview .listItem a .brLink {
	border-bottom: 1px solid #B7C3D1;
}

.k-listview .listItem a:hover {
	color: #0275C2;
}

.k-listview .listItem .listItem a:hover .brLink {
	border-color: #B3D5ED;
}

.k-listview .listItem .subItem {
	margin: 0 0 5px;
	font-size: 0.813em;
}

.k-listview .listItem .subItem .subTitle {
	width: 190px;
	float: left;
	margin: 0 20px 0 0;
}

.k-listview .listItem .subItem .subInfo {
	width: 500px;
	float: left;
}

.k-listview .listItem:nth-child(even) {
	background: #f5f5f5;
}

.k-listview .listItem.listItemGreen {
	background: lightgreen;
}

.listItemView.listItem {
	padding: 0 0 20px;
	margin: 0 0 25px;
}

.listItemView.listItem .listItemViewContainer {
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 5px 5px;
}

.listItemView.listItem .listItemViewContainer .listItemViewTitle {
	background: #daebfc;
	border-bottom: 1px solid #ccc;
	margin: 0 -5px 10px;
	padding: 0 5px;
}

.listItemView.listItem .listItemViewContainer.listItemViewSubContainerLevel1 {
	padding-left: 25px;
	border: none;
}

.listItemView.listItem .listItemViewContainer.listItemViewSubContainerLevel1 .listItemViewTitle {
	background: none;
	margin: 0 -5px 10px;
	padding: 0 5px;
	border: none;
}

.listItemView.listItem .listItemViewContainer.listItemViewSubContainerLevel2 {
	padding-left: 25px;
	border: none;
}

.listItemView.listItem .listItemViewContainer.listItemViewSubContainerLevel2 .listItemViewTitle {
	background: none;
	margin: 0 -5px 10px;
	padding: 0 5px;
	font-size: .875em;
	border: none;
}

.listItemView.listItem .listItemViewContainer.listItemViewSubContainerLevel2 .subItem .subTitle {
	width: 320px;
}

.listItemView.listItem .listItemViewContainer.listItemViewSubContainerLevel2 .subItem .subInfo {
	width: auto;
}

.listItemView.listItem a {
	color: #0D4173;
	text-decoration: none;
}

.listItemView.listItem a.title {
	margin: 0 0 10px;
	font-size: 1em;
	display: block;
}

.listItemView.listItem a .brLink {
	border-bottom: 1px solid #B7C3D1;
}

.listItemView.listItem a:hover {
	color: #0275C2;
}

.listItemView.listItem .listItem a:hover .brLink {
	border-color: #B3D5ED;
}

.listItemView.listItem .subItem {
	margin: 0 0 5px;
	font-size: 0.813em;
}

.listItemView.listItem .subItem .subTitle {
	width: 190px;
	float: left;
	margin: 0 20px 0 0;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
}

.listItemView.listItem .subItem .subInfo {
	width: 500px;
	float: left;
}

.resolutionShowHide,
.documentShowHide,
.documentOpen {
	font: 1em/1em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	color: #0d4173;
	text-decoration: underline;
	cursor: pointer;
}

.resolutionShowHide:hover,
.documentShowHide:hover,
.documentOpen:hover {
	text-decoration: none;
}

.resolutionShowHide .sHwIcon,
.documentShowHide .sHwIcon {
	font: 0.813em/1em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	background: url('/Areas/Site/Content/Images/icons/showExt.png') no-repeat left 0;
	padding: 0 0 0 22px;
	min-height: 16px;
	color: #888;
	text-decoration: none;
	display: inline-block;
	margin: 1px 0 3px 5px;
	vertical-align: top;
}

.resolutionShowHide .sHwIcon.showed,
.documentShowHide .sHwIcon.showed {
	background: url('/Areas/Site/Content/Images/icons/showExt.png') no-repeat left 100%;
}

.annotationText {
	display: none;
}

.containerContent .k-pager-wrap {
	font-size: 0.813em;
	margin-bottom: 15px;
}

/* Scroll Top */
a.scrollTop {
	color: #332F2C !important;
	font: 12px/1em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-decoration: none;
	text-transform: uppercase;
	background: url("/Areas/Site/Content/Images/icons/i_scroll_top.png") no-repeat 0 50%;
	bottom: 50%;
	cursor: pointer;
	left: 52%;
	margin-left: 570px;
	min-height: 14px;
	padding-left: 18px;
	position: fixed;
	z-index: 20;
}

a.scrollTop span {
	border-bottom: 1px dotted #000000;
}

.detailListItem {
	padding: 4px 0;
	font-size: 0.875em;
}

.detailListItem:nth-child(odd) {
	background: #eee;
}

.qestionTableWrap {
	margin: 0 -5px;
}

.qestionTableBox {
	display: table;
	width: 100%;
}

.qestionTableBox .qestionTableItem {
	display: table-row;
}

.qestionTableBox .qestionTableItem .qestionTableItemTd {
	display: table-cell;
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}

.qestionTableBox .qestionTableItem .qestionTableItemTd.qestionTableItemNum {
	white-space: nowrap;
	width: 1px;
	vertical-align: top;
}

.qestionTableBox .qestionTableItem .qestionTableItemTd.qestionTableItemTime {
	white-space: nowrap;
	width: 1px;
	vertical-align: top;
}

.qestionTableBox .qestionTableItem .qestionTableItemTd.qestionTableItemTitle {
	vertical-align: top;
}

.qestionTableBox .qestionTableItem .qestionTableItemSpeaker {
	margin-top: 5px;
}

.qestionTableBox .qestionTableItem .qestionTableItemSpeaker .qestionTableItemSpeakerTitle {
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
	border-bottom: 3px solid #daebfc;
	padding: 0 0 4px;
}

.qestionTableBox .qestionTableItem .qestionTableItemDocuments {
	margin-top: 5px;
}

.qestionTableBox .qestionTableItem .qestionTableItemDocuments .qestionTableItemSpeakerTitle {
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
	border-bottom: 3px solid #daebfc;
	padding: 0 0 4px;
}

.qestionTableBox .qestionTableItem .qestionTableItemInvited {
	margin-top: 5px;
}

.qestionTableBox .qestionTableItem .qestionTableItemInvited .qestionTableItemInvitedTitle {
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
	border-bottom: 3px solid #daebfc;
	padding: 0 0 4px;
}

.qestionTableBox .qestionTableItem:nth-child(odd) .qestionTableItemTd {
	background: #f7f7f7;
}

.qestionTableBox .qestionTableItem.qestionTableItemTh .qestionTableItemTd {
	background: #DAEBFC;
	font-weight: bold;
	padding: 6px 5px;
	border-top: 1px solid #ccc;
}

.billPlans .k-widget {
	border: none;
}

.billPlans .listItem {
	border: none;
	padding-bottom: 0;
}

.billPlans .billPlanYear {
	font: bold 1.5em/30px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	margin: 0 0 10px;
}

.billPlans .billPlanTitle {
	font: 1.125em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	margin: 25px 0 10px;
}

.billPlans .billPlansBlueLine {
	background: #daebfc;
	padding: 8px;
	margin-bottom: 5px;
}

.billPlans .billPlansBlueLine a {
	color: #102030;
	text-decoration: underline;
	display: inline-block;
	margin: 0 15px 0 0;
}

.billPlans .billPlansBlueLine a:hover {
	color: #102030;
	text-decoration: none;
}

.titleArticle {
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-size: 1.125em;
	cursor: pointer;
	position: relative;
	margin-bottom: 5px;
}

.titleArticle .titleArticleText:after {
	content: "";
	font-size: 0.75em;
	/*background: url('/Areas/Site/Content/Images/icons/arrowShowhide.png') no-repeat right center;*/
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 0 -2px 4px;
}

#articleText {
	font-size: .875em;
}

/* Stat lines */
.statLines {
	margin: 30px 0 40px;
}

.statLines h3 {
	color: #103866;
	margin: 0 0 5px 130px;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
	font-size: 1.125em;
}

.statLines h3.noMarS {
	margin: 0 0 15px;
	padding: 15px 0 0;
	font-size: 1em;
}

.statLines h3.smallh3 {
	font-size: 1em;
	/*font-family:'robotocondensed';*/
}

.statLines .h3category {
	margin: 0 0 5px 0;
}

.statLines .statLine {
	margin: 0 0 15px;
}

.statLines .statLine label {
	color: #444;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	text-align: right;
	width: 110px;
	font: normal 0.813em/25px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-transform: uppercase;
}

.statLines .statLine .categoryTitle {
	font: normal 0.813em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	color: #444;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.statLines .statLine .statItem {
	position: relative;
	float: left;
	max-width: 400px;
	min-width: 30px;
	height: 25px;
	margin: 0 0 5px 0;
	text-align: center;
}

.statLines .statLine .statItem .textPercent {
	color: #fff;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
	line-height: 25px;
}

.statLines .statLine .sumPercent {
	font: normal 0.813em/25px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	display: inline-block;
	margin: 0 0 0 10px;
}

.statLines .statLine .statLineFL {
	float: left;
	margin: 0 20px 0 0;
}

.statLines .statLine .statLineFL span.description {
	display: inline-block;
	line-height: 25px;
	margin: 0 0 0 5px;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
	font-size: 0.75em;
}

/* Statistic */
.statistic a {
	border-bottom: 1px solid #B7C3D1;
	text-decoration: none;
	color: #0D4173;
}

.statistic a:hover {
	border-bottom: 1px solid #B3D5ED;
	color: #0275C2;
}

.statistic .statisticModel a {
	border-bottom: 1px solid #B7C3D1;
	text-decoration: none;
	color: #0D4173;
}

.statistic .statisticModel a:hover {
	border-bottom: 1px solid #B3D5ED;
	color: #0275C2;
}

.statistic h2 {
	color: #332F2C;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-top: 11px;
	font-weight: normal;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
}

.statistic h2.mr30px {
	margin-bottom: 30px;
}

.statistic h2.mrTop30px {
	margin-top: 30px;
}

.statistic .statisticTable {
	background: url("https://localhost:44368/Areas/Site/Content/Images/list_deputies_back.png") no-repeat 50% 48px;
	position: relative;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.statistic .statisticTable .statTh {
	display: table-cell;
	color: #45484F;
	font: 0.875em 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background: #F5F5F5;
	min-height: 40px;
	padding: 10px;
	vertical-align: middle;
}

.statistic .statisticTable .statTh a {
	border-bottom: none;
	color: #45484F;
	text-decoration: none;
	padding-right: 14px;
}

.statistic .statisticTable .statTh a.sort {
	background: url("https://localhost:44368/Areas/Site/Content/Images/table_th_icon_2.gif") no-repeat 100% 50%;
}

.statistic .statisticTable .statTh a.sort:hover {
	border: none;
}

.statistic .statisticTable .statTh a.desc {
	background: url("https://localhost:44368/Areas/Site/Content/Images/table_th_icon_1_1.gif") no-repeat 100% 50%;
}

.statistic .statisticTable .statTh a.desc:hover {
	border: none;
}

.statistic .statisticTable .statTd {
	display: table-cell;
	font-size: 0.875em;
	line-height: 20px;
	border-top: 1px solid #ECECEC;
	padding: 24px 10px 19px 10px;
	vertical-align: top;
}

.statistic .statisticTable .statTd a {
	border-bottom: 1px solid #B7C3D1;
	text-decoration: none;
	color: #0D4173;
}

.statistic .statisticTable .statTd a:hover {
	border-bottom: 1px solid #B3D5ED;
	color: #0275C2;
}

.statistic .statisticTable .statTr {
	display: table-row;
}

.statistic .statisticTable .statTr.trSPZI:nth-child(even) .statTd {
	background: #eee;
}

.statistic .statisticTable .statTr.statTrCategory {
	background: #bbdaf9 !important;
	font-weight: bold;
	border-bottom: 1px solid #083058;
}

.statistic .statisticTable .statTr.statTrCategory .statTd.statListCategory {
	font-weight: normal;
	/*background: #abd1f7!important;*/
	color: #000;
	font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-size: 0.875em;
}

.statistic .statisticTable .statTr.statTrCategory.total .statTd {
	background: #ffc8ea !important;
}

.stat-list span {
	color: #808080;
	padding-left: 5px;
}

/* Statistic item */
.blockTabs {
	padding-bottom: 0;
	padding-top: 3px;
	position: relative;
	margin-bottom: 15px;
}

.blockTabs .labels {
	font-size: 0;
	letter-spacing: -1px;
	line-height: 0;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 0 36px;
}

.blockTabs .labels a {
	text-transform: uppercase;
	height: 34px;
	cursor: pointer;
	color: #2C3E53;
	font: normal 13px/34px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	text-decoration: none;
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
	padding: 0 35px;
	text-align: center;
	display: inline-block;
	letter-spacing: 0;
	margin-right: 2px;
	vertical-align: bottom;
	margin-bottom: -1px;
}

.blockTabs .labels a:hover {
	color: #000;
}

.blockTabs .labels a.act {
	background: #0464A4;
	color: #ffffff;
	height: 35px;
	margin-bottom: -1px;
}

.blockTabs .labels a.act :hover {
	color: #ffffff;
}

.blockTabs .labels a.act span {
	color: #ffffff;
}

/* Commitite List*/
.listComm ol {
	counter-reset: li;
	font: 15px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	list-style: none outside none;
	margin-bottom: 4em;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	position: relative;
}

.listComm .commiteteList a {
	position: relative;
	display: block;
	padding: .4em 8em .4em .4em;
	*padding: .4em 8em .4em .4em;
	margin: .5em 0 .5em 2.5em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.listComm .commiteteList a:hover {
	background: #eee;
}

.listComm .commiteteList a:hover:after {
	left: -0.5em;
	border-left-color: #0464A4;
}

.listComm .commiteteList a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #0464A4;
	height: 2em;
	color: #fff;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

.listComm .commiteteList a:after {
	position: absolute;
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -0.5em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.listComm .commiteteList a .countInfo {
	position: absolute;
	right: .8em;
	top: .4em;
	font-weight: bold;
	font-size: 12px;
	line-height: 2em;
}

/* Table detail */
.tableDetailBlock {
	border: 1px solid #ccc;
	margin: 0 0 20px;
}

.tableDetailBlock h3.tableDetailBlockTitle {
	background: #bbdaf9;
	font: 18px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
	font-weight: bold;
	color: #000;
	margin: 0 0 10px;
	padding: 3px 4px;
}

.tableDetailBlock h3.tableDetailBlockTitle.subTitle {
	background: #eaf3fd;
	font: 16px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
}

.tableDetail {
	width: 100%;
	position: relative;
	table-layout: fixed;
}

.tableDetail.horizontalLabel {
	background: #eee;
}

.tableDetail .confirmDocItem {
	margin: 0 0 5px;
}

.tableDetail .confirmDocItem:nth-child(odd) {
	background: #ffffff !important;
}

.tableDetail .confirmDocItem:nth-child(even) {
	background: #eee !important;
}

.tableDetail.layoutAuto {
	table-layout: auto;
}

.tableDetail td {
	padding: 3px 4px;
}

.tableDetail td.titleLeftTop {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}

.tableDetail tr:nth-child(even) td {
	background: #eee;
}

.tableDetail .tdDownloadAll {
	text-align: right;
}

.tableDetail ul {
	margin: 0;
	list-style: none;
	padding-left: 15px;
}

.tableDetail ul li {
	padding: 0 0 0 20px;
	background: url("/Areas/Site/Content/Images/blue_arr_bullet.png") no-repeat left center;
}

@site СolumnBackground: #f7f7f7;