
/*
** Start with the normalize CSS reset, and then belay some of its effects
*/



*, input[type="search"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html button {
	line-height: 1.2;
}

/*
** Basic element styles
*/

html {
	font-family: ;
	text-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html:-webkit-full-screen {
	background-color: #ececec;
}

body.tc-body {
	font-size: 13px;
	line-height: ;
	color: #333333;
	background-color: #ececec;
	word-wrap: break-word;
	


}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 300;
}

pre {
	display: block;
	padding: 14px;
	margin-top: 1em;
	margin-bottom: 1em;
	word-break: normal;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 0 3px 2px;
	border-radius: 3px;
	font-family: ;
}

code {
	color: #dd1144;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
    white-space: pre-wrap;
	padding: 0 3px 2px;
	border-radius: 3px;
	font-family: ;
}

blockquote {
	border-left: 5px solid #bbb;
	margin-left: 25px;
	padding-left: 10px;
}

dl dt {
	font-weight: bold;
	margin-top: 6px;
}

textarea, input[type=text] {
	color: #333333;
	background-color: #ffffff;
}

.tc-muted {
	color: #bbb;
}

svg.tc-image-button {
	padding: 0px 1px 1px 0px;
}

/*
Markdown likes putting code elements inside pre elements
*/
pre > code {
	padding: 0;
	border: none;
	background-color: inherit;
	color: inherit;
}

table {
	border: 1px solid #dddddd;
	width: auto;
	max-width: 100%;
	caption-side: bottom;
	margin-top: 1em;
	margin-bottom: 1em;
}

table th, table td {
	padding: 0 7px 0 7px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

table thead tr td, table th {
	background-color: #f0f0f0;
	font-weight: bold;
}

table tfoot tr td {
	background-color: #a8a8a8;
}

.tc-csv-table {
	white-space: nowrap;
}

.tc-tiddler-frame img,
.tc-tiddler-frame svg,
.tc-tiddler-frame canvas,
.tc-tiddler-frame embed,
.tc-tiddler-frame iframe {
	max-width: 100%;
}

.tc-tiddler-body > embed,
.tc-tiddler-body > iframe {
	width: 100%;
	height: 600px;
}

/*
** Links
*/

button.tc-tiddlylink,
a.tc-tiddlylink {
	text-decoration: none;
	font-weight: normal;
	color: #705A5A;
	-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
}

.tc-sidebar-lists a.tc-tiddlylink {
	color: #999999;
}

.tc-sidebar-lists a.tc-tiddlylink:hover {
	color: #444444;
}

button.tc-tiddlylink:hover,
a.tc-tiddlylink:hover {
	text-decoration: underline;
}

a.tc-tiddlylink-resolves {
}

a.tc-tiddlylink-shadow {
	font-weight: bold;
}

a.tc-tiddlylink-shadow.tc-tiddlylink-resolves {
	font-weight: normal;
}

a.tc-tiddlylink-missing {
	font-style: italic;
}

a.tc-tiddlylink-external {
	text-decoration: underline;
	color: #888888;
	background-color: inherit;
}

a.tc-tiddlylink-external:visited {
	color: #999999;
	background-color: inherit;
}

a.tc-tiddlylink-external:hover {
	color: inherit;
	background-color: inherit;
}

/*
** Drag and drop styles
*/

.tc-tiddler-dragger {
	position: relative;
	z-index: -10000;
}

.tc-tiddler-dragger-inner {
	position: absolute;
	display: inline-block;
	padding: 8px 20px;
	font-size: 16.9px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #333333;
	border-radius: 20px;
}

.tc-tiddler-dragger-cover {
	position: absolute;
	background-color: #ececec;
}

.tc-dropzone {
	position: relative;
}

.tc-dropzone.tc-dragover:before {
	z-index: 10000;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,200,0,0.7);
	text-align: center;
	content: "Перетащите сюда (или нажмите escape для отмены)";
}

/*
** Plugin reload warning
*/

.tc-plugin-reload-warning {
	z-index: 1000;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #ffe476;
	text-align: center;
}

/*
** Buttons
*/

button svg, button img {
	vertical-align: middle;
}

.tc-btn-invisible {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.tc-btn-icon svg {
	height: 1em;
	width: 1em;
	fill: #bbb;
}

.tc-btn-text {
	padding: 0;
	margin: 0;
}

.tc-btn-big-green {
	display: inline-block;
	padding: 8px;
	margin: 4px 8px 4px 8px;
	background: #34c734;
	color: #ffffff;
	fill: #ffffff;
	border: none;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: none;
}

.tc-btn-big-green svg,
.tc-btn-big-green img {
	height: 2em;
	width: 2em;
	vertical-align: middle;
}

.tc-sidebar-lists input {
	color: #333333;
}

.tc-sidebar-lists button {
	color: #333333;
	fill: #333333;
}

.tc-sidebar-lists button.tc-btn-mini {
	color: #c0c0c0;
}

.tc-sidebar-lists button.tc-btn-mini:hover {
	color: #444444;
}

button svg.tc-image-button, button .tc-image-button img {
	height: 1em;
	width: 1em;
}

/*
** Tags and missing tiddlers
*/

.tc-tag-list-item {
	position: relative;
	display: inline-block;
	margin-right: 7px;
}

.tc-tags-wrapper {
	margin: 4px 0 14px 0;
}

.tc-missing-tiddler-label {
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	font-size: 11.844px;
	line-height: 14px;
	white-space: nowrap;
	vertical-align: baseline;
}

button.tc-tag-label, span.tc-tag-label {
	display: inline-block;
	padding: 0.16em 0.7em;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 1.2em;
	color: #ffffff;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #d5ad34;
	border-radius: 1em;
}

.tc-untagged-separator {
	width: 10em;
	left: 0;
	margin-left: 0;
	border: 0;
	height: 1px;
	background: #d8d8d8;
}

button.tc-untagged-label {
	background-color: #999999;
}

.tc-tag-label svg, .tc-tag-label img {
	height: 1em;
	width: 1em;
	fill: #ffffff;
}

.tc-tag-manager-table .tc-tag-label {
	white-space: normal;
}

.tc-tag-manager-tag {
	width: 100%;
}

/*
** Page layout
*/



.tc-topbar-left {
	left: 29px;
	top: 5px;
}

.tc-topbar-right {
	top: 5px;
	right: 29px;
}

.tc-topbar button {
	padding: 5px;
}

.tc-topbar svg {
	fill: #bbb;
}

.tc-topbar button:hover svg {
	fill: #333333;
}

.tc-sidebar-header {
	color: #ff6c60;
	fill: #ff6c60;
}

.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {
	font-weight: 300;
}

.tc-sidebar-header .tc-sidebar-lists p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.tc-sidebar-header .tc-missing-tiddler-label {
	color: #ff6c60;
}

.tc-advanced-search input {
	width: 60%;
}

.tc-search a svg {
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
}

.tc-search-results {
	padding-top: 14px;
}

.tc-page-controls {
	margin-top: 14px;
	font-size: 1.5em;
}

.tc-page-controls button {
	margin-right: 0.5em;
}

.tc-page-controls a.tc-tiddlylink:hover {
	text-decoration: none;
}

.tc-page-controls img {
	width: 1em;
}

.tc-page-controls svg,
.tc-search svg {
	fill: #f0f0f0;
}

.tc-page-controls button:hover svg, .tc-page-controls a:hover svg,
.tc-search button:hover svg, .tc-search a:hover svg {
	fill: #ffbb6b;
}

.tc-menu-list-item {
	white-space: nowrap;
}

.tc-menu-list-count {
	font-weight: bold;
}

.tc-menu-list-subitem {
	padding-left: 7px;
}

.tc-story-river {
	position: relative;
}

@media (max-width: 1000px) {

	.tc-sidebar-header {
		padding: 14px;
		min-height: 32px;
		
	}

	.tc-story-river {
		position: relative;
		padding: 0;
	}
}

@media (min-width: 1000px) {

	.tc-message-box {
		margin: 21px -21px 21px -21px;
	}

	.tc-sidebar-scrollable {
		position: fixed;
		top: 0px;
		left: 1100px;
		bottom: 0;
		right: 0;
		overflow-y: auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 0 0 -42px;
		padding: 71px 0 28px 42px;
	}

	.tc-story-river {
		position: relative;
		left: 0px;
		top: 0px;
		width: 1200px;
		padding: 42px 42px 42px 42px;
	}

.tc-story-river {
		width: auto;
	}

}

@media print {

	body.tc-body {
		background-color: transparent;
	}

	.tc-sidebar-header, .tc-topbar {
		display: none;
	}

	.tc-story-river {
		margin: 0;
		padding: 0;
	}

	.tc-story-river .tc-tiddler-frame {
		margin: 0;
		border: none;
		padding: 28px;
	}
}

/*
** Tiddler styles
*/

.tc-tiddler-frame {
	margin-bottom: 28px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}



.tc-tiddler-info {
	padding: 14px 42px 14px 42px;
	background-color: #f8f8f8;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.tc-tiddler-info p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.tc-tiddler-info .tc-tab-buttons button.tc-tab-selected {
	background-color: #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}

.tc-view-field-table {
	width: 100%;
}

.tc-view-field-name {
	width: 1%; /* Makes this column be as narrow as possible */
	text-align: right;
	font-style: italic;
	font-weight: 200;
}

.tc-view-field-value {
}

@media (max-width: 1000px) {
	.tc-tiddler-frame {
		padding: 14px 14px 14px 14px;
	}

	.tc-tiddler-info {
		margin: 0 -14px 0 -14px;
	}
}

@media (min-width: 1000px) {
	.tc-tiddler-frame {
		padding: 28px 42px 42px 42px;
		width: ;
		border-radius: 2px;
	}

.tc-tiddler-frame {
		width: 100%;
	}

	.tc-tiddler-info {
		margin: 0 -42px 0 -42px;
	}
}

.tc-site-title,
.tc-titlebar {
	font-weight: 300;
	font-size: 2.35em;
	line-height: 1.2em;
	color: #182955;
	margin: 0;
}

.tc-site-title {
	color: #182955;
}

.tc-tiddler-title-icon {
	vertical-align: middle;
}

.tc-system-title-prefix {
	color: #bbb;
}

.tc-titlebar h2 {
	font-size: 1em;
	display: inline;
}

.tc-titlebar img {
	height: 1em;
}

.tc-subtitle {
	font-size: 0.9em;
	color: #c0c0c0;
	font-weight: 300;
}

.tc-tiddler-missing .tc-title {
  font-style: italic;
  font-weight: normal;
}

.tc-tiddler-frame .tc-tiddler-controls {
	float: right;
}

.tc-tiddler-controls .tc-drop-down {
	font-size: 0.6em;
}

.tc-tiddler-controls .tc-drop-down .tc-drop-down {
	font-size: 1em;
}

.tc-tiddler-controls > span > button {
	vertical-align: baseline;
	margin-left:5px;
}

.tc-tiddler-controls button svg, .tc-tiddler-controls button img {
	height: 0.75em;
	fill: #bbb1b1;
}

.tc-tiddler-controls button.tc-selected svg,
.tc-page-controls button.tc-selected svg  {
	fill: #444444;
}

.tc-tiddler-controls button.tc-btn-invisible:hover svg {
	fill: #888888;
}

@media print {
	.tc-tiddler-controls {
		display: none;
	}
}

.tc-tiddler-help { /* Help prompts within tiddler template */
	color: #bbb;
	margin-top: 14px;
}

.tc-tiddler-help a.tc-tiddlylink {
	color: #888888;
}

.tc-tiddler-frame input.tc-edit-texteditor, .tc-tiddler-frame textarea.tc-edit-texteditor {
	width: 100%;
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
	line-height: 1.3em;
	-webkit-appearance: none;
	margin: 4px 0 4px 0;
}

.tc-tiddler-frame .tc-binary-warning {
	width: 100%;
	height: 5em;
	text-align: center;
	padding: 3em 3em 6em 3em;
	background: #ffe476;
	border: 1px solid #b99e2f;
}

.tc-tiddler-frame input.tc-edit-texteditor {
	background-color: #f8f8f8;
}

canvas.tc-edit-bitmapeditor  {
	border: 6px solid #ffffff;
	cursor: crosshair;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	margin-top: 6px;
	margin-bottom: 6px;
}

.tc-edit-bitmapeditor-width {
	display: block;
}

.tc-edit-bitmapeditor-height {
	display: block;
}

.tc-tiddler-frame .tc-tiddler-body {
	font-size: ;
	line-height: ;
}

.tc-titlebar, .tc-tiddler-edit-title {
	overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */
}

/*
** Toolbar buttons
*/

.tc-page-controls svg.tc-image-new-button {
  fill: ;
}

.tc-page-controls svg.tc-image-options-button {
  fill: ;
}

.tc-page-controls svg.tc-image-save-button {
  fill: ;
}

.tc-tiddler-controls button svg.tc-image-info-button {
  fill: ;
}

.tc-tiddler-controls button svg.tc-image-edit-button {
  fill: ;
}

.tc-tiddler-controls button svg.tc-image-close-button {
  fill: ;
}

.tc-tiddler-controls button svg.tc-image-delete-button {
  fill: ;
}

.tc-tiddler-controls button svg.tc-image-cancel-button {
  fill: ;
}

.tc-tiddler-controls button svg.tc-image-done-button {
  fill: ;
}

/*
** Tiddler edit mode
*/

.tc-tiddler-edit-frame em.tc-edit {
	color: #bbb;
	font-style: normal;
}

.tc-edit-type-dropdown a.tc-tiddlylink-missing {
	font-style: normal;
}

.tc-edit-tags {
	border: 1px solid #cccccc;
	padding: 4px 8px 4px 8px;
}

.tc-edit-add-tag {
	display: inline-block;
}

.tc-edit-add-tag .tc-add-tag-name input {
	width: 50%;
}

.tc-edit-tags .tc-tag-label {
	display: inline-block;
}

.tc-edit-tags-list {
	margin: 14px 0 14px 0;
}

.tc-remove-tag-button {
	padding-left: 4px;
}

.tc-tiddler-preview {
	overflow: auto;
}

.tc-tiddler-preview-preview {
	float: right;
	width: 48%;
	border: 1px solid #cccccc;
	margin: 4px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}

.tc-tiddler-preview-edit {
	width: 48%;
}

.tc-edit-fields {
	width: 100%;
}


.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {
	border: none;
	padding: 4px;
}

.tc-edit-fields > tbody > .tc-edit-field:nth-child(odd) {
	background-color: #f0f4f0;
}

.tc-edit-fields > tbody > .tc-edit-field:nth-child(even) {
	background-color: #e0e8e0;
}

.tc-edit-field-name {
	text-align: right;
}

.tc-edit-field-value input {
	width: 100%;
}

.tc-edit-field-remove {
}

.tc-edit-field-remove svg {
	height: 1em;
	width: 1em;
	fill: #bbb;
	vertical-align: middle;
}

.tc-edit-field-add-name {
	display: inline-block;
	width: 15%;
}

.tc-edit-field-add-value {
	display: inline-block;
	width: 40%;
}

.tc-edit-field-add-button {
	display: inline-block;
	width: 10%;
}

/*
** Storyview Classes
*/

.tc-storyview-zoomin-tiddler {
	position: absolute;
	display: block;
	width: 100%;

}

/*
** Dropdowns
*/

.tc-btn-dropdown {
	text-align: left;
}

.tc-btn-dropdown svg, .tc-btn-dropdown img {
	height: 1em;
	width: 1em;
	fill: #bbb;
}

.tc-drop-down-wrapper {
	position: relative;
}

.tc-drop-down {
	min-width: 380px;
	border: 1px solid #bbb;
	background-color: #ffffff;
	padding: 7px 0 7px 0;
	margin: 4px 0 0 0;
	white-space: nowrap;
	text-shadow: none;
	line-height: 1.4;
}

.tc-drop-down .tc-drop-down {
	margin-left: 14px;
}

.tc-drop-down button svg, .tc-drop-down a svg  {
	fill: #333333;
}

.tc-drop-down button.tc-btn-invisible:hover svg {
	fill: #333333;
}

.tc-drop-down p {
	padding: 0 14px 0 14px;
}

.tc-drop-down svg {
	width: 1em;
	height: 1em;
}

.tc-drop-down img {
	width: 1em;
}

.tc-drop-down-language-chooser img {
	width: 2em;
	vertical-align: baseline;
}

.tc-drop-down a, .tc-drop-down button {
	display: block;
	padding: 0 14px 0 14px;
	width: 100%;
	text-align: left;
	color: #333333;
	line-height: 1.4;
}

.tc-drop-down .tc-file-input-wrapper {
	width: 100%;
}

.tc-drop-down .tc-file-input-wrapper button {
	color: #333333;
}

.tc-drop-down a:hover, .tc-drop-down button:hover, .tc-drop-down .tc-file-input-wrapper:hover button {
	color: #ffffff;
	background-color: #705A5A;
	text-decoration: none;
}

.tc-drop-down .tc-tab-buttons button {
	background-color: #ececec;
}

.tc-drop-down .tc-tab-buttons button.tc-tab-selected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.tc-drop-down-bullet {
	display: inline-block;
	width: 0.5em;
}

.tc-drop-down .tc-tab-contents a {
	padding: 0 0.5em 0 0.5em;
}

.tc-block-dropdown-wrapper {
	position: relative;
}

.tc-block-dropdown {
	position: absolute;
	min-width: 220px;
	border: 1px solid #bbb;
	background-color: #ffffff;
	padding: 7px 0;
	margin: 4px 0 0 0;
	white-space: nowrap;
	z-index: 1000;
}

.tc-block-dropdown a {
	display: block;
	padding: 4px 14px 4px 14px;
}

.tc-drop-down .tc-dropdown-item,
.tc-block-dropdown .tc-dropdown-item {
	padding: 4px 14px 4px 7px;
	color: #bbb;
}

.tc-block-dropdown a:hover {
	color: #ffffff;
	background-color: #705A5A;
	text-decoration: none;
}

/*
** Modals
*/

.tc-modal-wrapper {
	position: fixed;
	overflow: auto;
	overflow-y: scroll;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:9999;
}

.tc-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: #333333;
}

.tc-modal {
	z-index: 1100;
	background-color: #ffffff;
	border: 1px solid #999999;
}

@media (max-width: 55em) {
	.tc-modal {
		position: fixed;
		top: 1em;
		left: 1em;
		right: 1em;
	}

	.tc-modal-body {
		overflow-y: auto;
		max-height: 400px;
		max-height: 60vh;
	}
}

@media (min-width: 55em) {
	.tc-modal {
		position: fixed;
		top: 2em;
		left: 25%;
		width: 50%;
	}

	.tc-modal-body {
		overflow-y: auto;
		max-height: 400px;
		max-height: 60vh;
	}
}

.tc-modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eeeeee;
}

.tc-modal-header h3 {
	margin: 0;
	line-height: 30px;
}

.tc-modal-header img, .tc-modal-header svg {
	width: 1em;
	height: 1em;
}

.tc-modal-body {
	padding: 15px;
}

.tc-modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
}

