/* DOM */
body {
	margin: 0;
	padding: 0;
	background: #156270;
}
body, input, button, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #8dc641;
}
/* snippets */
.clear { clear: both; }
.t-center { text-align: center; }
/* cursor */
button,
.switch,
.ic-thumbs,
.ip-close,
.gr-brand li span,
#top-nav .icon-cross-device,
.list li.option-links .ic-expand {
	cursor: pointer;
}
/* header */
header {
	height: 40px;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #c6c6c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #c6c6c6));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #c6c6c6 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%, #c6c6c6 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #c6c6c6 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #c6c6c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#c6c6c6',GradientType=0 );
	-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;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 1px rgba(255,255,255,.5);
	white-space: nowrap;
	color: #484848;
}
#top-nav li a {
	display: block;
	text-decoration: none;
	color: #484848;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(0,0,0,.05);
}
#top-nav li a.current {
	background: #eee;
	background: rgba(255,255,255,.75);
	border-left: none;
}
#top-nav li.cross-device {
	width: 20%;
}
#top-nav li .icon-cross-device {
	font-size: 40px;
	color: #777;
}
/* content */
#content {
	padding: 10px;
}
.description {
	font-size: 11px;
	color: #8ab1b8;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	margin-bottom: 10px;
}
fieldset.description {
	margin: 10px auto 0;
	padding: 10px;
	border: 1px solid #387985;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: 0 -1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.1);
}
fieldset.description legend {
	font-size: 13px;
	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: #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
fieldset.description legend .ic-help {
	background: #508994;
}
fieldset.description input[type="checkbox"] {
	float: left;
}
fieldset.description label {
	display: block;
	margin-left: 20px;
}
.list {
	margin: 0 auto;
	padding: 0;
	color: #484848;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-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.ls-table {
	margin-bottom: 10px;
}
.list li {
	position: relative;
	list-style: none;
	height: 50px;
	overflow: hidden;
	font-size: 15px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	-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 {
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	background: #eee;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e4e4e4 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#e4e4e4 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%, #e4e4e4 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%, #e4e4e4 100%);
	-webkit-box-shadow: inset 0 -1px 0 0 #c6c6c6;
	-moz-box-shadow: inset 0 -1px 0 0 #c6c6c6;
	box-shadow: inset 0 -1px 0 0 #c6c6c6;
}
.list li.header:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.list li i.ic-ctg {
	position: absolute;
	left: 9px;
	top: 9px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #ccc;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25), inset 0 1px 0 0 rgba(255,255,255,.25);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25), inset 0 1px 0 0 rgba(255,255,255,.25);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.25), inset 0 1px 0 0 rgba(255,255,255,.25);
}
.list li i.ic-thumbs {
	position: absolute;
	right: 15px;
	top: 9px;
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #e0ae25;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
.list li i.icon-thumbs-up.on {
	background: #8dc641;
}
.list li i.icon-thumbs-down {
	background: #cf2828;
}
.list ul {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
.ls-category ul {
	margin: 0 0 0 -56px;
}
.list ul li {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.ls-category ul li {
	padding-left: 50px;
}
.list ul li i.ic-ctg {
	left: 13px;
	top: 8px;
	width: 22px;
	height: 22px;
	font-size: 14px;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.25), inset 0 1px 0 0 rgba(255,255,255,.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25), inset 0 1px 0 0 rgba(255,255,255,.25);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.25), inset 0 1px 0 0 rgba(255,255,255,.25);
}
.list ul li i.ic-thumbs {
	right: 19px;
	top: 8px;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.list li i.ic-toggle-subs {
	position: absolute;
	right: 15px;
	top: 0;
	width: 32px;
	height: 50px;
	text-align: center;
}
.ls-category li {
	padding-left: 56px;
}
.ls-table li {
	padding: 0 10px;
}
.list li.option-links.ol-expanded {
	height: 80px;
}
.list li.option-links ul {
	float: left;
	margin: -15px 0 0;
	border: none;
}
.list li.option-links ul li {
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 80%;
	border: none;
}
.list li.option-links .ic-expand {
	float: right;
}
.list li.option-links ul li a {
	text-transform: uppercase;
	color: #70b700;
}
.list .switch {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 40px;
	height: 14px;
	padding: 0 2px;
	font-style: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
	color: #fff;
	background: #999;
	/*
	background: -moz-linear-gradient(top,  #bdbdbd 0%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top,  #bdbdbd 0%,#d1d1d1 100%);
	background: -o-linear-gradient(top,  #bdbdbd 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom,  #bdbdbd 0%,#d1d1d1 100%);
	*/
	border: 3px solid #e1e1e1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.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 {
	position: absolute;
	left: -4px;
	top: -6px;
	width: 22px;
	height: 22px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d1 100%);
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	-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);
	-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: 12px;
	height: 12px;
	margin: 5px;
	background: #e7e7e7;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.05);
	-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.on .sw-slider {
	left: 22px;
}
.list .switch.on,
.list .switch.on .sw-slider i {
	background: #8fd137;
}
.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: 5px;
	font-size: 13px;
	/*
	color: #b5b5b5;
	*/
	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);
}
.gr-brand li span {
	padding-bottom: 5px;
	text-align: center;
}
.grid li span.on {
	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 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-thumbs,
.gr-brand li span .icon-thumbs-up,
.gr-brand li span .icon-thumbs-down {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	text-shadow: 0 -1px 0 rgba(0,0,0,.05);
	color: #fff;
	border: solid #e0ae25;
	border-width: 1px 1px 0 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.gr-brand li span .icon-thumbs-down {
	border-color: #cf2828;
}
.gr-brand li span .bg-icon-thumbs {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #e0ae25 transparent transparent;
}
.gr-brand li span.on .icon-thumbs-up {
	border-color: #8dc641;
}
.gr-brand li span.on .bg-icon-thumbs {
	border-right-color: #8dc641;
}
.gr-brand li span.neg .bg-icon-thumbs {
	border-right-color: #cf2828;
}
.info-popup {
	display: none;
	position: absolute;
	left: 5%;
	top: 50%;
	width: 90%;
	max-width: 400px;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
	color: #484848;
	background: #fff;
	-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: #333;
	text-decoration: underline;
}
.info-popup .text {
	margin: 2px;
	padding: 10px;
	font-size: 11px;
	background: #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.info-popup .ip-title {
	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: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d1 100%);
	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: #009be5;
	background: -moz-linear-gradient(top,  #009be5 0%, #005fd4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be5), color-stop(100%,#005fd4));
	background: -webkit-linear-gradient(top,  #009be5 0%,#005fd4 100%);
	background: -o-linear-gradient(top,  #009be5 0%,#005fd4 100%);
	background: -ms-linear-gradient(top, #009be5 0%, #005fd4 100%);
	background: linear-gradient(to bottom, #009be5 0%, #005fd4 100%);
}
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 #e1e1e1;
	-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: 10px 0 20px;
	text-align: center;
	font-size: 12px;
}
footer ul li {
	display: inline;
	margin: 0;
	padding: 0 10px;
}
footer ul li a {
	text-decoration: none;
	color: #8ab1b8;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
@media (min-width: 481px) {
	#top-nav {
		float: right;
		border-left: 1px solid rgba(0,0,0,.05);
	}
	#top-nav li {
		width: auto !important;
	}
	#top-nav li a {
		font-size: 15px;
		padding: 0 20px;
	}
	.info-popup {
		left: 25%;
		width: 50%;
	}
	.info-popup .ip-title {
		font-size: 17px;
	}
	.info-popup .text {
		font-size: 13px;
	}
	.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;
	}
}
@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;
		border: none;
	}
	#top-nav li {
		font-size: 15px;
		line-height: 64px;
	}
	#top-nav li a {
		border: none;
	}
	#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;
	}
}