#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0;
	cursor: pointer
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
	outline: 0
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#cboxOverlay {
	background: #000
}

#colorbox {
	background: #fff url(../images/bg_tab.png) center bottom repeat-x;
	-moz-box-shadow: 3px 3px 16px #333;
	-webkit-box-shadow: 3px 3px 16px #333;
	box-shadow: 3px 3px 16px #333;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	outline: 0
}

#colorbox,
#colorbox div {
	overflow: visible
}

#cboxWrapper {
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px
}

#cboxTopLeft {
	width: 0;
	height: 0
}

#cboxTopCenter {
	height: 0
}

#cboxTopRight {
	width: 0;
	height: 0
}

#cboxBottomLeft {
	width: 15px;
	height: 10px
}

#cboxBottomCenter {
	height: 10px
}

#cboxBottomRight {
	width: 15px;
	height: 10px
}

#cboxMiddleLeft {
	width: 0
}

#cboxMiddleRight {
	width: 0
}

#cboxContent {
	background: #fff;
	overflow: hidden;
	margin-bottom: 28px
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {}

#cboxTitle {
	left: 0;
	height: 38px;
	color: #313131;
	padding: 0 140px 0 15px;
	display: table-cell!important;
	vertical-align: middle;
	float: none!important
}

#cboxCurrent {
	position: absolute;
	bottom: -26px;
	right: 80px;
	color: #313131;
	border-left: 1px solid #313131;
	padding: 0 0 0 15px
}

.cboxSlideshow_on #cboxSlideshow {
	display: none
}

.cboxSlideshow_on #cboxSlideshow:hover {}

.cboxSlideshow_off #cboxSlideshow {
	display: none
}

.cboxSlideshow_off #cboxSlideshow:hover {}

#cboxPrevious {
	position: absolute;
	bottom: -26px;
	right: 45px;
	background: url(../images/controls.png) no-repeat 0 -48px;
	width: 21px;
	height: 15px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: 0 -111px
}

#cboxNext {
	position: absolute;
	bottom: -26px;
	right: 15px;
	background: url(../images/controls.png) no-repeat 0 -29px;
	width: 21px;
	height: 15px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: 0 -92px
}

#cboxLoadingOverlay {
	background: #e6e6e6
}

#cboxLoadingGraphic {
	background: url(../images/loading_animation.gif) no-repeat center center
}

#cboxClose {
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(../images/controls.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	opacity: 0
}

#cboxClose:hover {
	background-position: 0 -63px
}

.ctools-locked {
	color: red;
	border: 1px solid red;
	padding: 1em
}

.ctools-owns-lock {
	background: #ffd none repeat scroll 0 0;
	border: 1px solid #f0c020;
	padding: 1em
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
	padding-right: 18px!important;
	background: url(../images/status-active.gif) right center no-repeat
}

div.ctools-ajaxing {
	float: left;
	width: 18px;
	background: url(../images/status-active.gif) center center no-repeat
}

@-webkit-keyframes loadinganimation-moving-bar {
	0% {
		background-position: 0 0;
		opacity: 0
	}
	35% {
		background-position: -700px 0;
		opacity: 1
	}
	100% {
		background-position: -1400px 0;
		opacity: 0
	}
}

@-moz-keyframes loadinganimation-moving-bar {
	0% {
		background-position: 0 0;
		opacity: 0
	}
	35% {
		background-position: -700px 0;
		opacity: 1
	}
	100% {
		background-position: -1400px 0;
		opacity: 0
	}
}

@-o-keyframes loadinganimation-moving-bar {
	0% {
		background-position: 0 0;
		opacity: 0
	}
	35% {
		background-position: -700px 0;
		opacity: 1
	}
	100% {
		background-position: -1400px 0;
		opacity: 0
	}
}

@keyframes loadinganimation-moving-bar {
	0% {
		background-position: 0 0;
		opacity: 0
	}
	35% {
		background-position: -700px 0;
		opacity: 1
	}
	100% {
		background-position: -1400px 0;
		opacity: 0
	}
}

@-webkit-keyframes loadinganimation-blinking-text {
	0% {
		opacity: 1
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes loadinganimation-blinking-text {
	0% {
		opacity: 1
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes loadinganimation-blinking-text {
	0% {
		opacity: 1
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1
	}
}

@keyframes loadinganimation-blinking-text {
	0% {
		opacity: 1
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1
	}
}

#loadinganimation {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: .85em;
	cursor: wait;
	background: rgba(0, 0, 0, .5)
}

#loadinganimation .loadinganimation-box {
	position: absolute;
	width: 50%;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -25%;
	border-radius: 35px;
	border: 10px solid rgba(255, 255, 255, .6)
}

#loadinganimation .loadinganimation-outer {
	background: #b6e026;
	border: 1px solid #c9f23e;
	border-radius: 25px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

#loadinganimation .loadinganimation-inner {
	border-radius: 25px;
	height: 48px;
	background: -moz-linear-gradient(left, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(237, 255, 175, 0)), color-stop(17%, rgba(237, 255, 175, 0)), color-stop(42%, rgba(237, 255, 175, 0.3)), color-stop(46%, rgba(237, 255, 175, 0.75)), color-stop(56%, rgba(237, 255, 175, 0.65)), color-stop(100%, rgba(237, 255, 175, 0)));
	background: -webkit-linear-gradient(left, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	background: -o-linear-gradient(left, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	background: -ms-linear-gradient(left, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	background: linear-gradient(to right, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	-webkit-animation: loadinganimation-moving-bar 3s linear infinite;
	-moz-animation: loadinganimation-moving-bar 3s linear infinite;
	-o-animation: loadinganimation-moving-bar 3s linear infinite;
	animation: loadinganimation-moving-bar 3s linear infinite
}

#loadinganimation .loading-text {
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 99;
	margin-top: -35px;
	-webkit-animation: loadinganimation-blinking-text 1s linear infinite;
	-moz-animation: loadinganimation-blinking-text 1s linear infinite;
	-o-animation: loadinganimation-blinking-text 1s linear infinite;
	animation: loadinganimation-blinking-text 1s linear infinite
}

body.product-selector.node-type-new-product-page #kollps_select_type #koll_product_selector_wrapper {
	height: 210px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector.node-type-new-product-page #kollps_select_type #koll_product_selector_wrapper {
		height: 80px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector.node-type-new-product-page #kollps_select_type #koll_product_selector_wrapper {
		height: 100px
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector.node-type-new-product-page #kollps_select_type #koll_product_selector_wrapper {
		height: 180px
	}
}

body.product-selector.invisible #product-selector-main-ui {
	visibility: hidden
}

body.product-selector {}

