
div.demo {
	width: 850px;
	border: 4px #333 solid;
	background: #f4f2e3;
	padding: 20px;
	margin: 20px;
	margin-left: 0px;
	overflow: hidden;
}

p.demobox {
	width: 100%;
	height: 80px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 80px;
}

div.demosquare {
	float: left;
	margin: 1px;
	width: 80px;
	height: 80px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 80px;
	display: none;
}


pre {
	background: #fff;
	padding: 5px;
	overflow: auto;
	margin: 0px;
	padding: 25px;
	padding-bottom: 23px;
	margin-top: -5px;
	margin-left: -25px;
	margin-right: -25px;
	background: #fff;
	border-top: 1px #dbe4e9 solid;
	border-bottom: 1px #dbe4e9 solid;
}

.mylist span.entrynumber {
	color: #65BAE2;
	font-size: 10px;
}
.mylist h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.mylist h3 div {
	float: right;
	font-size: 9px;
}
.mylist p span {
	color: #333;
}
.mylist > div {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 10px;
	height: 10px;
	background: #65BAE2;
	text-align: center;
	color: #000;
}

div.jkit-accordion > ul {
	width: 100%;
}
div.jkit-accordion > ul, div.jkit-accordion > ul > li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div.jkit-accordion > ul > li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
	color: #333;
}
div.jkit-accordion > ul > li > h3 {
	background: #333;
	color: #ccc;
	margin: 0px;
	padding: 12px;
	padding-top: 8px;
	padding-bottom: 6px;
	cursor: pointer;
	cursor: hand;
}
div.jkit-accordion > ul > li h3.active, div.jkit-accordion > ul > li h3:hover {
	background: #E01B49;
	color: #fff;
}
div.jkit-accordion > ul > li > div {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	background: #fff;
}


div.animation-container {
	position: relative;
	width: 100%;
	height: 250px;
	background: #333;
	font-family: "Arial Black", Arial, sans;
	letter-spacing: 2px;
}
div.animation-container div.animation {
	height: 250px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}


div.carousel {
	overflow: hidden;
	pointer-events: none;
	text-align: center;
	width: 100%;
	height: 150px;
}

div.carousel-item {
	float: left;
	width: 20%;
	height: 150px;
	background: #E01B49;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 200%;
}

div.carousel-item div {
	padding: 20px;
	border: 1px #fff solid;
	height: 110px;
}

a.jkit-carousel-prev, a.jkit-carousel-next {
	width: 40px;
	background: #eee;
	border: 1px #999 solid;
	color: #333;
	padding: 4px;
	cursor: pointer;
	cursor: hand;
	margin-top: 10px;
	text-align: center;
	user-select: none;
}

a.jkit-carousel-prev:hover, a.jkit-carousel-next:hover {
	background: #fff;
	border: 1px #666 solid;
	color: #000;
}

a.jkit-carousel-prev {
	float: left;
}

a.jkit-carousel-next {
	float: right;
}



div.jkit-chart {
	width: 100%;
	border-left: 1px #000 dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
}

div.jkit-chart label {
	padding-left: 2px;
	font-weight: bold;
}

div.jkit-chart > div.jkit-chart-step {
	width: 100%;
	margin-bottom: 8px;
}

div.jkit-chart > div.jkit-chart-step > div.jkit-chart-plot {
	position: relative;
	background: #f8f8f8;
	margin-right: 6px;
	padding-right: 4px;
}

div.jkit-chart > div.jkit-chart-step > div.jkit-chart-plot:hover {
	background: #eee;
}

div.jkit-chart > div.jkit-chart-step > div.jkit-chart-plot > span.jkit-chart-info {
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
	color: #000;
	font-size: 11px;
}

div.jkit-chart > div.jkit-chart-step > div.jkit-chart-plot > div {
	width: 0%;
	margin-bottom: 2px;
	text-align: left;
	font-size: 11px;
	color: #000;
	padding: 2px;
	padding-top: 3px;
	overflow: hidden;
}

div.jkit-chart > div.jkit-chart-step > div.jkit-chart-plot0 > div {
	background: #c4e1ec;
}

div.jkit-chart > div.jkit-chart-step > div.jkit-chart-plot0:hover > div {
	background: #78cae9;
}

div.jkit-chart > div.jkit-chart-step > div.jkit-chart-plot1 > div {
	background: #ff9999;
}

div.jkit-chart > div.jkit-chart-step > div.jkit-chart-plot1:hover > div {
	background: #fd6565;
}


li.odd {
	color: #f30;
}
li.even {
	color: #03f;
}


input.hint {
	color: #aaa;
}

div.jkit-morediv {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 16px;
	background: #fff;
	text-align: center;
}

.error {
	border: 2px #f00 solid;
}
form.error {
	border: none;
}
span.error {
	border: none;
	color: #f00;
	padding-left: 8px;
}

table.sort th {
	cursor: pointer;
	cursor: hand;
}

table.sort th:hover {
	color: #C8295B;
}