/*
** Notifications
*/

.tc-notification {
	position: fixed;
	top: 14px;
	right: 42px;
	z-index: 91300;
	max-width: 280px;
	padding: 0 14px 0 14px;
	background-color: #ffffdd;
	border: 1px solid #999999;
}

/*
** Tabs
*/

.tc-tab-set.tc-vertical {
	display: -webkit-flex;
	display: flex;
}

.tc-tab-buttons {
	font-size: 0.85em;
	padding-top: 1em;
	margin-bottom: -2px;
}

.tc-tab-buttons.tc-vertical  {
	z-index: 100;
	display: block;
	padding-top: 14px;
	vertical-align: top;
	text-align: right;
	margin-bottom: inherit;
	margin-right: -1px;
	max-width: 33%;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.tc-tab-buttons button.tc-tab-selected {
	color: #666666;
	background-color: #ffffff;
	border-left: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.tc-tab-buttons button {
	color: #666666;
	padding: 3px 5px 3px 5px;
	font-weight: 300;
	border: none;
	background: inherit;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.tc-tab-buttons.tc-vertical button {
	display: block;
	width: 100%;
	margin-top: 3px;
	text-align: right;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.tc-tab-buttons.tc-vertical button.tc-tab-selected {
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
}

.tc-tab-divider {
	border-top: 1px solid #d8d8d8;
}

.tc-tab-divider.tc-vertical  {
	display: none;
}

.tc-tab-content {
	margin-top: 14px;
}

.tc-tab-content.tc-vertical  {
	display: inline-block;
	vertical-align: top;
	padding-top: 0;
	padding-left: 14px;
	border-left: 1px solid #cccccc;
	-webkit-flex: 1 0 70%;
	flex: 1 0 70%;
	overflow: auto; 
}

.tc-sidebar-lists .tc-tab-buttons {
	margin-bottom: -1px;
}

.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {
	background-color: #ececec;
	color: ;
	border-left: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.tc-sidebar-lists .tc-tab-buttons button {
	background-color: #eeeeee;
	color: #666666;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.tc-sidebar-lists .tc-tab-divider {
	border-top: 1px solid #e4e4e4;
}

.tc-more-sidebar .tc-tab-buttons button {
	background-color: #eeeeee;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: 1px solid #ccc;
	margin-bottom: inherit;
}

.tc-more-sidebar .tc-tab-buttons button.tc-tab-selected {
	background-color: #ececec;
	border: none;
}

/*
** Alerts
*/

.tc-alerts {
	position: fixed;
	top: 0;
	left: 0;
	max-width: 500px;
	z-index: 20000;
}

.tc-alert {
	position: relative;
	margin: 28px;
	padding: 14px 14px 14px 14px;
	border: 2px solid #b99e2f;
	background-color: #ffe476;
}

.tc-alert-toolbar {
	position: absolute;
	top: 14px;
	right: 14px;
}

.tc-alert-toolbar svg {
	fill: #b99e2f;
}

.tc-alert-subtitle {
	color: #b99e2f;
	font-weight: bold;
}

.tc-alert-highlight {
	color: #881122;
}

.tc-static-alert {
	position: relative;
}

.tc-static-alert-inner {
	padding: 0 2px 2px 42px;
	color: #aaaaaa;
	position: absolute;
	z-index: 100;
}

/*
** Control panel
*/

.tc-control-panel td {
	padding: 4px;
}

.tc-control-panel table, .tc-control-panel table input, .tc-control-panel table textarea {
	width: 100%;
}

.tc-plugin-info {
	display: block;
	border: 1px solid #bbb;
	background-colour: #ffffff;
	margin: 0.5em 0 0.5em 0;
	padding: 4px;
}

.tc-plugin-info-disabled {
	background: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);
	background: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);
}

.tc-plugin-info-disabled:hover {
	background: -webkit-repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);
	background: repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);
}

a.tc-tiddlylink.tc-plugin-info:hover {
	text-decoration: none;
	background-color: #705A5A;
	color: #ffffff;
	fill: #333333;
}

a.tc-tiddlylink.tc-plugin-info:hover svg {
	fill: #333333;
}

.tc-plugin-info-chunk {
	display: inline-block;
	vertical-align: middle;
}

.tc-plugin-info-chunk h1 {
	font-size: 1em;
	margin: 2px 0 2px 0;
}

.tc-plugin-info-chunk h2 {
	font-size: 0.8em;
	margin: 2px 0 2px 0;
}

.tc-plugin-info-chunk div {
	font-size: 0.7em;
	margin: 2px 0 2px 0;
}

.tc-plugin-info img, .tc-plugin-info svg {
	width: 2em;
	height: 2em;
	fill: #bbb;
}

.tc-plugin-info.tc-small-icon img, .tc-plugin-info.tc-small-icon svg {
	width: 1em;
	height: 1em;
}

.tc-plugin-info-dropdown {
	border: 1px solid #bbb;
	margin-top: -8px;
}

.tc-plugin-info-dropdown-message {
	background: #ecf2ff;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: bold;
	font-size: 0.8em;
}

.tc-plugin-info-dropdown-body {
	padding: 1em 1em 1em 1em;
}

/*
** Message boxes
*/

.tc-message-box {
	border: 1px solid #cfd6e6;
	background: #ecf2ff;
	padding: 0px 21px 0px 21px;
	font-size: 12px;
	line-height: 18px;
	color: #547599;
}

/*
** Pictures
*/

.tc-bordered-image {
	border: 1px solid #bbb;
	padding: 5px;
	margin: 5px;
}

/*
** Floats
*/

.tc-float-right {
	float: right;
}

/*
** Chooser
*/

.tc-chooser {
	border: 1px solid #dddddd;
}

.tc-chooser-item {
	border: 8px;
}

.tc-chooser-item a.tc-tiddlylink {
	display: block;
	text-decoration: none;
	color: #705A5A;
	background-color: #ffffff;
	margin: 4px;
}

.tc-chooser-item a.tc-tiddlylink:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #705A5A;
}

