html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details,
/* 1 */

figcaption, figure, footer, header, main,
/* 2 */

menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
progress {
	vertical-align: baseline
}
template,
/* 1 */

[hidden] {
	display: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit;
	font-weight: bolder
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
button, input, select, textarea {
	font: inherit;
	margin: 0
}
optgroup {
	font-weight: 700
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"],
/* 1 */

[type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
@font-face {
	font-family: 'FontAwesome';
	src: url(fonts/fontawesome-webfont.eot?v=4.6.3);
	src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
.fa-rotate-90 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none
}
* html #fancybox-loading {
	position: absolute;
	margin-top: 0
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(fancybox/fancybox.png)
}
#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none
}
* html #fancybox-overlay {
	position: absolute;
	width: 100%
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF
}
#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(fancybox/fancybox.png);
	background-position: -40px 0;
	cursor: pointer;
	z-index: 1103;
	display: none
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0
}
#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic
}
#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block
}
#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102
}
.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333
}
.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: 700
}
.fancybox-title-over {
	color: #FFF;
	text-align: left
}
#fancybox-title-over {
	padding: 10px;
	background-image: url(fancybox/fancy_title_over.png);
	display: block
}
#fancybox-title-wrap {
	display: inline-block
}
#fancybox-title-wrap span {
	height: 32px;
	float: left
}
#fancybox-title-left {
	padding-left: 15px;
	background-image: url(fancybox/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat
}
#fancybox-title-main {
	font-weight: 700;
	line-height: 29px;
	background-image: url(fancybox/fancybox-x.png);
	background-position: 0 -40px;
	color: #FFF
}
#fancybox-title-right {
	padding-left: 15px;
	background-image: url(fancybox/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url(fancybox/blank.gif);
	z-index: 1102;
	display: none
}
#fancybox-left {
	left: 0
}
#fancybox-right {
	right: 0
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block
}
#fancybox-left-ico {
	background-image: url(fancybox/fancybox.png);
	background-position: -40px -30px
}
#fancybox-right-ico {
	background-image: url(fancybox/fancybox.png);
	background-position: -40px -60px
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible
}
#fancybox-left:hover span {
	left: 20px
}
#fancybox-right:hover span {
	left: auto;
	right: 20px
}
.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001
}
#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(fancybox/fancybox-x.png)
}
#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(fancybox/fancybox.png);
	background-position: -40px -162px
}
#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(fancybox/fancybox-y.png);
	background-position: -20px 0
}
#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(fancybox/fancybox.png);
	background-position: -40px -182px
}
#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(fancybox/fancybox-x.png);
	background-position: 0 -20px
}
#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(fancybox/fancybox.png);
	background-position: -40px -142px
}
#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(fancybox/fancybox-y.png)
}
#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(fancybox/fancybox.png);
	background-position: -40px -122px
}
.boxy-wrapper {
	position: absolute
}
.boxy-wrapper.fixed {
	position: fixed
}
.boxy-modal-blackout {
	position: absolute;
	background-color: #000;
	left: 0;
	top: 0
}
.boxy-wrapper {
	empty-cells: show
}
.boxy-wrapper .top-left, .boxy-wrapper .top-right, .boxy-wrapper .bottom-right, .boxy-wrapper .bottom-left {
	width: 10px;
	height: 10px;
	padding: 0
}
.boxy-wrapper .top-left {
	background: url(img/boxy/boxy-nw.png)
}
.boxy-wrapper .top-right {
	background: url(img/boxy/boxy-ne.png)
}
.boxy-wrapper .bottom-right {
	background: url(img/boxy/boxy-se.png)
}
.boxy-wrapper .bottom-left {
	background: url(img/boxy/boxy-sw.png)
}
.boxy-wrapper .top-left {
	#background: none;
	#filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/boxy/boxy-nw.png')
}
.boxy-wrapper .top-right {
	#background: none;
	#filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/boxy/boxy-ne.png')
}
.boxy-wrapper .bottom-right {
	#background: none;
	#filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/boxy/boxy-se.png')
}
.boxy-wrapper .bottom-left {
	#background: none;
	#filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/boxy/boxy-sw.png')
}
.boxy-wrapper .top, .boxy-wrapper .bottom {
	height: 10px;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	padding: 0
}
.boxy-wrapper .left, .boxy-wrapper .right {
	width: 10px;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	padding: 0
}
.boxy-wrapper .title-bar {
	background-color: #000;
	padding: 6px;
	position: relative
}
.boxy-wrapper .title-bar.dragging {
	cursor: move
}
.boxy-wrapper .title-bar h2 {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 400
}
.boxy-wrapper .title-bar .close {
	color: #fff;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 90%;
	line-height: 1
}
.boxy-inner {
	background-color: #fff;
	padding: 0
}
.boxy-content {
	padding: 15px
}
.boxy-wrapper .question {
	width: 350px;
	min-height: 80px
}
.boxy-wrapper .answers {
	text-align: right
}
.taoxboxy {
	width: 650px;
	display: none;
	background-color: gray;
	color: #fff;
	font-size: 11px;
	padding: 15px
}
.taoxboxy ul {
	margin: 0 10px;
	padding: 0;
	list-style: square;
	color: #fff
}
.taoxboxy li {
	list-style: square;
	color: #fff
}
.taoxboxy ul li a {
	color: #fff
}
.taoxboxy ul li a:hover {
	color: #000
}
.taoxboxy p {
	color: #fff
}
.taoxboxy p a {
	color: #fff
}
.taoxboxy p a:hover {
	color: #000
}
.taoxboxykosik {
	width: 400px;
	display: none;
	background-color: gray;
	color: #fff;
	font-size: 12px;
	padding: 15px
}
#gravity {
	width: 100%;
	margin: 5px 0;
	border-spacing: 5px
}
#gravity td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	background-color: #d0d0d0
}
#gravity a:hover {
	color: #505050;
	background: none
}
.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: .8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(img/tipsy.gif)
}
.tipsy-inner {
	padding: 5px 8px 4px;
	background-color: #000;
	color: #fff;
	max-width: 200px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
.tipsy-north {
	background-position: top center
}
.tipsy-south {
	background-position: bottom center
}
.tipsy-east {
	background-position: right center
}
.tipsy-west {
	background-position: left center
}
.cleanbluewarning .cleanblue {
	background-color: #acb4c4
}
.cleanbluefade {
	position: absolute;
	background-color: #aaa
}
div.cleanblue {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #fff;
	width: 300px;
	font-size: 11px;
	text-align: left;
	border: solid 1px #213e80
}
div.cleanblue .cleanbluecontainer {
	background-color: #fff;
	border-top: 14px solid gray;
	padding: 5px;
	font-weight: 700
}
div.cleanblue .cleanblueclose {
	float: right;
	width: 18px;
	cursor: default;
	margin: -19px -12px 0 0;
	color: #fff;
	font-weight: 700
}
div.cleanblue .cleanbluemessage {
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
	color: #333
}
div.cleanblue .cleanbluebuttons {
	text-align: right;
	padding: 5px 0;
	border: solid 1px #eee;
	background-color: #f4f4f4
}
div.cleanblue button {
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #ed1c24;
	border: solid 1px #f4f4f4;
	color: #fff;
	font-weight: 700;
	font-size: 12px
}
div.cleanblue button:hover {
	border: 1px solid #000
}
.slider-wrapper.theme-default {
	width: 498px;
	height: 200px;
	margin: 0;
	position: relative;
	border: 1px solid #CCC;
	overflow: hidden
}
.theme-default .nivoSlider {
	position: relative;
	background: #fff url(img/nivoslider/loading.gif) no-repeat 50% 50%
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none
}
.theme-default .nivoSlider a {
	border: 0;
	display: block
}
.theme-default .nivo-controlNav {
	width: auto;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 0;
	text-align: right;
	z-index: 200
}
.theme-default .nivo-controlNav a {
	display: inline-block;
	background: #fff;
	margin: 0 0 0 10px;
	padding: 3px 7px;
	font-size: 11px;
	color: #000;
	font-weight: 700;
	border: 1px solid #CCC
}
.theme-default .nivo-controlNav a.active {
	background: gray;
	color: #fff;
	font-weight: 700
}
.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(img/nivoslider/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px
}
.theme-default a.nivo-prevNav {
	left: 15px
}
.theme-default .nivo-caption {
	text-align: right;
	width: 100%
}
.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff
}
.theme-default .nivo-caption a:hover {
	color: #fff
}
.theme-default .nivo-caption div.slidervice {
	width: 136px;
	height: 36px;
	background: url(img/nivoslider/vicebut.png);
	opacity: none
}
.theme-default .nivo-caption div.slidervice a {
	display: block!important;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 20px;
	border: none
}
.theme-default .nivo-caption div.slidervice a:hover {
	color: #000
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none
}
.nivo-main-image {
	display: block!important;
	position: relative!important;
	width: 100%!important
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: #fff;
	filter: alpha(opacity=0);
	opacity: 0
}
.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
}
.nivo-caption {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	z-index: 8;
	padding: 10px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nivo-caption h2 {
	margin: 0;
	padding: 0;
	font-size: 130%
}
.nivo-caption p {
	padding: 5px 0;
	margin: 0;
	color: #000;
	font-size: 110%
}
.nivo-caption div.slidervice {
	position: absolute;
	bottom: 0;
	right: 0
}
.nivo-caption a {
	display: inline!important
}
.nivo-html-caption {
	display: none
}
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer
}
.nivo-prevNav {
	left: 0
}
.nivo-nextNav {
	right: 0
}
.nivo-controlNav {
	text-align: center;
	padding: 15px 0
}
.nivo-controlNav a {
	cursor: pointer
}
.nivo-controlNav a.active {
	font-weight: 700
}
.ui-widget {
	font-size: 100%
}
.ui-widget .ui-widget {
	font-size: 100%
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 100%
}
.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff;
	color: #222
}
.ui-widget-content a {
	color: #222
}
.ui-widget-header {
	font-weight: 700
}
.ui-widget-header a {
	color: #222
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #cacaca;
	background: #e6e6e6;
	font-weight: 400;
	color: #555
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555;
	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 #999;
	background: #dadada;
	font-weight: 400;
	color: #212121
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
	color: #212121;
	text-decoration: none
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff;
	font-weight: 400;
	color: #212121
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: 700
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}
.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)
}
.ui-tabs {
	position: relative
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 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-tabs-vertical {
	border: 1px solid #cacaca;
	border-top: none
}
.ui-tabs-vertical span.nadpfiltr {
	display: block;
	padding: 5px;
	font-weight: 700
}
.ui-tabs-vertical span.vlasnost {
	display: block;
	padding-bottom: 5px;
	font-weight: 700
}
.ui-tabs-vertical div.zaskrtni {
	display: inline-block;
	float: left;
	padding: 0 5px
}
.ui-tabs-vertical div.tlacitka {
	text-align: right
}
.ui-tabs-vertical .w120 {
	width: 120px
}
.ui-tabs-vertical .ui-tabs-nav {
	padding: 5px!important;
	float: left!important;
	width: 150px!important;
	background: none!important
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	margin: 0 0 3px;
	width: 150px
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
	padding: 5px;
	width: 130px
}
.ui-tabs-vertical .ui-tabs-nav li a:hover {
	border: none
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	background: #cacaca;
	border: 1px solid #cacaca;
	margin: 0 0 3px
}
.ui-tabs-vertical .ui-tabs-panel {
	float: right;
	width: 310px;
	padding: 5px 10px 5px 0 !important
}
div.filterLinksBlock {
	height: auto;
	padding: 5px;
	border: 1px solid #cacaca;
	border-top: none;
	font-size: 10px
}
div.filterLinksBlock span.delLinkFilter {
	display: inline-block;
	width: auto;
	margin: 0 5px 5px 0;
	padding: 2px 13px 2px 2px;
	background: #e6e6e6 url(img/icomazat.png) right 6px no-repeat
}
.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
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}
.ui-front {
	z-index: 100
}
.ui-state-disabled {
	cursor: default!important
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}
.ui-resizable {
	position: relative
}
.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}
.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 {
	-ms-touch-action: none;
	touch-action: none
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}
.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;
	-ms-touch-action: none;
	touch-action: none
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}
.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-tabs {
	position: relative;
	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 .ui-tabs-anchor {
	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 .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none
}
.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
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}
.ui-front {
	z-index: 100
}
.ui-state-disabled {
	cursor: default!important
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}
.ui-resizable {
	position: relative
}
.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}
.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 {
	-ms-touch-action: none;
	touch-action: none
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}
.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;
	-ms-touch-action: none;
	touch-action: none
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}
.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-tabs {
	position: relative;
	padding: .2em
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 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 .ui-tabs-anchor {
	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 .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none
}
.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em
}
.ui-widget .ui-widget {
	font-size: 1em
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #eee url(img/ui//ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333
}
.ui-widget-content a {
	color: #333
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(img/ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #fff;
	font-weight: 700
}
.ui-widget-header a {
	color: #fff
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #ccc;
	background: #f6f6f6 url(img/ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: 700;
	color: #1c94c4
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c94c4;
	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 #fbcb09;
	background: #fdf5ce url(img/ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: 700;
	color: #c77405
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #fff url(img/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: 700;
	color: #eb8f00
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(img/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(img/ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #fff
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #fff
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #fff
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: 700
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}
.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)
}
.ui-icon {
	width: 16px;
	height: 16px
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(img/ui/ui-icons_222222_256x240.png)
}
.ui-widget-header .ui-icon {
	background-image: url(img/ui/ui-icons_ffffff_256x240.png)
}
.ui-state-default .ui-icon {
	background-image: url(img/ui/ui-icons_ef8c08_256x240.png)
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(img/ui/ui-icons_ef8c08_256x240.png)
}
.ui-state-active .ui-icon {
	background-image: url(img/ui/ui-icons_ef8c08_256x240.png)
}
.ui-state-highlight .ui-icon {
	background-image: url(img/ui/ui-icons_228ef1_256x240.png)
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(img/ui/ui-icons_ffd27a_256x240.png)
}
.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 {
	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
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px
}
.ui-widget-overlay {
	background: #666 url(img/ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50)
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000 url(img/ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	color: #333;
	margin: 0;
	background: #fff url(img/bg.jpg) no-repeat top
}
td, tr {
	margin: 0
}
a:active, a:link, a:visited {
	font-weight: 400;
	color: #765c27;
	text-decoration: underline
}
a:hover {
	color: #333
}
ul {
	padding: 5px 0 20px 15px;
	margin: 0 0 0 20px
}
.detclan ul {
	font-size: 17px;
	line-height: 25px;
}
li {
	font-weight: 400;
	color: #333;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	list-style-image: url(img/li.png)
}
h1 {
	font-size: 140%;
	font-weight: 700;
	color: #7d1515;
	text-align: left;
	padding: 12px 0 12px 0;
	margin: 0
}
h2 {
	font-size: 120%;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #b59d6d
}
.detclan h2 {
	font-size: 20px;
	margin: 16px 0;
}
.produkth2 {
	font-weight: 700;
	margin: 0;
	padding: 0 0 8px 0;
	color: #b59d6d
}
h3 {
	color: #5d5d5d;
	font-size: 110%;
	margin: 0;
	padding: 13px 0 0 0
}
hr {
	border: 0;
	color: #ededed;
	background-color: #ededed;
	height: 1px
}
img.txtimgl {
	border: 1px solid #ededed;
	clear: right;
	margin-right: 10px
}
.radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}
.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px
}
.w10 {
	width: 10px!important
}
.w15 {
	width: 15px!important
}
.w100p {
	width: 100%!important
}
.clr-kuza {
	color: #7d1515
}
.flexy-menu a, .flexy-menu a:hover>i, .novinka:hover, .novinka:hover>a.novinkanadpis, .novinka:hover>p, .vypzboziv1, .vypzboziv1 .vyptab.mid img, .vypzboziv1.last::after, [class*=" icon-"]:hover, [class^=icon-]:hover, div.menu1-main ul li a, img:hover {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.butkoupit, .butkoupit:hover, .vypmnoz ul li.nic, .vypmnoz ul li.obr a, .vyptab.mid div.slevy {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.eff_ease1s {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}
@-webkit-keyframes buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}
}
@keyframes buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		-ms-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg)
	}
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		-ms-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg)
	}
}
@-webkit-keyframes pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}
@keyframes pulse {
	25% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	75% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
}
@-webkit-keyframes pulsesmall {
	25% {
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02)
	}
	75% {
		-webkit-transform: scale(.97);
		-ms-transform: scale(.97);
		transform: scale(.97)
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.parallax-image {
	height: 250px;
	position: relative
}
.parallax-image img {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: auto
}
.msg_head {
	cursor: help
}
form {
	margin: 0;
	padding: 0
}
fieldset {
	border: 1px solid #cacaca;
	padding: 10px;
	margin: 0 0 10px 0
}
legend {
	font-size: 120%;
	color: #b59d6d;
	padding: 0 10px 0 10px
}
input[type=submit] {
	font-size: 11px;
	color: #333;
	background: #b59d6d;
	border: 1px solid #eee;
	padding: 5px
}
input[type=submit]:hover {
	background: #3b3b3b;
	color: #fff
}
input[type=button] {
	font-size: 11px;
	color: #333;
	background: #b59d6d;
	border: 1px solid #eee;
	padding: 5px
}
input[type=button]:hover {
	background: #3b3b3b;
	color: #fff
}
input[type=text] {
	font-size: 11px;
	color: #3b3b3b;
	background: #fbf3e2;
	border: 1px solid #cacaca;
	padding: 1px 3px 1px 3px
}
input[type=password] {
	font-size: 11px;
	color: #3b3b3b;
	background: #fbf3e2;
	border: 1px solid #cacaca;
	padding: 1px 3px 1px 3px
}
input[type=file] {
	font-size: 11px;
	color: #3b3b3b;
	background: #fbf3e2;
	border: 1px solid #cacaca;
	padding: 1px 3px 1px 3px
}
select {
	font-size: 11px;
	color: #3b3b3b;
	background: #fbf3e2;
	border: 1px solid #cacaca;
	padding: 1px 3px 1px 3px
}
textarea {
	font-size: 11px;
	color: #3b3b3b;
	background: #fbf3e2;
	border: 1px solid #cacaca;
	padding: 1px 3px 1px 3px
}
.formnadp {
	font-size: 15px;
	color: #b59d6d;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #9b9b9b;
	margin-bottom: 10px
}
.formnapdtxt {
	font-size: 15px;
	color: #9b9b9b
}
a.button {
	font-size: 11px;
	color: #333;
	background: #b59d6d;
	border: 1px solid #eee;
	padding: 5px;
	text-decoration: none
}
a.button:hover {
	background: #3b3b3b;
	color: #fff
}
#main {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0
}
#mainintop {
	width: 1085px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative
}
#main-in {
	width: 1085px;
	margin: 0 auto 0 auto;
	padding: 0
}
#tophlavicka {
	height: 200px;
	background: url(img/bgtophead.png) bottom no-repeat;
	position: relative
}
.tophlavicka-kosik {
	height: 135px!important
}
#tophlavicka .img {
	width: 494px;
	height: 58px;
	position: absolute;
	top: 25px;
	left: 293px
}
#tophlavicka .txt {
	width: 490px;
	position: absolute;
	left: 293px;
	top: 70px
}
#tophlavicka span {
	color: #7d1515;
	font-size: 15px
}
#tophlavicka .txt h1 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-weight: 700
}
#tophlavicka .txt p {
	margin: 15px 0 0 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px
}
#tophlavicka div.login {
	min-width: 270px;
	position: absolute;
	top: 8px;
	right: 24px;
	color: #7d1515;
	font-size: 13px;
	text-align: right
}
#tophlavicka div.login span {
	color: #7d1515;
	display: inline-block;
	margin: 0 10px -1px 10px
}
#tophlavicka div.login a {
	color: #7d1515;
	text-decoration: none;
	font-size: 13px
}
#tophlavicka div.login a:hover {
	color: #000;
	text-decoration: underline
}
#tophlavicka div.hledani {
	width: 235px;
	position: absolute;
	top: 135px;
	right: 24px
}
#tophlavicka div.hledani form {
	position: relative
}
#tophlavicka div.hledani form input[type=text] {
	border: none;
	background: url(img/ico-topsearch1.png) no-repeat;
	color: #fff;
	font-size: 11px;
	padding: 0 11px 0 20px;
	width: 120px;
	height: 28px;
	float: left
}
#tophlavicka div.hledani form a img {
	float: left;
	position: relative
}
#tophlavicka div.hledani form a span {
	position: relative;
	display: inline-block;
	float: left
}
#tophlavicka div.kosik {
	width: 212px;
	position: absolute;
	top: 35px;
	right: 27px;
	text-align: left
}
#tophlavicka div.kosik, #tophlavicka div.kosik a {
	color: #616161;
	font-size: 13px
}
#tophlavicka div.kosik a.zbozi {
	color: #ff0004
}
#tophlavicka div.kosik a:hover {
	color: #000
}
#topmenu {
	position: absolute;
	bottom: 9px;
	left: 286px;
	width: 600px
}
#topmenu ul {
	margin: 0;
	padding: 0
}
#topmenu ul li {
	list-style: none;
	display: inline-block;
	height: 55px;
	margin-left: -12px
}
#topmenu ul li {
	list-style: none;
	display: inline-block;
	height: 55px;
	margin-left: -12px;
	z-index: 1000;
	position: relative
}
#topmenu ul li:first-child {
	z-index: 1002
}
#topmenu ul li:nth-child(2) {
	z-index: 1001
}
#topmenu ul li a {
	display: block;
	float: left;
	height: 35px;
	color: #fff;
	padding: 20px 10px 0 20px;
	font-size: 15px;
	text-decoration: none
}
#topmenu ul li a.topmenu-link-brown {
	background: url(img/sprites-topmenu.png) left 0 no-repeat
}
#topmenu ul li a.topmenu-link-gold {
	background: url(img/sprites-topmenu.png) left -220px no-repeat
}
#topmenu ul li span {
	display: block;
	float: left;
	width: 37px;
	height: 55px
}
#topmenu ul li span.topmenu-link-brown {
	background: url(img/sprites-topmenu.png) left -55px no-repeat
}
#topmenu ul li span.topmenu-link-gold {
	background: url(img/sprites-topmenu.png) left -275px no-repeat
}
#topmenu ul li:hover a {
	background: url(img/sprites-topmenu.png) left -110px no-repeat
}
#topmenu ul li:hover span {
	background: url(img/sprites-topmenu.png) left -165px no-repeat
}
#main-down {
	width: 1085px;
	margin: 0;
	padding: 5px 0 0 0;
	background: url(img/bg-obsah-top.png) repeat-y
}
#main-down-in {
	margin: 0 9px 0 10px;
	background: url(img/bg-obsah-mid.jpg) no-repeat top
}
#maindownbot {
	margin: 0;
	padding: 0;
	height: 28px
}
#bgmainbot {
	margin: 0 8px 0 7px;
	height: 7px;
	background: url(img/bg-main-bot.png)
}
#down {
	margin: 0;
	padding: 0
}
#col-levo {
	width: 265px;
	position: relative;
	float: left;
	left: -536px
}
#col-levo-wide-right {
	width: 265px;
	position: relative;
	float: left;
	left: -796px
}
#col-obsah {
	width: 536px;
	position: relative;
	left: 265px;
	float: left
}
#col-obsah-wide-right {
	width: 796px;
	position: relative;
	left: 265px;
	float: left
}
#col-pravo {
	width: 265px;
	position: relative;
	float: left
}
#col-clear {
	clear: both
}
#l-main {
	margin: 0 15px;
	background: url(img/bg-colstop.png) top no-repeat
}
#l-main-bot {
	width: 213px;
	margin-left: 6px;
	height: 5px;
	background: url(img/levo-bg-bot.png)
}
#l-main div.nadpis, #r-main div.nadpis {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #525252;
	padding: 10px 20px
}
.menu1 {
	margin-bottom: 10px
}
.menu1-top {
	padding: 15px 17px;
	margin-bottom: 17px;
	margin-left: 0;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #c9b387;
	background: -moz-linear-gradient(top, #a1844a 0, #c6af82 100%);
	background: -webkit-linear-gradient(top, #a1844a 0, #c6af82 100%);
	background: linear-gradient(to bottom, #a1844a 0, #c6af82 100%)
}
div.menu1-top:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #c6af82;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -10px
}
.menu1-top a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none
}
.menu1-top a:hover {
	color: #000
}
.menu1-topbg {
	height: 9px;
	background: url(img/menu-main-top.png)
}
.menu1-main {
	padding-top: 0
}
ul.menu1ul {
	margin: 0;
	padding: 0;
	list-style-image: none
}
li.menu1-main0 {
	display: block;
	padding: 7px 0 5px 9px;
	margin: 0;
	list-style-image: none
}
li.menu1-main0 a {
	color: #765c27;
	display: block;
	padding: 0 0 0 12px;
	margin: 0 10px 0 0;
	font-size: 115%;
	text-decoration: none;
	font-weight: 700;
	background: url(img/menu1-icobot2.png) no-repeat 0 3px
}
li.menu1-main0 a:hover {
	color: #000;
	background: url(img/menu1-icobot2o.png) no-repeat 0 3px
}
li.menu1-main0:first-child {
	background: 0 0
}
li.menu1-main1 {
	list-style-image: none
}
li.menu1-main1 a {
	display: block;
	padding: 0 0 4px 20px;
	margin: 0 10px 0 14px;
	font-size: 110%;
	font-weight: 400;
	text-decoration: none;
	background: url(img/menu2-icobot.png) no-repeat 0 -6px;
	list-style: none none
}
li.menu1-main1 a:hover {
	color: #000;
	background: url(img/menu2-icoboto.png) no-repeat 0 -6px
}
li.menu1-main2 {
	list-style-image: none
}
li.menu1-main2 a {
	text-decoration: none;
	display: block;
	padding: 0 0 2px 35px;
	margin: 0 10px 3px 7px;
	font-size: 100%;
	font-weight: 400;
	text-decoration: none;
	list-style: none none
}
li.menu1-main2 a:hover {
	color: #000
}
li.menu1-main3 {
	list-style-image: none
}
li.menu1-main3 a {
	text-decoration: none;
	display: block;
	padding: 0 0 3px 40px;
	margin: 0 10px 3px 7px;
	font-size: 100%;
	font-weight: 400;
	text-decoration: none;
	list-style: none none
}
li.menu1-main3 a:hover {
	color: #000
}
li.menu1-main4 {
	list-style-image: none
}
li.menu1-main4 a {
	text-decoration: none;
	display: block;
	padding: 0 0 3px 45px;
	margin: 0 10px 3px 7px;
	font-size: 100%;
	font-weight: 400;
	text-decoration: none;
	list-style: none none
}
li.menu1-main4 a:hover {
	color: #000
}
li.menu1-main5 {
	list-style-image: none
}
li.menu1-main5 a {
	text-decoration: none;
	display: block;
	padding: 0 0 3px 50px;
	margin: 0 10px 3px 7px;
	font-size: 100%;
	font-weight: 400;
	text-decoration: none;
	list-style: none none
}
li.menu1-main5 a:hover {
	color: #000
}
li.menu1-main6 {
	list-style-image: none
}
li.menu1-main6 a {
	text-decoration: none;
	display: block;
	padding: 0 0 3px 55px;
	margin: 0 10px 3px 7px;
	font-size: 100%;
	font-weight: 400;
	text-decoration: none;
	list-style: none none
}
li.menu1-main6 a:hover {
	color: #000
}
li.menu1-main0 a {
	color: #7d1515
}
.menu1-main6 a, li.menu1-main1 a, li.menu1-main2 a, li.menu1-main3 a, li.menu1-main4 a, li.menu1-main5 a {
	color: #000
}
li.menu1-main0 a.active, li.menu1-main1 a.active, li.menu1-main2 a.active, li.menu1-main3 a.active, li.menu1-main4 a.active, li.menu1-main5 a.active, li.menu1-main6 a.active {
	color: #000;
	font-weight: 700
}
li.menu1-main0 a.active2, li.menu1-main1 a.active2, li.menu1-main2 a.active2, li.menu1-main3 a.active2, li.menu1-main4 a.active2, li.menu1-main5 a.active2, li.menu1-main6 a.active2 {
	color: #000;
	font-weight: 700
}
.menu1-bot {
	height: 8px
}
.mods1 {
	height: 72px;
	background: url(img/bg-funkce.png) no-repeat;
	margin: 0 0 10px 0
}
.mods1 .mods1form {
	font-size: 11px;
	color: #333;
	width: 125px;
	height: 16px;
	background: #fff;
	border: 0;
	padding: 2px;
	float: left
}
.mods2 {
	margin-bottom: 10px
}
.modintopbg {
	height: 9px
}
.modinbotbg {
	margin-bottom: 10px
}
.modhledat, .mododber {
	color: #fff;
	padding: 10px 0 0 22px;
	font-size: 14px
}
.modhledat form, .mododber form {
	padding: 0;
	margin: 5px 0 0 0
}
.modhledat img, .mododber img {
	border: 0;
	float: left
}
.novinky {
	padding: 15px 0 10px 0
}
.novinka {
	margin: 0 0 10px 0;
	padding: 0 15px 10px 9px;
	display: block;
	background: url(img/menu1-icobot.png) no-repeat bottom
}
.detnovinkatab {
	padding: 18px 0 0 0
}
.novinkadatum {
	font-size: 8pt;
	font-weight: 400;
	color: gray;
	margin-top: 0;
	text-decoration: none
}
a.novinkanadpis {
	color: #765c27;
	font-weight: 700;
	margin-bottom: 4px;
	text-decoration: none;
	display: block;
	padding: 0 0 0 12px;
	background: url(img/ico-novinkasip.png) no-repeat 0 1px
}
.novinka img {
	width: 198px;
	margin: 5px 0 0 12px;
	border: 1px solid #eee
}
.novinka img:hover {
	border: 1px solid #cacaca
}
.novinka p {
	padding-left: 12px;
	text-align: justify
}
.novinkavice {
	padding: 0;
	text-align: right
}
a.novinkavicelink {
	font-size: 8pt;
	text-decoration: none;
	color: #7d1515;
	border-bottom: 1px solid #bdbcba
}
a.novinkavicelink:hover {
	color: #333
}
p.archiv {
	padding: 0;
	margin: 0;
	height: 25px;
	text-align: center
}
p.archiv a {
	color: #7d1515;
	border-bottom: 1px solid #bdbcba;
	text-decoration: none;
	font-weight: 700
}
p.archiv a:hover {
	color: #333
}
.modkosikfunc {
	padding: 15px 0 5px 20px;
	text-align: left
}
.modkosikfunc span {
	font-size: 11px
}
.modkosikfunc img {
	margin-top: 8px
}
.modkosikfunc2 {
	padding: 5px 0 5px 20px;
	text-align: left;
	font-size: 11px
}
.modkosikfunc a.tlucet {
	margin-top: 8px;
	display: block;
	width: 166px;
	height: 17px;
	padding: 3px 0 0 5px;
	background: url(img/mujucettl.png);
	color: #fff;
	text-decoration: none
}
.modkosikfunc a.tlodhlasit {
	margin-top: 8px;
	display: block;
	width: 166px;
	height: 17px;
	padding: 3px 0 0 5px;
	background: url(img/odhlasittl.png);
	color: #fff;
	text-decoration: none
}
.modkosikfunc a.tlkosik {
	margin-top: 8px;
	display: block;
	width: 166px;
	height: 17px;
	padding: 3px 0 0 5px;
	background: url(img/kosiktl.png);
	color: #fff;
	text-decoration: none
}
.modkosikfunc a.tlkosik:hover, .modkosikfunc a.tlodhlasit:hover, .modkosikfunc a.tlucet:hover {
	color: #b59d6d;
	text-decoration: none
}
.modtagymain {
	padding: 15px 10px 5px 22px
}
.modtagymaincentral {
	padding: 10px 30px;
	text-align: center
}
.modtagymaincentral .vtag {
	background-color: #c59d5f;
	padding: 10px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	margin: 4px
}
.modtagymain a.vtag1, .modtagymaincentral a.vtag1 {
	font-size: 120%
}
.modtagymain a.vtag2, .modtagymaincentral a.vtag2 {
	font-size: 100%
}
.modtagymain a.vtag3, .modtagymaincentral a.vtag3 {
	font-size: 140%
}
.modtagymain a.vtag4, .modtagymaincentral a.vtag4 {
	font-size: 110%
}
.modtagymain a.vtag5, .modtagymaincentral a.vtag5 {
	font-size: 90%
}
.modnejhledanein {
	padding: 15px 10px 5px 10px
}
.modnejhledanein ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.modnejhledanein ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(img/ico-parneri.png) no-repeat 0 6px;
	padding: 0 0 0 12px;
	line-height: 160%
}
.modnejoblibene {
	padding: 15px 0 10px 0
}
.modnejoblibene ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.modnejoblibene ul li {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none
}
.modnejoblibene p {
	padding: 0 0 10px 0;
	margin: 5px 0 10px 0;
	display: block;
	text-align: center;
	background: url(img/menu1-icobot.png) no-repeat bottom
}
.modnejoblibene p img {
	margin: 5px auto 2px auto;
	border: 1px solid #eee;
	display: block
}
.modnejoblibene p img:hover {
	border: 1px solid #cacaca
}
.modnejoblibene p span {
	color: #f64d2d;
	font-weight: 700
}
.modpartnerimain {
	padding: 15px 10px 5px 10px
}
.modpartnerimain a.normal {
	background: url(img/ico-parneri.png) no-repeat 0 5px;
	padding: 0 0 0 12px;
	line-height: 160%
}
.modpartnerimain a {
	background: 0 0;
	line-height: 160%
}
span.modpartnerimainvice {
	text-align: justify;
	text-decoration: none
}
span.modpartnerimainvice a {
	font-weight: 700;
	cursor: help;
	color: #000;
	text-decoration: none;
	background: 0 0;
	line-height: 100%;
	padding: 0
}
span.modpartnerimainvice a:hover {
	text-decoration: none
}
span.modpartnerimainvice a img {
	width: 10px;
	height: 10px;
	border: 0;
	position: relative;
	top: 2px
}
span.modpartnerimainvice a span {
	position: relative;
	font-size: 90%;
	font-weight: 400;
	text-align: left;
	text-decoration: none
}
span.modpartnerimainvice a span span {
	display: block;
	position: absolute;
	visibility: hidden;
	bottom: 12px;
	right: -10px;
	padding: 5px;
	width: 150px;
	background: #666d76;
	border: 1px solid #b59d6d;
	text-decoration: none;
	color: #fff
}
span.modpartnerimainvice a:hover span span {
	visibility: visible;
	text-decoration: none
}
.modanketamain {
	padding: 5px 10px 5px 20px;
	background: url(img/menu1-icobot.png) no-repeat bottom;
	margin-bottom: 10px
}
.modanketamain p.otazka {
	font-weight: 700
}
.modanketamain table span {
	font-size: 10px;
	color: #6d6e70
}
.modanketamain table span.cisla {
	font-size: 10px;
	color: #fc6604
}
.modanketamain div.stav {
	background: #666d76;
	height: 2px
}
.modanketamain input[type=radio] {
	float: right;
	margin: 0
}
.modanketamain input[type=submit] {
	float: right;
	margin: 0
}
.modanketamain a.anarchiv {
	margin: 0;
	float: left;
	background: #765c27;
	border: 1px solid #eee;
	padding: 5px;
	font-size: 11px;
	color: #4c4c4c;
	display: block;
	text-decoration: none
}
.modanketamain a:hover.anarchiv {
	background: #3b3b3b;
	color: #fff
}
p.anarchiv {
	background: url(img/noviarchivbg.png) no-repeat bottom;
	padding: 0 0 0 20px;
	margin: 0;
	height: 25px
}
p.anarchiv a {
	color: #7d1515;
	border-bottom: 1px solid #bdbcba;
	text-decoration: none
}
p.anarchiv a:hover {
	color: #333
}
.modtxtmain {
	padding: 3px 10px 5px 22px
}
a.button-mena, a.button-mena-active {
	display: block;
	float: left;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 10px 10px 10px 0;
	text-decoration: none;
	color: #5d5d5d
}
a.button-mena {
	text-decoration: none;
	background-color: #b59d6d
}
a.button-mena:hover {
	background-color: #7d1515;
	color: #fff
}
a.button-mena-active {
	background-color: #7d1515;
	color: #fff
}
a.button-vlajka {
	text-decoration: none
}
a.button-vlajka img {
	border: none;
	margin: 5px 5px 0 0
}
.modfotogal {
	padding-bottom: 10px
}
.modfotogal td {
	width: 25%;
	padding: 5px 0 8px 5px;
	text-align: center;
	vertical-align: top
}
.modfotogal td.first {
	padding: 5px 0 8px 0;
	text-align: center;
	vertical-align: top
}
.modfotogal img {
	border: 1px solid #cacaca;
	padding: 5px;
	background: #eee
}
.modfotogal img:hover {
	border: 1px solid #000
}
.download-tab {
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca
}
.download-nadpis {
	font-weight: bolder;
	background: url(img/det-predely-top.png) no-repeat;
	padding: 4px 0 0 33px;
	height: 25px
}
.download-text {
	padding: 5px 5px 20px 5px;
	background: #fff;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca
}
.download-tab-foto1, .download-tab-foto2 {
	width: 145px;
	vertical-align: top;
	background: #fff;
	border-right: 1px solid Silver
}
.download-tab-foto3 {
	width: 145px;
	vertical-align: top;
	background: #fff
}
.download-div-foto {
	padding: 0 5px 0 5px
}
.download-div-soubor {
	padding: 0 5px 0 5px
}
.download-div-nazev {
	padding: 0 5px 0 5px
}
.download-tab-soubor1, .download-tab-soubor2 {
	width: 145px;
	vertical-align: top;
	background: #fff;
	border-right: 1px solid #cacaca
}
.download-tab-soubor3 {
	width: 145px;
	vertical-align: top;
	background: #fff
}
.download-tab-nazev1, .download-tab-nazev2 {
	width: 145px;
	vertical-align: top;
	background: #fff;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px
}
.download-tab-nazev3 {
	width: 145px;
	vertical-align: top;
	background: #fff;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px
}
.menu-vyrobce {
	margin-top: 10px;
	height: 45px;
	padding: 5px 0 0 18px;
	color: #422e2e;
	font-weight: 700;
	font-size: 12px
}
#r-main, #r-maintop {
	margin: 0 15px
}
#r-main {
	background: url(img/bg-colstop.png) top no-repeat
}
#r-main-bot {
	width: 213px;
	margin-left: 6px;
	height: 4px
}
.modform span {
	color: red;
	font-weight: 700
}
p.navigace {
	margin: 10px 0 10px 0;
	padding: 0
}
p.navigace a {
	text-decoration: underline
}
p.navigace a:hover {
	text-decoration: underline
}
p.navigace span {
	color: #5d5d5d;
	text-decoration: none;
	padding: 0 5px 0 5px
}
p.navigace i {
	font-size: 13px
}
#obsah {
	padding: 0 11px 10px 10px;
	min-height: 350px
}
.obsah-bgtop {
	height: 9px
}
.text-vrch {
	margin: 0;
	padding: 0 8px 0 8px
}
.h1-novinka {
	font-size: 25px
}
.obsah-bot {
	margin-bottom: 10px
}
#obsah .obsah-bot, #obsah .obsah-top {
	line-height: 140%
}
#obsah .obsah-bot li, #obsah .obsah-top li {
	padding: 0
}
#obsah .obsah-bot li:last-child, #obsah .obsah-top li:last-child {
	padding: 0
}
#obsah .obsah-bot a:hover, #obsah .obsah-top a:hover {
	color: #333
}
#obsah .obsah-bot img, #obsah .obsah-top img {
	max-width: 759px
}
.vypclan {
	padding: 0 0 13px 0;
	margin: 13px 0 13px 0;
	font-size: 17px
}
.vypclan td {
	vertical-align: top;
	display: block
}
.vypclan td.tabfoto {
	display: block
}
.vypclan div.tabfoto {
	margin-bottom: 10px
}
.vypclan .tabfoto a {
	display: block;
	overflow: hidden;
	clear: both;
	border: 1px solid #e8e8e8
}
.vypclan .tabfoto img {
	max-width: 100%!important;
	float: left
}
.vypclan h2 {
	margin: 60px 0 20px;
	font-size: 25px;
	line-height: 28px
}
.vypclan h2 a {
	font-weight: 700
}
.vypclan span.datum {
	font-size: 10px
}
.vypclan p.anot {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 21px
}
.vypclan p.vice {
	display: block;
	text-align: right
}
.detclan {
	display: block
}
.detclan td {
	vertical-align: top
}
.detclan td.tabfoto {
	width: 135px
}
.detclan td.tabfoto img {
	border: 1px solid #eee;
	width: 125px
}
.detclan td.tabfoto img:hover {
	border: 1px solid #cacaca
}
.detclan img.detclanimg {
	border: 1px solid #eee;
	float: left;
	margin-right: 15px
}
.detclan img.detclanimg:hover {
	border: 1px solid #cacaca
}
.detclan a img {
	margin: 30px 0
}
.detclan p {
	font-size: 17px;
	line-height: 23px
}
.detclan p.anot {
	margin: 0;
	padding: 0;
	font-style: italic
}
.detclan span.datum {
	font-style: italic
}
.detclan p.download {
	display: block;
	text-align: right;
	font-weight: 700
}
.vypfiltry {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 5px 0 5px 0;
	font-size: 11px
}
.strankovani span {
	padding: 3px 5px 3px 5px;
	background: #fbf3e2;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	margin-right: 5px
}
.strankovani a:active, .strankovani a:link, .strankovani a:visited {
	padding: 3px 5px 3px 5px;
	background: #ddd;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	margin-right: 5px
}
.strankovani a:hover {
	background: #bebebe;
	text-decoration: none;
	color: #000
}
.trizeni {
	padding: 5px 0 5px 0
}
.trizeni img {
	border: none
}
.trizeni select {
	border: solid 1px #cacaca;
	font-size: 11px
}
.trizeni td.td1 {
	width: 75px
}
.trizeni td.td2 {
	width: 50px
}
.trizeni td.td3 {
	width: 100px
}
.trizeni td.td5 {
	text-align: right
}
.vypfiltry2 {
	border-bottom: 1px solid #cacaca;
	padding: 5px 0 5px 0;
	font-size: 11px
}
#schovaj {
	font-weight: 700;
	height: 20px;
	width: 70px;
	margin: 0;
	background: url(img/sipkadole.png) no-repeat;
	background-color: #cacaca;
	padding-left: 20px;
	line-height: 20px;
	cursor: pointer;
	float: left
}
#polozky {
	float: left;
	margin-left: 15px;
	height: 20px;
	line-height: 20px
}
#vyrobcovia {
	line-height: 30px;
	font-style: underline;
	margin: 0;
	padding: 0;
	background-color: #cacaca;
	clear: both
}
.one-vyr {
	float: left
}
.reset {
	clear: both
}
div.vypfiltryv14 {
	background: #eee;
	padding: 5px;
	margin: 10px 0
}
div.vypfiltryv14 table {
	width: 100%
}
div.vypfiltryv14 span.marg5 {
	display: inline-block;
	margin-right: 5px
}
div.vypfiltryv14 span.top {
	position: relative;
	bottom: 5px
}
div.vypfiltryv14 select {
	margin-right: 5px
}
div.vypfiltryv14 div.strankovaniv14 {
	float: right
}
div.vypfiltryv14 div.strankovaniv14 span {
	margin-right: 5px
}
div.vypfiltryv14 div.strankovaniv14 a:active, div.vypfiltryv14 div.strankovaniv14 a:link, div.vypfiltryv14 div.strankovaniv14 a:visited {
	padding: 3px 5px 3px 5px;
	background: #b8b8b8;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	margin-right: 5px
}
div.vypfiltryv14 div.strankovaniv14 a:hover {
	background: #3b3b3b;
	text-decoration: none;
	color: #fff
}
div.vypparametryv14 {
	background: #eee;
	padding: 5px;
	margin: 10px 0
}
div.vypparametryv14 div.filceny p.parnadp, div.vypparametryv14 div.filparametry p.parnadp, div.vypparametryv14 div.filvyrobci p.parnadp {
	font-weight: 700;
	font-size: 12px
}
div.vypparametryv14 div.filceny p.parnadp a, div.vypparametryv14 div.filparametry p.parnadp a, div.vypparametryv14 div.filvyrobci p.parnadp a {
	font-weight: 700;
	text-decoration: none
}
div.vypparametryv14 div.filceny p.parnadp {
	margin: 0!important;
	padding: 5px 0 5px 20px!important
}
div.vypparametryv14 div.filparametry p.parnadp, div.vypparametryv14 div.filvyrobci p.parnadp {
	margin: 5px 0 0 0!important;
	padding: 5px 0 5px 20px!important;
	background: url(img/sipkadole.png) 0 2px no-repeat!important
}
div.vypparametryv14 div.filparametry div.hide, div.vypparametryv14 div.filvyrobci div.hide {
	display: none
}
div.vypparametryv14 div.filvyrobci label {
	margin: 0 5px 5px 0;
	white-space: nowrap;
	background: #fff;
	padding: 3px 5px;
	display: inline-block
}
div.vypparametryv14 div.filvyrobci label i {
	color: #747474
}
div.vypparametryv14 div.filvyrobci label input {
	margin: 0 4px 0 0;
	position: relative;
	top: 2px
}
div.vypparametryv14 div.filparametry div.name, div.vypparametryv14 div.filparametry table tr td.name {
	padding: 6px 20px 0 0;
	font-weight: 700;
	vertical-align: top
}
div.vypparametryv14 div.filparametry div.name {
	margin: 5px 0 0 0;
	padding: 5px 20px 5px 0
}
div.vypparametryv14 div.filparametry label {
	margin: 0 5px 5px 0;
	white-space: nowrap;
	background: #fff;
	padding: 3px 5px;
	display: inline-block
}
div.vypparametryv14 div.filparametry label.barva {
	background: 0 0
}
div.vypparametryv14 div.filparametry label i {
	color: #747474
}
div.vypparametryv14 div.filparametry label input {
	margin: 0 4px 0 0;
	position: relative;
	top: 2px
}
div.vypparametryv14 div.filceny p.parnadp {
	padding: 0!important;
	background: 0 0!important
}
div.vypparametryv14 div.filceny div.slideceny {
	padding: 10px 10px 10px 10px
}
div.vypparametryv14 div.filceny div#slider-cena {
	width: 100%!important
}
div.vypparametryv14 div.filbuttons {
	padding: 5px 0 0 0
}
div.vypparametryv14 div.filbuttons a.button, div.vypparametryv14 div.filbuttons input[type=submit] {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 10px 0;
	text-align: center
}
div.vypparametryv14 div.filbuttons input[type=submit] {
	background: #783c3c;
	color: #fff
}
div.vypparametryv14 div.filbuttons a.button {
	background: #b8b8b8
}
div.vypparametryv14 div.filbuttons a.button:hover, div.vypparametryv14 div.filbuttons input[type=submit]:hover {
	background: #3b3b3b
}
.vypzboziv1 {
	float: left;
	width: 160px;
	position: relative;
	margin: 10px 9px 30px 0
}
a.vypzboziv1 {
	text-decoration: none;
	color: #333
}
.vypzboziv1:hover {
	background: #fcfeff;
	-webkit-box-shadow: 0 10px 10px #c7c7c7;
	-moz-box-shadow: 0 10px 10px #c7c7c7;
	box-shadow: 0 10px 10px #c7c7c7
}
.vypzboziv1:hover .vyptab.top h2 {
	color: #7d1515
}
.vypzboziv1.last {
	margin-right: 0!important
}
.vypzboziv1>.vyptab {
	width: auto!important
}
.vypzboziv1:after {
	content: "";
	display: block;
	height: 1px;
	background: #d2d2d2;
	width: 170px;
	position: absolute;
	bottom: -15px
}
.vypzboziv1.last:after {
	width: 160px
}
.vypzbozi {
	margin-top: 10px;
	padding-bottom: 20px
}
.vyptab {
	width: 148px;
	vertical-align: top;
	position: relative
}
.vyptab.top {
	padding-bottom: 5px
}
.vyptab.top h2, .vyptab.top span {
	font-size: 100%;
	margin: 0;
	padding: 0
}
.vyptab.top h2, .vyptab.top span {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: 400
}
.tabfoto .slevy, .vypbigimg .slevy, .vyptab.mid .slevy {
	z-index: 1000;
	position: absolute;
	font-size: 12px;
	left: -10px;
	top: 0;
	opacity: .9;
	-khtml-opacity: .9;
	-moz-opacity: .9;
	max-width: 80px
}
.tabfoto .slevy {
	left: 0;
	max-width: 200px
}
.vypbigimg .slevy {
	left: 0;
	top: 40px
}
.tabfoto .slevy span.sleva, .vypbigimg .slevy span.sleva, .vyptab.mid .slevy span.sleva {
	text-align: center;
	color: #fff;
	background: red;
	display: block;
	padding: 3px 10px;
	margin-bottom: 3px;
	position: relative;
	font-size: 15px
}
.tabfoto .slevy span.sleva:after, .vypbigimg .slevy span.sleva:after, .vyptab.mid .slevy span.sleva:after {
	height: 0;
	width: 0;
	border-top: 9px solid red;
	border-right: 9px solid transparent;
	border-top-width: 8px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -9px;
	z-index: -1
}
.tabfoto .slevy span.akce, .vypbigimg .slevy span.akce, .vyptab.mid .slevy span.akce {
	text-align: center;
	color: #fff;
	background: #ff9600;
	display: block;
	padding: 3px 10px;
	margin-bottom: 3px;
	position: relative;
	font-size: 15px
}
.tabfoto .slevy span.akce {
	padding: 5px 15px;
	font-size: 25px
}
.tabfoto .slevy span.akce:after, .vypbigimg .slevy span.akce:after, .vyptab.mid .slevy span.akce:after {
	height: 0;
	width: 0;
	border-top: 9px solid #ff9600;
	border-right: 9px solid transparent;
	border-top-width: 8px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -9px;
	z-index: -1
}
.tabfoto .slevy span.dopzdarma, .vypbigimg .slevy span.dopzdarma, .vyptab.mid .slevy span.dopzdarma {
	text-align: left;
	color: #fff;
	background: #59b1e7;
	display: block;
	padding: 3px 10px;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	width: 100px
}
.slevy span.dopzdarma i {
	font-size: 32px;
	float: left;
	margin-right: 5px;
	margin-top: 0
}
.tabfoto .slevy span.dopzdarma:after, .vypbigimg .slevy span.dopzdarma:after, .vyptab.mid .slevy span.dopzdarma:after {
	height: 0;
	width: 0;
	border-top: 9px solid #59b1e7;
	border-right: 9px solid transparent;
	border-top-width: 8px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -9px;
	z-index: -1
}
.vypzboziv1:hover .vyptab.mid .slevy {
	opacity: .5;
	-khtml-opacity: .5;
	-moz-opacity: .5
}
.vyptab.mid img {
	border: none;
	width: 156px;
	height: 117px;
	margin-bottom: 8px
}
.vyptab.bot {
	padding: 5px
}
.vyptab.bot p {
	padding: 0;
	margin: 0
}
.vyptab.cena .ceny {
	padding: 5px;
	background: #fff;
	min-height: 45px
}
.vyptab.cena .ceny .vyp-cena {
	float: left;
	font-size: 20px;
	color: #7d1515;
	font-weight: 400
}
.vyptab.cena .ceny .vyp-sklada {
	float: right;
	font-size: 10px;
	text-align: right
}
.vyptab.cena .ceny .vyp-skladn {
	float: right;
	font-size: 10px;
	color: red
}
.vyptab.cena .ceny .vyp-usetrite {
	padding-top: 2px;
	float: left;
	font-size: 10px
}
.vyptab.cena .ceny .vyp-usetrite span {
	text-decoration: line-through
}
.vyptab.cena .tlacitka {
	padding-top: 5px;
	text-transform: uppercase
}
.vyptab.cena .tlacitka .kosik {
	display: none;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	background: #8bc20d;
	padding: 5px 10px
}
.vyptab.cena .tlacitka .detail {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	float: right;
	background: #7d1515;
	padding: 5px 10px
}
.vyptab.cena .tlacitka .detail:before, .vyptab.cena .tlacitka .kosik:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	margin-right: 10px;
	font-size: 15px
}
.vyptab.cena .tlacitka .kosik:before {
	content: "\f07a"
}
.vyptab.cena .tlacitka .detail:before {
	content: "\f192"
}
.vyptab.cena .tlacitka .detail:hover, .vyptab.cena .tlacitka .kosik:hover {
	background: #3b3b3b;
	color: #fff
}
.vypzboziv1 .vyptab.cena .tlacitka .detail {
	display: none
}
.vypzboziv1:hover .vyptab.cena {
	position: static
}
.vypzboziv1:hover .vyptab.cena .tlacitka .detail {
	display: block;
	position: absolute;
	bottom: 30%;
	left: 20%;
	text-align: center;
	opacity: .9
}
.vyp-cenanazev {
	color: #3b3b3b;
	font-weight: 700
}
.vyp-cenanazevakce {
	color: red;
	font-weight: 700
}
.vyp-cena {
	font-size: 13px;
	color: #f64d2d;
	font-weight: 700
}
.det-pribuznet:active, .det-pribuznet:link, .det-pribuznet:visited {
	font-weight: 700;
	color: #fff;
	text-decoration: none
}
.det-pribuznet:hover {
	color: #fff
}
.det-cenaakcni {
	color: red;
	font-weight: 700
}
.det-cenavip {
	color: red;
	font-weight: 700
}
.vypzboziv2 {
	margin-top: 10px;
	padding: 10px 0 10px 0;
	border-bottom: dotted 1px #b59d6d
}
.vypzboziv2 h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 110%
}
.vypzboziv2 h2 a {
	text-decoration: underline;
	color: #000;
	font-weight: 700
}
.vypzboziv2 h2 a:hover {
	color: #765c27
}
.vypzboziv2 .top div.kod {
	float: left
}
.vypzboziv2 .top div.ceny {
	float: right
}
.vypzboziv2 .top div.ceny table {
	text-align: center
}
.vypzboziv2 .top div.ceny table td {
	border-right: 1px solid #cacaca;
	padding: 0 5px 0 5px
}
.vypzboziv2 .top div.ceny table td:last-child {
	border: none
}
.vypzboziv2 .top div.ceny td.normal {
	color: #765c27
}
.vypzboziv2 .top div.ceny td.normalb {
	color: #765c27;
	font-weight: 700
}
.vypzboziv2 .top div.ceny td.usetrite {
	color: #000
}
.vypzboziv2 .top div.ceny td.usetrite span {
	text-decoration: line-through
}
.vypzboziv2 .top div.ceny td.moc {
	color: #000
}
.vypzboziv2 .top div.ceny td.marze {
	color: #02bfdb
}
.vypzboziv2 .main div.left {
	float: left;
	width: 160px
}
.vypzboziv2 .main div.left img {
	border: 1px solid #eee;
	width: 156px;
	height: 117px
}
.vypzboziv2 .main div.left img {
	border: 1px solid #cacaca
}
.vypzboziv2 .main div.left div.slevy {
	z-index: 1000;
	position: absolute;
	font-weight: 700;
	font-size: 12px;
	margin: 0;
	width: 50px
}
.vypzboziv2 .main div.left div.slevy span.sleva {
	text-align: center;
	color: #fff;
	background: red;
	width: 50px;
	height: 20px;
	display: block;
	float: left;
	padding-top: 3px;
	margin-bottom: 3px
}
.vypzboziv2 .main div.left div.slevy span.akce {
	text-align: center;
	color: #fff;
	background: #ff9600;
	width: 50px;
	height: 20px;
	display: block;
	float: left;
	padding-top: 3px
}
.vypzboziv2 .main div.right {
	float: right;
	width: 320px
}
.vypzboziv2 .main div.right p {
	margin: 0;
	padding: 0
}
.vypzboziv2 .main div.right p {
	margin: 0;
	padding: 0
}
.vypzboziv2 .main div.right span.sklad {
	display: block;
	margin-top: 12px
}
.vypzboziv2 .bot {
	padding: 5px 0 0 0
}
.vypzboziv2 .bot div.left {
	float: left;
	width: 160px;
	padding-top: 5px
}
.vypzboziv2 .bot div.right {
	float: right;
	width: 330px;
	text-align: right
}
.vypzboziv2 .bot input[type=text] {
	width: 20px;
	height: 20px;
	border: 1px solid #747474;
	margin: 0
}
.vypzboziv2 .bot span.kosik input[type=submit] {
	background: #747474;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border: none
}
.vypzboziv2 .bot span.kosik input[type=submit]:hover {
	background: #000
}
.vypzboziv2 .bot span.detail a {
	background: #b59d6d;
	padding: 5px;
	color: #333;
	text-decoration: none
}
.vypzboziv2 .bot span.detail a:hover, .vypzboziv2 .bot span.kosik input[type=submit]:hover {
	background: #000;
	color: #fff
}
.vyptab.cena .ceny span.vyp-sklada span.sklad-oranzova, .vypzboziv2 .main div.right span.sklad span.sklad-oranzova {
	color: orange
}
.vyptab.cena .ceny span.vyp-sklada span.sklad-zelena, .vypzboziv2 .main div.right span.sklad span.sklad-zelena {
	color: green
}
.vyptab.cena .ceny span.vyp-sklada span.sklad-cervena, .vypzboziv2 .main div.right span.sklad span.sklad-cervena {
	color: red
}
.mnozinyzbozi {
	padding: 5px 10px 5px 10px;
	font-size: 95%;
	background: #f0f0f0;
	border-bottom: 1px solid #cecece
}
h2.mnozh2 {
	margin: 15px 0 5px 0
}
.mnoztab {
	width: 112px;
	vertical-align: top;
	text-align: center
}
.mnoztab.top {
	padding: 5px;
	width: 102px
}
.mnoztab.top a {
	color: #000
}
.mnoztab.top a:hover {
	color: #765c27
}
.mnoztab.mid img {
	border: 1px solid #cacaca;
	width: 110px
}
.mnoztab.mid img:hover {
	border: 1px solid silver
}
.mnoztab.bot {
	padding: 5px;
	width: 102px
}
.mnoztab.bot p {
	padding: 0;
	margin: 0;
	display: block
}
.mnoztab.bot span {
	display: block;
	font-weight: 700
}
.mnoztab.bot span strong {
	color: #765c27
}
.vypmnoz {
	margin: 15px 0 15px 0
}
.vypmnoz ul {
	padding: 0;
	margin: 0
}
.vypmnoz ul li.nic {
	display: block;
	float: left;
	padding: 10px 8px;
	background: #773b3b;
	font-size: 110%;
	margin: 0 5px 5px 0;
	width: 29%
}
.vypmnoz ul li:nth-child(3n).nic {
	margin-right: 0
}
.vypmnoz ul li.nic:hover {
	background: #747474
}
.vypmnoz ul li.nic a {
	text-decoration: underline;
	color: #fff
}
.vypmnoz ul li.obr {
	display: block;
	float: left;
	margin: 0 10px 11px 0;
	background: #cacaca;
	text-align: center;
	width: 117px
}
.vypmnoz ul li.obr:nth-child(4n+4) {
	margin: 0 0 11px 0
}
.vypmnoz ul li.obr a {
	text-decoration: none
}
.vypmnoz ul li.obr a img {
	display: block;
	border: 1px solid #eee;
	width: 115px
}
.vypmnoz ul li.obr a img:hover {
	border: 1px solid #cacaca
}
.vypmnoz ul li.obr a span {
	display: block;
	text-align: center;
	padding: 5px;
	min-height: 30px
}
.detmain {
	padding: 0 0 20px 0
}
.detmain .tabfoto {
	width: 100%;
	vertical-align: top;
	float: none;
	text-align: center;
	border: 1px solid #e8e8e8;
	position: relative
}
.detmain .tabfoto img {
	border: none;
	max-width: 100%;
	max-height: 400px
}
.detmain .tabinfo {
	width: 100%;
	vertical-align: top;
	float: none
}
.detmain .tabinfo .detin {
	padding-bottom: 10px
}
.detmain .tabinfo .detin h2 {
	font-size: 130%;
	font-weight: 400;
	color: #765c27;
	text-align: left;
	padding: 0;
	margin: 0
}
.detmain .tabinfo .detin div.detakcel {
	margin: 5px 0 0 0;
	padding: 5px 0 5px 5px;
	background: #e8e8e8;
	min-height: 35px
}
.detmain .tabinfo .detin div.detakcel span.akce {
	color: red;
	font-weight: 400;
	font-size: 14px
}
.detmain .tabinfo .detin div.detakcer {
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 0;
	background: #e8e8e8;
	min-height: 35px
}
.detmain .tabinfo .detin span {
	color: #333
}
.detmain .tabinfo .detin span.detsklad {
	color: #000;
	font-weight: 700
}
.detmain .tabinfo .detin span.sklad-oranzova {
	color: orange;
	font-weight: 700
}
.detmain .tabinfo .detin span.sklad-zelena {
	color: green;
	font-weight: 700
}
.detmain .tabinfo .detin span.sklad-cervena {
	color: red;
	font-weight: 700
}
.detmain .tabinfo .detin span.detcenasdph {
	color: #000;
	font-size: 130%;
	font-weight: 400
}
.detmain .tabinfo .detin span.detcenabezdph {
	color: #000
}
.detmain .tabinfo .detin span.bazar {
	font-weight: 700;
	color: red
}
.detmain2 {
	border-bottom: 1px solid #cacaca;
	background: url(img/det-predely-top.png) no-repeat -10px 0;
	padding: 0 0 20px 0;
	margin-bottom: 20px
}
.detmain2 p.detnadp {
	color: #333;
	font-size: 140%;
	font-weight: 700;
	margin: 0;
	padding: 6px 0 10px 20px;
	text-decoration: none
}
.detmain2 p.detnadp2 {
	color: #333;
	font-size: 130%;
	font-weight: 700;
	margin: 0;
	padding: 6px 0 10px 0;
	text-decoration: none
}
.detmain2 td.detkostabtxt {
	border-bottom: 1px dotted #6d6e70;
	color: #765c27;
	padding-bottom: 5px
}
.detmain2 td.cena {
	width: 100px;
	text-align: center
}
.detmain2 td.kusu {
	width: 40px;
	text-align: right
}
.detmain2 ul {
	padding: 0!important
}
.detmain2 img.galerie {
	margin-top: 10px;
	border: 1px solid #eee
}
.detmain2 img.galerie:hover {
	border: 1px solid #cacaca
}
.detmain2 span.musivypln {
	color: red
}
.detmaindalsi {
	border: 1px solid #cacaca;
	background: url(img/det-predely-top.png) no-repeat top;
	padding: 0 6px 10px 6px;
	margin-bottom: 20px
}
.detmaindalsi p.detnadp {
	color: #333;
	font-size: 130%;
	font-weight: 700;
	margin: 0;
	padding: 6px 0 10px 29px;
	text-decoration: none
}
.detmain2 .vypzboziv1:after {
	background: 0 0
}
input[type=text].pockusu {
	width: 20px;
	font-size: 11px;
	color: #3b3b3b;
	background: #fbf3e2;
	border: 1px solid #cacaca;
	padding: 1px 3px 1px 3px
}
.detmain div.unavailable, .detmain2 div.unavailable {
	padding: 15px;
	margin-top: 15px;
	text-align: center;
	background: #ff383c;
	font-size: 150%;
	color: #fff;
	text-transform: uppercase
}
.tabgaler16 {
	margin-top: 0
}
.tabgaler16 img {
	border: 1px solid #e8e8e8;
	width: 80px;
	height: 80px;
	margin-right: 18px;
	margin-top: 15px
}
.tabgaler16 a:nth-child(5n+0) img {
	margin-right: 0
}
.tabinfo16 {
	font-size: 14px;
	padding-top: 20px
}
.tabinfo16 a {
	color: #7d1515
}
.boxceny {
	float: left;
	width: 360px
}
.boxceny p {
	margin: 0;
	padding: 0
}
.detceny16 {
	padding-top: 20px
}
.detceny16 .infocena {
	font-size: 12px
}
.detceny16 .cenaakce, .detceny16 .cenanormal, .detceny16 .suma {
	font-size: 23px
}
.detceny16 .cenaakce, .detceny16 .cenanormal {
	color: #77643f
}
.detceny16 .suma {
	color: #7d1515
}
.detceny16 .puvodnicena {
	font-size: 13px!important;
	margin: 0;
	padding: 0
}
.detvariant16 {
	padding-top: 20px
}
.detvariant16 #VarSelect {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	background: #e8e8e8;
	border: 1px solid #7d1515;
	padding: 5px;
	width: 250px
}
.boxkoupit16 {
	float: right;
	width: 130px;
	text-align: center
}
.boxkoupit16 #ISklad {
	display: block;
	padding: 10px 5px;
	font-size: 12px;
	color: #fff
}
#ISklad.sklad-zelena {
	background: #19b904;
	background: -moz-linear-gradient(top, #19ba04 0, #0d8d04 100%);
	background: -webkit-linear-gradient(top, #19ba04 0, #0d8d04 100%);
	background: linear-gradient(to bottom, #19ba04 0, #0d8d04 100%)
}
#ISklad.sklad-oranzova {
	background: #dda646;
	background: -moz-linear-gradient(top, #dda646 0, #de9000 100%);
	background: -webkit-linear-gradient(top, #dda646 0, #de9000 100%);
	background: linear-gradient(to bottom, #dda646 0, #de9000 100%)
}
#ISklad.sklad-cervena {
	background: #ff5454;
	background: -moz-linear-gradient(top, #ff5454 0, red 100%);
	background: -webkit-linear-gradient(top, #ff5454 0, red 100%);
	background: linear-gradient(to bottom, #ff5454 0, red 100%)
}
.butkoupit {
	background: #b41c04;
	background: -moz-linear-gradient(top, #f94904 0, #b41c04 100%);
	background: -webkit-linear-gradient(top, #f94904 0, #b41c04 100%);
	background: linear-gradient(to bottom, #f94904 0, #b41c04 100%);
	position: relative;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px
}
.butkoupit:hover {
	background: #b41c04;
	background: -moz-linear-gradient(top, #e03f00 0, #b41c04 100%);
	background: -webkit-linear-gradient(top, #e03f00 0, #b41c04 100%);
	background: linear-gradient(to bottom, #e03f00 0, #b41c04 100%);
	position: relative
}
.butkoupit:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-top: 12px solid #b41c04;
	position: absolute;
	bottom: -12px
}
.butkoupit i.fa {
	display: block;
	font-size: 35px;
	color: #fff;
	padding: 5px 0
}
.butkoupit:hover, .butkoupit:hover i {
	color: #e6e6e6
}
#kosmain {
	padding-top: 15px;
	font-size: 11px
}
.kosmain-steps {
	display: flex;
	height: 44px;
	margin-bottom: 10px
}
.kosnaviin {
	background: #ebebeb;
	padding: 13px;
	color: #aeaeae;
	font-weight: 700;
	font-size: 12px;
	margin-right: 3px
}
.kosnaviin-on {
	padding: 13px;
	background: #3b3b3b;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	margin-right: 3px
}
.lastkosnaviin {
	background: #ebebeb;
	padding: 13px;
	color: #aeaeae;
	font-weight: 700;
	font-size: 12px;
	margin-left: auto
}
.lastkosnaviin-on {
	padding: 13px;
	background: #3b3b3b;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	margin-left: auto
}
.kostab {
	background: #eee
}
.kostabtr1 {
	background: #6d6e70;
	color: #fff;
	font-weight: 700;
	text-align: center;
	vertical-align: top
}
.kostabtr2 {
	background: #f7f7f7
}
.kostabtr2:hover {
	background: #ccdfff
}
.kostabtr3 {
	background: #eaeaea
}
.kostabtr3:hover {
	background: #ccdfff
}
.kostab input[type=text] {
	width: 20px
}
.kospocet {
	text-align: right;
	margin-bottom: 15px;
	margin-top: 3px
}
.koscelkem {
	font-size: 12px;
	margin: 10px 0 15px 0;
	background: #ededed;
	padding: 10px
}
a.button.kostl2, input[type=submit].kostl2 {
	color: #fff;
	background: #79ae00;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer
}
a.button.kostl2.odeslat, input[type=submit].kostl2.odeslat {
	color: #fff;
	background: #ff0004
}
a.button.kostl2:hover, input[type=submit].kostl2:hover {
	background: #3b3b3b;
	color: #fff
}
a.button.kostl-green, input[type=submit].kostl-green {
	color: #fff;
	background: #79ae00
}
.kosreginfo {
	background: #cacaca;
	padding: 8px;
	color: #3b3b3b;
	margin-bottom: 10px
}
.kosregtab span {
	color: red
}
.kosregtab .koserr {
	color: red
}
.kosredp {
	color: red;
	text-align: right
}
#col-obsah-wide {
	background: #fff
}
#kosmain-wide {
	padding-top: 15px
}
#kosmain-wide, #kosmain-wide a.button, #kosmain-wide div.koscelkem input, #kosmain-wide input[type=button], #kosmain-wide input[type=submit], #kosmain-wide table.kosregtab input, #kosmain-wide table.kosregtab select, #kosmain-wide table.kostab input[type=text] {
	font-size: 13px
}
#kosmain-wide .kosnaviin, #kosmain-wide .kosnaviin-on, #kosmain-wide .lastkosnaviin {
	font-size: 15px!important;
	font-weight: 400;
	cursor: default
}
#kosmain-wide .kosnaviin-on {
	font-weight: 700;
	background: #737373
}
#kosmain-wide tr.kostabtr1 {
	background: #fff;
	color: #000
}
#kosmain-wide tr.kostabtr2, #kosmain-wide tr.kostabtr3 {
	background: #f8f8f8
}
#kosmain-wide table.kosregtab tr:hover, #kosmain-wide tr.kostabtr2:hover, #kosmain-wide tr.kostabtr3:hover {
	background: #f4f4f4
}
#kosmain-wide tr.kostabtr1 td {
	padding: 10px!important;
	font-weight: 400;
	text-transform: uppercase
}
#kosmain-wide table.kostab input[type=text] {
	width: 20px;
	padding: 5px 10px;
	background: #fff;
	text-align: center
}
#kosmain-wide div.koscelkem {
	font-size: 15px
}
#kosmain-wide input[type=submit].kostl2, a.button.kostl2 {
	font-size: 15px!important;
	padding: 10px
}
#kosmain-wide table.kosregtab tr td:first-child {
	width: 250px!important
}
#kosmain-wide table.kosregtab input, #kosmain-wide table.kosregtab select {
	padding: 5px 10px
}
#kosmain-wide div.koscelkem input {
	padding: 5px 10px
}
#kosmain-wide div.kosinfo {
	background: #fbf3e2!important;
	font-size: 12px
}
#kosmain-wide div.kosinfo h2 {
	margin: 0;
	padding: 0;
	color: #000
}
#kosmain-wide div.kospoukaz {
	font-size: 12px;
	width: 50%
}
#kosmain-wide div.kosdoprava {
	font-size: 13px
}
#kosmain-wide div.koscenacelkem {
	text-align: right;
	margin: 15px 0 15px auto
}
#kosmain-wide div.kosobjcelkem {
	text-align: right;
	width: 50%;
	margin: 15px 0 15px auto;
	padding: 20px 15px;
	border: 5px solid #bdbdbd;
	color: #ff0004
}
#kosmain-wide div.boxinline {
	width: 48%;
	display: inline-block;
	vertical-align: top
}
#kosmain-wide span.disabled {
	color: #bbb
}
#kosmain-wide div.kospoznamka {
	padding: 10px
}
#kosmain-wide div.kospoznamka textarea {
	width: 50%
}
#kosmain-wide div.kosactive {
	border: 5px solid #82704e
}
.couponerror, .koserror {
	color: #fff;
	background: #ff0004;
	padding: 10px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999
}
span.stavvyrizuje {
	color: #4169e1
}
span.stavexpedovano {
	color: orange
}
span.stavvyrizeno {
	color: green
}
span.stavzruseno {
	color: gray
}
.vytvoreni-uzivatele-prevnext {
	display: flex;
	justify-content: space-between
}
#vytvoreni-uzivatele-prev-button {
	background: #ebebeb;
	color: #848383;
	padding: 10px;
	cursor: pointer
}
#patka {
	background: #82704e
}
#patkain {
	margin: 0 auto 0 auto;
	width: 1065px;
	min-height: 120px;
	color: #fff;
	padding: 30px 0 10px 0
}
#patkain a {
	color: #fff;
	text-decoration: none
}
#patkain a:hover {
	color: #000
}
#patkain .lsocial {
	float: left;
	padding-right: 35px;
	padding-top: 5px;
	margin-right: 35px;
	border-right: 1px solid #a7a7a7;
	min-height: 185px
}
#patkain .lsocial a.facebook, #patkain .lsocial a.google, #patkain .lsocial a.youtube {
	display: inline-block;
	width: 33px;
	height: 32px;
	text-indent: -9999px;
	margin: 10px 6px 0 0;
	background: url(img/sprites-iconsocial.png)
}
#patkain .lsocial a.facebook {
	background-position: 0 0
}
#patkain .lsocial a.facebook:hover {
	background-position: 0 -32px
}
#patkain .lsocial a.google {
	background-position: -33px 0
}
#patkain .lsocial a.google:hover {
	background-position: -33px -32px
}
#patkain .lsocial a.youtube {
	background-position: -66px 0
}
#patkain .lsocial a.youtube:hover {
	background-position: -66px -32px
}
#patkain a.gopay {
	display: inline-block;
	width: 115px;
	height: 121px;
	text-indent: -9999px;
	background: url(img/gopay.png)
}
#patkain .l1, #patkain .l2, #patkain .l3 {
	float: left;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #a7a7a7;
	min-height: 190px;
	min-width: 120px;
	line-height: 20px
}
#patkain .l3 {
	width: 230px
}
#patkain .l4 {
	float: right;
	width: 180px
}
#patkain .l4 img {
	margin-top: 5px;
	border: none
}
#patkain span.nadp {
	color: #000;
	font-size: 115%
}
#patkain form {
	margin: 16px 0 0 0;
	padding: 0
}
#patkain input[type=text] {
	background: url(img/patformbg.png);
	width: 117px;
	float: left;
	color: #000;
	padding: 12px 5px 13px 25px;
	border: none;
	margin: 0
}
#patkain form a {
	display: block;
	width: 75px;
	height: 27px;
	background: url(img/ico-patformodeslat.png);
	color: #fff;
	float: left;
	text-align: center;
	padding-top: 12px
}
#patkain ul {
	margin: 0 0 0 15px;
	padding: 7px 0 0 0
}
#patkain ul li {
	list-style: square;
	color: #fff;
	line-height: 25px;
	list-style-image: none
}
#patkain ul li a {
	text-decoration: underline
}
#mid-menu {
	text-align: right;
	padding: 23px 30px 0 0
}
#mid-menu p {
	margin: 0;
	padding: 0;
	color: #4f5657;
	font-size: 11px
}
.mid-predel {
	font-size: 150%;
	font-weight: 400;
	color: #0096c8;
	text-decoration: none;
	padding: 0 20px 0 20px
}
ul.hlavni {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-size: .91em
}
#hornav li {
	position: relative;
	display: inline
}
#hornav li a {
	font-size: 140%;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	color: #fff;
	text-decoration: none
}
#hornav li a:hover {
	color: #000
}
#hornav li li a {
	font-size: 140%;
	color: #fff;
	background-color: #424242;
	padding: 5px 3px 5px 6px;
	display: block;
	font-weight: 400;
	border-bottom: 1px dotted #a00101;
	text-decoration: none;
	margin: 0;
	width: 150px
}
#hornav li li a:hover {
	color: #000
}
#hornav li li {
	display: block;
	text-align: left;
	width: 150px;
	padding: 0 4px
}
#hornav a:hover {
	color: #ff0
}
#hornav ul {
	display: none;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	top: 15px;
	left: 0;
	background-color: transparent;
	z-index: 2000
}
#hornav li:hover ul ul {
	display: none;
	z-index: 2000
}
#hornav li:hover ul, #hornav ul li:hover ul {
	display: block;
	z-index: 2000
}
#hornav ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
	background-color: #424242;
	z-index: 2000
}
div.allmedia {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	margin: 20px 0 10px 0
}
div.detprodmedia {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	margin: 0 0 10px 0
}
div.allmedia p, div.detprodmedia p {
	margin: 0;
	padding: 0;
	font-size: 10px
}
.clear {
	clear: both
}
.divr {
	text-align: right
}
.divl {
	text-align: left
}
.my_msg_note_timeout, .my_msg_note_timeout_err {
	position: absolute;
	font-size: 13px;
	margin-left: 0;
	margin-top: -20px;
	padding-top: 12px;
	text-align: center;
	background: #ffe57e;
	border: 1px solid #e3b70a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}
.my_msg_note_timeout {
	color: #444
}
.my_msg_note_timeout_err {
	color: red
}
.couponerror {
	color: #fff;
	background: #ff0004;
	padding: 10px;
	text-align: center
}
table.table1 {
	line-height: 1.4em;
	border-collapse: separate;
	margin: 15px 0 15px 0
}
.table1 thead th {
	padding: 5px;
	color: #000;
	border: 1px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	background-color: #eee4d1;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(.02, #b59d6d), color-stop(.51, #dccdb0), color-stop(.87, #eee4d1));
	background: -moz-linear-gradient(center bottom, #b59d6d 2%, #dccdb0 51%, #eee4d1 87%)
}
.table1 thead th:empty {
	background: 0 0;
	border: none
}
.table1 tbody th {
	font-weight: 400;
	width: 32%;
	color: #000;
	background-color: #eee4d1;
	border: 1px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
	padding: 0 10px;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(.02, #b59d6d), color-stop(.51, #dccdb0), color-stop(.87, #eee4d1));
	background: -moz-linear-gradient(left bottom, #b59d6d 2%, #dccdb0 51%, #eee4d1 87%);
	text-align: left
}
.table1 tfoot td {
	color: #9cd009;
	font-size: 32px;
	text-align: center;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #444
}
.table1 tfoot th {
	color: #666
}
.table1 tbody tr:nth-of-type(even) {
	background: #f8f8f8
}
.table1 tbody tr:nth-of-type(odd) {
	background: #ececec
}
.table1 tbody td {
	padding: 5px;
	text-align: center;
	font-size: 13px
}
.menu1-konfigurator {
	padding: 9px 0 0 20px;
	margin-left: 0;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	height: 29px;
	background: url(img/menu1-top-bg3.png) no-repeat
}
div.modkonfclose {
	padding: 12px 17px 0 17px;
	background: url(img/bgmodkonf.png) top center no-repeat;
	text-align: center;
	color: #fff;
	height: 110px;
	animation: pulsesmall 2s linear infinite;
	-moz-animation: pulsesmall 2s linear infinite;
	-webkit-animation: pulsesmall 2s linear infinite;
	-o-animation: pulsesmall 2s linear infinite
}
div.modkonfclose:hover {
	background: url(img/bgmodkonf.png) bottom center no-repeat;
	animation: fadein 1s, pulsesmall 2s linear infinite;
	-moz-animation: fadein 1s, pulsesmall 2s linear infinite;
	-webkit-animation: fadein 1s, pulsesmall 2s linear infinite;
	-o-animation: fadein 1s, pulsesmall 2s linear infinite
}
div.modkonfclose strong {
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase
}
div.modkonfclose a {
	color: #dcd7cc;
	display: block;
	font-size: 14px;
	padding-top: 20px
}
div.modkonfclose a span {
	display: block;
	padding-top: 10px
}
div.modkonfigurator {
	padding: 10px 22px
}
form#konfigurator strong {
	display: block;
	font-size: 12px;
	padding: 10px 0 5px 0
}
form#konfigurator span.grey {
	color: #aaa
}
div.modkonfigurator a.buthide {
	display: block;
	padding: 5px 10px;
	background: #b59d6d;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center
}
div.modkonfigurator a.buthide:hover {
	background: #3b3b3b
}
div.modkonfigurator a.buthide i {
	font-size: 18px!important;
	margin-right: 10px
}
div#skryteurlkonf {
	display: none;
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: 10px;
	color: #a8a8a8;
	background: #fff;
	padding: 2px;
	text-align: left
}
div#konfilters {
	padding: 10px;
	background: #eee
}
div#konfilters p {
	margin: 5px 0
}
div#konfilters p.alert {
	text-align: right;
	color: #ff0004
}
div#konfilters p.alert span {
	padding-top: 10px;
	display: block;
	font-weight: 700;
	color: #ff0004;
	animation: pulsesmall 2s linear infinite;
	-moz-animation: pulsesmall 2s linear infinite;
	-webkit-animation: pulsesmall 2s linear infinite;
	-o-animation: pulsesmall 2s linear infinite
}
div#konfilters a.rem {
	text-decoration: underline;
	display: inline-block;
	padding: 0 6px 0 4px
}
div#konfilters a.rem.more {
	padding: 4px 6px
}
.konfilters-cont {
	font-size: 11px;
	list-style: none;
	margin-left: 0;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
.konfilters-cont>li {
	line-height: 25px;
	padding: 0 6px 0 6px;
	background: #b59d6d;
	border-radius: 5px;
	color: #fff;
	float: left;
	margin: 0 10px 5px 0;
	position: relative;
	text-align: right;
	list-style: none!important;
	list-style-image: none!important
}
.konfilters-cont>li>a {
	color: #7d1515;
	text-decoration: none;
	font-weight: 700
}
form#filterform div.filhead {
	background: #763a3a;
	background: -moz-linear-gradient(top, #763a3a 0, #926161 100%);
	background: -webkit-linear-gradient(top, #763a3a 0, #926161 100%);
	background: linear-gradient(to bottom, #763a3a 0, #926161 100%);
	color: #fff;
	padding: 15px 17px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative
}
form#filterform div.filhead strong {
	display: block;
	font-size: 14px;
	border-bottom: 1px dotted #b1b1b1;
	margin-bottom: 10px;
	padding-bottom: 10px
}
form#filterform div.filhead span {
	display: block;
	font-size: 12px
}
form#filterform div.filhead:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #916060;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -10px
}
form#filterform div.vypparametryv14 {
	padding: 35px 5px 5px 5px!important;
	margin: -10px 0 10px 0!important
}
a.filthref {
	text-decoration: none;
	color: #333
}
div .banner {
	padding: 25px 0 0 22px;
	margin-bottom: 15px
}
div .banner p {
	color: #765c27;
	margin: 0;
	padding: 5px 0 0 13px
}
.icox {
	background: url(img/sprites-icons.png) 0 0 no-repeat;
	width: 12px;
	height: 12px
}
.hide {
	display: none
}
.modtxtpalub {
	margin: 0 13px 0 0;
	text-align: center;
	background: #fff;
	padding: 15px 0
}
.modtxtpalub a img {
	display: inline-block
}
.modtxtpalub a span {
	display: block;
	font-weight: 700;
	margin-top: 10px
}
.bannertxtpalub {
	text-align: center;
	background: #fff;
	padding: 10px;
	border: 1px solid #afafa7
}
.bannertxtpalub a img {
	display: inline-block
}
.bannertxtpalub a span {
	display: block;
	font-weight: 700;
	margin-top: 10px
}
div.dopravabanner {
	background: url(img/banner-2016.jpg);
	width: 180px;
	height: 695px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10
}
div.dopravabanner>a {
	text-indent: -9999px;
	white-space: nowrap;
	position: absolute
}
div.dopravabanner>a.close {
	width: 149px;
	height: 30px;
	right: 0;
	top: 0
}
div.dopravabanner>a.more {
	width: 150px;
	right: 0;
	bottom: 0;
	height: 560px
}
div.darky {
	padding: 70px 0
}
div.darky div.darek {
	display: inline-block;
	width: 154px;
	height: 215px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	background: #fff;
	padding: 5px;
	margin-bottom: 5px
}
div.darky div.darek span {
	height: 40px;
	display: block
}
div.darky div.darek img {
	width: 100%;
	margin: 0 auto;
	display: block
}
div.darky div.darek div.vyber {
	vertical-align: middle;
	margin-bottom: 5px
}
div.darky div.darek div.vyber input, div.darky div.darek div.vyber strong {
	display: inline-block;
	font-weight: 400
}
.katdarky .vypzboziv1:after {
	display: none
}
h2.katdarkynadp {
	font-size: 15px;
	clear: both;
	color: #fff;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	background: #783d3d;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(118, 58, 58, 1) 0, rgba(146, 96, 96, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(118, 58, 58, 1) 0, rgba(146, 96, 96, 1) 100%);
	background: linear-gradient(to bottom, rgba(118, 58, 58, 1) 0, rgba(146, 96, 96, 1) 100%)
}
#cookies-agreement {
	font-size: 12px;
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 30px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, .3);
	padding: 10px;
	z-index: 99999999
}
#cookies-agreement a {
	color: #333
}
#cookies-agreement a.buttoncookie {
	color: #fff;
	background: #30ab57;
	display: inline-block;
	padding: 8px 10px
}
#searchResults {
	position: absolute;
	top: 100%;
	width: 98%;
	background: #fff;
	display: none;
	z-index: 5000;
	border: 1px solid #aaa;
	padding: 2%
}
#searchResults img {
	width: 60px;
	vertical-align: middle;
	float: left
}
#searchResults a.s-txt {
	line-height: 20px;
	display: block
}
#searchResults a.s-prod {
	vertical-align: middle;
	text-decoration: none;
	display: block;
	overflow: hidden;
	line-height: 20px;
	padding: 2px 0;
	border-top: 1px dotted #aaa
}
#searchResults a.s-prod:first-of-type {
	border-top: 0
}
#searchResults a.s-prod:hover {
	background: #ededed
}
.ui-widget-header {
	background: #b59d6d!important
}
#imwin {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 8px;
	margin: -8px;
	background: #fff;
	z-index: 1000;
	width: 300px;
	height: 300px;
	border: 1px solid #7d1515;
	text-align: center
}
#imwin img {
	max-width: 100%!important;
	max-height: 100%!important;
	margin: 0 auto!important
}
.vypbigimg {
	display: none;
	position: absolute;
	top: -80px;
	left: -50%;
	width: 300px;
	height: 240px;
	z-index: 10000;
	border: 1px solid #7d1515;
	background: rgba(255, 255, 255, 1);
	text-align: center
}
.vypbigimg span {
	display: block;
	padding: 5px;
	color: #000;
	font-size: 12px
}
.vypbigimg img {
	width: auto!important;
	max-height: 200px!important;
	margin: 0 auto!important
}
.vypzboziv1:hover .vypbigimg {
	display: block
}
.vypbigimg:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #7d1515;
	bottom: -10px;
	left: 49%
}
.vypzboziv1 img {
	display: inline-block;
	max-width: 100%;
	min-width: 48px;
	min-height: 48px
}
.webreconst:before {
	content: "ProvĂˇdĂ­me rekonstrukci strĂˇnek. PĹ™ijÄŹte prosĂ­m pozdÄ›ji.";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 27, 49, .95);
	color: #fff;
	z-index: 99999999999999;
	text-align: center;
	font-size: 20px;
	padding-top: 20%
}
.newslettercheck {
	padding: 10px;
	background: #d9cbb2;
	font-weight: 600;
	font-size: 14px
}
@media print {
	body {
		font-size: 13px!important
	}
	#col-levo, #col-pravo, #cookies-agreement, #maintop, #patkain, #tophlavicka, .bannertxtpalub, .dopravabanner, .modtagymaincentral {
		display: none!important
	}
	#col-obsah, #main-down, #main-in {
		width: 100%!important
	}
	#col-obsah {
		float: none!important;
		left: auto!important
	}
}
.zoomphoto {
	display: inline-block;
	position: relative
}
.zoomphoto:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(icon.png)
}
.zoomphoto img {
	display: block
}
.zoomphoto img::selection {
	background-color: transparent
}
.znackyobsah a {
	text-decoration: none;
	border-bottom: none!important
}
#btn-vyprazdnit-kosik {
	background: #ebebeb;
	color: #848383;
	cursor: pointer
}
#btn-vyprazdnit-kosik:hover {
	color: #fff;
	background: #848383
}
.header-right-wrapper {
	position: absolute;
	right: 23px;
	top: 43px
}
.header-icons {
	display: flex;
	justify-content: flex-end
}
.header-icon-wrapper {
	display: flex;
	height: 40px;
	width: 160px;
	justify-content: space-around
}
.header-icon-delitko {
	width: 6px
}
.header-icon-kosik:hover, .header-icon-login:hover, .header-icon-search:hover {
	cursor: pointer
}
.header-icon-kosik-wrapper {
	position: relative
}
.header-icon-kosik-items {
	width: 14px;
	height: 14px;
	display: block;
	background: #b59d6d;
	position: absolute;
	top: -7px;
	right: -12px;
	border-radius: 20px;
	border: 3px solid #fff;
	text-align: center;
	font-size: 11px!important;
	color: #fff!important;
	font-weight: 700;
	font-style: normal;
	line-height: 14px
}
.c-search-fixed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9100;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow-y: auto;
	background-color: #000;
	opacity: .9;
	color: #666
}
.c-search-fixed__padding {
	padding: 0 5%
}
.c-search-fixed__input {
	width: 100%;
	height: 41px;
	position: relative;
	margin: 50px 0;
	padding: 0;
	border-bottom: 1px solid #787878
}
.c-search-fixed__input input {
	width: 100%;
	line-height: 50px;
	height: 50px;
	font-size: 36px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0;
	outline: 0;
	transition: all .3s ease 0s
}
.c-search-fixed__close {
	font-family: Roboto, sans-serif;
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 42px;
	right: 5%;
	color: #fff;
	cursor: pointer
}
.navrespo {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 999999
}
#ResponsiveNavigation {
	margin: 0;
	display: none
}
.RespoMenu li ul {
	display: none
}
a.respmenubut {
	display: none
}
#off-canvas {
	display: none
}
@media (max-width:1400px) {
	.bannertxtpalub {
		display: none
	}
}
@media (max-width:1100px) {
	#main #mainintop {
		width: 98%
	}
	#main-down {
		margin: 0 10px;
		background: #fff
	}
	#main-down-in {
		margin: 0;
		background: #fff
	}
	#maindownbot {
		display: none
	}
	#tophlavicka {
		background: 0 0
	}
	#tophlavicka div.img {
		width: 300px;
		height: auto
	}
	#tophlavicka div.img a img {
		width: 300px!important;
		height: auto!important
	}
	#topmenu {
		bottom: -2px
	}
}
@media (max-width:1024px) {
	#main #main-down, #main #main-in, #main #mainintop, #patka>#patkain {
		width: 98%
	}
	#col-levo {
		width: 25%!important;
		left: -55%
	}
	#col-obsah {
		width: 55%!important;
		left: 25%
	}
	#col-pravo {
		width: 20%!important
	}
	#l-main, #r-main, #r-maintop {
		margin: 0 5px
	}
	#obsah {
		padding: 0 0
	}
	.slider-wrapper.theme-default {
		width: 100%;
		height: auto
	}
	#l-main div.nadpis, #r-main div.nadpis {
		padding: 10px 10px;
		background: 0 0;
		background: #cfbfa0
	}
	.menu1-konfigurator, .menu1-top {
		padding: 5px 10px;
		height: auto;
		background: #616161
	}
	div.modkonfclose strong {
		font-size: 12px
	}
	div.modkonfclose a {
		font-size: 12px;
		padding-top: 10px
	}
	.vypzboziv1 {
		width: 32%;
		margin: 10px 2% 30px 0
	}
	.vyptab {
		position: relative
	}
	.vyptab.mid div.slevy {
		margin: 0;
		right: 0
	}
	.vyptab.cena .tlacitka .detail a, .vyptab.cena .tlacitka .kosik a {
		float: none;
		width: auto;
		display: block;
		margin-bottom: 2px
	}
	.novinka img {
		width: 92%
	}
	div.modkonfclose {
		min-height: 120px;
		background: #946161
	}
	div.modkonfclose:hover {
		background: #616161
	}
}
@media (max-width:966px) {
	#tophlavicka div.img, #tophlavicka div.txt {
		left: 20%
	}
	#topmenu {
		left: 37px
	}
	.vypmnoz ul li.nic {
		width: 28%
	}
}
@media (max-width:768px) {
	#main, #main-down, #main, #main-in, #main, #mainintop, #patka>#patkain {
		width: 98% !important;
	}
	#tophlavicka {
		margin-top: 60px;
		height: 100px
	}
	#tophlavicka div.img {
		top: 4px;
		left: 30%
	}
	#tophlavicka div.txt {
		display: none
	}
	#tophlavicka div.login {
		left: 2%;
		text-align: left;
		top: 40px;
		right: auto
	}
	#tophlavicka div.kosik {
		width: auto;
		position: absolute;
		top: 65px;
		left: 2%;
		right: auto;
		text-align: left
	}
	#tophlavicka div.hledani {
		width: 235px;
		position: absolute;
		top: auto;
		bottom: 5px;
		right: 1%
	}
	#topmenu {
		bottom: 0;
		left: 2%;
		width: 85%
	}
	#topmenu ul li {
		list-style: none;
		display: inline-block;
		height: auto;
		margin-left: 0;
		position: relative
	}
	#topmenu ul li a {
		height: 26px;
		background: #763a3a;
		padding: 10px 7px 0 7px;
		font-size: 12px
	}
	#topmenu ul li span {
		display: none
	}
	#col-levo {
		width: 30%!important;
		left: -70%
	}
	#col-obsah {
		width: 70%!important;
		left: 30%
	}
	#col-pravo {
		width: 100%!important;
		left: 0;
		clear: both
	}
	#l-main, #r-main, #r-maintop {
		margin: 0 5px
	}
	#obsah {
		padding: 0 0
	}
	.slider-wrapper.theme-default {
		width: 100%;
		height: auto
	}
	#l-main div.nadpis, #r-main div.nadpis, form#filterform {
		display: none
	}
	.menu1-konfigurator, .menu1-top {
		padding: 5px 10px;
		height: auto;
		background: #616161
	}
	.novinka img {
		width: 92%
	}
	.modanketamain, .novinka, p.anarchiv, p.archiv {
		background: 0 0
	}
	.modpartnerimain a {
		display: inline-block
	}
	.modnejoblibene p {
		background: 0 0
	}
	.modnejoblibene p a img {
		margin: 5px auto 2px auto;
		display: block
	}
	.vyptab {
		position: relative
	}
	.vyptab.mid div.slevy {
		margin: 0;
		right: 0
	}
	.vyptab.cena .tlacitka .detail a, .vyptab.cena .tlacitka .kosik a {
		float: none;
		width: auto;
		display: block;
		margin-bottom: 2px
	}
	#patkain .l1, #patkain .l2, #patkain .l3, #patkain .l4, #patkain .lsocial {
		float: none;
		display: block;
		margin: 0 5% 0 5%;
		padding: 0!important;
		min-height: 1%!important;
		height: auto;
		border: none!important
	}
	div#___page_0 {
		display: none!important
	}
	div.modkonfclose {
		padding: 12px 17px;
		text-align: center;
		color: #fff;
		height: auto
	}
	.bannertxtpalub {
		display: none
	}
	#col-levo, #col-obsah, #col-obsah-wide-right {
		width: 100%!important;
		left: 0;
		float: none;
		clear: both
	}
	.mods2, .modtxtmain {
		display: none
	}
	.header-right-wrapper {
		display: none
	}
	.navrespo {
		left: 0;
		width: 100%;
		background: #000;
		display: flex;
		align-items: center
	}
	.navrespo .header-icon-search {
		margin: 0 20px;
		padding-top: 4px
	}
	.navrespo .header-icon-kosik-wrapper {
		margin-top: 4px
	}
	.navrespo-logo-wrapper {
		margin: auto
	}
	.navrespo-logo-img {
		width: 90px
	}
	.toggle-navigation {
		display: block;
		height: auto;
		margin-left: auto;
		position: relative;
		padding: 8px 5px;
		color: #fff;
		font-size: 14px;
		float: right
	}
	.toggle-navigation:hover {
		cursor: pointer
	}
	.toggle-navigation .taoxicon, .toggle-navigation .txt {
		display: table-cell
	}
	.toggle-navigation .taoxicon {
		padding: 0 0 0 7px;
		top: 4px;
		position: relative
	}
	.toggle-navigation .icon {
		padding: 7px
	}
	.toggle-navigation .icon .line {
		-moz-transition: .2s ease-in-out all;
		-webkit-transition: .2s ease-in-out all;
		transition: .2s ease-in-out all;
		background-color: #fff;
		display: block;
		height: 2px;
		margin-bottom: 3px;
		width: 15px
	}
	.toggle-navigation.active .icon .line:first-child {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: relative;
		top: 5px
	}
	.toggle-navigation.active .icon .line:nth-child(2) {
		opacity: 0
	}
	.toggle-navigation.active .icon .line:last-child {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: relative;
		top: -5px
	}
	#ResponsiveNavigation {
		position: fixed;
		box-sizing: border-box;
		background: #000;
		top: 0;
		right: -100%;
		width: 90%;
		height: 100%;
		z-index: 999998;
		overflow: hidden;
		overflow-y: scroll;
		color: #fff;
		display: flex;
		flex-direction: column;
		padding: 50px 5% 0 5%
	}
	#ResponsiveNavigation a {
		color: #fff
	}
	.RespoMenu ul, .RespoUser {
		margin: 0;
		padding: 5px 10px 5px 18px
	}
	.RespoMenu li, .RespoUser li {
		color: #7c7c7c;
		line-height: 30px
	}
	.RespoMenuHead {
		padding: 7px 20px;
		background: #cecbcb;
		color: #000
	}
	.RespoMenu {
		flex-grow: 1
	}
	.RespoMenu a {
		display: block
	}
	#off-canvas {
		display: block;
		position: fixed;
		background: #424242;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		z-index: 999998;
		overflow: hidden;
		overflow-y: scroll;
		color: #fff
	}
	.off-canvas-navigation {
		position: fixed;
		background: #424242;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		z-index: 999998;
		overflow: hidden;
		overflow-y: scroll;
		color: #fff
	}
	.menu1 {
		display: none
	}
	li.menu1-main0, li.menu1-main1 {
		background: 0 0
	}
	#off-canvas>.menu1 {
		display: block!important
	}
	#off-canvas>.menu1 li a {
		color: #fff;
		font-size: 13px
	}
	#off-canvas>.menu1 li a.active {
		color: #badc20
	}
	#off-canvas>.menu1>.menu1-top {
		display: block;
		color: #fff;
		line-height: 35px
	}
	div.dopravabanner {
		display: none
	}
}
@media (max-width:480px) {
	#main, #main-down, #main, #main-in, #main, #mainintop, #patka>#patkain {
		width: 98% !important;
	}
	#topmenu {
		left: 0;
		width: 100%
	}
	#tophlavicka div.img {
		left: 12%
	}
	#main-down {
		margin: 0;
		background: #fff
	}
	#main #main-down {
		width: 99.5%
	}
	.text-vrch {
		padding: 0
	}
	#tophlavicka {
		height: 90px
	}
	a.respmenubut {
		display: block;
		position: absolute;
		bottom: 49px;
		right: 0;
		width: 30px;
		height: 25px;
		background: #fff url(responsivemenu.png) center no-repeat;
		border: 5px #fff solid
	}
	.bannertxtpalub {
		display: none
	}
	#tophlavicka div.kosik {
		top: 80px
	}
	#tophlavicka div.hledani {
		width: 235px;
		position: absolute;
		top: 120px;
		left: 2%;
		right: auto
	}
	.tophlavicka-kosik {
		height: 65px!important
	}
	.detmain .tabfoto, .detmain .tabinfo {
		width: auto;
		float: none;
		display: block
	}
	.detmain .tabfoto a img {
		width: 50%;
		margin-bottom: 5px
	}
	table.detmaingaler tr td {
		display: inline-block!important
	}
	.trizeni td.td1, .trizeni td.td2 {
		display: none
	}
	.strankovani a:active, .strankovani a:link, .strankovani a:visited {
		margin-right: 1px
	}
	div.vypparametryv14 div.filparametry p.parnadp, div.vypparametryv14 div.filvyrobci p.parnadp {
		width: 100%
	}
	.vypzboziv1 {
		width: 100%;
		margin: 10px 0 0 0;
		float: none
	}
	.vyptab.mid {
		text-align: center
	}
	.vyptab.mid img {
		width: auto
	}
	div.vypfiltryv14 table tr td {
		display: block;
		width: 100%
	}
	div.vypparametryv14 div.filceny {
		float: none;
		width: 100%
	}
	div.zopim {
		display: none
	}
	.vypmnoz ul li.nic {
		width: 44%;
		margin-right: 1%
	}
	.vypmnoz ul li:nth-child(3n).nic {
		margin-right: 1%
	}
	.kosik-cta-prev {
		display: none
	}
	.kosmain-steps {
		height: 60px
	}
	.kostab-cenazakus {
		display: none
	}
	a.button.kostl2, input[type=submit].kostl2 {
		display: inline-block;
		width: 94%;
		text-align: center
	}
	.vytvoreni-uzivatele-prevnext {
		flex-direction: column;
		text-align: center
	}
	#vytvoreni-uzivatele-prev-button {
		margin-bottom: 15px;
		width: 94%
	}
}
@media (max-width:360px) {
	#main, #main-down, #main, #main-in, #main, #mainintop, #patka>#patkain {
		width: 98% !important;
	}
	#tophlavicka div.img {
		left: 2%
	}
	#tophlavicka {
		height: 140px
	}
	.flexy-menu {
		width: 100%;
		height: auto
	}
	.flexy-menu>li.showhide span.title {
		font-size: 15px;
		margin: 14px 0 0 10px
	}
	.flexy-menu>li.showhide span.icon {
		float: right;
		margin: 11px 20px
	}
	.vyptab.mid img {
		width: auto
	}
	.modfotogal a {
		width: 95%;
		float: none
	}
	.modfotogal a img {
		width: 100%
	}
	.vypmnoz ul li.nic {
		width: 93%;
		margin-right: 0!important
	}
}
@media (max-width:1200px) {
	#obsah img {
		max-width: 100%!important;
		height: auto!important
	}
	iframe {
		max-width: 100%!important
	}
	iframe.respo {
		width: 100%!important
	}
}