div.jkit-gallery-thumbs img {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	width: 136px;
	height: 40px;
	border: 2px #000 solid;
}

div.jkit-gallery-thumbs img.active {
	border: 2px #E01B49 solid;
}


div#jkit-lightbox-bg {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #000;
}
div#jkit-lightbox-content {
	display: none;
	position: fixed;
	border: none;
	left: 10%;
	top: 100px;
	z-index: 10001;
	width: 80%;
	height: 80%;
	background: #fff;
	padding: 10px;
}
div#jkit-lightbox-title {
	display: none;
	position: fixed;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	left: 0px;
	top: 0px;
	z-index: 10002;
	text-align: left;
}
div#jkit-lightbox-nav {
	display: none;
	position: fixed;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	left: 0px;
	top: 0px;
	z-index: 10003;
	text-align: right;
	width: 50px;
	cursor: pointer;
	cursor: hand;
}
span#jkit-lightbox-nav-next {
	margin-right: 20px;
}
span#jkit-lightbox-nav-prev {
	margin-right: 10px;
}

div#jkit-tooltip {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
	z-index: 10000;
}

.tabs > ul, .tabs > ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.tabs > ul li {
	float: left;
	margin-left: 10px;
	padding: 3px;
	padding-bottom: 1px;
	padding-left: 16px;
	padding-right: 16px;
	background: #fff;
	color: #000;
}
.tabs > ul li.active, .tabs > ul li:hover {
	background: #333;
	color: #fff;
}
.tabs > div {
	border-top: 1px #333 solid;
	padding-top: 8px;
}

div.parallax-container {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #333;
}
div.parallax-container div.parallax {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2500px;
	text-align: center;
	height: 250px;
	font-weight: bold;
}
.parallax1 {
	color: #555;
	font-size: 250px;
	line-height: 80%;
}
.parallax2 {
	color: #999;
	font-size: 100px;
	line-height: 320%;
}
.parallax3 {
	color: #fff;
	font-size: 50px;
	line-height: 760%;
}

.accordion > ul {
	width: 100%;
}
.accordion > ul, .accordion > ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.accordion > ul li {
	margin-bottom: 1px;
	color: #333;
}
.accordion > ul li h3 {
	background: #65BAE2;
	color: #fff;
	margin: 0px;
	padding: 6px;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom: 1px #fff solid;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
}
.accordion > ul li h3.active, .accordion > ul li h3:hover {
	background: #BBD17C;
	color: #fff;
}
.accordion > ul > li > div {
	padding: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #fff;
}

div#jkit-tooltip {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
}
.mytooltip {
	background: #333;
	color: #fff;
	padding: 6px;
	padding-bottom: 5px;
	
	opacity: 0.9;
	
	border: 1px #E01B49 solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow:0 0 5px #aaa; 
	-moz-box-shadow: 0 0 5px #aaa; 
	box-shadow:0 0 5px #aaa;
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 min-height: 1px;
 line-height: 1.3em;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-vertical {
 width: 200px;
}

ul.dropdown-vertical ul {
 top: 1px;
 left: 99%;
}

ul.dropdown-vertical li {
 float: none;
}

ul.dropdown-vertical-rtl {
 float: right;
}

ul.dropdown-vertical-rtl ul,
ul.dropdown-horizontal > li.dropdown-vertical-rtl ul ul {
 left: auto !important;
 right: 99%;
}

ul.dropdown-horizontal li.dropdown-vertical-rtl ul {
 left: auto;
 right: 0;
}

ul.dropdown-vertical-rtl li,
li.dropdown-vertical-rtl li {
 text-align: right;
}

ul.dropdown {
 font-weight: bold;
}

ul.dropdown li {
 padding: 7px 10px;
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #fff #d9d9d9 #d9d9d9;
 background-color: #f6f6f6;
 color: #000;
}

ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown li.on {
 background-color: #eee;
 color: #000;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #000; text-decoration: none; }
ul.dropdown a:hover		{ color: #000; }
ul.dropdown a:active	{ color: #ffa500; }

ul.dropdown a.active:link,
ul.dropdown a.active:visited	{ color: #f33; text-decoration: none; }
ul.dropdown a.active:hover		{ color: #f00; }
ul.dropdown a.active:active	{ color: #ffa500; }

/* -- level mark -- */

ul.dropdown ul {
 width: 150px;
 margin-top: 1px;
}

ul.dropdown ul li {
 font-weight: normal;
}

/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(../../../../images/default/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(../../../../images/default/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(../../../../images/default/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir,
ul.dropdown-horizontal > li.dropdown-vertical-rtl ul *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(../../../../images/default/nav-arrow-left.png);
 background-position: 2px 50%;
}


ul.jkit-pagination, ul.jkit-pagination li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.jkit-pagination {
	margin-top: 10px;
}
ul.jkit-pagination li {
	display: inline;
	background: #333;
	color: #fff;
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	cursor: pointer;
	cursor: hand;
	margin-right: 5px;
}
ul.jkit-pagination li.active {
	background: #f30;
}