@media(min-width:0) and (max-width:699px) {
	body.product-selector>.main-section {
		position: inherit
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector>.main-section {
		position: inherit
	}
}

body.product-selector .view-prod-selector-gate {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	padding: 45px;
	max-height: 100vh;
	overflow: auto
}

body.product-selector .view-prod-selector-gate h2.gate-header {
	color: #1b67a6;
	margin-top: 0
}

body.product-selector .view-prod-selector-gate .webform-client-form {
	width: 100%
}

body.product-selector .view-prod-selector-gate .webform-client-form .webform-component-fieldset {
	padding: 0;
	margin: 0
}

body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr)
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		grid-gap: 20px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		grid-gap: 20px
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		grid-gap: 45px
	}
}

@media(min-width:1280px) and (max-width:1599px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		grid-gap: 45px
	}
}

@media(min-width:1600px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		grid-gap: 45px
	}
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
}

@media all and (-ms-high-contrast:none) and (min-width:0) and (max-width:699px),
(-ms-high-contrast:active) and (min-width:0) and (max-width:699px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		-ms-grid-columns: 1fr 20px 1fr
	}
}

@media all and (-ms-high-contrast:none) and (min-width:700px) and (max-width:1079px),
(-ms-high-contrast:active) and (min-width:700px) and (max-width:1079px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		-ms-grid-columns: 1fr 20px 1fr
	}
}

@media all and (-ms-high-contrast:none) and (min-width:1080px) and (max-width:1279px),
(-ms-high-contrast:active) and (min-width:1080px) and (max-width:1279px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		-ms-grid-columns: 1fr 45px 1fr
	}
}

@media all and (-ms-high-contrast:none) and (min-width:1280px) and (max-width:1599px),
(-ms-high-contrast:active) and (min-width:1280px) and (max-width:1599px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		-ms-grid-columns: 1fr 45px 1fr
	}
}

@media all and (-ms-high-contrast:none) and (min-width:1600px),
(-ms-high-contrast:active) and (min-width:1600px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		-ms-grid-columns: 1fr 45px 1fr
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper>*:nth-child(1) {
		-ms-grid-column: 1
	}
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper>*:nth-child(2) {
		-ms-grid-column: 3
	}
}

@media all and (-ms-high-contrast:none) and (min-width:700px) and (max-width:1079px),
(-ms-high-contrast:active) and (min-width:700px) and (max-width:1079px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		-ms-grid-columns: 1fr;
		-ms-grid-rows: (1fr 20px)[ 2]
	}
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper>*:nth-child(1) {
		-ms-grid-column: 1
	}
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper>*:nth-child(2) {
		-ms-grid-column: 1
	}
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper>*:nth-child(1) {
		-ms-grid-row: 1
	}
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper>*:nth-child(2) {
		-ms-grid-row: 3
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .view-prod-selector-gate .webform-client-form .wrapper-main>.fieldset-wrapper {
		display: block
	}
}

body.product-selector .view-prod-selector-gate .webform-client-form .webform-component--save-information {
	margin-bottom: 10px
}

body.product-selector .view-prod-selector-gate .webform-client-form .form-actions {
	float: left
}

body.product-selector .view-prod-selector-gate .webform-component--right--save-information {
	margin-top: 0
}

body.product-selector #kollps_select_type {
	margin-bottom: 50px
}

body.product-selector #kollps_select_type h2 {
	margin: 0;
	padding: 10px;
	font-size: 20px;
	-webkit-transition: background-color .5s, color .5s, font-size .5s;
	transition: background-color .5s, color .5s, font-size .5s;
	display: inline-block
}

body.product-selector #kollps_select_type h2.active {
	background-color: #1b67a6;
	color: #fff;
	font-size: 15px;
	cursor: pointer
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #kollps_select_type h2.active {
		margin-left: 10px
	}
}

body.product-selector #kollps_select_type ul {
	margin: 0;
	padding: 0;
	height: 162px;
	display: table;
	overflow: hidden;
	-webkit-transition: width .5s, height .5s;
	transition: width .5s, height .5s
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #kollps_select_type ul {
		width: 100%;
		height: auto;
		display: block
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #kollps_select_type ul {
		width: 100%;
		height: auto;
		display: block
	}
}

body.product-selector #kollps_select_type ul.active {
	height: 0;
	display: block
}

body.product-selector #kollps_select_type ul.active.open {
	height: 162px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #kollps_select_type ul.active.open {
		height: auto
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #kollps_select_type ul.active.open {
		height: auto
	}
}

body.product-selector #kollps_select_type li {
	list-style: none;
	width: 120px;
	padding: 10px;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	margin: 0;
	border-right: 1px solid #b8b8b8;
	height: 162px;
	line-height: 1.2;
	-webkit-transition: margin-left 1s;
	transition: margin-left 1s;
	background: #fff;
	float: left
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #kollps_select_type li {
		box-shadow: 1px 1px 5px #b8b8b8;
		margin: 10px;
		width: 135px;
		border: 0;
		height: 130px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #kollps_select_type li {
		box-shadow: 1px 1px 5px #b8b8b8;
		margin: 10px;
		width: 135px;
		border: 0;
		height: 130px
	}
}

body.product-selector #kollps_select_type li.active {
	border-bottom: 12px solid #e28e1e
}

body.product-selector #kollps_select_type li.active span {
	position: relative
}

body.product-selector #kollps_select_type li img {
	display: block;
	margin: 0 auto;
	max-width: 90px;
	margin-bottom: 5px;
	padding: 5px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #kollps_select_type li img {
		max-width: 60px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #kollps_select_type li img {
		max-width: 60px
	}
}

body.product-selector #koll_product_selector_wrapper {
	height: 300px;
	margin-bottom: 45px
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spin2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes spin2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

body.product-selector #ajax_loading {
	display: none;
	position: fixed;
	z-index: 50;
	left: 50%;
	top: 50%;
	-webkit-transform: scale(.2) translateX(-50%) translateY(-50%);
	-ms-transform: scale(.2) translateX(-50%) translateY(-50%);
	transform: scale(.2) translateX(-50%) translateY(-50%)
}

body.product-selector #ajax_loading .spoke {
	background-color: #e28e1e;
	position: absolute;
	height: 175px;
	width: 30px;
	margin-left: -15px;
	margin-top: -12.5px;
	left: 50%;
	border-radius: 5px;
	z-index: 10
}

body.product-selector #ajax_loading .spoke+.spoke {
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg)
}

body.product-selector #ajax_loading .spoke+.spoke+.spoke {
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotateZ(-45deg)
}

body.product-selector #ajax_loading .spoke+.spoke+.spoke+.spoke {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg)
}

body.product-selector #ajax_loading .cog {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	z-index: 10;
	-webkit-animation: spin 5s infinite linear;
	animation: spin 5s infinite linear;
	opacity: .8
}

body.product-selector #ajax_loading .cog+.cog {
	-webkit-animation-delay: .19s;
	animation-delay: .19s;
	-webkit-animation: spin2 5s infinite linear;
	animation: spin2 5s infinite linear;
	margin-top: 160px;
	margin-left: 30px
}