/*
** Palette swatches
*/

.tc-swatches-horiz {
}

.tc-swatches-horiz .tc-swatch {
	display: inline-block;
}

.tc-swatch {
	width: 2em;
	height: 2em;
	margin: 4px;
	border: 1px solid #000;
}

/*
** Table of contents
*/

.tc-sidebar-lists .tc-table-of-contents {
	white-space: nowrap;
}

.tc-table-of-contents button {
	color: #ff6c60;
}

.tc-table-of-contents svg {
	width: 0.7em;
	height: 0.7em;
	vertical-align: middle;
	fill: #ff6c60;
}

.tc-table-of-contents ol {
	list-style-type: none;
	padding-left: 0;
}

.tc-table-of-contents ol ol {
	padding-left: 1em;
}

.tc-table-of-contents li {
	font-size: 1.0em;
	font-weight: bold;
}

.tc-table-of-contents li a {
	font-weight: bold;
}

.tc-table-of-contents li li {
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1.4;
}

.tc-table-of-contents li li a {
	font-weight: normal;
}

.tc-table-of-contents li li li {
	font-size: 0.95em;
	font-weight: 200;
	line-height: 1.5;
}

.tc-table-of-contents li li li a {
	font-weight: bold;
}

.tc-table-of-contents li li li li {
	font-size: 0.95em;
	font-weight: 200;
}

