/* Minification failed. Returning unminified contents.
(1845,1): run-time error CSS1019: Unexpected token, found '@charset'
(1845,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(1845,17): run-time error CSS1019: Unexpected token, found ';'
(1859,23): run-time error CSS1019: Unexpected token, found ':'
(1859,23): run-time error CSS1042: Expected function, found ':'
(1859,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1895,1): run-time error CSS1019: Unexpected token, found '@charset'
(1895,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(1895,17): run-time error CSS1019: Unexpected token, found ';'
 */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

@charset "utf-8";
/* CSS Document */
#File1 { position: absolute; }
#wrapper {
	position: relative;
	min-height: 31px;
	margin-bottom: 20px;
}
.customFile {
	width: 140px;
	margin-left: 0;
	cursor: default;
	height: 31px;
	z-index: 2;
 filter: alpha(opacity: 0);
	opacity: 0;
}
.fakeButton {
	position: absolute;
	z-index: 1;
	width: 140px;
	height: 31px;
	background: url(../img/button.png) no-repeat left top;
	float: left;
}
.blocker {
	position: absolute;
	z-index: 3;
	width: 150px;
	height: 21px;
	background: url(../img/transparent.png);
	margin-left: -155px;
}
#FileName {
	position: absolute;
	height: 15px;
	margin-left: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height:1.1;
	color: #fff;
	top: 6px;
	padding-left: 21px;
	line-height: 1;
}
#activeBrowseButton {
	background: url(../img/button_active.png) no-repeat left top;
	display: none;
}

@charset "utf-8";
/* CSS Document */
/* RESET */
ABBR, ARTICLE, ASIDE, AUDIO, BB, CANVAS, DATAGRID, DATALIST, DETAILS, DIALOG, FIGURE, FOOTER, HEADER, HGROUP, MARK, MENU, METER, NAV, OUTPUT, PROGRESS, SECTION, TIME, VIDEO {
	display: block;
	padding: 0;
	margin: 0;
}
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, HR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	font-family: inherit;
	font-size: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