body.product-selector #ajax_loading .cog+.cog+.cog {
	-webkit-animation: spin 5s infinite linear;
	animation: spin 5s infinite linear;
	margin-top: 65px;
	margin-left: 165px
}

body.product-selector #ajax_loading .hole {
	position: absolute;
	width: 130px;
	height: 130px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #e28e1e;
	border-radius: 50%;
	z-index: 3000
}

body.product-selector .footer-wrapper {
	position: relative;
	z-index: 51
}

body.product-selector form#product-selector,
body.product-selector form#product-selector input,
body.product-selector #query-results {
	float: left
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .node-standard-km.view-mode-full>.field-name-body {
		padding-left: 0;
		padding-right: 0
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .node-standard-km.view-mode-full>.field-name-body {
		padding-left: 0;
		padding-right: 0
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector .node-standard-km.view-mode-full>.field-name-body {
		padding-left: 0;
		padding-right: 0
	}
}

@media(min-width:1280px) and (max-width:1599px) {
	body.product-selector .node-standard-km.view-mode-full>.field-name-body {
		padding-left: 0;
		padding-right: 0
	}
}

@media(min-width:1600px) {
	body.product-selector .node-standard-km.view-mode-full>.field-name-body {
		padding-left: 0;
		padding-right: 0
	}
}

body.product-selector .guidance-text {
	-webkit-transition: margin-left .5s, opacity .5s;
	transition: margin-left .5s, opacity .5s;
	display: inline-block
}

body.product-selector .guidance-text.complete,
body.product-selector .guidance-text.animating {
	opacity: 0
}

body.product-selector .guidance-text.complete {
	height: 0
}

body.product-selector .helper {
	display: none
}

body.product-selector .master-helper,
body.product-selector .type-helper {
	display: inline;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

body.product-selector .master-helper.complete,
body.product-selector .master-helper.animating,
body.product-selector .type-helper.complete,
body.product-selector .type-helper.animating {
	opacity: 0
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	body.product-selector .master-helper.complete span,
	body.product-selector .master-helper.animating span,
	body.product-selector .type-helper.complete span,
	body.product-selector .type-helper.animating span {
		display: none
	}
}

@supports(-ms-ime-align:auto) {
	body.product-selector .master-helper.complete span,
	body.product-selector .master-helper.animating span,
	body.product-selector .type-helper.complete span,
	body.product-selector .type-helper.animating span {
		display: none
	}
}

body.product-selector .master-helper.no-help,
body.product-selector .type-helper.no-help {
	display: none
}

body.product-selector .master-helper span,
body.product-selector .type-helper span {
	position: absolute;
	background: #1b67a6;
	border-radius: 99px;
	width: 22px;
	padding-bottom: 22px;
	color: #fff;
	text-align: center;
	height: 18px;
	margin-left: 1px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
	margin-top: 13px;
	z-index: 2;
	font-size: 15px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .master-helper span,
	body.product-selector .type-helper span {
		width: 18px;
		padding-bottom: 18px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .master-helper span,
	body.product-selector .type-helper span {
		width: 18px;
		padding-bottom: 18px
	}
}

body.product-selector .master-helper span.animate,
body.product-selector .type-helper span.animate {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

body.product-selector .master-helper span.master-text,
body.product-selector .master-helper span.type-text,
body.product-selector .type-helper span.master-text,
body.product-selector .type-helper span.type-text {
	opacity: 0;
	background: #fff;
	padding: 5px 12px 5px 26px;
	color: #1b67a6;
	font-size: 14px;
	border: 1px solid #1b67a6;
	display: inline-block;
	width: 12px;
	margin-top: 12px;
	z-index: 0;
	text-align: left;
	height: 12px;
	border-radius: 15px;
	overflow: hidden
}

body.product-selector .master-helper span.master-text.displayed,
body.product-selector .master-helper span.type-text.displayed,
body.product-selector .type-helper span.master-text.displayed,
body.product-selector .type-helper span.type-text.displayed {
	opacity: 1;
	z-index: 1;
	height: auto;
	width: auto
}

body.product-selector .master-helper span.master-text b,
body.product-selector .master-helper span.type-text b,
body.product-selector .type-helper span.master-text b,
body.product-selector .type-helper span.type-text b {
	background: #fcbd40;
	font-size: 16px;
	padding: 2px;
	color: #00467e
}

body.product-selector .results-wrapper {
	display: none
}

body.product-selector .results-wrapper .region-label {
	display: inline-block;
	margin-right: 5px;
	font-weight: 700;
	color: #1b67a6
}

body.product-selector .results-wrapper .region-filter {
	display: inline-block;
	padding: 10px;
	background: #fff;
	margin-right: 20px;
	color: #1b67a6;
	font-weight: 700;
	cursor: pointer
}

body.product-selector .results-wrapper .region-filter.active {
	border-bottom: 4px solid #e28e1e
}

body.product-selector .results-wrapper .cta {
	display: inline-block
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .results-wrapper .cta {
		margin-top: 10px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .results-wrapper .cta {
		margin-top: 10px
	}
}

body.product-selector .results-wrapper .specs {
	margin-top: 10px
}

body.product-selector .results-wrapper .cta-button {
	margin-right: 0
}

body.product-selector .results-wrapper .product-result.cta {
	background: #2799f9;
	padding: 5px 10px;
	color: #fff;
	float: none;
	height: auto;
	width: auto;
	margin: 0 20px;
	-webkit-transition: background .3s;
	transition: background .3s
}

body.product-selector .results-wrapper .product-result.cta .product-selected {
	left: -25px
}

body.product-selector .results-wrapper .product-result.cta.active {
	box-shadow: none;
	background: #e28e1e
}

body.product-selector .results-wrapper .product-result.cta.active div.save::before {
	content: 'Saved'
}

body.product-selector .results-wrapper .product-result.cta:hover {
	box-shadow: none;
	background: #1b67a6
}

body.product-selector .results-wrapper .product-result.cta span.title {
	display: none
}

body.product-selector .results-wrapper .product-result.cta div.save {
	color: #fff
}

body.product-selector .results-wrapper .product-result.cta div.save::before {
	content: 'Save'
}

body.product-selector #cables-results table {
	width: 100%;
	background: #fff
}

body.product-selector #cables-results table tr {
	border-bottom: 1px solid #b8b8b8
}

body.product-selector #cables-results table tr.quote-all {
	border-bottom: 0;
	background: #eee
}

body.product-selector #cables-results table tr.quote-all td {
	text-align: right
}

body.product-selector #cables-results table tr.quote-all .cta-button {
	box-shadow: none
}

body.product-selector #cables-results table tr *:nth-child(4) {
	display: none
}

body.product-selector #cables-results table th,
body.product-selector #cables-results table td {
	padding: 10px
}

body.product-selector #cables-results table td.quote {
	text-align: right
}