.tc-tabbed-table-of-contents {
	display: -webkit-flex;
	display: flex;
}

.tc-tabbed-table-of-contents .tc-table-of-contents {
	z-index: 100;
	display: inline-block;
	padding-left: 1em;
	max-width: 50%;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #eeeeee;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a,
.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {
	display: block;
	padding: 0.12em 1em 0.12em 0.25em;
}

.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a:hover {
	text-decoration: none;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #cccccc;
}

.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	margin-right: -1px;
}

.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a:hover {
	text-decoration: none;
}

.tc-tabbed-table-of-contents .tc-tabbed-table-of-contents-content {
	display: inline-block;
	vertical-align: top;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border: 1px solid #cccccc;
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
}

/*
** Dirty indicator
*/

body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {
	fill: #ff0000;
	color: #ff0000;
}

/*
** File inputs
*/

.tc-file-input-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.tc-file-input-wrapper input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 999px;
	max-width: 100%;
	max-height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: pointer;
	display: inline-block;
}

/*
** Thumbnail macros
*/

.tc-thumbnail-wrapper {
	position: relative;
	display: inline-block;
	margin: 6px;
	vertical-align: top;
}

.tc-thumbnail-right-wrapper {
	float:right;
	margin: 0.5em 0 0.5em 0.5em;
}

.tc-thumbnail-image {
    text-align: center;
	overflow: hidden;
	border-radius: 3px;
}

.tc-thumbnail-image svg,
.tc-thumbnail-image img {
	filter: alpha(opacity=1);
	opacity: 1;
    min-width: 100%;
    min-height: 100%;
}

.tc-thumbnail-wrapper:hover .tc-thumbnail-image svg,
.tc-thumbnail-wrapper:hover .tc-thumbnail-image img {
	filter: alpha(opacity=0.8);
	opacity: 0.8;
}

.tc-thumbnail-background {
	position: absolute;
	border-radius: 3px;
}

.tc-thumbnail-icon svg,
.tc-thumbnail-icon img {
	width: 3em;
	height: 3em;
	
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
     -moz-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
          filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));

}

.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,
.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {
	fill: #fff;
	
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.6));
     -moz-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.6));
          filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.6));

}

.tc-thumbnail-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.tc-thumbnail-caption {
	position: absolute;
	background-color: #777;
	color: #fff;
	text-align: center;
	bottom: 0;
	width: 100%;
	filter: alpha(opacity=0.9);
	opacity: 0.9;
	line-height: 1.4;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tc-thumbnail-wrapper:hover .tc-thumbnail-caption {
	filter: alpha(opacity=1);
	opacity: 1;
}

/*
** Errors
*/

.tc-error {
	background: #f00;
	color: #fff;
}

.tc-tab-buttons button {
    padding: 3px 4px 2px 5px;
    margin-left: 1px;
    margin-right: 1px;
}




.ad-wrap {
    position: absolute;
    display: none;
    right: 0px;
    height: 96%;
    padding: 2%;
    background: #444444;
width:1px;
}


.showOnPhone{
display: none;
}


.tc-topbar-right{
right: 0px;
    display: block;
    position: relative;
    margin-right: 26px;
margin-left:2px;
}


.tc-search button{
padding:0px;
}


li input{
width:165px;
}


.dostlogo{
 height:75px;
float: right;
width:auto;


}

.tc-sidebar-header {
    text-shadow: 0px 1px 0px rgba(10,10,10,0.5);
}#orange{
background-color: #ffbb6b !important;
opacity:0.8  !important;
}

