/* DOM */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #333;
}
a {
	text-decoration: none;
	color: #8dc641;
}
/* snippets */
.clear { clear: both; }
.t-center { text-align: center; }
/* cursor */
button,
.toggle,
.ip-close,
.grid li span,
#top-nav .icon-cross-device,
.list li.option-links .ic-expand {
	cursor: pointer;
}
/* header */
header,
footer {
	position: fixed;
	z-index: 1000;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #9dcf56;
	background: -moz-linear-gradient(top,  #9dcf56 0%, #62a821 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dcf56), color-stop(100%,#62a821));
	background: -webkit-linear-gradient(top,  #9dcf56 0%,#62a821 100%);
	background: -o-linear-gradient(top,  #9dcf56 0%,#62a821 100%);
	background: linear-gradient(to bottom,  #9dcf56 0%,#62a821 100%);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.25);
	-moz-box-shadow: 0 0px 5px 0 rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.25);
}
header {
	top: 0;
}
#logo {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: inset -1px 0 2px rgba(0,0,0,.2);
}
#logo img {
	display: block;
	width: 70%;
	height: 70%;
	border: 0;
	margin: 15%;
}
#top-nav,
footer ul {
	width: auto;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#top-nav {
	margin: 0 0 0 40px;
}
#top-nav li,
footer ul li {
	float: left;
	width: 33.3333%;
	list-style: none;
}
#top-nav li a,
footer ul li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0,0,0,.05);
	white-space: nowrap;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,.25);
	border-right: 1px solid rgba(42,96,0,.1);
}
footer ul li a {
	font-size: 12px;
}
#top-nav li a.current,
footer ul li a.current {
	background: #2A5821;
	border-left: none;
}
#top-nav li.cross-device {
	width: 20%;
	text-align: center;
}
#top-nav li .icon-cross-device {
	font-size: 40px;
	color: #fff;
}
/* content */
#content {
	padding: 40px 0;
}
.description {
	padding: 10px;
	font-size: 11px;
	color: #999;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
fieldset.description {
	margin: 10px 0 0;
	border: none;
}
fieldset.description legend {
	font-size: 15px;
	color: #fff;
}
.ic-help {
	display: inline-block;
	width: 14px;
	height: 14px;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: #588292;
	background: -moz-linear-gradient(top,  #759aa8 0%, #406778 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#759aa8), color-stop(100%,#406778));
	background: -webkit-linear-gradient(top,  #759aa8 0%,#406778 100%);
	background: -o-linear-gradient(top,  #759aa8 0%,#406778 100%);
	background: linear-gradient(to bottom,  #759aa8 0%,#406778 100%);
	border: 1px solid #588292;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}
fieldset.description input[type="checkbox"] {
	float: left;
}
fieldset.description label {
	display: block;
	margin-left: 20px;
}
.list {
	margin: -1px 0 0;;
	padding: 0;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,.1);
	border: solid rgba(0,0,0,.2);
	border-width: 1px 0;
}
.list li {
	position: relative;
	list-style: none;
	height: 50px;
	padding: 0 10px;
	overflow: hidden;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	background: #484848;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.list li:last-child {
	border-bottom: none;
}
.list li.header {
	height: 40px;
	line-height: 40px;
	background: #333;
	border-top: 1px solid rgba(255,255,255,.1);
}
.list li i.ic-ctg {
	position: absolute;
	left: 9px;
	top: 9px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
.ls-brand li img.ls-logo,
.ls-brand li .logo-shadow {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 76px;
	height: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ls-brand li .logo-shadow {
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 0 7px rgba(0,0,0,.4);
	box-shadow: inset 0 0 7px rgba(0,0,0,.4);
}
.list li.option-links.ol-expanded {
	height: 80px;
}
.list li.option-links ul {
	margin: -15px 0 0;
	padding: 0;
	border: none;
}
.list li.option-links ul li {
	display: inline-block;
	padding: 0 5px;
	font-size: 80%;
	border: none;
}
.list li.option-links .ic-expand {
	float: right;
}
.list li.option-links ul li a {
	text-transform: uppercase;
}
.list .icon-left-open,
.list .icon-right-open {
	position: absolute;
	top: 0;
	font-size: 18px;
	color: #7c7c7c;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
.list .icon-left-open {
	left: 10px;
}
.list .icon-right-open {
	right: 10px;
}
.ls-toggle .toggle {
	position: absolute;
	right: 10px;
	top: 13px;
	width: 24px;
	height: 24px;
	background: #dadada;
	background: -moz-linear-gradient(top,  #dadada 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dadada 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dadada 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #dadada 0%,#ffffff 100%);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.25);
}
/*
.grid .toggle {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
*/
.ls-toggle .header .toggle {
	top: 8px;
}
.gr-brand .toggle {
	top: 5px;
	right: 5px;
}
.ls-toggle .toggle b {
	display: block;
	width: 14px;
	height: 14px;
	margin: 2px;
	padding: 3px;
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #666666 0%,#333333 100%);
	background: -o-linear-gradient(top,  #666666 0%,#333333 100%);
	background: linear-gradient(to bottom,  #666666 0%,#333333 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}
/*
.grid .toggle b {
	width: 8px;
	height: 8px;
	margin: 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
*/
.ls-toggle .toggle u {
	display: block;
	width: 14px;
	height: 14px;
	background: #dadada;
	background: -moz-linear-gradient(top,  #dadada 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dadada 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dadada 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #dadada 0%,#ffffff 100%);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 4px rgba(0,0,0,.25);
}
/*
.grid .toggle u {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
*/
.ls-toggle .on .toggle u,
.ls-toggle .toggle.on u {
	background: #97ce48;
	background: -moz-linear-gradient(top,  #97ce48 0%, #60aa1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97ce48), color-stop(100%,#60aa1c));
	background: -webkit-linear-gradient(top,  #97ce48 0%,#60aa1c 100%);
	background: -o-linear-gradient(top,  #97ce48 0%,#60aa1c 100%);
	background: linear-gradient(to bottom,  #97ce48 0%,#60aa1c 100%);
}
.ls-toggle .off .toggle u,
.ls-toggle .toggle.off u {
	background: #e34444;
	background: -moz-linear-gradient(top,  #e34444 0%, #cb1616 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e34444), color-stop(100%,#cb1616));
	background: -webkit-linear-gradient(top,  #e34444 0%,#cb1616 100%);
	background: -o-linear-gradient(top,  #e34444 0%,#cb1616 100%);
	background: linear-gradient(to bottom,  #e34444 0%,#cb1616 100%);
}
.grid {
	margin: 7px;
	padding: 0;
}
.grid li {
	position: relative;
	float: left;
	width: 50%;
	max-width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid li span {
	display: block;
	position: relative;
	margin: 3px;
	padding: 5px;
	font-size: 13px;
	color: #484848;
	background: #fff;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.gr-brand li span {
	padding-bottom: 5px;
	text-align: center;
}
.grid li.on span,
.grid li.off span {
	color: #484848;
}
.gr-brand li span img {
	display: block;
	width: 100%;
	/*
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	*/
}
.gr-brand li.on span img,
.gr-brand li.off span img {
	/*
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	*/
}
.info-popup {
	display: none;
	position: absolute;
	left: 5%;
	top: 50%;
	width: 90%;
	max-width: 400px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	color: #acacac;
	background: #111;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.info-popup .text {
	padding: 10px;
	font-size: 11px;
}
.info-popup .ip-title {
	margin: 0 15px 10px 0;
	font-size: 13px;
	color: #fff;
}
.info-popup i.ip-close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 16px;
	color: #fff;
}
/* form elements*/
.buttons button {
	font-size: 13px;
	margin: 0 0 10px;
	padding: 7px 10px;
	font-weight: bold;
	color: #484848;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background: #ccc;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.buttons button.default {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.05);
	background: #62a821;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
	height: 30px;
	margin: 0 0 10px;
	color: #333;
	background: #fff;
	border: 3px solid #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
}
.code {
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
	color: #888;
	background: #eee;
	border: 2px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
.code a {
	color: #333;
	text-decoration: underline;
}
/* footer */
footer {
	bottom: 0;
}
@media (min-width: 480px) {
	#top-nav {
		float: right;
		border-left: 1px solid rgba(42,96,0,.1);
	}
	#top-nav li {
		width: auto !important;
	}
	#top-nav li a {
		padding: 0 20px;
	}
	.list li {
		text-align: left;
	}
	.list.ls-category li {
		padding: 0 45px 0 55px;
	}
	.ls-table li {
		padding-left: 10px;
	}
	.list li.option-links.ol-expanded {
		height: 50px;
	}
	.list li.option-links .ic-expand {
		display: none;
	}
	.list li.option-links ul {
		float: right;
		margin: 0;
	}
	.list li.option-links ul li {
		padding: 0 0 0 10px;
	}
	footer ul {
		text-align: center;
	}
	footer ul li,
	footer ul li a {
		display: inline;
		float: none;
		width: auto;
		padding: 0 5px;
		border: none;
	}
	.info-popup {
		left: 25%;
		width: 50%;
	}
	.info-popup .ip-title {
		font-size: 17px;
	}
	.info-popup .text {
		font-size: 13px;
	}
	.grid li {
		width: 33.3333%;
	}
}
@media (min-width: 751px) {
	header {
		height: 64px;
	}
	header nav,
	#content {
		width: 750px;
		margin: 0 auto;
	}
	#logo {
		width: 64px;
		height: 64px;
	}
	#top-nav {
		height: 64px;
		margin: 0 0 0 64px;
	}
	#top-nav li a {
		font-size: 15px;
		line-height: 64px;
	}
	#top-nav li .icon-cross-device {
		font-size: 48px;
		padding: 0 10px;
	}
	#top-nav li .icon-cross-device:before {
		line-height: 64px;
	}
	#content {
		padding: 70px 0;
	}
	.description {
		padding: 10px 0 16px;
		font-size: 13px;
	}
	fieldset.description {
		margin-top: 20px;
	}
	fieldset.description legend {
		font-size: 15px;
	}
	footer {
		margin-top: 10px;
	}
}