body.product-selector #cables-results table td.quote .cta-button {
	box-shadow: none
}

body.product-selector #cables-results table th {
	text-transform: capitalize;
	font-weight: 700;
	text-align: left
}

body.product-selector #cables-results div.share {
	margin-left: -10px
}

body.product-selector #cables-results div.share #share-window {
	background: #2799f9;
	box-shadow: none;
	display: block;
	float: left;
	margin-right: 0
}

body.product-selector #cables-results div.share input.share {
	width: 50%;
	float: left;
	resize: none;
	padding: 4px 0 2px 5px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #cables-results div.share input.share {
		width: 40%
	}
}

body.product-selector #cables-selector .input-group-wrapper {
	display: inline-block;
	vertical-align: top
}

body.product-selector #cables-selector .input-group-wrapper.drive-inputs {
	margin-right: 20px;
	border-right: 1px solid #b8b8b8;
	padding-right: 20px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #cables-selector .input-group-wrapper.drive-inputs {
		margin-right: 0;
		padding-right: 0;
		border-right: 0
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #cables-selector .input-group-wrapper.drive-inputs {
		margin-right: 0;
		padding-right: 0;
		border-right: 0
	}
}

body.product-selector #cables-selector .input-group-wrapper.motor-inputs .input-group {
	display: inline-block;
	margin-right: 20px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #cables-selector .input-group-wrapper.motor-inputs {
		display: block;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #b8b8b8
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #cables-selector .input-group-wrapper.motor-inputs {
		display: block;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #b8b8b8
	}
}

body.product-selector #cables-selector .input-group {
	margin-bottom: 20px
}

body.product-selector #cables-selector .input-group.disabled label {
	background: #b8b8b8;
	color: #727272;
	cursor: default;
	padding: 10px;
	box-shadow: none
}

body.product-selector #cables-selector option.invalid {
	display: none;
	text-decoration: line-through
}

body.product-selector #cables-selector select {
	height: 43px;
	color: #1b67a6
}

body.product-selector #cables-selector select.selected {
	border-bottom: 4px solid #e28e1e;
	font-weight: 700;
	background: #fff
}

body.product-selector #cables-selector h4.step-text {
	display: none
}

body.product-selector #cables-selector select.disabled {
	background-color: #dadada;
	color: #727272
}

body.product-selector #cables-selector input {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0
}

body.product-selector #cables-selector .current label {
	padding: 20px;
	font-size: 16px
}

body.product-selector #cables-selector label {
	padding: 10px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #1b67a6;
	font-size: 15px;
	box-shadow: 2px 2px 1px #dadada;
	-webkit-transition: padding .5s, -webkit-transform .6s;
	transition: padding .5s, -webkit-transform .6s;
	transition: transform .6s, padding .5s;
	transition: transform .6s, padding .5s, -webkit-transform .6s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

body.product-selector #cables-selector label img {
	display: block;
	margin-bottom: 10px
}

body.product-selector #cables-selector label.invalid {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute
}

body.product-selector #cables-selector label.active {
	border-bottom: 4px solid #e28e1e
}

body.product-selector #cables-selector label:not(:last-child) {
	margin-right: 20px
}

body.product-selector form#product-selector {
	width: 38%
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector form#product-selector {
		margin-bottom: 20px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector form#product-selector {
		margin-bottom: 20px
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector form#product-selector {
		margin-bottom: 45px
	}
}

@media(min-width:1280px) and (max-width:1599px) {
	body.product-selector form#product-selector {
		margin-bottom: 45px
	}
}

@media(min-width:1600px) {
	body.product-selector form#product-selector {
		margin-bottom: 45px
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector form#product-selector {
		width: 35%
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector form#product-selector {
		width: 40%;
		margin-bottom: 85px
	}
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector form#product-selector {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%
	}
}

body.product-selector form#product-selector span#reset {
	background: #e28e1e;
	box-shadow: none;
	float: right;
	margin-right: 0
}

body.product-selector form#product-selector #jump {
	display: none
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector form#product-selector #jump {
		display: block;
		text-align: center;
		background: #2799f9;
		padding: 5px;
		color: #fff
	}
	body.product-selector form#product-selector #jump.scrolled {
		position: fixed;
		top: 0;
		z-index: 999;
		width: 94%
	}
}

body.product-selector form#product-selector .input-group {
	padding: 0 0 6px;
	background-color: #dadada;
	position: relative;
	border-bottom: 1px solid #b8b8b8
}

body.product-selector form#product-selector .input-group:nth-child(1) {
	background-color: transparent
}

body.product-selector form#product-selector .input-group .checks .clearfix {
	padding-left: 22px;
	padding-right: 23px
}

body.product-selector form#product-selector .input-group span.text-display {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 8px
}

body.product-selector form#product-selector .input-group h4 {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 0;
	color: #212121;
	padding: 5px;
	font-size: 16px;
	max-width: 80%
}

body.product-selector form#product-selector .input-group .pencil-holder {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer
}

body.product-selector form#product-selector .input-group .pencil-holder .pencil {
	width: 12.02px;
	background: #727272;
	height: 25px;
	-webkit-transform: rotate(45deg) scale(.5);
	-ms-transform: rotate(45deg) scale(.5);
	transform: rotate(45deg) scale(.5);
	position: absolute;
	right: 10px;
	cursor: pointer
}

body.product-selector form#product-selector .input-group .pencil-holder .pencil::before {
	content: '';
	width: 8.5px;
	background: #727272;
	height: 8.5px;
	position: absolute;
	left: 1px;
	bottom: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

body.product-selector form#product-selector .input-group .pencil-holder .pencil::after {
	content: '';
	background: #727272;
	width: 12px;
	height: 8px;
	position: absolute;
	top: -12px
}

body.product-selector form#product-selector .input-group .pencil-holder.active .pencil {
	background: #d86633
}

body.product-selector form#product-selector .input-group .pencil-holder.active .pencil::before,
body.product-selector form#product-selector .input-group .pencil-holder.active .pencil::after {
	background: #d86633
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector form#product-selector .input-group input[type=number]~label {
		padding-left: 10px;
		padding-right: 10px
	}
}

body.product-selector form#product-selector .input-group label {
	font-weight: 400;
	color: #525252;
	line-height: 1em
}

body.product-selector form#product-selector .input-group label .min {
	text-align: left
}

body.product-selector form#product-selector .input-group label .max {
	text-align: right;
	margin-top: -22px
}

body.product-selector form#product-selector .input-group label .max,
body.product-selector form#product-selector .input-group label .min {
	color: #525252
}

body.product-selector form#product-selector .input-group .extra {
	font-size: 27px;
	padding-top: 5px
}

body.product-selector form#product-selector .input-group .element-wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative
}

body.product-selector form#product-selector .input-group .element-wrapper.col6 {
	padding-right: 10px;
	padding-left: 0;
	width: auto;
	float: left
}