.orange button svg {
    width: 19px;
    height: 19px;
    fill: #fff;
}

.showOnPhone .orange button svg {
    width: 30px;
    height: 30px;
 margin: 2px;
}

.orange2 button svg {
    width: 30px;
    height: 30px;
    fill: #ffbb6b;
}




.orange{
background-color: #ffbb6b !important;
}#orange_text{
color: #ff6c60 !important;
}


.width{
width:100%;
}



#postimp::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.inline{
display: inline-block;
}

.mybag .userAA  {
width: 494px;
}

.old_price{
text-decoration:line-through;
display: block;
height:20px;
}
.liline
{
    width: 100%;
    float: left;
}



.liline ul li{
float: left;
margin-right: 17px;
}


.tc-notification { position: fixed; top: 120px; right: 100px; z-index: 91300; max-width: 280px; padding: 0 14px 0 14px; background-color: #ffffdd; border: 1px solid #999999; }


.oplatavar2 {display:none;}
.montajvar {display:none;}
.dostav {display:none;}


.tovar_list button:hover {
color: #ffb161;
}





.tc-vertical.tc-tab-buttons button.tc-tab-selected {
    background-color: #ffbb6b;
}


.tc-more-sidebar .tc-tab-buttons button.tc-tab-selected {
    background-image: linear-gradient(left, rgb(236,236,236) 0%, rgb(225,187,107) 100%);
    background-image: -o-linear-gradient(left, rgb(236,236,236) 0%, rgb(225,187,107) 100%);
    background-image: -moz-linear-gradient(left, rgb(236,236,236) 0%, rgb(225,187,107) 100%);
    background-image: -webkit-linear-gradient(left, rgb(236,236,236) 0%, rgb(225,187,107) 100%);
    background-image: -ms-linear-gradient(left, rgb(230,230,230) 0%, rgb(225,187,107) 100%);
}



.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {
    background-color: #ffbb6b;

}


.podrobnee a{
color: #ffbb6b;
 font-size: 18px;
}
.textboxrazdel {
text-align: justify; 
width:100%;
padding-top: 20px;
padding-bottom: 20px;


display:block;
border-bottom: 1px solid gray;
float: left;


}
.tc-tab-buttons button.tc-tab-selected {
    color: #fff;
    background-color: #ffbb6b;
    border: none;
    padding-top: 7px;
    padding-bottom: 4px;
}



.tc-modal-backdrop div button {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    cursor: default;
}


.motiv {
position: absolute; width: 100%;   top:23px; padding-right:84px; display:none; top: 10px;
}

.motivin{
margin-right: 30px; background-color: #fbf9f8; width:100%; height: 95px;
}

.tovarop {margin-left: 202px;} 



.field {
    display: block;
    float: left;
    position: relative;
    margin-top: 17px;
}


.field a {
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    color: #999;
}

.korzinka3 {
    position: absolute;
    right: 20px;
    top: 35px;
    bottom: auto;
    left: auto;
    color: #888;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding-left: 24px;
    padding-top: 13px;
    padding-bottom: 2px;
    padding-right: 24px;
display: none;
}

.modal-footer { 
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
margin-bottom: 0px;
padding: 14px 15px 15px;
text-align: right;
border-radius: 0px 0px 6px 6px;
box-shadow: inset 0px 1px 0px #FFFFFF;
color: #333333;
text-decoration: none;
position: absolute;
width: 100%;
bottom:-40px;
box-shadow: 0px 3px 7px rgba(0,0,0,0.298);

}


.modal-wrapper { 
bottom: 0px;
left: 0px;
background-color: #333333;
bottom: 0px;
left: 0px;
position: fixed;
right: 0px;
top: 0px;
z-index: 9999;
position: fixed;
right: 0px;
top: 0px;
background: rgba(200, 200, 200, 0.804);
transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1) 0;
min-width: 400px;
}

.modal { 
margin-top: 10%;
position: absolute;
right: 25%;
width: 50%;
background-color: #FFFFFF;
font-size: 17px;
z-index: 1100;
border-radius: 6px;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.298);
padding-bottom: 15px;



}        #aside1{
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 7px rgba(0,0,0,0.3);

}

.sticky {
    position: fixed;
    top: -35px;
    z-index: 600;
    right: 0px;
    background: #fff;
width:100%;

}


.sticky2 {

  z-index: 600;
width:100%;
}


@font-face {
    font-family: 'code_128regular';
    src: url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2'),
         url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
         
    font-weight: normal;
    font-style: normal;

}

@media print {
    .korzinka2 {
display:none;
    }

    .korzinka {
display:none;
    } 

.tc-tiddler-frame ul li {
display:none;
    } 

.item_add{
background: #FFF;
color: #FFF;
opacity:0;  

  } 

.item_quantity{
display:none;
    } 



.mybag{
display:none;
    } 

.simpleCart_total{
display:none;
    } 


}


html {
    width:100vw;
    overflow-x:hidden;
}

.mobile-version{
display:none;
}

blockquote {
width:100%;
float: left;
    border-left: 5px solid #bbb;
    margin-left: 0px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.5em;
}


.mycolor{
font-size:4em;
display: inline-block;
bottom:-0.15em;
position: relative;
}

.svetamat{
width:50%;
float:left;
padding:15px;
background-color: #eee;
}




 .Cart_total { 

text-align: right;
width: auto;
height: 30px;
float:right;
margin-right:50px;


font-size:1.5em;
}

.tc-titlebar h2{
color: #888888;
}

.tc-sidebar-header{
min-height: 100px;

}
.tc-tab-buttons{
padding-top: 0px;
text-align:left;
}

.mybag{
text-align: left;
margin-top:15px;
}




.mybag input {
text-align: left;
margin-bottom:5px;
width:158px;
border: 1px solid #999;
margin-right: 10px;
}



.textboxmini {
height: 30px;
width: 90px;
overflow: hidden;
margin: 0;
padding: 0px;
display:block;
}

.samovivoz{
color: #bbb1b1;
width: 100%;
margin:5px;
float:left;
display: none;
}


.tc-tiddlylink a img{
cursor: pointer;
}

.tc-tiddlylink img{
height: auto;


}


.textboxmini button,  .textboxmini span, .textboxmini .item_quantity,   .textboxmini .item_code ,  .textboxmini h3,  .textboxmini br {
display: none;
}

.textboxmini .simpleCart_shelfItem {
height: auto;
width: auto;
margin: 0;
padding: 0;
}

.textboxmini .item_add{
height: auto;
width: auto;
margin-right: 15px;
margin-top: 5px;
padding: 3px;
float: left;
margin-left: 9px;
}

.textbox{
text-align: justify; 
width:100%;
padding-top: 20px;
padding-bottom: 20px;


display:block;
border-bottom: 1px solid gray;
float: left;
}



 .tc-modal-body {
display: none;
}





.tw-drop-down {
    min-width: 200px;
    border: 1px solid #bbb;
    background-color: #ffffff;
    padding: 7px 0 7px 0;
    margin: 4px 0 0 0;
    white-space: nowrap;
    text-shadow: none;
    line-height: 1.4;
    font-family: "Arial";
border-radius: 4px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.506);
}
.tw-drop-down a, .tw-drop-down button { 
color: #333333;
display: block;
line-height: 1.4;
padding: 0px 14px;
text-align: left;
width: 100%;
font-size:1.5em;
}



.tc-tiddler-body p ul {
    float: left;
    width: 100%;

margin-top: 2px;

}

