h1,h2,h3,h4,h5,h6 {
	color:#b8b8b8;
	font-family: 'quicksandregular';
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1em;
}
p {
	font-size:0.9em;
	color:#999;
}
a {
	color:#1fa628;
	text-decoration:none;
}
img {
	border:none;
}
.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.cleft {
	clear:left;
}
.bold {
	font-weight:bold;
}
#site-header {
	height:130px;
	background: rgba(23,23,23,1);
	background: -moz-linear-gradient(top, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,23,23,0)), color-stop(30%,rgba(23,23,23,0.5)), color-stop(90%,rgba(23,23,23,1))), url('../images/bg.png');
	background: -webkit-linear-gradient(top, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background: -o-linear-gradient(top, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background: -ms-linear-gradient(top, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background: linear-gradient(to bottom, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background-position:center;
}
#header-cont {
	max-width:1400px;
	min-width:960px;
	margin:0 auto;
	padding:0 1%;
}
#site-header h1 {
	padding:25px 0 0 0;
	margin:0;
	color:white;
}
#site-header h1 a {
	text-decoration:none;
	color:white;
}
#site-header h1 img {
	vertical-align:middle;
	margin-right:15px;
}
#top-menu ul {
	float:left;
	margin:15px 0;
	padding:0;
	list-style-type:none;
	color:#1c1c1c;
	
	overflow:hidden;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#top-menu ul li {
	float:left;
	margin:0;
	
	background:#eee;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(0.5, #eee), color-stop(1 #bbb));
	background:-moz-linear-gradient(top, #bbb, #eee, #bbb);
	background:-webkit-linear-gradient(top, #bbb, #eee, #bbb);
	background:-o-linear-gradient(top, #bbb, #eee, #bbb);
	background:-ms-linear-gradient(top, #bbb, #eee, #bbb);
	background:linear-gradient(to bottom, #bbb, #eee, #bbb);
	
	border-left:1px solid #eee;
}
#top-menu ul li:first-child {
	border-left:none;
}
#top-menu ul li a{
	display:block;
	padding:6px 25px;
	color:inherit;
	text-decoration:none;
}
#top-menu ul li.current a {
	background:#bbb;
	color:#333;
}
#top-menu ul li.current a {

}
#top-menu ul li:hover {
	background:#eee;
}
#top-menu ul li.current:hover {
	background:#bbb;
}
#header-cont h2 {
	float:left;
	margin-left:50px;
}
#content {
	max-width:1400px;
	min-width:960px;
	margin:0 auto;
	padding:0 1%;
	clear:both;
}
.left-col {
	width:68.0412%;

}
/*Right column*/
.right-col {
	width:30.9278%;
	float:right;
}
.right-col h2 {
	margin:15px 0 0 1%;
}
/*Tabs*/
#home-tabs-list {
	margin:0;
	padding:0;
	list-style:none;
	background: #171717;
}
#home-tabs-list li {
	float:left;
	overflow:hidden;
}
#home-tabs-list li a {
	display:block;
	height:25px;
	line-height:25px;
	font-size:0.9em;
	padding:0 10px;
	border:1px solid #999;
	border-bottom:none;
	background:#272727;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	
	color:#ddd;
	text-align:center;
}
#home-tabs-list li a:hover {
	color:white;
	background:#373737;
}
#home-tabs-list li.ui-tabs-active a {
	background:#eee;
	color:#1c1c1c;
}
.home-tabs-cont {
	clear:left;
	background:#272727;
	border:1px solid #999;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}
p.home-tabs-inst {
	margin:0;
	padding:10px 0;
	background:#eee;
	color:#1c1c1c;
	font-size:0.8em;
	text-align:center;
}
/*Main tab*/
.light-box {
	padding:10px;
	background:#eee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.home-light-box {
	clear:left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.light-box h2, .light-box h3, .light-box p {
	color:#1c1c1c;
}
#share h2 {
	margin:0 0 10px 0;
}
div.share-box {
	float:left;
	margin-left:12px;
}
/*Color history*/
.color-history  div{
	width:26px;
	height:26px;
	display:inline-block;
}
.color-history-en {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 1px;
	overflow: hidden;
	cursor:pointer;
}
/*Share color*/
.share-color {
	clear:both;
}
.share-color p {
	text-align:center;
}
/*CSS codes*/
#css-codes p {
	text-align:center;
}
/* Brand colors */
#home-tabs-brands {
	width:100%;
}
#home-tabs-brands ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#home-tabs-brands ul li {
	padding:5px 0;
	text-align:center;
	cursor:pointer;
}
#home-tabs-brands ul li p {
	margin:0;
	padding:0;
	color:#f2f2f2;
}
 