body.product-selector form#product-selector .input-group .element-wrapper p.static-value {
	color: #e28e1e
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector form#product-selector .input-group .element-wrapper p.static-value {
		margin-left: 10px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector form#product-selector .input-group .element-wrapper p.static-value {
		margin-left: 10px
	}
}

body.product-selector form#product-selector .input-group .lock {
	cursor: pointer;
	max-width: none
}

body.product-selector form#product-selector .input-group .lock.open {
	margin-left: -20px
}

body.product-selector form#product-selector .input-group .lock-wrapper {
	width: 19px;
	overflow: hidden;
	float: right;
	margin: -27px 20px 0
}

body.product-selector h1 {
	text-align: center;
	margin-top: 0
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .content-wrapper {
		margin-top: 0
	}
}

body.product-selector.cables #kollps_select_type {
	margin-bottom: 0
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector.cables #koll_product_selector_wrapper {
		padding-left: 10px
	}
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector.cables #koll_product_selector_wrapper {
		height: auto
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector.cables #koll_product_selector_wrapper {
		height: auto
	}
}

body.product-selector.cables .cable-disclaimer {
	display: block;
	margin-top: 10px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector.cables .cable-disclaimer {
		margin-left: 10px
	}
}

body.product-selector.cables #slideout .slideout-cta .compare {
	display: none
}

body.product-selector.cables #slideout .slideout-inner .product-result {
	height: 68px;
	width: 236px;
	cursor: default
}

body.product-selector.cables #slideout .slideout-inner .product-result .product-selected {
	cursor: pointer
}

body.product-selector.cables #slideout .slideout-inner .product-result span.title {
	bottom: 20px;
	right: initial;
	left: 0;
	font-size: 16px
}

body.product-selector #slideout {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(40, 40, 40, .9);
	z-index: 52;
	color: #fff;
	-webkit-transition: bottom .5s, height .5s;
	transition: bottom .5s, height .5s
}

body.product-selector #slideout .slideout-inner {
	padding: 10px
}

body.product-selector #slideout .slideout-inner .product-result {
	height: 125px;
	width: 150px;
	margin: 10px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #slideout .slideout-inner .product-result {
		height: auto;
		width: 43%;
		float: left
	}
	body.product-selector #slideout .slideout-inner .product-result img {
		display: none
	}
	body.product-selector #slideout .slideout-inner .product-result span {
		position: unset;
		text-align: left;
		float: left
	}
}

body.product-selector #slideout .slideout-inner .product-result.active,
body.product-selector #slideout .slideout-inner .product-result:hover {
	box-shadow: none
}

body.product-selector #slideout .slideout-inner .product-result.removing {
	opacity: 0;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}

body.product-selector #slideout .slideout-inner .product-result .product-selected {
	background: #e28e1e;
	height: 20px;
	width: 20px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	right: 5px;
	left: inherit;
	opacity: 1
}

body.product-selector #slideout .slideout-inner .product-result .product-selected::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 4px;
	width: 0;
	height: 9px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

body.product-selector #slideout .slideout-inner .product-result .product-selected::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 4px;
	width: 0;
	height: 9px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

body.product-selector #slideout .slideout-inner .product-result div.save {
	display: none
}

body.product-selector #slideout .none-selected {
	color: #fff;
	text-align: center
}

body.product-selector #slideout .slideout-cta {
	float: left;
	margin-left: 15px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #slideout .slideout-cta {
		clear: both
	}
}

body.product-selector #slideout .slideout-cta .compare,
body.product-selector #slideout .slideout-cta .clear,
body.product-selector #slideout .slideout-cta .quote-all {
	display: block;
	margin-top: 10px;
	box-shadow: none
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #slideout .slideout-cta .compare,
	body.product-selector #slideout .slideout-cta .clear,
	body.product-selector #slideout .slideout-cta .quote-all {
		display: inline-block
	}
}

body.product-selector #slideout .slideout-cta .compare,
body.product-selector #slideout .slideout-cta .clear {
	background: #e28e1e;
	padding: 5px
}

body.product-selector #slideout h5,
body.product-selector #slideout h4 {
	display: none
}

body.product-selector #slideout .slideout-tab {
	width: 150px;
	height: 25px;
	background: #2799f9;
	margin-top: -25px;
	text-align: center;
	color: #fff;
	cursor: pointer
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #slideout .slideout-tab {
		height: 28px;
		margin-top: -28px;
		padding-top: 6px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #slideout .slideout-tab {
		height: 28px;
		margin-top: -28px;
		padding-top: 6px
	}
}

body.product-selector #lb-shadow {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 600;
	cursor: pointer
}

body.product-selector #lb-outer {
	position: fixed;
	top: 10%;
	left: 50%;
	height: 80%;
	padding: 20px 20px 50px;
	background: #fff;
	z-index: 650;
	display: none;
	max-width: 95%
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #lb-outer {
		height: 94%;
		top: 4%;
		max-width: 100%;
		padding: 0 0 50px
	}
}

body.product-selector #lb-outer #lb-inner {
	height: 98%;
	overflow-y: auto;
	border-bottom: 1px solid #b8b8b8
}

body.product-selector #lb-outer #lb-inner .models.scrolled {
	position: fixed;
	top: 10%;
	z-index: 999;
	overflow: hidden
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #lb-outer #lb-inner .models.scrolled {
		top: 0
	}
}

body.product-selector #lb-outer #lb-inner .models.scrolled div div {
	background: #2799f9
}

body.product-selector #lb-outer #lb-inner .models.scrolled div div p {
	color: #fff
}

body.product-selector #lb-outer #lb-inner .models div.model {
	width: 257px
}

body.product-selector #lb-outer #lb-inner .models div.model span.save {
	display: none
}

body.product-selector #lb-outer #lb-inner .models .inner-div {
	border-left: 1px solid #727272;
	border-top: 1px solid #727272
}

body.product-selector #lb-outer #lb-inner .models div div {
	background: #dadada;
	display: inline-block
}

body.product-selector #lb-outer #lb-inner .models div div p {
	text-align: center;
	margin: 5px
}

body.product-selector #lb-outer #lb-inner .models span.save {
	display: none
}

body.product-selector #lb-outer #lb-inner .single-quote {
	margin: 10px auto
}

body.product-selector #lb-outer #lb-inner table {
	width: auto;
	margin-top: 0;
	border: 1px solid #727272;
	border-collapse: collapse
}

body.product-selector #lb-outer #lb-inner table th,
body.product-selector #lb-outer #lb-inner table td {
	text-align: center;
	border-bottom: 1px solid #727272;
	border-right: 1px solid #727272;
	padding: 3px;
	font-size: 15px
}