.tc-tiddler-body p ul li { 
float: left;
margin-right: 20px;
}


.tc-tiddler-frame {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.tc-tiddler-frame .tovar_list  ul li { 
float: left;
margin-right: 9px;
margin-left: 10px;
}


.tc-tiddler-frame  .tovar_list  ul li h1 { 
float: left;
margin: 0px;
font-size: 15px;
width: auto;
}

.tc-tiddler-frame  .tovar_list  ul {
    float: left;
    width: 100%;

margin-top: 12px;
font-size: 15px;
margin-bottom: 20px;
padding: 10px;

background-color: #fbf9f8;
}

.tc-modal-header img { 
height: auto;
width: 100%;
}


.tc-modal-body p tw {

display:none;
}

.tc-storyview-zoomin-tiddler { 
display: block;
position: absolute;

}



.tc-dropzone { 
position: relative;

}







@media (min-width: 1000px) {

.tc-tagged-\%24\%3A\%2FNote .tc-tiddler-body {padding-left:202px;}

.korzinka3 {

display:block;
}

.tc-modal { 
margin-top: 2em;
position: absolute;

}



	.tw-message-box {
		margin: 21px -21px 21px -21px;
	}

	.tc-sidebar-scrollable {
		position: fixed;
		top: 0px;
		left: 1100px;
		bottom: 0;
		right: 0;
		overflow-y: auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 0 0 42px;
		padding: 71px 0 28px 42px;
	}

	.tc-story-river {
		position: relative;
		left: 0px;
		top: 0px;
		width: 1200px;
	margin-left: -61px;






}





.tw-table-of-contents {

display: none;
}

.tw-table-of-contents-top  {
background-color: #ff6c60;
display: none;
}

    .korzinka {
display:none;
    } 

.svetok {
display:none;
    } 

.tc-topbar{ 

display:none;
}


.korzinka3 {display:block;
}.motiv {
 display:block;
}.tc-dropzone {
    position: relative;
    background-color: #fff;
    float: left;
    width: 87%;
    margin-left: 7%;
padding-bottom: 50px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
margin-bottom: 40px;
margin-top: 40px;
}.svetok {
display:block;
    } .tc-topbar{ position: relative;
z-index: 4000;display:block;
}.korzinka {
display:block;
    } .tw-table-of-contents{
color:  #705a5a;
	padding-left:20px;
text-align:left;
	bottom:0;position: relative;
float: left;
    width:270px;
margin-top:15px;
display: block;
}.tw-table-of-contents-top {
    text-align: center;
    margin-left: -29px;
    position: relative;
    width: 100%;display: block;
    color: #fff;
    float: left;
}.tc-tiddler-frame{
position: relative;
float: left;
margin-top:10px;
border: none;
}
	.tc-story-river {
		width: 100%;
padding:0px;
padding-left: 300px;
	margin: auto;}
.tc-sidebar-scrollable{display:none;
}

}
body.tc-body {
text-align: justify;
background: url(images/bg.png) repeat left top fixed #000;
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "DejaVu Sans", sans-serif;

}

.korzinka  { 
position: absolute;
background-color:#fff;
width: 78%;
height: 0px;
margin-left: 14%;
margin-right: 14%;
margin-top: 180px;
z-index: 9000;
overflow: hidden;
line-height: normal;
}


.korzinka2 {
position: fixed;
 bottom:0px;
left:10px;
 z-index:30000; 
background-color:  #ab0d18;
padding-left:24px;
padding-top:13px;
padding-bottom:2px;

color:#FFF;
padding-right:24px;
}







.myimages{
float:right;
margin:15px;
}





.body p ul {
float:left; width:100%; margin-left: -20px; margin-right: 20px;
}

.body p ul li {
float:left;margin-right:30px;
}




.poloska{ 
top:163px; 
width:100%;
 height:26px; 
position: absolute; 
background-color: #ff6c60;
 z-index: -20; 
border-bottom: 2px solid  #f0f0f0;
border-top: 2px solid #f0f0f0;

}





.gifftoolbar {
display: none      ;
}

.tovar_center  {
text-align: center;

}

.big-pagetitle-tel {
    position: relative;
    font-size: 21px;
    color: #888;
    line-height: 1.5em;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    height: auto;
    width: 100%;
    float: left;
    padding-top: 26px;
    margin-left: -26%;
    padding-bottom: 33px;
}




.big-pagetitle-tel p{
margin: 0px;
padding: 0px;
}




.big-pagetitle { 
	position:absolute; 
        top:-223px;
    	height: 70px;
	padding-top: 0px;
left: -80px;
	
	
	font-size: 65px;
color: #ff6c60;

	font-weight: bold;
	line-height: 1px;
width: 100%;
text-align: center;

}
.big-pagetitle-sub { 
	position:absolute; 
    top:-180px;
    left: -80px;	
	padding-top: 0px;


	font-size: 25px;
	color: #ff6c60;

	font-weight: bold;
	line-height: 1px;
width: 100%;
text-align: center;

}

.big-pagetitle-sub-button { 
margin-left: 10px;
margin-right: 10px;

	font-size: 19px;
	color: #ff6c60;

	line-height: 1px;

}

.tw-table-of-contents button {
font-size:1.05em;
text-decoration: none;

}

.tw-table-of-contents button svg {


fill:#ff6c60 !important;
}





.tw-table-of-contents-top li {
	list-style-type: none;
padding-left: 1.5%;
   padding-right: 1.5%;
z-index: 10000;

font-size: 20px;
display: inline-block;
  }
.tw-table-of-contents-top ol li a {
color: #F1EFF0;
margin:0px;
padding:0px;
  }

.tw-table-of-contents ol li {

padding-bottom:1px;
  }

.tw-table-of-contents ol li ol li {

padding-bottom:0px;
  }


.tw-table-of-contents-top p{

margin:0px;
padding:0px;
  }


.tw-table-of-contents-top ol li a:hover {
color: #ffb161;
text-decoration: none;
  }

.tw-table-of-contents ol li a:hover {
color: #ffb161;
text-decoration: none;
  }

.tw-table-of-contents-top ol {
-webkit-margin-before: 1em;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
margin-bottom: -2px;
margin-top:0px;
line-height: 3.5em;
margin-left: 0px;
  }  
 .tw-table-of-contents-top button svg{
display: none;

  }   

 .tw-table-of-contents-top button button{
display: none;

  }   
.tw-table-of-contents svg {
	width: 0.7em;
	height: 0.7em;
	vertical-align: middle;
	fill: #ff6c60;
}

.tw-table-of-contents ol {
	list-style-type: none;
	padding-left: 0;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
margin-bottom: 0em;
}

.tw-table-of-contents ol ol {
	padding-left: 0px;
}

.tw-table-of-contents li {
	font-size: 1.4em;

line-height: 35px;
margin-top:9px;
    background: #fbf9f8;
}

.tw-table-of-contents li a {

}

.tw-table-of-contents li li {
	font-size: 1em;
	font-weight: normal;
margin-bottom:10px;
}
.tw-table-of-contents li li a {
    font-size: 0.9em;
}


.tw-table-of-contents li li li {
	font-size: 1em;
	font-weight: normal;
}

.tw-table-of-contents li li li a {
	font-weight: normal;
}

.tw-table-of-contents li li li li {
	font-size: 1em;
	font-weight: normal;
}
.alignright {text-align: right;position:absolute;top:15px;right:15px; 
height: 100%;
width: 100%;
padding-bottom: 70px;

}

.alignright  a{
display: block;

     
height: 100%;
    


}


.alignRight {
	text-align: right;
}  #disqus_thread {
color: #000;
font:bold 12px Helvetica,Arial,sans-serif;
width: 99%; 


position: absolute; 
top: -91px;
float:left;


}  #disqus_thread2 {
overflow: hidden; 
position: relative; 
width: 99%; 
height: 450px;
float:left;
 