footer {
	max-width:1400px;
	min-width:960px;
	margin:0 auto;
	padding:0 0.5%;
	font-size:0.7em;
	color:#888;
}
/*Schemes*/
#home-tabs-schemes {
	background:#eee;
}
#home-tabs-schemes h2{
	padding:10px 0 0 2%;
	margin:0;
	color:#1c1c1c;
}
.scheme-cont {
	width:98%;
	height:80px;
	margin:1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scheme-primary {
	float:left;
	height:80px;
}
.scheme-secondary {
	float:left;
	height:80px;
}
.scheme-primary div, .scheme-secondary div {
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:0.8em;
}
.scheme-primary div.scheme-main, .scheme-secondary div.scheme-main {
	height:40px;
	line-height:40px;
}
#analogous-scheme .scheme-primary  {
	width:60%
}
#analogous-scheme .scheme-secondary {
	width:20%
}
#complementary-scheme .scheme-primary  {
	width:70%
}
#complementary-scheme .scheme-secondary {
	width:30%
}
#triad-scheme .scheme-primary  {
	width:60%
}
#triad-scheme .scheme-secondary {
	width:20%
}
#square-scheme .scheme-primary {
	width:40%;
}
#square-scheme .scheme-secondary {
	width:20%;
}
.more-info {
	text-align:right;
	font-size:0.8em;
	padding:0;
	margin:5px;
}
/*Tooltips*/
.ui-tooltip {
	position:absolute;
    background: #171717;
    font-size:12px;
	width:15%;
    padding:5px;
    color:#999;
	border:1px solid #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
}
.tooltip-scheme {
	background:#eee;
	color:#555;
	border-color:#777;
}
.tooltip-scheme img{
	width:35%;
	margin-right:5px;
	float:left;
}
/* Plugin page */
.green-btn, .dark-btn {
	margin-bottom:10px;
	background:#087800;
	text-align:center;
	color:white;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.dark-btn {
	background: #171717;
}
.green-btn a, .dark-btn a {
	display:block;
	padding:15px 0;
}
.green-btn a h3, .dark-btn a h3 {
	margin:0;
	padding:0;
	color:white;
}
.green-btn a p {
	margin:0;
	padding:0;
	color:#ddd;
}
.compat {
	margin-right:10px;
	text-align:right;
}
#pickers0 {
	float:left;
	margin-right:20px;
}
#picker01, #picker02 {
	margin-bottom:25px;
}
.features {
	list-style-type:none;
	list-style-position:inside;
	font-size:0.9em;
}
.features li {
	margin:32px 0;
	text-align:center;
}
#comments {
	width:642px;
	margin-top:30px;
	background-color:#121212;
	border:1px solid #2b2b2b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#comments h3 {
	margin:10px;
}

/*Examples*/
.example {
	margin:15px 0;
	border: 1px solid #333;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
pre {
	font-size:0.9em;
}
.light-example {
	background-color: white;
}
.dark-example {
	background-color: #121212;
}
.example h3 {
	margin:0;
	padding:5px;
	background-color: #333;
	font-size: 0.9em;
}
.light-example h3 {
	background-color: #ccc;
	color:#1c1c1c;
}
.example-ex {
	margin:20px;
}
.example-code{
	width:60%;
	float:right;
	padding:10px;
}
.light-example .example-code p {
	color: #1c1c1c;
}
.code-lang {
	padding:1px 3px;
	background-color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.light-example .code-lang {
	background-color: #ccc;
}
.ex-color-box {
	float:left;
	width:30px;
	height:30px;
	margin:5px;
	border: 1px solid white;
}
#picker3 {
	margin:0;
	padding:0;
	border:0;
	width:70px;
	height:30px;
	border-right:30px solid green;
	line-height:30px;
}
/*Options table*/
.plugin-options {
	width:100%;
	font-size:0.9em;
	border:1px solid #333;
}
.plugin-options tr td, .plugin-options tr th {
	padding:0;
	margin:0;
	border:none;
}
.plugin-options tr:nth-child(odd) {
	background:rgba(255,255,255,0.05);
}
.plugin-options tr td {
	padding:5px;
	border-left:1px solid #333;
}
.plugin-options tr td:first-child {
	border-left:none;
	font-weight:bold;
}
/*Color Picker*/
#colpick .colpick {
	border: none;
	background: transparent !important;
}
#colpick .colpick_submit {
	float:left;
	width:13.8728%;
	height: 11.7647%;
	color: #5bba27 !important;
}