body.product-selector #lb-outer #lb-inner table th {
	padding-right: 6px;
	text-align: left;
	max-width: 125px;
	background: #dadada
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	body.product-selector #lb-outer #lb-inner table th.scrolled {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 998
	}
}

body.product-selector #lb-outer #lb-inner table td img.photo {
	height: 85px
}

body.product-selector #lb-outer #lb-inner table td.concact {
	text-align: center;
	padding-right: 0;
	background: #dadada;
	position: unset
}

body.product-selector #lb-outer #lb-inner table td div.curvechart {
	height: 200px;
	width: 250px;
	margin: 0 auto
}

body.product-selector #lb-outer #lb-inner table td div.curvechart defs~rect {
	fill: transparent
}

body.product-selector #lb-outer #lb-close {
	background: #e28e1e;
	height: 20px;
	width: 20px;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	z-index: 1000;
	background: #e28e1e;
	border-radius: 99px
}

body.product-selector #lb-outer #lb-close::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 4px;
	width: 0;
	height: 9px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

body.product-selector #lb-outer #lb-close::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 4px;
	width: 0;
	height: 9px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #lb-outer #lb-close {
		right: 0
	}
}

body.product-selector #query-results {
	width: 57%;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #query-results {
		padding-left: 20px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #query-results {
		padding-left: 20px
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector #query-results {
		padding-left: 45px
	}
}

@media(min-width:1280px) and (max-width:1599px) {
	body.product-selector #query-results {
		padding-left: 45px
	}
}

@media(min-width:1600px) {
	body.product-selector #query-results {
		padding-left: 45px
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector #query-results {
		width: 65%
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #query-results {
		width: 60%
	}
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector #query-results {
		width: 100%;
		padding-left: 0
	}
	body.product-selector #query-results #query-results-inner {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector #query-results .results-header {
		display: none
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector #query-results .results-header {
		display: none
	}
}

@media(min-width:1280px) and (max-width:1599px) {
	body.product-selector #query-results .results-header {
		display: none
	}
}

@media(min-width:1600px) {
	body.product-selector #query-results .results-header {
		display: none
	}
}

body.product-selector #query-results .results-header {
	margin: 10px;
	text-align: center
}

body.product-selector #query-results .no-results {
	background: #fff;
	padding: 30px;
	box-shadow: 1px 1px 5px #b8b8b8
}

body.product-selector #query-results #query-results-inner {
	display: none
}

body.product-selector #query-results #query-results-inner .phone-home {
	font-size: 18px;
	color: #1b67a6;
	font-weight: 700
}

body.product-selector .message {
	position: fixed;
	top: -50px;
	left: 10px;
	padding: 6px;
	background-color: #fff;
	color: #1b67a6;
	border: 1px solid #727272;
	z-index: 999
}

body.product-selector .product-result {
	cursor: pointer;
	position: relative;
	background: #fff;
	padding: 12px;
	margin: 4px;
	width: 23.7%;
	float: left;
	height: 160px;
	text-align: center
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .product-result {
		width: 38%;
		margin: 7px
	}
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .product-result {
		width: 136px;
		margin: 7px
	}
}

body.product-selector .product-result.active,
body.product-selector .product-result:hover {
	box-shadow: 4px 5px 4px 0 #b8b8b8
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .product-result.active h5,
	body.product-selector .product-result:hover h5 {
		margin-left: 15px;
		-webkit-transition: margin-left .5s;
		transition: margin-left .5s
	}
}