overflow: hidden;




}













.simpleCart_shelfItem {
	background: rgb(250, 250, 250); margin-right: 20px;  width: 176px; text-align: center;  float: left;  position: relative; height: 325px;
padding-top: 12px;
overflow: hidden;

}
.last.simpleCart_shelfItem {
	margin-right: 0px;
}
.simpleCart_shelfItem p {
	margin: 10px 0px 0px;
}

.simpleCart_shelfItem img {
	margin-top: 0px;
}
.item_name{
	margin: 0px; padding: 0px; font-size: 42px;
  font-family: code_128regular;
overflow: hidden; height: 25px; color: #555;
}

.item_nazvanie{
display: block;	 
	 font-size: 11pt;
	 height: 41px;

margin: 4px;
line-height: 1.4em;

}

.item_quantity {
	
	 font-size: 11px;

}

.item_thumb  {
   display: block;
	 margin-left: 12px;
	 
	 width: 150px;
	  height: 150px;
}


img.item_thumb  {
   
	 overflow: hidden; 
	 width: 150px;
	  height: 150px;
}
.item_size {
	font-size: 12px;
}


.item_add::before {
    background-color: #ff6c60;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  padding: 6px 4px 4px 4px;
    left: -8px;
    top: -8px;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 1px #ff6c60 , 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 1px #ff6c60 , 0px 1px 0px #fff;
    -o-box-shadow: inset 0px 1px 1px #ff6c60 , 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 1px #ff6c60 , 0px 1px 0px #fff;
}