DFN, I, CITE, VAR, ADDRESS, EM { font-style: normal; }
TH, B, STRONG, H1, H2, H3, H4, H5, H6 { font-weight: normal; }
TEXTAREA, INPUT, SELECT {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
BLOCKQUOTE, Q { quotes: none; }
Q:before, Q:after, BLOCKQUOTE:before, BLOCKQUOTE:after {
	content: '';
	content: none;
}
OL, UL { list-style: none; }
INS { text-decoration: none; }
DEL { text-decoration: line-through; }
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}
CAPTION, TH, TD { text-align: left; }
:focus { outline: none; }
img { vertical-align: bottom; }
strong { font-weight: bold; }
em { font-style: italic; }
sub, sup {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
}
sub {
	top: 5px;
	vertical-align: middle;
}
sup {
	top: -4px;
	margin-top: -6px;
}
a {
	color: #3d1700;
	text-decoration: underline;
}
a:link { color: #3d1700; }
a:visited { color: #3d1700; }
a:hover {
	color: #3d1700;
	text-decoration: none;
}
a:active { color: #3d1700; }
a:hover, a:active { outline: none; }
p { margin:0; padding:0 0 14px 0;}
p:last-child { padding-bottom:0;}
ul li { list-style: disc; margin:0 0 12px 20px;padding-left: 5px;}
ol li { list-style: decimal; margin:0 0 12px 30px;padding-left: 5px;}
li > ul { margin-top:15px !important; }
li > ul li {margin-left:20px !important; font-size:14px !important;}
h1 { font-size:21px; padding:0; margin:0 0 20px 0; line-height:1;}
h2 {
	font-size:21px;
	position:relative; 
	padding:0; 
	margin:0 0 20px 0; 
	line-height:1;
	padding-top:8px; 
	padding-left:40px; 
	min-height:34px; 
	background-repeat:no-repeat; 
	background-position:0 0;
	text-shadow: 1px 1px #e5f2a9;
}
h3 {font-size:19px;line-height:1; font-weight:400;margin:0 0 10px 0;}
h3 span { display:inline-block; color:#c3d668; margin-right:10px;}
/* ------------------- LIST STYLE ---------------------- */
.hoof {margin:0 0 20px 0; }
.hoof li { list-style:none; list-style-image:url(../img/li-st1.png); margin-bottom:8px;}


/* --------------------------------------------------------------------------------------------------- */

.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after { clear: both; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.f-right { float: right; text-align:left;}
.f-left { float: left; }
.t-left { text-align: left; }
.t-right { text-align: right; }
.t-center { text-align: center; }
.i-block {
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	margin-left:-5px;
}
.t-decor-no { text-decoration:none;}
.i-block:first-child {margin-left:0;}
.b-bottom { border-bottom:1px solid;}
.hidden { visibility:hidden;}
.none { display:none;}
.block { display:block;}

.ic_0 { background-image:url(../img/i-news.png);}
.ic_1 { background-image:url(../img/i-star.png);}
.ic_2 { background-image:url(../img/i-who.png);}
.ic_3 { background-image:url(../img/i-sled.png);}
.ic_4 { background-image:url(../img/i-book.png); margin-bottom:7px; margin-right:8px;}
.ic_4 a { font-size:14px; font-weight:700;}
.ic_5 { background-image:url(../img/i-pen.png); padding-top: 7px !important;top: -7px !important;margin-bottom: 7px;}
.ic_6 { background-image:url(../img/i-video.png);margin-bottom: 7px; margin-right:8px;}
.ic_6 a { font-size:14px; font-weight:700;}
.ic_6 a.active { color:#fff;font-weight:400; text-decoration:none;}
.ic_7 { background-image:url(../img/i-cam.png);}
.ic_8 { background-image:url(../img/i-tour.png);}
.ic_9 { background-image:url(../img/i-sol.png);}
.ic_10 { background-image:url(../img/i-hist.png);}
.ic_11 { background-image:url(../img/i-st.png);}
.ic_12 { background-image:url(../img/i-sled-gr.png);}
.ic_13 { background-image:url(../img/i-staff.png);}
.ic_14 { background-image:url(../img/i-staff2.png);}
.ic_15 { background-image:url(../img/i-staff3.png);}
.ic_16 { background-image:url(../img/i-job.png);}
.ic_17 { background-image:url(../img/i-job2.png);}
.ic_18 { background-image:url(../img/i-shem.png);}
.ic_19 { background-image:url(../img/i-zone.png);}
.ic_20 { background-image:url(../img/i-bio.png);}
.ic_21 { background-image:url(../img/i-vol.png); padding-top: 7px !important;top: -7px !important;}
.ic_22 { background-image:url(../img/i-tour-gr.png);padding-top: 7px !important;top: -7px !important;}
.ic_23 { background-image:url(../img/i-serv.png);padding-top: 3px !important;top: -3px !important;}
.ic_24 { background-image:url(../img/i-edu.png);}
.ic_25 { background-image:url(../img/i-foto.png);}
.ic_25 a { font-size:14px; font-weight:700;}
.ic_26 { background-image:url(../img/i-vid.png); background-repeat:no-repeat; display:inline-block; height:24px; padding-left:39px; font-weight:700; line-height:1.8;}
.ic_27 { background-image:url(../img/i-wood2.png); background-repeat:no-repeat; display:inline-block; height:24px; padding-left:34px; font-weight:700; line-height:1.8;}
.ic_28 { background-image:url(../img/i-sci.png);}
.ic_29 { background-image:url(../img/i-vid.png);padding-top: 3px !important;top: -3px !important;}
.ic_30 {background-image:url(../img/i-foto.png);background-repeat:no-repeat; display:inline-block; height:24px; padding-left:39px; font-weight:700; line-height:1.8;}
.ic_31 { background-image:url(../img/i-doc.png);}
.ic_32 { background-image:url(../img/i-smi.png);}
.ic_33 { background-image:url(../img/i-eart.png);}
.ic_34 { background-image:url(../img/i-dost.png);}
.ic_35 { background-image:url(../img/i-cult.png);padding-top: 7px !important;top: -7px !important;min-height:37px; }
.ic_36 { background-image:url(../img/i-fact.png);padding-top: 3px !important;top: -3px !important;}
.ic_37 { background-image:url(../img/i-tour2.png);padding-top: 7px !important;top: -7px !important;}
.ic_38 { background-image:url(../img/i-mail2.png);}
.ic_39 { background-image:url(../img/i-mail3.png);}
.ic_40 { background-image:url(../img/i-part.png);}
.ic_41 { background-image:url(../img/i-meg.png);}
.ic_42 { background-image:url(../img/i-help.png);padding-top: 3px !important;top: -3px !important;}
.ic_43 { background-image:url(../img/twit.png);padding-top: 3px !important;top: -3px !important;}
.ic_44 { background-image:url(../img/pass.png);padding-top: 3px !important;top: -3px !important;}

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background-color:#fff; 
	color:#3d1700; 
	font:normal 15px/1.385 Tahoma, Geneva, sans-serif;
	min-width:960px;
}
.out { margin:0 auto; width:960px; padding:0 10px; position:relative;}
header { /*height:313px;*/ height:276px; background:url(../img/bg_header.png) repeat-x 50% 0%;}

header .logo { 
	display:block;
	width:476px; 
	height:233px; 
	padding-top:5px;
	*padding-top:0;
}
header .f-right { width:380px; text-align:right;}
header .f-right p {
	font-size:12px; 
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 0 0 0;
}
header .f-right p.switch {font-size:18px;line-height: 1; padding:0; margin-left:20px;}
header .f-right p.switch a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height: 1.5; 
	padding:0 3px 3px;
	text-decoration:none;
}
header .f-right .active { background-color:#c3d668; color:#fff;}
header .communication {
	padding: 13px 20px 17px 20px;
	text-align:center;
	background-color:#f1f8ce;
	border-radius:12px;
	width:240px;
	position:relative;
	top:50px;
	left:139px;
	*left:0px;
	
}
header .communication b { font-weight:700;}
header .communication p { display:block;text-align: left;font-size:14px; padding-left:5px;}
header .communication p img { vertical-align: text-bottom;}
header .communication p a { text-decoration:none;color:#3d1700;}
header .communication .phone { display:block;font-size:23px;}

header nav { text-align:center;}
header nav menu { display:table; width:100%;}
header nav a {
	text-decoration:none; 
	display:table-cell;
	*zoom:1;
	*display:inline;
}
header nav menu a {line-height: 2.8;}
header nav menu a:hover, header nav menu a.active { background-color:#dae6a3}

.cap {width: 960px; margin:0 auto;}
.cap h2 {text-shadow: 1px 1px #E5F2A9;padding-top: 0;}
.cap .data {color:#c3d668; font:normal 38px/1 Tahoma, Geneva, sans-serif;}
.cap .month {color:#c3d668; font:normal 18px/1 Tahoma, Geneva, sans-serif; margin-bottom:12px;}
.cap .phone {display: block;font-size: 23px;}

.cap { 
	background-image:url(../img/zagluchka/logo.png), url(../img/zagluchka/kard.png);
	background-repeat:no-repeat;
	background-position:0 140px, 80% 190px;
}
header.no-bg { background:none;height:490px;}
header.no-bg h1 { color:#3d1700; font-size:30px; margin-top:62px;min-height: 24px;}
header.no-bg .communication { background-color:#5a432d; text-align:left; color:#fff; left:0; width:auto; padding:12px;}
header.no-bg .communication h2 { font-size:22px;text-shadow: 1px 1px #333; padding:0; margin:0 0 12px 0; min-height:inherit;}
header.no-bg .communication p {font-size:15px;padding:0; margin:0 0 12px 0;}
header.no-bg .i1, header.no-bg .i2 {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	border:none;
}
header.no-bg .i1 { background:url(../img/zagluchka/type-text.png) no-repeat 0 0; width:228px; height:27px; font:14px/1.2 Tahoma, Geneva, sans-serif;color: #3D1700; padding-left:8px; padding-right:8px;}
header.no-bg .i2 { background:url(../img/zagluchka/type-submit.png) no-repeat 0 0; width:100px; height:28px; cursor:pointer;}
/*header.no-bg .i2:hover {background:url(../img/zagluchka/type-submit-hover.png) no-repeat 0 0;}*/
header.no-bg .i2:active {background:url(../img/zagluchka/type-submit-active.png) no-repeat 0 0;}





.submenu .none { 
	text-align:left; 
	padding-left:26px; 
	background-color:#4c331b; 
	position:relative; 
	z-index:100;
}
.submenu .none a {
	font-size:15px; 
	color:#c3d668;
	display:inline-block;
	line-height:3;
	padding:0 20px 0 0;
	text-decoration:none;
}
.submenu .none a:hover, .submenu .none a.active {color:#fff;}
.submenu {background-color:#4c331b; position:relative; z-index: 10;}

.search {border-radius:18px;padding:1px 12px;color:#fff;background:#c3d668; box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3) inset;margin-bottom:40px;height: 32px;}
.search  input[type="text"] { border:none; width:240px;height: 26px;display:inline-block; vertical-align:top; background:none;}
.search  input[type="submit"] { border:none; background:url(../img/i-zoom.png) no-repeat 0 0; width:24px; height:24px; cursor:pointer;display:inline-block; position:relative; top:3px;}

.more {position: relative; color:#c3d668 !important; text-decoration:none; font-size:24px; font-weight:700;line-height: 1;display: inline-block;margin-top: -6px;top: 1px; vertical-align:bottom;}
.block_brown_whit_border { 
	background-color:#655332; 
	border-bottom:11px solid #dee8ac;
	min-height:100px;
	color:#fff;
}
.block_brown_whit_border h2 {text-shadow:1px 1px #4c331b;padding-top: 0px;}
.block_brown_whit_border h2 .back { float:right; font-weight:700; font-size:14px;}
.block_brown_whit_border .out { padding:20px 10px;}
.block_brown_whit_border a {color:#c3d668;}
.block_brown_whit_border a:hover {color:#cfde87;}
.content .block_brown_whit_border:nth-of-type(1) .out { padding-top:60px;}




.block_light_green { 
	background-color:#cfde87;
	min-height:100px;
	padding:10px 0 10px;
}
.block_light_green a:hover {color:#655332;}
.block_light_green .hoof li {/*color: #f0ddcb;font-size: 13px;*/}
.block_light_green h2 .back { float:right; font-weight:700; font-size:14px;}
/*.main_leo { background:url(../img/main_leo.png) no-repeat 100% 0; min-height:548px;}*/
.main_leo {
	width:540px;
	height:451px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	background-color:#fff;
	background-image: url(../img/images/main1.jpg);
	background-size: cover;
}


.main_news {
	max-width:380px;
	background:url(../img/bg_areal.png) no-repeat 90% 36%;
	margin-bottom:40px;
}
.main_news time { font-weight:700; padding-bottom:10px; color:#c3d668; line-height:1;}
.main_news .main_news_all {display:inline-block;font-weight:700;color:#f0ddcb;}
.main_news_item {
	position:relative;
	border-bottom:1px solid #c3d668;
	padding-bottom:15px;
	margin-bottom:15px;
}
.main_news_item figure {
	float:left;
	width:100px;
}
.main_news_item figure img {
	display:block;
	border-radius:4px;
	max-width:100px;
}
.main_news_item div { margin-left:117px;}
.main_news_item div p { font-weight:700;}
.main_news_item a { text-decoration:none; color:inherit;}
.main_flag {
	color:#baca61 !important; 
	font-size:18px;
    text-transform: uppercase;
	padding:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main_flag a { display:inline-block; padding:0px 15px 5px 38px;}
.main_flag a.m1 { background:url(../img/flag.png) no-repeat 0 0;}
.main_flag a.m2 { background:url(../img/twit.png) no-repeat 0 0;}
.main_flag a.m3 { background:url(../img/pass.png) no-repeat 0 0;margin-bottom: 20px;}
.main_flag a.m4 { background:url(../img/leo.png) no-repeat 0 0;margin-bottom: 20px;}



[class*="coll"] {
	position: relative;
	margin-right:20px; 
	margin-bottom:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
[class*="coll"]:last-child {margin-right:0;}

.coll1 {width:60px;}
.coll2 {width:140px;}
.coll3 {width:220px;}
.coll4 {width:300px;}
.coll5 {width:380px;}
.coll6 {width:460px;}
.coll7 {width:540px;}
.coll8 {width:620px;}
.coll9 {width:700px;}
.coll10 {width:780px;}
.coll11 {width:860px;}
.coll12 {width:940px;}
.m20 { margin-right:20px;}
.m20:last-child {margin-right:0;}





.up { width:20px; height:18px; background:url(../img/up.png); position:absolute; text-decoration:none; top:20px; right:20px;}

.sled { position:relative; min-height:360px; background:url(../img/bg_sled.png) no-repeat 10px 100%; margin-right:0;}
.sled a { text-decoration:none;text-shadow: 1px 1px #e5f2a9; display:block; max-width:125px; position:absolute; line-height:1.1;}
.sled a.a1 { left:40px; top:139px;}
.sled a.a2 {left:110px; top:85px;}
.sled a.a3 {left:186px; top:133px;}
.sled a.a4 {left:125px; top:250px;}
.sled a.a5 {left:0px; top:206px;}


/*.main_blog {position:relative; height:287px; background:url(../img/bg_xz1.png) no-repeat 0 100%;margin-bottom:30px;}
.main_blog p { font-size:13px; padding-left:20px;line-height: 1.2;}
.main_blog p a { text-decoration:none; display:block;font-size:15px; font-weight:700;}
.main_blog p:last-child {padding-right: 60px;}
.main_blog {margin-right:0;}*/

.block_brown_dark {
	position:relative;
	padding:20px;
	border-radius:10px;
	background-color:#4c331b;
	margin-bottom:30px;
	overflow:hidden;
}
.block_brown_dark .books { float:left; width:144px;}
.block_brown_dark .books img { width:100%;}
.block_brown_dark section { margin:0 0 0 164px;}
.block_brown_dark section p {font-size:14px;}
.block_brown_dark section p.t-right:last-child { color:#f0ddcb; font-size:13px;}


.map-area { position:relative; min-height:870px;}

.map-area .polygon { position:absolute; z-index:100; right:0; top:44px; width:700px;height:816px;}

.map-cont { margin-top:12px;}
.map-cont .none {overflow:visible !important;}
.map-cont .ml400 { position:relative; margin:150px 0 40px 400px;}
#details_10 i { background:url(../img/poly/m1b-.png) no-repeat 0 0; width:120px; height:126px; z-index:1000; position:absolute; top: -518px; left: 309px; overflow:visible !important;}
#details_11 i { background:url(../img/poly/m2b-.png) no-repeat 0 0; width:326px; height:574px; z-index:1000; position:absolute; top: -651px; left: 36px; overflow:visible !important;}
#details_12 i { background:url(../img/poly/m3b-.png) no-repeat 0 0; width:263px; height:431px; z-index:1000; position:absolute; top: -585px; left: 227px; overflow:visible !important;}
#details_13 i { background:url(../img/poly/m4b-.png) no-repeat 0 0; width:610px; height:508px; z-index:1000; position:absolute; top: -380px; left: -139px; overflow:visible !important;}
#details_14 i { background:url(../img/poly/m5b-.png) no-repeat 0 0; width:242px; height:277px; z-index:1000; position:absolute; top: -602px; left: 308px; overflow:visible !important;}

@media all and (-webkit-min-device-pixel-ratio:0) {
  #details_10 i {top: -505px;}
  #details_11 i {top: -638px;}
  #details_12 i {top: -572px;}
  #details_13 i {top: -367px;}
  #details_14 i {top: -589px;}
  
}

/*#ml_div_0 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
#ml_div_1 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
#ml_div_2 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
#ml_div_3 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
#ml_div_4 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
#ml_div_5 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
#ml_div_6 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
#ml_div_7 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
#ml_div_8 {
    right: 263px;
    top: 320px;
    z-index: 1000 !important;
}
.map-area .polygon .areal-images {width:700px; height:816px;position:absolute; left:0; top:0;display: block;}
.map-area .polygon .areal-images .hover-image {width:700px; height:816px;position:absolute;z-index: 100;}
.map-area .polygon .areal-images .hover-image {display: none;}*/


/*.map-area .polygon #M1 {
	position: absolute;
	z-index: 101;
	width: 81px;
	height: 92px;
	background: transparent;
	top: 172px;
	left: 466px;
}
.map-area .polygon #M1:hover { top:0; left:0;width:700px;height:816px; background-image:url(../img/poly/m1.png);}

.map-area .polygon #M2 {
	position: absolute;
	z-index: 101;
	width: 96px;
	height: 332px;
	background: transparent;
	top: 38px;
	left: 369px;
}
.map-area .polygon #M2:hover { top:0; left:0;width:700px;height:816px; background-image:url(../img/poly/m2.png);}

.map-area .polygon #M3 {
	position: absolute;
	z-index: 101;
	width: 127px;
	height: 169px;
	background: transparent;
	top: 440px;
	left: 246px;
}
.map-area .polygon #M3:hover { top:0; left:0;width:700px;height:816px; background-image:url(../img/poly/m2.png);}*/



















.block_brown_lightdark {position:relative;padding:10px;border-radius:10px;background-color:#563f24;overflow:hidden; display:inline-block; vertical-align:top; min-width:300px;}
.block_brown_lightdark p {color:#c3d668;font-size:13px;line-height: 1;margin-bottom: 8px; padding:0;}

.skin {
	position:relative; left:-84px;background-image:url(../img/bg_skin-brown.png);background-repeat:no-repeat;background-position:0% 0%;min-height:400px;
}
.skin { width:384px;margin-right: -65px;}
.skin h2, .skin p { margin-left:84px;line-height:1.2;}
.skin h2 {margin-top: 7px;padding-left: 0;}
.skin p { color:#f0ddcb; padding-right:25px;padding-right: 29px;}
.skin p strong {font-size:13px;}
.skin + .i-block p { line-height:1.2;}
.skin h2 { color:#fff;text-shadow: 1px 1px #4C331B;}
.skin a { text-decoration:none;color:#c3d668;}
.skin a:hover {color:#cfde87;} 

.h-fix { height:400px; position:relative;}
.h-fix p:nth-last-of-type(1) { position:absolute; bottom:0; right:5px;}
.h-fix p:nth-last-of-type(1) a {color: #3D1700; text-decoration:underline;}
.h-fix p:nth-last-of-type(1) a strong {font-size:15px;}
.h-fix p:nth-last-of-type(1) a:hover {text-decoration:none; color:#655332;}

.block_light_green_opacity {
	position:relative;
	padding:20px;
	border-radius:10px;
	background-color:#dfe9ae;
	margin-bottom:20px;
	overflow:hidden;
	height:197px;
}
.block_light_green_opacity figure { width:260px; min-height:152px; overflow:hidden; margin-bottom:5px;}
.block_light_green_opacity p { font-size:13px;line-height: 1.1;}

.hist {
	background-color:#4c331b;
	/*border-radius:12px 12px 12px 12px;*/
	border-radius:24px;
	text-align:center;
	margin-bottom:20px;
	display:inline-block;
	position:relative;
}
/*.hist img { display:block;border-radius:10px 10px 22px 22px;}*/
.hist img { display:block;border-radius:22px;}
.hist p {color:#f0ddcb; font-size:13px; padding:6px 10px;}
.hist.prev {width:220px; vertical-align:top; margin-right:15px;}
.hist.prev:nth-child(3n+1) {margin-right:0;}
.hist.prev img { width:100%;}
.hist.prev a { text-decoration:none; line-height:1.1;}
.hist.cart { width:300px;}
.hist.cart img { width:100%;}


.f-right.hist { margin-left:20px;}
.f-left.hist { margin-right:20px;}

.sled2 { background:url(../img/bg_sled2.png) no-repeat 100% 0;}
.sled2 p:first-child { padding-top:120px;}
.sled2 .hist { /*margin-top:-120px;*/ position:relative;}
.sled2 .hist + p { padding-top:120px;}
.sled3 { background:url(../img/bg_sled3.png) no-repeat 40px 100%;}
.sled3-r {background:url(../img/bg_sled3.png) no-repeat 90% 100%;}

.sled4 { background:url(../img/bg_sled4.png) no-repeat 10px 100%; min-height:600px;}

.structure { min-height:300px; background:url(../img/bg_st.png) no-repeat 0 7px;}
.structure p { line-height:1.27; padding-left:21px; padding-bottom:20px;font-size: 14px;}

.search-staff { position:relative;}
.search-staff a { text-decoration:none; display:list-item; list-style:none; margin-bottom:12px;}
.search-staff a span { border-bottom:1px dotted #C3D668;}
.search-staff a:hover, .search-staff a.active { color:#fff;}
.search-staff a:hover span, .search-staff a.active span { border-bottom:1px dotted #655332;}

.here {text-decoration:none;}
.here span { border-bottom:1px dotted #C3D668;}
.here:hover span { border-bottom:1px dotted #655332;}

.shem { background:url(../img/bg_shem.png) no-repeat 85% 50px;}
.shem .coll6:last-child { position:absolute; right:0; bottom:50px;}
.shem .coll6:last-child p { padding-left:30px;}
.shem p { padding-right:33px;}

.shem2 { background:url(../img/bg_shem2.png) no-repeat 95% 20px;}
.shem3 {
	background-image:url(../img/bg_shem3.png);
	width:388px;
	height:214px;
	position:absolute;
	left:10px;
	bottom:-49px;
}

.xz2 { background:url(../img/bg_xz2.png) no-repeat 0 0; min-height:170px; padding:20px;}
.xz2 p { font-size:14px;}
.xz3 {
	/*background:url(../img/bg_xz3.png) no-repeat 0 0;*/
	background-color:#4c331b;
	/*min-height:196px; */
	padding:20px;
	padding-bottom:40px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 99% 70%;
	border-bottom-left-radius: 25% 10%;
	margin-bottom:12px;
	/*box-shadow:0px 2px 3px rgba(57,80,19,.4);*/
}
.xz3 p { font-size:15px; color:#f0ddcb; line-height:1.33;}
.xz3 p strong { font-weight:400;}
.xz3 p:last-child {padding-bottom: 14px; padding-right:60px;}
.xz3.pd p {font-size:15px; line-height:1.4;}
.xz3 a {color:#c3d668; text-decoration:none;}
.xz3 .hoof li {color: #f0ddcb;font-size: 13px;}
.xz4 {
	background-color:#e2ebb6;
	
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 99% 40%;
	border-bottom-left-radius: 0px 0px;
	margin-bottom:22px;
	box-shadow:0px 1px 2px rgba(0,0,0,.2);
}
.xz4 p {padding:20px;}
.xz4 p:last-child {}
.xz5 {
	background-color:#4c331b;
	padding:20px;
	padding-bottom:40px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 99% 50px;
	border-bottom-left-radius: 0% 0%;
	margin-bottom:12px;
}
.xz5 p { line-height:1.33; font-size:15px;color: #F0DDCB;}
.xz5 p strong { font-weight:400;}
.xz5 p:last-child {padding-right:20px;}
.block_light_green .xz5 p {color:#fff;}



.mr0 {margin-right:0;}
.ml60 {margin-left:60px;}
.ml60 a.active {color:#fff; text-decoration:none;}
.ml80 {margin-left:80px;}
.coll9 + .coll3 a.active {color:#fff; text-decoration:none;}
.wood { background:url(../img/bg-bio5.png) no-repeat 100% 100%;margin-bottom: -9px;}
.wood2 { background-image:url(../img/bg_wood.png); background-repeat:no-repeat; background-position:99% 98%;}
.wood2 .video {margin-bottom:40px;}
.bio {
	background-image:url(../img/bg-bio1.png), url(../img/bg-bio2.png), url(../img/bg-bio3.png), url(../img/bg-bio4.png);
	background-repeat:no-repeat;
	background-position:100% 110px, 0% 500px, 100% 770px, 0 94%;
}

.vol { height:73px; background:url(../img/bg_vol.png) no-repeat 0 0; padding:34px 0 0 60px; display:block;}
.areal2 { background:url(../img/bg_areal2.png) no-repeat 90% 5%; min-height:670px;}
.skin2 { background:url(../img/bg_skin2.png) no-repeat 0 100%; margin: 0 auto -70px; width:960px;}
.skin3 { background-image:url(../img/bg_skin3.png); background-repeat: no-repeat; background-position: 50% 50%; min-height:620px;}
.game { background-image:url(../img/bg_video.png); background-repeat:no-repeat; background-position:0 98%;}
.bordered {
    /*border: solid #becb7b 1px;*/
    border-radius: 12px;
    box-shadow: 0 1px 1px #becb7b;
	margin-bottom:30px;
	width:100%;      
}
.bordered td, .bordered th {
    background: #edf3d2;
	border-left: 1px solid #becb7b;
    border-top: 1px solid #becb7b;
    padding: 5px 1px;
    text-align: center;
	color:#3d1700;
	font-size:13px; 
}
.bordered td:nth-child(even) {background: #e2ebb6;}
.bordered th {
    background-color: #e2ebb6;
    /*box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;*/        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	text-align: left;
	font-weight:700;
	padding-left:20px;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    border-radius: 12px 0 0 0;
}

.bordered th:last-child {
    border-radius: 12px 12px 0 0;
}

.bordered tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}

.bordered tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}

.photo { margin:0 0 20px 0; padding:0; list-style:none;}
.photo li {
	display:inline-block; 
	*display:inline; 
	*zoom:1;
	vertical-align:top;
	width:220px;
	margin:0 15px 20px 0;
	padding:0;
	list-style:none;
	background-color: #4C331B;
	border-radius:11px;
	text-align:center;
}
.photo li img { border-radius:10px; width:100%;}
.photo li p {color: #F0DDCB;font-size: 13px; padding:6px 10px; line-height:1.2;}
.photo li p:first-letter{text-transform:uppercase;}
.photo li:nth-child(4n) { margin-right:0;}

.photo.c3 li {width:300px;}
.photo.c3 li:nth-child(3n) { margin-right:0;}
.photo.c3 li:nth-child(4n) { margin-right: 15px;}


.b20 {border-radius:20px; padding:0; height:403px;overflow:hidden; margin-bottom:50px;}
.b20 figure { position:relative; overflow:hidden; float:left; margin-right:30px;}
.b20 figure img {border-radius:19px;height:403px;}
.b20 .larger {width:23px; height:24px; position:absolute; right:20px; bottom:20px; background:url(../img/i-zoom2.png); text-indent:-9999em;}
.b20 section {margin:30px 30px 30px 0; padding-right:30px; height:338px; overflow-x:hidden;}
.b20 section dl { display:block; position:relative; margin-bottom:20px;}
.b20 section dl a {
	text-decoration:none;
	text-indent:-9999em;
	display:inline-block; 
	*display:inline; 
	*zoom:1;
	vertical-align: text-bottom;
}
.b20 section dt, .b20 section dd {
	display:inline-block; 
	*display:inline; 
	*zoom:1;
	vertical-align: middle;
	margin-right:10px;
}
.b20 section dt.block_brown_lightdark { width:auto; min-width:inherit; padding:6px 10px;}
.b20 section dt .down { width:21px; height:12px; background:url(../img/down.png); margin-left:12px;}
.b20 section dd .download { background:url(../img/button-download.png);width:90px; height:28px;}
.b20 section .t-green {margin-top: 12px;}



.t-green {color: #c3d668 !important;font-size: 13px !important;line-height: 1; padding-bottom:8px !important;}
.video { display:block; text-align:left; padding:20px;}
.video .cam { position:relative; background-color:#000;width: 620px; height:320px; margin: 20px 0 20px -20px;}
.video img { border-radius:0;}
.video p { padding-left:0;font-size: 14px; color:#fff;}
.video .t-green {color: #c3d668;}
.video .num {font-size: 13px; color: #f0ddcb;}

.m0 { margin:0 auto 25px !important;}
.m0:last-child {margin-bottom:0;}
.doc { background:url(../img/bg_doc.png) repeat-y 50% 0;}
.doc .hist { display:block; text-align:left; padding:15px 20px;border-radius: 12px;}
.doc .hist p { color:#fff; font-size:15px;}
.doc .hist p.t-right {color:#f0ddcb; font-size:13px;}
.doc .hist a { text-decoration:none;}

.article { background:url(../img/bg_doc2.png) repeat-y -20px 90px;}
.article.no-bg { background:none;}
.article .hist { display:block; text-align:left; padding:15px 20px;border-radius: 12px;}
.article .hist p { color:#fff; font-size:15px;}
.article .hist p.t-right {color:#f0ddcb; font-size:13px;}
.article .hist a { text-decoration:none;}
.article .hist.stat { height:190px;padding:10px 15px;}
.article .hist.stat p { padding:0 0 8px 0;}
.article .hist.stat a {color:#C3D668;}

.bicolour {
	position: relative; 
	border-radius:12px; 
	background-color:#fff;
	margin-bottom: 20px;
	
}
.bicolour.c1 {background-color:#fff2d0;}
.bicolour.c2 {background-color:#f9c98d;}

.bicolour figure, .bicolour .hist { display:inline-block; vertical-align:middle;}
.bicolour figure {width:160px; overflow:hidden;}
.bicolour .hist { width:620px; margin-left:-5px;border-radius:10px; text-align:left; padding:10px 15px;height:146px; margin-bottom:0;}
.bicolour .hist p { font-size:15px; color:#fff; line-height:1.2;}
.bicolour .hist a { text-decoration:none;}



.trace { background-image:url(../img/bg_smi.png); background-position:50% 100%; background-repeat:repeat-x;}
.trace .pagination, .trace > .like { padding-bottom:100px;}
.trace .like { margin-bottom:120px;}

.earth { background-image:url(../img/bg_sotr.png); background-repeat:no-repeat; background-position:85% 50%;}


.data-block-whit-image {  margin:0 0 40px; border-bottom:1px solid #c3d668;}
.data-block-whit-image .data {color:#c3d668; font:normal 38px/1 Tahoma, Geneva, sans-serif; margin-right:4px;}
.data-block-whit-image .month {color:#c3d668; font:normal 18px/1 Tahoma, Geneva, sans-serif; margin-bottom:12px;}
.data-block-whit-image .data-today {color:#c3d668; font:normal 28px/1 Tahoma, Geneva, sans-serif;margin-bottom:18px;}
.data-block-whit-image p { padding-bottom:8px; line-height:1.25;}
.data-block-whit-image figure {
	float:left; 
	width:220px;
	position:relative; 
	bottom:-1px; 
	background-color:rgba(101,83,50,1);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNjU1MzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjNjU1MzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjNjU1MzMyIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY1NTMzMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, rgba(101,83,50,1) 0%, rgba(101,83,50,1) 86%, rgba(101,83,50,0) 91%, rgba(101,83,50,0) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(101,83,50,1) 0%,rgba(101,83,50,1) 86%,rgba(101,83,50,0) 91%,rgba(101,83,50,0) 100%);
	background: -o-linear-gradient(-45deg, rgba(101,83,50,1) 0%,rgba(101,83,50,1) 86%,rgba(101,83,50,0) 91%,rgba(101,83,50,0) 100%);
	background: -ms-linear-gradient(-45deg, rgba(101,83,50,1) 0%,rgba(101,83,50,1) 86%,rgba(101,83,50,0) 91%,rgba(101,83,50,0) 100%);
	background: linear-gradient(135deg, rgba(101,83,50,1) 0%,rgba(101,83,50,1) 86%,rgba(101,83,50,0) 91%,rgba(101,83,50,0) 100%);
	/**/
}
.data-block-whit-image figure img { width:100%; display:block;border-radius:15px; }
.data-block-whit-image .cont { margin:0 0 0 240px;}

.cult { background-image:url(../img/bg_cult.png); background-repeat:no-repeat; background-position:100% 50%;}
.sled5 {background-image: url(../img/bg_skin4.png); background-repeat:no-repeat; background-position:100% 100%;}

.hist.gallery { display:block; padding:30px;}
.like { background:url(../img/like.png) no-repeat 0 0; min-height:22px;}

.skin5 {
	background-image:url(../img/bg_skin5.png); 
	background-repeat:no-repeat; 
	background-position: 10% 100%;
	-webkit-background-position: calc(50% - 380px) 100%;
	-moz-background-position: calc(50% - 380px) 100%; 
	background-position: calc(50% - 380px) 100%;
}

.hist.feed { display:block; padding:10px 15px; text-align:left; margin-bottom:120px;}
.hist.feed p { padding:0 0 12px 0;}
.hist.feed p strong {color:#fff;font-size:15px;}
.hist.feed label, .hist.feed input, .hist.feed textarea { display:block; border:none; background:none; resize:none;}
.hist.feed .but {
	background-color:#3f2812;
	border-radius:11px;
	color:#f0ddcb;
	font-size:13px;
	padding:9px 12px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
}



.hist.feed label { padding-bottom:4px; padding-left:12px;}
.hist.feed input, .hist.feed textarea { margin-bottom:10px; width:276px;}
.hist.feed textarea { min-height:100px;}
.hist.feed input.but[type="submit"] {box-shadow: none; width:140px; height:28px;border-radius: 0; background:transparent url(../img/button-send.png) no-repeat 0 0; padding:0; display:inline-block; cursor:pointer;}
.hist.feed .search-staff a:hover span, .hist.feed .search-staff a.active span { border-bottom:1px dotted #4C331B;}

.pagination { margin-right:10px;}
.pagination a, .pagination span {
	text-decoration:none;
	vertical-align: bottom;
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:27px;
}
.pagination a:hover { color:#fff;}
.pagination a.active {color:#fff; border-radius:50%; background-color:#4c331b; font-weight:700;}

footer { min-height:264px; padding:35px 0 0; font-size:14px;}
footer .out { overflow:hidden;}
footer p {font-size:14px; padding-bottom:25px;}
footer .logo a { padding-left:25px;font-size:14px;}
footer .logo img { display:inline-block; *display:inline; *zoom:1; vertical-align:middle;margin-left: 2px;}
footer .coll4 .logo img {margin-left:0;}
footer section { margin-bottom:0 !important;}
footer .logo a {padding-left:10px;}
footer .logo {padding-bottom:15px; padding-right:0;}
footer .num span {
	display:inline-block; 
	*display:inline; 
	*zoom:1; 
	vertical-align:middle;
	font-weight:700;
	color:#fff;
	background:#c3d668;
	border-radius:16px;
	padding:4px 12px;
	margin-left:10px;
}

.to-top {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:98px;
}
.to-top:hover {display: block;cursor: pointer;background-color: rgba(130,158,0,.14);}
.to-top .to-top-block {/*display: none;*/}
.to-top .to-top-block {
	display: block;
	width:100%;
	height: 100%;
	font-size:15px;
	color: #fff;
	padding-top: 30px; 
	position: relative;
	opacity:1;
	text-align:center;
}
.to-top .to-top-block span {padding-top: 144px; display:inline-block; }
.to-top .to-top-block span:before { content:"▲ Наверх";}

@media only screen and (min-width: 320px) and (max-width: 1024px),
only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	.to-top {width:24px;}
	.to-top:hover .to-top-block {font-size:22px;}
	.to-top:hover .to-top-block span:before {content:"▲";}
}


.i-block.patch .patches {
    background-color: #655332;
    min-height: 571px;
    position: relative;
    margin-top: -571px;
	z-index: 100;
    width: 620px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
   .i-block.patch .patches {margin-top: -568px;}
}
.i-block .patches p { padding-left:40px;}
.i-block .patches .none { margin-top:-60px; z-index:1000;}
.i-block .patches .block_brown_dark p {padding-left:0;}
.i-block .patches section { margin:0;}
.i-block .patches section p, .i-block .patches section li { padding-left:0; font-size:13px; color:#f0ddcb;}
.i-block .patches section figure { margin:0 20px 20px 0;}
.i-block.job .patches {margin-top: -34px;}


.pop {position:relative; z-index:101; overflow:visible !important;}
.pop figure {position:relative; background-color:#4c331b; border-radius:7px 7px 14px 14px;}
.pop figure img {border:6px solid #fff; border-radius:5px; display:block;}
.pop figure p { text-align:center; font-size:13px; color:#f0ddcb; padding:4px 24px 12px;}
.pop .p-close, .pop .p-left, .pop .p-right {
	width:26px; 
	height:26px; 
	text-decoration:none;
	text-indent:-9999em;
	position:absolute;
	opacity:.75;
}
.pop .p-close:hover, .pop .p-left:hover, .pop .p-right:hover {opacity:1;}
.pop .p-close { background-image:url(../img/p-close.png); top:-12px; right:-12px;width:30px;height:30px;}
.pop .p-left {background-image:url(../img/p-left.png);top:50%; margin-top:-13px; left:16px;}
.pop .p-right {background-image:url(../img/p-right.png);top:50%; margin-top:-13px; right:16px;}

.popup { width:386px; height:386px; position:relative; border-radius:50%; background:#fff url(../img/zagluchka/bg_pop-up.jpg) no-repeat 50% 110px; padding:40px;}
.popup .p-close {background-image:url(../img/p-close.png); top:30px; right:57px;width:30px; height:30px; position:absolute;}
.popup h1 { font-size:42px; margin-bottom:140px;}
.popup p {font-size:22px;}

.request { width:720px;position:relative; background-color:#c4d66a; border-radius:7px; border:3px solid #fff; padding:15px 42px;}
.request label {display:block; padding-left:4px; margin-bottom:3px;}
.request input,
.request textarea,
.request select {
	display:block; 
	border-radius:4px; 
	background:#fff; 
	border:none;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.06), inset 0 -1px 1px rgba(0, 0, 0, 0.06);
	padding:4px 6px;
	margin-bottom:12px;
	width:285px;
}

.request label,
.request input,
.request textarea {
	color:#3d1700; 
	font:normal 14px/1.3 Tahoma, Geneva, sans-serif;
}
.request .block_brown { position:relative; background-color:#3d1700;padding:15px 42px; margin:0 -42px -15px -42px;border-radius:0 0 7px 7px;}
.request .block_brown p {color:#f0ddcb; font-size:13px; padding:0; display:inline-block; vertical-align:middle;}
.request .block_brown input.but[type="submit"] {
	box-shadow: none; 
	width:140px; 
	height:28px;
	border-radius: 0; 
	background:transparent url(../img/button-send.png) no-repeat 0 0; 
	padding:0;
	margin:0 15px 0 0;
	display:inline-block; 
	cursor:pointer;
}
.request .data-planned {margin:0;}
.request .data-planned input {display:inline-block; width:80px;margin-bottom:0px; text-align:center;}
.request .data-planned i {display:inline-block;width:25px;}
.request .data-planned span { cursor:pointer; margin-left:10px;}
.request .data-planned label {margin-bottom:8px;}

.request .time-planned {
	margin:8px 0 0 0;
	text-align:center; 
	width:72px;
}
.request .time-planned .hour-up,
.request .time-planned .minute-up,
.request .time-planned .hour-down,
.request .time-planned .minute-down {display:inline-block; vertical-align:top; width:14px; height:11px; margin:0 4px;}
.request .time-planned .hour-up, .request .time-planned .minute-up { background-image:url(../img/zagluchka/arr-up.png)}
.request .time-planned .hour-down, .request .time-planned .minute-down { background-image:url(../img/zagluchka/arr-down.png)}
.request .time-planned input { text-align:center; color:#3d1700; font:normal 20px/1 Tahoma, Geneva, sans-serif; width:60px;margin:-8px 0 3px;}



/* ------------------------------------- 11.12.2013 ---------------------------------------------- */
h4 {font-size:15px;line-height:1.3; font-weight:700;margin:0 0 10px 0;}

.ic_50 { background-image:url(../img/i-stat.png);}
.ic_51 { background-image:url(../img/i-stat2.png);}
.ic_52 { background-image:url(../img/i-searche.png); padding-top: 7px !important;top: -7px !important;}

.bicolour.mini .hist {
	width:300px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 10px;
}
.bicolour.mini .hist p {font-size:15px;}



.i-block.patch.v2 .patches {
    margin-top: 0;
    width: 540px;
}
.search.v2 { width:300px;}
.search.v2  input[type="text"] { border:none; width:240px;height: 26px;display:inline-block; vertical-align:top; background:none;}
.search.v2  input[type="submit"] { border:none; background:url(../img/i-zoom.png) no-repeat 0 0; width:24px; height:24px; cursor:pointer;display:inline-block; position:relative; top:3px;}


.search-staff a i { color:#fff;}


.i-block section.quote { display:block; margin-bottom:40px;}
.i-block section.quote time {
    padding-bottom: 7px;
	color: #C3D668;
	font-weight: 700;
}
.i-block section.quote time a { text-decoration:none;}



/*--------------------- 15.04.2014 ------------------------- */
.checkbox, .radio {
	width: 16px;
	height: 16px;
	padding: 0 5px 0 0;
	background: url(../img/checkbox.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.radio { background: url(../img/radio.png) no-repeat; }
.req *, .req {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.req label { display:block; margin-bottom:5px;color: #F0DDCB;}
.req .b-pole {
	border-radius:12px;
	background-color:#3f2812;
	box-shadow:inset 0 1px 2px 0px rgba(0,0,0,.37);
	border:none;
	width:260px;
	resize:none;
	display:block;
	margin-bottom:8px;
	padding:8px;
}
.req input.b-pole {}
.data-block-whit-image { position:relative;}
.data-block-whit-image .time { position:absolute; top:3px; right:2px; color:#c3d668; font:normal 15px/1 Tahoma, Geneva, sans-serif;}

.hist .ok { position:absolute; left:0; bottom:-30px; width:380px;}
.hist .ok p { text-align:center; font-size:13px; color:#f0ddcb;}
.hist .ok p a { text-decoration:none;}
.hist .ok p a:before {
	content:url(../img/ok.png);
	position:relative;
	top:2px;
	left:-2px;
}

.i-pole {
	width:40px;
	height:18px;
	border-radius:4px;
	box-shadow:inset 0 1px 2px 0px rgba(0,0,0,.37);
	padding:4px;
	border:none;
	color: #3D1700;
	font-size:11px;
}


.tbl {
	margin:0;
	padding:0;
	list-style:none;
}
.tbl > li {
	margin: 0 0 20px 0;
	padding:0;
	list-style:none;
	display:block;
}

.tbl > li a { text-decoration:none;}
.tbl > li a:hover { color:#fff;}

.passport { max-width:360px;}
.passport img {max-width:360px;}
.tog { height:30px;}
.tog a {
	color:#c3d668;
	font-weight:700;
	text-decoration:none;
	border-bottom:1px dotted #c3d668;
	
}
.tog a.active {
	color:#fff;
	border-bottom-style: none;
}
.pass-karta {max-width:540px;}
.pass-karta img {
	display: block;
	max-width:540px;
	border-radius:12px;
}
.i-leo {
	background-image:url(../img/bg_skin6.png);
	background-repeat:no-repeat;
	background-position:100% 68%;
	padding-bottom:380px;
}

/*.overlay {
	max-height:150px;
	overflow-y:scroll;
}*/










header nav menu a.dropdown, header nav menu.show-submenu a.dropdown{
    background-color: #dae6a3;
}

.show-submenu a.active {
    background-color: transparent;
}

.map-cont section > i {
    pointer-events: none;
}


.pg_container .pg_photos li a span{
    -webkit-transition: all 400s ;
    -moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
    transition: all 400ms ;
}

.pg_container .pg_photos li a span {
    opacity: 0;
}

.pg_container .pg_photos li a:hover span {
    opacity: 0.6
}

.main_news {
    min-height: 400px;
}

.i-block.patch .patches {
    margin-top: 0;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
   .i-block.patch .patches {margin-top: 0;}
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

.structure {
    background-size: auto 83%;
} 

.but:disabled {
    opacity: 0.5;
}

.mb-inside i {
    cursor: pointer;
}



.areal-images .map{
    display: none;
    position: absolute;
    pointer-events: none;
}

.areal-images .map.active{
    display: block;
}
.areal-images .m1 {
    top: 165px;
    left: 459px;
}

.areal-images .m2 {
    top: 32px;
    left: 186px;
}

.areal-images .m3 {
    top: 119px;
    left: 376px;
}


.areal-images .m4 {
    top: 303px;
    left: 11px;
}
.areal-images .m5 {
    top: 81px;
    left: 458px
}

.i-protection {
    background-image: url(../img/i-good.png);
}

.partners .bicolour .hist {
    float: right;
}

.ui-datepicker {
    z-index: 1100 !important;
}

.ui-datepicker a.ui-state-default{
    background:  #e6e6e6;
    width: auto;
    height: auto;
}
.logo a {
    text-decoration: none;
}

.no-decoration {
    text-decoration: none;
}

.pg_scrollWrapper .ui-slider-handle {
    border: none;
    background-color: transparent;
}

.news .data-block-whit-image .data-today {
    color: #ffffff;
    font-size: 16px;
}

.news .data-block-whit-image {
    margin-bottom: 30px;
}

.news .cont {
    margin-bottom: 10px;
}

.pg_container ul.pg_photos li a span {
    width: auto;
}

.request textarea {
    resize: none;
}

.to-top .to-top-block.en span:before {
     content:"▲ Up";
}

.sled a strong {
    display: inline-block;
    max-width: 50px;
}

.ui-slider {
    border: none;
}

.block_brown_whit_border .out {
    min-height: 250px;
}

.block_brown_whit_border .map-area{
    min-height: 870px;
}

.skin { 
    left: -84px;
    width: 385px;
}

.h-fix p:nth-last-of-type(1) {
    bottom: auto;
    right: auto;
}

.skin.h-fix p:nth-last-of-type(1) a{
    color: #f0ddcb;
}


.home .block_light_green .coll4{
    margin-top: 20px;
}

.home .block_light_green .coll4.skin {
    margin-top: 0;
}

header .f-right {
    width: 460px;
}

header .communication {
    left: 209px;
    width: 245px;
}

.request .block_brown input.but.en[type="submit"] {
    background-image: url(../img/button-send-eng.png);
}

.fakeButton.en {
    background-image: url(../img/button-add.png);
}

.hist.feed input.but.en[type="submit"] {
    background-image: url(../img/button-send-eng.png);
}

.announcements-star {
    background-image: url(../img/star.png);
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top: 7px;
}
.main_leo {
    background: none;
}

header .communication b {
    display: block;
    font-weight: 700;
    text-align: left;
}

.ic_5 a {
     font-size:14px; font-weight:700;
}

.media-links figure > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news-image-title {
    max-width: 380px;
}

footer .logo a {
    padding-left: 0px;
}

.main_news a {
     text-decoration:none;
}

.main_news time {
    color: #ffffff;
}

.media-links .bicolour .hist {
    overflow: hidden;
}

.pagination a.hidden {
    display: none;   
}

.search-page .patches span b {
    font-weight: bold;
    font-style: italic;
}

.hist.cart { width:300px;}
.hist.cart img { width:100%;}

.mb-scroll {
    min-height: 550px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none;
}

.hide {
    display: none;
}

.content {
    position: relative;
}

.hist.gallery .movingBoxes {
    width: 600px;
}

.fact {
    width: 600px;
}

#share42 a {
    background-image: url('../img/share42.png') !important;
}

.preformatted {
    background: none;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
}

.text-right {
    text-align: right;
}
.article .hist .preformatted {
    color:#f0ddcb; 
    font-size:13px;
}

.block_brown_dark .preformatted {
    color:#f0ddcb; 
    font-size:13px;
}

#scr1 .preformatted {
    color: #ffffff;
    font-size: 14px;
}

.block_brown_whit_border .preformatted {
    color: #ffffff;
}

.overflow-hidden{
    overflow: hidden;
}

.search input::-webkit-input-placeholder {
   color: #ffffff
}

.search input:-moz-placeholder { 
   color: #ffffff
}

.search input::-moz-placeholder {
   color: #ffffff
}

.search input:-ms-input-placeholder {  
   color: #ffffff
}

ul.homepage-videos {
    width: 100000px;
}

ul.homepage-videos li {
    width: 220px;
    display: inline-block;
}

ul.homepage-videos li img {
    width: 100%;
}

.fakeButton {
    overflow: hidden;
}

.fakeButton.disabled {
    opacity: 0.7;
}

.job-file{
    position: absolute; 
    right: 0; 
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 100pt; 
    opacity: 0;
}

.html-content {
    margin-bottom: 30px;
}

.css-form .ng-invalid.ng-dirty {
    border: 1px solid #b94a48;
}

.modal-photo {
    background: none;
    width: auto;
}

.modal-photo img{
    max-width: 1400px;
}

@media screen and (max-width: 1500px) {
    .modal-photo img{
        max-width: 1100px;
    }
}

@media screen and (max-width: 1200px) {
    .modal-photo img{
        max-width: 900px;
    }
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }

.album-popup img{
    border-radius: 19px;
}

 .css-form input.ng-invalid.ng-dirty {
    background-color: #FA787E;
}
    
.mnr-link {
    font-size: 14px;
    font-weight: bold;
}

.mnr-link:hover {
    text-decoration: underline;
    color: #c3d668;
}

.share42init {
    margin-bottom: 10px;
}

#share42 {
    float: left;
}

.news-link-container {
    margin-bottom: 10px;
}

.boolean-switch-container {
    margin: 10px;
}

.boolean-switch {
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.boolean-switch-active {
    background-color: #ffffff;
    cursor: default;
}

.icon-donate {
    background-image:url(../img/i-help.png);
}

#videos {
    min-height: 1200px;
}

.skin.h-fix .t-right .all-announcements {
    color: #c3d668;
}
.overlay-image {
    position: absolute;
    z-index: 11;
}

#mainSlides {
    margin-left: 1px;
}

#mainSlides .nivo-directionNav a {
    position: absolute;
    top: 32%;
    width: 26px;
    height: 26px;
    z-index: 12;
    text-indent: -99999px
}

#mainSlides .nivo-directionNav .nivo-prevNav {
    left: 14px;
    background-image: url(../img/p-left.png);
}

#mainSlides .nivo-directionNav .nivo-nextNav {
    right: 11px;
    background-image: url(../img/p-right.png);
}

.news-photo {
    padding-bottom: 10px;
}

.news-details .hist {
    display: block;
    margin-bottom: 40px;
}

.news-details .hist img {
    cursor: pointer;
}

.maps img{
    cursor: pointer;
}

a.disabled .image-button{
    opacity: 0.5
}

.custom-radio {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(../img/radio.png);
}

.custom-radio-checked {
    background-position: 0 16px;
}


.req a {
    display: inline-block;
}

.wall{
	-webkit-perspective: 350;
	-webkit-transform-style:flat;
}
.pg_container{
	width:900px;
	position:relative;
	height:209px;
	overflow:hidden;
}
ul.pg_photos{
	position:absolute;
	top:0;
	left:0;
	width:999999px; /*This is set dynamically*/
	list-style-type:none;
}
ul.pg_photos li{
	float:left;
	position:relative;
	margin: 0 22px 0  0;
	list-style:none;
	padding:0;
}
ul.pg_photos li a{
	display:block;
	position:relative;
}
ul.pg_photos li a span{
	background:#423B30;
	opacity:0.6;
	position:absolute;
	width:285px;
	padding:12px;
	font-size:15px;
	text-shadow:1px 1px 1px #000;
	bottom:0;
	right:0px;
	color:#fff;
}
ul.pg_photos li img{
	display:block;
	border:none;
	/*border-radius:12px 12px 12px 12px;*/
}


.pg_scrollWrapper{
	position: relative;
	margin-top: 14px;
	padding:10px 10px 5px;
	height:4px;
}
.ui-state-default,
.ui-widget-content
.ui-state-default,
.ui-widget-header
.ui-state-default {
	background-image: url(../img/slider.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:-7px;
	height:27px;
	width:27px;
	box-shadow:none;
}
.ui-slider-horizontal {
	height:2px;
	background:#808249;
	border-bottom:1px solid #3a1e08;
}
.mb-wrapper {
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
}
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
}
.mb-slider .mb-panel {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}
.mb-slider .mb-panel.current { cursor: auto; }
.mb-inside { max-width: 600px; text-align:center;}
.mb-inside * { max-width: 100%; }
.mb-inside p { font-size:14px; color:#fff; text-align:left; padding:0 0 12px 0;}
.mb-inside img {display: inline-block; margin-bottom:12px;/*width: 100%;*/ }
.mb-inside a { display: inline-block; position:relative;}
.mb-inside i {background:url(../img/i-zoom2.png); width:23px; height:24px; position: absolute; bottom:20px; right:15px;}

a.mb-scrollButtons {
	display: block;
	width: 26px;
	height: 26px;
	background: transparent url(../img/facts/arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -92px;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons:hover {background: transparent url(../img/facts/arrows-active.png) no-repeat;}
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -45px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -45px;
}
a.mb-scrollButtons.mb-left:hover { background-position: left bottom; }
a.mb-scrollButtons.mb-right:hover { background-position: right bottom; }
a.mb-scrollButtons.disabled { display: none; }
.mb-controls { display: none; }
#slider-two { width: 600px; }
#loginForm {
    padding-top: 60px;
    position: relative;
    left: 50%;
    margin-left: -140px;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 23px;height: 23px !important;left: -11px; background: url(slider.png) repeat-y 0 0;cursor: pointer;}
.vscrollerbase {width: 1px;background:#808249;margin-left: -11px;}

/*.vscrollerbar {width: 21px;background: #e7f79f url(scrollbar.png) -21px 0px repeat-y;}
.vscrollerbarbeg {height: 24px !important;width: 21px;background: url(scrollbar.png) -63px -32px no-repeat;}
.vscrollerbarend {height: 24px;width: 21px;background: url(scrollbar.png) -63px 0px no-repeat;}
.vscrollerbase {width: 21px;background: #e7f79f url(scrollbar.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 21px;height: 20px !important;background: url(scrollbar.png) -42px -28px no-repeat;}
.vscrollerbaseend {height: 20px;width: 21px;background: url(scrollbar.png)  -42px 0px no-repeat;}

.vscrollerbar, .hscrollerbar {padding: 40px;z-index: 2;}
.scrollerjogbox {width: 21px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #e7f79f;}*/

/* Scroll Bar Master Styling Ends Here */


/*Page related styles for you to view*/
#scr1 {
/* Typical fixed height and fixed width example */
width: auto;
/*height:330px;*/
height:282px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:30px;
margin-right:-30px;
}
#scr2 {
	width: auto;
	height:378px;
	overflow: auto;
	position: relative;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