body.product-selector .product-result:hover .product-selected {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

body.product-selector .product-result.active .product-selected {
	background: #e28e1e;
	opacity: 1
}

body.product-selector .product-result .product-selected {
	background: #dadada;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 40px;
	opacity: 0
}

body.product-selector .product-result .product-selected::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

body.product-selector .product-result img {
	height: 65px;
	display: block;
	margin: 0 auto
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .product-result img {
		margin-bottom: 10px;
		height: 55px
	}
}

body.product-selector .product-result span {
	font-size: 14px;
	color: #727272;
	position: absolute;
	bottom: 15px;
	width: 100%;
	right: 0%;
	padding: 0 2px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .product-result span {
		right: 14px;
		width: 80%
	}
}

body.product-selector .product-result h5 {
	margin: 5px 0;
	font-size: 14px;
	font-family: arial;
	color: #727272;
	margin-top: 0
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .product-result h5 {
		-webkit-transition: margin-left .5s;
		transition: margin-left .5s
	}
}

body.product-selector .product-results-view-pagination {
	margin-top: 15px;
	text-align: center
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .product-results-view-pagination {
		margin-bottom: 20px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .product-results-view-pagination {
		margin-bottom: 20px
	}
}

@media(min-width:1080px) and (max-width:1279px) {
	body.product-selector .product-results-view-pagination {
		margin-bottom: 45px
	}
}

@media(min-width:1280px) and (max-width:1599px) {
	body.product-selector .product-results-view-pagination {
		margin-bottom: 45px
	}
}

@media(min-width:1600px) {
	body.product-selector .product-results-view-pagination {
		margin-bottom: 45px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .product-results-view-pagination {
		text-align: left
	}
}

body.product-selector .product-results-view-pagination>div {
	display: inline-block
}

body.product-selector .pagination-link {
	cursor: pointer;
	color: #727272;
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 40px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .pagination-link {
		width: 30px;
		height: 30px;
		padding-top: 5px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .pagination-link {
		width: 30px;
		height: 30px;
		padding-top: 5px
	}
}

body.product-selector .pagination-link.active,
body.product-selector .pagination-link:hover {
	color: #fff;
	background: #1b67a6
}

body.product-selector .pagination-link.previous,
body.product-selector .pagination-link.next,
body.product-selector .pagination-link.first,
body.product-selector .pagination-link.last {
	background: #dadada;
	width: 25px;
	height: 40px;
	border-radius: 100px;
	font-size: 25px;
	margin-top: -7px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .pagination-link.previous,
	body.product-selector .pagination-link.next,
	body.product-selector .pagination-link.first,
	body.product-selector .pagination-link.last {
		padding-top: 3px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector .pagination-link.previous,
	body.product-selector .pagination-link.next,
	body.product-selector .pagination-link.first,
	body.product-selector .pagination-link.last {
		padding-top: 3px
	}
}

body.product-selector #product-selector-main-ui {
	position: relative;
	margin-bottom: 45px
}

body.product-selector .lightbox-actions {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 100%
}

body.product-selector .lightbox-actions div.share {
	position: relative
}

body.product-selector .lightbox-actions #share-window {
	background: #e28e1e;
	box-shadow: none;
	display: block;
	float: left;
	margin-right: 0
}

body.product-selector .lightbox-actions input.share {
	width: 50%;
	float: left;
	resize: none;
	padding: 4px 0 2px 5px
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector .lightbox-actions input.share {
		width: 40%
	}
}

body.product-selector .checkbox-div label {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

body.product-selector .checkbox-div input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

body.product-selector .checkbox-div input:checked~.checkmark {
	background: #e28e1e;
	border: 1px solid #e28e1e;
	-webkit-transition: background .3s;
	transition: background .3s
}

body.product-selector .checkbox-div input:checked~.checkmark::after {
	display: block
}

body.product-selector .checkbox-div .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #b8b8b8
}

body.product-selector .checkbox-div .checkmark::after {
	content: '';
	position: absolute;
	display: none;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

body.product-selector div[class^=slider-noUi] {
	height: 10px;
	width: 84%;
	margin: 15px auto;
	-webkit-transition: height .5s;
	transition: height .5s
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector div[class^=slider-noUi] {
		width: 75%;
		margin-left: 48px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector div[class^=slider-noUi] {
		width: 75%;
		margin-left: 48px
	}
}

body.product-selector div[class^=slider-noUi].drag-fixed .noUi-origin .noUi-handle.noUi-handle-upper {
	display: none
}

body.product-selector div[class^=slider-noUi] .noUi-origin .noUi-handle {
	border: 1px solid #e28e1e;
	height: 34px;
	border-radius: 40px;
	background: #e28e1e;
	cursor: pointer;
	text-align: center;
	padding: 4px;
	box-shadow: none;
	width: auto;
	min-width: 34px;
	top: -11px;
	right: -7%
}

@media(min-width:0) and (max-width:699px) {
	body.product-selector div[class^=slider-noUi] .noUi-origin .noUi-handle {
		height: 28px
	}
}

@media(min-width:700px) and (max-width:1079px) {
	body.product-selector div[class^=slider-noUi] .noUi-origin .noUi-handle {
		height: 28px
	}
}

body.product-selector div[class^=slider-noUi] .noUi-origin .noUi-handle::before,
body.product-selector div[class^=slider-noUi] .noUi-origin .noUi-handle::after {
	display: none
}

body.product-selector div[class^=slider-noUi] .noUi-origin .noUi-handle .noUi-touch-area {
	color: #fff
}

body.product-selector div[class^=slider-noUi] .noUi-connect {
	background: #e28e1e
}

body.product-selector div[class^=slider-noUi].hidden {
	height: 0;
	overflow: hidden;
	border: 0
}

body.product-selector div[class^=slider-noUi].hidden~.element-wrapper.greater {
	height: 50px
}

body.product-selector div[class^=slider-noUi].hidden~.element-wrapper.less-than label,
body.product-selector div[class^=slider-noUi].hidden~.element-wrapper.greater-than label {
	padding-top: 40px
}

body.product-selector div[class^=slider-noUi]~.element-wrapper {
	width: 100%
}

body.product-selector div[class^=slider-noUi]~.element-wrapper label {
	margin-top: -5px
}

body.product-selector div[class^=slider-noUi]~.element-wrapper span {
	position: absolute;
	font-size: 20px;
	display: none;
	color: #525252;
	left: 20px
}

body.product-selector div[class^=slider-noUi]~.element-wrapper input {
	position: absolute;
	display: none;
	z-index: 1;
	padding-left: 7px;
	background: #e28e1e;
	color: #fff;
	width: 75px;
	left: 40px
}

body.product-selector div[class^=slider-noUi]~.element-wrapper.greater {
	height: 0
}

body.product-selector div[class^=slider-noUi]~.element-wrapper.greater input {
	top: 4px
}

body.product-selector div[class^=slider-noUi]~.element-wrapper.greater span {
	top: 3px
}

body.product-selector div[class^=slider-noUi]~.element-wrapper.less {
	height: 35px
}

body.product-selector div[class^=slider-noUi]~.element-wrapper.less input {
	top: -46px;
	left: 140px
}

body.product-selector div[class^=slider-noUi]~.element-wrapper.less span {
	top: -46px;
	left: 120px
}

body.product-selector .embedded-selector.gray {
	background: #dadada;
	position: relative;
	background-image: url(../images/graphic.png);
	background-repeat: space;
	background-size: 16%;
	background-position: 50%;
	background-blend-mode: multiply
}

body.product-selector .embedded-selector #kollps_select_type {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	top: 50%
}

body.product-selector .embedded-selector h2 {
	color: #fff
}

body.product-selector .embedded-selector h2.blue {
	color: #1b67a6
}

body.product-selector .embedded-selector:not(.cables) #koll_product_selector_wrapper {
	margin-top: 45px
}

body.product-selector .embedded-selector #product-selector-main-ui {
	margin-bottom: 0
}

body.product-selector .embedded-selector .noUi-target {
	border-color: #b8b8b8
}

body.product-selector .embedded-selector form#product-selector .input-group {
	background: #b8b8b8;
	border-color: #727272
}

body.product-selector .embedded-selector form#product-selector .input-group:nth-child(1) {
	background: 0 0;
	border-bottom: 0
}

body.product-selector .embedded-selector form#product-selector .input-group label {
	color: #212121
}

.c3 svg {
	font: 10px sans-serif;
	-webkit-tap-highlight-color: transparent
}

.c3 line,
.c3 path {
	fill: none;
	stroke: #000
}

.c3 text {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
	shape-rendering: crispEdges
}

.c3-chart-arc path {
	stroke: #fff
}

.c3-chart-arc rect {
	stroke: #fff;
	stroke-width: 1
}

.c3-chart-arc text {
	fill: #fff;
	font-size: 13px
}

.c3-grid line {
	stroke: #aaa
}

.c3-grid text {
	fill: #aaa
}

.c3-xgrid,
.c3-ygrid {
	stroke-dasharray: 3 3
}

.c3-text.c3-empty {
	fill: grey;
	font-size: 2em
}

.c3-line {
	stroke-width: 1px
}

.c3-circle {
	fill: currentColor
}

.c3-circle._expanded_ {
	stroke-width: 1px;
	stroke: #fff
}

.c3-selected-circle {
	fill: #fff;
	stroke-width: 2px
}

.c3-bar {
	stroke-width: 0
}

.c3-bar._expanded_ {
	fill-opacity: 1;
	fill-opacity: .75
}

.c3-target.c3-focused {
	opacity: 1
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
	stroke-width: 2px
}

.c3-target.c3-defocused {
	opacity: .3!important
}

.c3-region {
	fill: #4682b4;
	fill-opacity: .1
}

.c3-region text {
	fill-opacity: 1
}

.c3-brush .extent {
	fill-opacity: .1
}

.c3-legend-item {
	font-size: 12px
}

.c3-legend-item-hidden {
	opacity: .15
}

.c3-legend-background {
	opacity: .75;
	fill: #fff;
	stroke: #d3d3d3;
	stroke-width: 1
}

.c3-title {
	font: 14px sans-serif
}

.c3-tooltip-container {
	z-index: 10
}

