/* DOM */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #f3f3f3;
}
a {
	color: #cf5028;
	text-decoration: none;
}
/* snippets */
.clear { clear: both; }
.t-center { text-align: center; }
/* cursor */
button,
.switch,
.ip-close,
.grid li span,
#top-nav .icon-cross-device,
.list li.option-links .ic-expand {
	cursor: pointer;
}
/* header */
header {
	height: 40px;
	background: #156270;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 0 0px 5px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
}
#logo {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
}
#logo img {
	display: block;
	width: 70%;
	height: 70%;
	border: 0;
	margin: 15%;
}
#top-nav {
	width: auto;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin: 0 0 0 40px;
}
#top-nav li {
	float: left;
	width: 33.3333%;
	list-style: none;
}
#top-nav 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;
}
#top-nav li a.current {
	background: #8dc641;
}
#top-nav li.cross-device {
	width: 20%;
}
#top-nav li .icon-cross-device {
	font-size: 40px;
	color: #fff;
}
/* content */
#content {
	padding: 15px 10px;
}
.description {
	font-size: 11px;
	color: #484848;
	text-shadow: 0 1px 0 rgba(255,255,255,.1);
	margin-bottom: 15px;
}
fieldset.description {
	margin: 15px 0 0;
	padding: 5px 0 15px;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 1px 0 #f9f9f9;
	-moz-box-shadow: 0 1px 0 #f9f9f9;
	box-shadow: 0 1px 0 #f9f9f9;
}
fieldset.description legend {
	font-size: 13px;
	color: #484848;
}
.ic-help {
	display: inline-block;
	width: 14px;
	height: 14px;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #484848;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.ls-table .header .ic-help {
	background: #44818d;
}
fieldset.description input[type="checkbox"] {
	float: left;
}
fieldset.description label {
	display: block;
	margin-left: 20px;
}
.grid {
	margin: 0 -3px;
	padding: 0;
}
.grid li {
	float: left;
	width: 50%;
	max-width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid li span {
	display: block;
	position: relative;
	margin: 3px;
	padding-bottom: 5px;
	font-size: 13px;
	text-align: center;
	color: #484848;
	background: #fff;
	border: 1px solid #b5b5b5;
	border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.gr-category li span .ic-ctg {
	display: block;
	font-size: 32px;
	margin-top: 5px;
	color: #44818d;
}
.gr-category li span.on .ic-ctg {
	color: #8dc641;
}
.gr-category li span.neg .ic-ctg {
	color: #cf2828;
}
.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 span.on 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;
	*/
}
.gr-brand li span .icon-minus,
.gr-brand li span .icon-ok,
.gr-brand li span .icon-cancel {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	text-shadow: 0 -1px 0 rgba(0,0,0,.05);
	color: #fff;
	border: 1px solid #44818d;
	border-width: 1px 1px 0 0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
.gr-brand li span .icon-cancel {
	border-color: #cf2828;
}
.gr-brand li span .bg-icon-ok {
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #44818d transparent transparent;
}
.gr-brand li span.on .icon-ok {
	border-color: #8dc641;
}
.gr-brand li span.on .bg-icon-ok {
	border-right-color: #8dc641;
}
.gr-brand li span.neg .bg-icon-ok {
	border-right-color: #cf2828;
}
.list {
	margin: 0 0 20px;
	padding: 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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);
}
.list li {
	position: relative;
	padding: 0 10px;
	list-style: none;
	height: 30px;
	overflow: hidden;
	font-size: 13px;
	line-height: 30px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.list li:nth-child(odd) {
	background: #f3f3f3;
}
.list li.header {
	height: 35px;
	line-height: 35px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.05);
	color: #fff;
	background: #156270;
}
.list li.header:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.list li.option-links.ol-expanded {
	height: 60px;
}
.list li.option-links ul {
	float: left;
	width: 100%;
	margin: -5px 0 0;
	padding: 0;
	border: none;
}
.list li.option-links ul li {
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 80%;
	background: none;
	border: none;
}
.list li.option-links .ic-expand {
	float: right;
}
.list li.option-links ul li a {
	text-transform: uppercase;
}
.list .switch {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 40px;
	height: 16px;
	padding: 0 2px;
	font-style: normal;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	color: #44818d;
	background: #dcdcdc;
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #dcdcdc 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #dcdcdc 0%,#f1f1f1 100%);
	border: 1px solid #8dc641;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	-moz-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.list li.off .switch {
	border-color: #44818d;
}
.list .header .switch {
	top: 9px;
}
.list .switch b {
	color: #8dc641;
}
.list .switch .sw-slider {
	position: absolute;
	left: 21px;
	top: -1px;
	width: 22px;
	height: 16px;
	background: #8dc641;
	/*
	background: -moz-linear-gradient(top,  #e0ae25 0%, #cf5028 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0ae25), color-stop(100%,#cf5028));
	background: -webkit-linear-gradient(top,  #e0ae25 0%,#cf5028 100%);
	background: -o-linear-gradient(top,  #e0ae25 0%,#cf5028 100%);
	background: linear-gradient(to bottom,  #e0ae25 0%,#cf5028 100%);
	*/
	border: 1px solid #8dc641;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.list .switch .sw-slider i {
	display: block;
	width: 6px;
	height: 10px;
	margin: 3px auto;
	border: 1px solid rgba(0,0,0,.1);
	border-width: 0 1px;
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,.5), inset 1px 0 0 rgba(255,255,255,.5);
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,.5), inset 1px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(255,255,255,.5), inset 1px 0 0 rgba(255,255,255,.5);
}
.list li.off .switch .sw-slider {
	left: -3px;
	background: #44818d;
	border-color: #44818d;
}
.info-popup {
	display: none;
	position: absolute;
	left: 5%;
	top: 50%;
	width: 90%;
	max-width: 400px;
	font-size: 11px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.05);
	color: #acacac;
	background: #333;
	-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 a {
	color: #fff;
	text-decoration: underline;
}
.info-popup .text {
	padding: 10px;
}
.info-popup .ip-title {
	color: #fff;
	font-size: 13px;
	margin: 0 15px 10px 0;
}
.info-popup i.ip-close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 16px;
}
/* form elements*/
.buttons button {
	font-size: 13px;
	margin: 0 0 10px;
	padding: 7px 10px;
	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: #cf5028;
}
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 #666;
	-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 ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	font-size: 12px;
}
footer ul li {
	display: inline;
	margin: 0;
	padding: 0 10px;
}
footer ul li a {
	text-decoration: none;
	color: #777;
	text-shadow: 0 1px 0 rgba(255,255,255,.1);
}
@media (min-width: 480px) {
	#top-nav {
		float: right;
	}
	#top-nav li {
		width: auto !important;
	}
	#top-nav li a {
		padding: 0 20px;
	}
	.info-popup {
		left: 25%;
		width: 50%;
	}
	.list li.option-links.ol-expanded {
		height: 50px;
	}
	.list li.option-links .ic-expand {
		display: none;
	}
	.list li.option-links ul {
		float: right;
		width: auto;
		margin: 0;
	}
	.list li.option-links ul li {
		padding: 0 0 0 10px;
	}
	.grid li {
		width: 33.3333%;
	}
	.grid.gr-category li {
		width: 25%;
	}
	.info-popup {
		left: 25%;
		width: 50%;
	}
	.info-popup .ip-title {
		font-size: 17px;
	}
	.info-popup .text {
		font-size: 13px;
	}
}
@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: 10px 0;
	}
	.description {
		padding: 10px 0;
		font-size: 13px;
	}
	fieldset.description {
		margin-top: 20px;
	}
	fieldset.description legend {
		font-size: 15px;
	}
	footer {
		margin-top: 10px;
	}
}