.item_add {
    background-color: #ff6c60;
    padding: 6px 4px 4px 4px;
    position: relative;
text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border: solid 1px #eee;
    background-image: linear-gradient(bottom, #ff6c60 0%, #ffbb6b 100%);
    background-image: -o-linear-gradient(bottom, #ff6c60 0%, #ffbb6b 100%);
    background-image: -moz-linear-gradient(bottom, #ff6c60 0%, #ffbb6b 100%);
    background-image: -webkit-linear-gradient(bottom, #ff6c60 0%, #ffbb6b 100%);
    background-image: -ms-linear-gradient(bottom, #ff6c60 0%, #ffbb6b 100%);
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #ff6c60),
	color-stop(1, #ffbb6b)
	);
    -webkit-box-shadow: inset 0px 1px 0px #ffbb6b, 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #ffbb6b, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #ffbb6b, 0px 1px 0px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.item_add:focus { outline-color: #DADADA; }

.item_add:active {
    padding: 7px 4px 3px 4px;
outline-color: #DADADA; 
	top:1px;
	background-image: linear-gradient(bottom, #ffbb6b  0%, #ffbb6b 100%);
	background-image: -o-linear-gradient(bottom, #ffbb6b  0%, #ffbb6b 100%);
	background-image: -moz-linear-gradient(bottom, #ffbb6b  0%, #ffbb6b 100%);
	background-image: -webkit-linear-gradient(bottom, #ffbb6b  0%, #ffbb6b 100%);
	background-image: -ms-linear-gradient(bottom, #ffbb6b  0%, #ffbb6b 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #ffbb6b),
	color-stop(1, rgb(156,156,156))
	);
}




.item_price {
	margin: 10px 5px; color: rgb(204, 0, 0); font-size: 15px; font-weight: bold;
}

.b-price_sign {
 color: rgb(204, 0, 0); font-size: 15px; font-weight: bold; margin-left: -7px;
}

.simpleCart_items {
	  width: 100%; padding-bottom: 5px; float: left; display: inline; line-height: 20px;background: #ffffff;
 overflow: auto; 
}
.itemContainer {
	width: 100%; padding-bottom: 3px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left; display: inline;
}
.cartHeaders {
	width: 100%; padding-bottom: 5px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left; display: inline;
}
.cartHeaders {
	color: rgb(102, 102, 102); font-size: 11px; font-weight: bold;
}
.itemContainer div {
	margin: 1px 0px 0px; width: 83px; text-align: center; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; float: left; display: inline;
	font-size: 11px; 

}
.cartHeaders div {
	margin: 10px 0px 0px; width: 83px; text-align: center; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; float: left; display: inline;
}

div.itemThumb {
	width: 100px;
position:relative;
z-index:20;
}


div.itemThumb img {
	width: 100%;
}



div.itemName {
	width: 140px; font-weight: bold;
}
div.itemnazvanie {
    width: 100%;
    font-weight: bold;
    margin-left: -105px;
    font-size: 1.2em;
    line-height: 33px;
    background-color: #eee;
    position: relative;
    z-index: 0;
    margin-bottom: 5px;
}

div.itemremove {
	width: 50px;  
}
div.itemdecrement {
	width: 18px; font-weight: bold; text-decoration: none;
}

div.itemdecrement a {
 text-decoration: none;
}
div.itemincrement {
	width: 18px; font-weight: bold; text-decoration: none;
}

div.itemincrement a {
	 text-decoration: none;
}
div.itemQuantity {
	width: 30px; font-weight: bold;
}
div.itemTotal {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}

.simpleCart_total{



float: right;
}




#cartTotal {
	margin: 5px 0px; width: 100%; text-align: right; float: left;
}
#cartTotal  {
	background: rgb(238, 238, 238); padding: 2px; border-radius: 5px; font-weight: bold; margin-right: 15px; top: -125px; -moz-border-radius: 5px;
}
.simpleCart_shippingCost {
	background: rgb(238, 238, 238); padding: 5px; border-radius: 5px; font-weight: bold; margin-right: 15px; -moz-border-radius: 5px;
}
.simpleCart_finalTotal {
	background: rgb(238, 238, 238); padding: 5px; border-radius: 5px; font-weight: bold; margin-right: 15px; -moz-border-radius: 5px;
}
.simpleCart_empty {
	background: #A1626A; padding: 4px; border-radius: 5px; color: rgb(255, 255, 255);  font-size: 13px; margin: 4px; -moz-border-radius: 5px; cursor: pointer;
float: right;
}
.simpleCart_checkout {
	background: #ED5732; padding: 4px; border-radius: 5px; color: rgb(255, 255, 255);  font-size: 13px; margin: 4px; -moz-border-radius: 5px; cursor: pointer;float: right;
}

.simpleCart_checkout2 {
	background: #139bd7; padding: 4px; border-radius: 5px; color: rgb(255, 255, 255);  font-size: 13px; margin: 4px;  -moz-border-radius: 5px; cursor: pointer;

float: right;
}

.simpleCart_history {
	 padding: 4px;  color:#000;  font-size: 13px; margin-left: 5px; margin-top: 0px; -moz-border-radius: 5px; cursor: pointer;
bottom:0px;
float: right;
}




.modal-body{
display:none;
}

.tc-drop-down {
	min-width: 280px;
	border: 1px solid #bbb;
	background-color: #ffffff;

	line-height: 1.4;

}

.onclean { 
border: none;
height: 150px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
width: 150px;
display: inline-block;
margin-left: 6px;

margin-right: 6px;


}





.onclean span { 
height: 100%;
left: -200%;
position: absolute;
top: 0px;
width: 500%;
}


.onclean span img { 
bottom: 0px;

height: 100%;
left: 0px;
margin: 0px;



width: auto;



 -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}



.onclean span img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 }


.textboxwhite  {    display: inline-block;  border:1px solid #F0F0F0;  background-color:white; margin-left:10px; margin-right:10px; margin-top:30px;margin-bottom:25px;position:relative;width:177px;height:325px;box-shadow: 10px 10px 5px #eee;top: -10px; }

.textboxtiles  {width:177px; position: relative;  display: inline-block; float: left; margin-right: 25px; margin-bottom: 25px;}

.textboxwhite_mini {display: inline-block; border:1px solid #F0F0F0; overflow: hidden; background-color:white;font-size: 10pt; line-height: 1em;margin-left:15px; margin-right:15px; margin-top:5px;margin-bottom:50px;position:relative;width:177px;height:250px;float:left;font-family:'Calibri', 'Arial';box-shadow: 10px 10px 5px #eee;top: -50px;}


.textboxwhite_max  {    display: inline-block;  border:1px solid #F0F0F0; overflow: hidden; background-color:white;padding:10px;font-size: 10pt; line-height: 1em;margin-left:16px; margin-right:16px; margin-top:30px;margin-bottom:25px;position:relative;width:300px;height:auto; font-family:'Calibri', 'Arial';box-shadow: 10px 10px 5px #eee; }

.textboxwhite_max img  { 
height: auto;

}

.big-pagetitle-sub-button { 
margin-left: 10px;
margin-right: 10px;

	font-size: 19px;
	color: #ff6c60;

	line-height: 1px;

}







@media (max-width:1100px) {
.big-pagetitle-tel{display:none;}
div.itemnazvanie {

    font-weight: bold;
    margin-left: -105px;
    font-size: 1em;
    line-height: 22px;
    background-color: #eee;
    position: relative;
    z-index: 0;
    margin-bottom: 5px;
}

div.itemThumb {
margin-top:25px;
}

}



@media (max-width:450px) {
.textboxwhite{
width:100%;
box-shadow: none;
height:175px;
margin-top: 7px;
margin-bottom:7px;
border: 1px solid #999;
margin-left:0px;
}
.textboxtiles{
width:100%;
height: 175px;
}



.simpleCart_shelfItem{
height: 172px;
}

.simpleCart_shelfItem button{
float: right;
}
.tc-titlebar h2 {
    color: #888888;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
    margin: 0px;
    background-color: #eee;
}


}




@media (max-width: 1000px) {


.tovarop {margin-left: 0px; width:100%; float: left;} 

.tc-tagged-\%24\%3A\%2FNote .tc-tiddler-body {padding-left:0px; width:100%; float: left;} 

.showOnPhone{
display:block;
}


.korzinka3 {
width:100%;
display:block;
right:0px;
}



.tc-modal { 
margin-top: 2em;
position: absolute;
left: 5%;
width: 90%;
}


label.arrows {
width:250px;
z-index: 3000;
}



table {
	
	font-size: 14px;

}


.tc-tiddler-frame {
	width:90%;

     margin-right:5%;
margin-left:5%;

}

.korzinka  { 

}


.big-pagetitle-tel{display:none;}


.mybag .userAA  {
width: auto;
}



.svetok {
display:none;

}

.poloska{ 
display:none;

}

	
.big-pagetitle{
display:none;

}	
.big-pagetitle-sub{
display:none;

}	

.dostlogo{
display:none;

}	


.tw-table-of-contents-top{
display:none;

}	

.tw-table-of-contents{
display:none;

}	


.sidebar-header {
		padding: 14px;
		min-height: 32px;
	}

	.story-river {
		position: relative;
		padding: 0;
	}
}



@media screen and (max-width: 500px) {
table .h {display:none;}

.simpleCart_shelfItem {width:100%;}
.mybag input  {width:100%;}
.samovivoz label input  {width:auto;}

.tc-modal { 
margin-top: 2em;
position: absolute;
left: 5%;
width: 90%;
}

}

.cb-slideshow,
.cb-slideshow:after {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0px;
    left: 0px;
    z-index: 0;
	list-style:none;
overflow: hidden;
}
.cb-slideshow:after {
 
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 42s linear infinite 0s;
    -moz-animation: imageAnimation 42s linear infinite 0s;
    -o-animation: imageAnimation 42s linear infinite 0s;
    -ms-animation: imageAnimation 42s linear infinite 0s;
    animation: imageAnimation 42s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    top: 110px;
    left: 0px;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 42s linear infinite 0s;
    -moz-animation: titleAnimation 42s linear infinite 0s;
    -o-animation: titleAnimation 42s linear infinite 0s;
    -ms-animation: titleAnimation 42s linear infinite 0s;
    animation: titleAnimation 42s linear infinite 0s;
}
.cb-slideshow li div h3 {

    font-size: 30px;

    line-height: 60px;
    color: #ff6c60;
background-color: #eeeeee;
text-align: center;
}
.cb-slideshow li:nth-child(1) span {  }
.cb-slideshow li:nth-child(2) span {

    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {

    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(7) span {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}


.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
		transform: scale(1.1);
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.1);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.2) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.3) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 0.7;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 0.7;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 0.7;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 0.7;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 25px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 20px }
}
 /* Left will inherit from right (so we don't need to duplicate code */
.github-fork-ribbon {
  /* The right and left lasses determine the side we attach our banner to */
  position: absolute;


  /* Add a bit of padding to give some substance outside the "stitching" */
  padding: 2px 0;

  /* Set the base colour */
  background-color: #a00;

  /* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.15));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.15));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');

  /* Add a drop shadow */
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);

  z-index: 999;
  pointer-events: auto;
}

.github-fork-ribbon a, .github-fork-ribbon a.tc-tiddlylink,
.github-fork-ribbon a:hover, .github-fork-ribbon a.tc-tiddlylink:hover  {
  /* Set the font */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: white;

  /* Set the text properties */
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,0.5);
  text-align: center;

  /* Set the geometry. If you fiddle with these you'll also need to tweak the top and right values in #github-fork-ribbon. */
  width: 200px;
  line-height: 18px;

  /* Set the layout properties */
  display: inline-block;
    padding: 0px;

  /* Add "stitching" effect */
  border-width: 1px 0;
  border-style: dotted;
  border-color: rgba(255,255,255,0.7);
}

.github-fork-ribbon-wrapper {
  width: 150px;
  height: 150px;
  position: absolute;
  overflow: hidden;
  top: 0;

  pointer-events: none;
}

.github-fork-ribbon-wrapper.fixed {
  position: fixed;
}

.github-fork-ribbon-wrapper.left {
  left: 0;
}

.github-fork-ribbon-wrapper.right {
  right: -3px;
top: -3px;
}

.github-fork-ribbon-wrapper.left-bottom {
  position: fixed;
  top: inherit;
  bottom: 0;
  left: 0;
}

.github-fork-ribbon-wrapper.right-bottom {
  position: fixed;
  top: inherit;
  bottom: 0;
  right: 0;
}

.github-fork-ribbon-wrapper.right .github-fork-ribbon {
  top: 16px;
  right: -76px;

  /* Rotate the banner 45 degrees */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.github-fork-ribbon-wrapper.left .github-fork-ribbon {
  top: 16px;
  left: -76px;

  /* Rotate the banner -45 degrees */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.github-fork-ribbon-wrapper.left-bottom .github-fork-ribbon {
  top: 80px;
  left: -43px;

  /* Rotate the banner -45 degrees */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.github-fork-ribbon-wrapper.right-bottom .github-fork-ribbon {
  top: 80px;
  right: -43px;

  /* Rotate the banner -45 degrees */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