.c3-tooltip {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	empty-cells: show;
	-webkit-box-shadow: 7px 7px 12px -9px #777;
	-moz-box-shadow: 7px 7px 12px -9px #777;
	box-shadow: 7px 7px 12px -9px #777;
	opacity: .9
}

.c3-tooltip tr {
	border: 1px solid #ccc
}

.c3-tooltip th {
	background-color: #aaa;
	font-size: 14px;
	padding: 2px 5px;
	text-align: left;
	color: #fff
}

.c3-tooltip td {
	font-size: 13px;
	padding: 3px 6px;
	background-color: #fff;
	border-left: 1px dotted #999
}

.c3-tooltip td>span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px
}

.c3-tooltip .value {
	text-align: right
}

.c3-area {
	stroke-width: 0;
	opacity: .2
}

.c3-chart-arcs-title {
	dominant-baseline: middle;
	font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
	fill: #e0e0e0;
	stroke: #fff
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
	fill: #000;
	font-size: 16px
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
	fill: #777
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
	fill: #777
}

.c3-chart-arc .c3-gauge-value {
	fill: #000
}

.c3-chart-arc.c3-target g path {
	opacity: 1
}

.c3-chart-arc.c3-target.c3-focused g path {
	opacity: 1
}

.c3-drag-zoom.enabled {
	pointer-events: all!important;
	visibility: visible
}

.c3-drag-zoom.disabled {
	pointer-events: none!important;
	visibility: hidden
}

.c3-drag-zoom .extent {
	fill-opacity: .1
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto
}

.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
	border-radius: 3px
}

.noUi-connect {
	background: #3fb8af
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-sub {
	background: #aaa
}

.noUi-marker-large {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

div.ctools-modal-content {
	background: #fff;
	color: #000;
	padding: 0;
	margin: 2px;
	border: 1px solid #000;
	width: 600px;
	text-align: left
}

div.ctools-modal-content .modal-title {
	font-size: 120%;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
	white-space: nowrap
}

div.ctools-modal-content .modal-header {
	background-color: #2385c2;
	padding: 0 .25em 0 1em
}

div.ctools-modal-content .modal-header a {
	color: #fff
}

div.ctools-modal-content .modal-content {
	padding: 1em 1em 0;
	overflow: auto;
	position: relative
}

div.ctools-modal-content .modal-form {}

div.ctools-modal-content a.close {
	color: #fff;
	float: right
}

div.ctools-modal-content a.close:hover {
	text-decoration: none
}

div.ctools-modal-content a.close img {
	position: relative;
	top: 1px
}

div.ctools-modal-content .modal-content .modal-throbber-wrapper {
	text-align: center
}

div.ctools-modal-content .modal-content .modal-throbber-wrapper img {
	margin-top: 160px
}

div.ctools-modal-content .form-item label {
	width: 15em;
	float: left
}

div.ctools-modal-content .form-item label.option {
	width: auto;
	float: none
}

div.ctools-modal-content .form-item .description {
	clear: left
}

div.ctools-modal-content .form-item .description .tips {
	margin-left: 2em
}

div.ctools-modal-content .no-float .form-item * {
	float: none
}

div.ctools-modal-content .modal-form .no-float label {
	width: auto
}

div.ctools-modal-content fieldset,
div.ctools-modal-content .form-radios,
div.ctools-modal-content .form-checkboxes {
	clear: left
}

div.ctools-modal-content .vertical-tabs-panes>fieldset {
	clear: none
}

div.ctools-modal-content .resizable-textarea {
	width: auto;
	margin-left: 15em;
	margin-right: 5em
}

div.ctools-modal-content .container-inline .form-item {
	margin-right: 2em
}

#views-exposed-pane-wrapper .form-item {
	margin-top: 0;
	margin-bottom: 0
}

div.ctools-modal-content label.hidden-options {
	background: transparent url(../images/arrow-active.png) no-repeat right;
	height: 12px;
	padding-right: 12px
}

div.ctools-modal-content label.expanded-options {
	background: transparent url(../images/expanded-options.png) no-repeat right;
	height: 12px;
	padding-right: 16px
}

div.ctools-modal-content .option-text-aligner label.expanded-options,
div.ctools-modal-content .option-text-aligner label.hidden-options {
	background: 0 0
}

div.ctools-modal-content .dependent-options {
	padding-left: 30px
}

div.modal-forms-modal-content .resizable-textarea {
	margin-left: 0;
	margin-right: 0
}

div.modal-forms-modal-content .form-item label {
	float: none;
	width: auto
}

div.modal-forms-modal-content .item-list ul li {
	margin: 0 0 .25em 1.5em
}

div.modal-forms-modal-content div.messages {
	margin: 0
}

div.modal-forms-modal-content {
	background: 0 0;
	color: #000;
	font: 12px lucida grande, Verdana, Arial, sans-serif;
	border: 0;
	margin: 0;
	padding: 0
}

div.modal-forms-modal-content .popups-container {
	overflow: hidden;
	height: 100%;
	background: #fff;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

div.modal-forms-modal-content .modal-header {
	background-color: transparent;
	padding: .5em 1em 0;
	min-height: 25px
}

div.modal-forms-modal-content .modal-title {
	display: inline;
	color: #000
}

div.modal-forms-modal-content .popups-close {
	float: right;
	cursor: pointer;
	background: url(../images/controls.png) -25px 0 no-repeat;
	width: 25px;
	height: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

div.modal-forms-modal-content .popups-close:hover {
	background-position: -25px -25px
}

div.panel-pane div.admin-links {
	font-size: xx-small;
	margin-right: 1em
}

div.panel-pane div.admin-links li a {
	color: #ccc
}

div.panel-pane div.admin-links li {
	padding-bottom: 2px;
	background: #fff;
	z-index: 201
}

div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
	color: #000
}

div.panel-pane div.admin-links a:before {
	content: "["
}

div.panel-pane div.admin-links a:after {
	content: "]"
}

div.panel-pane div.panel-hide {
	display: none
}

div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
	display: block;
	position: absolute;
	z-index: 200;
	margin-top: -1.5em
}

div.panel-pane div.feed a {
	float: right
}

.rate-info,
.rate-description {
	clear: left;
	font-size: .8em;
	color: #666
}

.user_picture_block {
	height: 90px;
	margin-top: 0
}

*+html .user_picture_block {
	margin-top: 10px
}

* html .user_picture_block {
	margin-top: 10px
}

.user_picture_block h3 {
	margin-top: .7em;
	margin-bottom: .2em
}

*+html .user_picture_block h3 {
	margin-top: .2em
}

.user_picture_block .picture {
	float: left
}

.user_picture_block .picture img {
	margin-right: 8px;
	width: 60px;
	height: 60px;
	margin-bottom: 5px
}

*+html .user_picture_block .picture img {
	margin-bottom: 5px
}

.user_picture_block .userlevel {}

.user_picture_block .userpoints {}

.user_picture_block .userbadges {
	margin-top: 5px
}