/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	select {
		background: #fff !important
	}
	.navbar {
		display: none
	}
	.table td,
	.table th {
		background-color: #fff !important
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #666;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #428bca;
	text-decoration: none
}

a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%
}

h1,
.h1 {
	font-size: 36px
}

h2,
.h2 {
	font-size: 30px
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 14px
}

h6,
.h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px
	}
}

small,
.small {
	font-size: 85%
}

cite {
	font-style: normal
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-muted {
	color: #999
}

.text-primary {
	color: #428bca
}

a.text-primary:hover {
	color: #3071a9
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #428bca
}

a.bg-primary:hover {
	background-color: #3071a9
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0
}

.list-unstyled,
.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt,
dd {
	line-height: 1.42857
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #999
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}


/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}

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

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}

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

.fa-rotate-90 {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:before,
.container:after {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width: 768px) {
	.container {
		width: 850px
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:before,
.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0%
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	max-width: 100%;
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: rgba(22, 87, 162, 0.5);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(22, 87, 162, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(22, 87, 162, 0.6)
}

.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #ccc
}

.form-control::-webkit-input-placeholder {
	color: #ccc
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

input[type="date"] {
	line-height: 34px
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}

.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn-bs {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn-bs {
	height: 30px;
	line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn-bs,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn-bs {
	height: auto
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn-bs {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn-bs {
	height: 46px;
	line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn-bs,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn-bs {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.form-control-static {
	margin-bottom: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #a6a6a6
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

.form-horizontal .form-control-static {
	padding-top: 7px
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

.btn-bs {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn-bs:focus,
.btn-bs:active:focus,
.btn-bs.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn-bs:hover,
.btn-bs:focus {
	color: #333;
	text-decoration: none
}

.btn-bs:active,
.btn-bs.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-bs.disabled,
.btn-bs[disabled],
fieldset[disabled] .btn-bs {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary .badge {
	color: #428bca;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #428bca;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn-bs {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn-bs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn-bs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #999
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn-bs,
.btn-group-vertical>.btn-bs {
	position: relative;
	float: left
}

.btn-group>.btn-bs:hover,
.btn-group>.btn-bs:focus,
.btn-group>.btn-bs:active,
.btn-group>.btn-bs.active,
.btn-group-vertical>.btn-bs:hover,
.btn-group-vertical>.btn-bs:focus,
.btn-group-vertical>.btn-bs:active,
.btn-group-vertical>.btn-bs.active {
	z-index: 2
}

.btn-group>.btn-bs:focus,
.btn-group-vertical>.btn-bs:focus {
	outline: none
}

.btn-group .btn-bs+.btn-bs,
.btn-group .btn-bs+.btn-group,
.btn-group .btn-group+.btn-bs,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn-bs,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn-bs:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn-bs:first-child {
	margin-left: 0
}

.btn-group>.btn-bs:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-bs:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-bs {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn-bs:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn-bs+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-bs+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-bs .caret {
	margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn-bs .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn-bs .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn-bs,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn-bs {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn-bs {
	float: none
}

.btn-group-vertical>.btn-bs+.btn-bs,
.btn-group-vertical>.btn-bs+.btn-group,
.btn-group-vertical>.btn-group+.btn-bs,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn-bs:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn-bs:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-bs:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-bs {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-bs:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn-bs,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn-bs {
	width: 100%
}

[data-toggle="buttons"]>.btn-bs>input[type="radio"],
[data-toggle="buttons"]>.btn-bs>input[type="checkbox"] {
	display: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn-bs {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn-bs {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn-bs,
.input-group-btn:first-child>.btn-group>.btn-bs,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-bs:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-bs {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn-bs,
.input-group-btn:last-child>.btn-group>.btn-bs,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn-bs:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-bs {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn-bs {
	position: relative
}

.input-group-btn>.btn-bs+.btn-bs {
	margin-left: -1px
}

.input-group-btn>.btn-bs:hover,
.input-group-btn>.btn-bs:focus,
.input-group-btn>.btn-bs:active {
	z-index: 2
}

.input-group-btn:first-child>.btn-bs,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn-bs,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #999
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #428bca;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media,
.media .media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media>.pull-left {
	margin-right: 10px
}

.media>.pull-right {
	margin-left: 10px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
	padding: 15px
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a {
	color: inherit
}

.panel-footer {
	padding: 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

.panel>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: -1
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: -1
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: -1
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ccc
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ccc
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ccc
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ccc
}

.panel-primary {
	border-color: #428bca
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #428bca
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.05);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.05)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.05);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.05)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity 0.5s 0.3s ease;
	-o-transition: opacity 0.5s 0.3s ease;
	transition: opacity 0.5s 0.3s ease;
	opacity: 0
}

body {
	min-height: 100%;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: always
}

.mt {
	margin-top: 15px
}

.no-gutter {
	padding: 0
}

.clear {
	clear: both
}

.cursor {
	cursor: pointer
}

.center {
	text-align: center;
	margin: 0 auto
}

a>.fa-chevron-right {
	margin-left: 5px;
	font-size: .8em
}

a>.fa-chevron-left {
	margin-right: 5px;
	font-size: .8em
}

.container.main {
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 50px;
	border-bottom: 1px solid #aaa;
	-webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4)
}

.content-block {
	background: #eee;
	border: 1px solid #ccc;
	padding: 25px 20px 10px;
	font-size: 12px;
	margin-bottom: 50px
}

.content-block .contact-info {
	margin: 0 10px
}

.content-block .contact-info ul {
	list-style: none;
	margin: 0 -15px;
	padding: 0
}

.content-block .contact-info ul li {
	margin-left: 0;
	margin-top: 15px
}

.content-block .contact-info .detail-column {
	padding: 8px 16px;
	background: #FFF;
	border: 1px solid #999;
	text-align: left
}

@media (min-width: 768px) {
	.content-block .contact-info .detail-column {
		min-height: 453px
	}
}

.responsive-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden
}

.responsive-video.widescreen {
	padding-bottom: 57.25%
}

.responsive-video.vimeo {
	padding-top: 0
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px),
only screen and (max-width: 767px) {
	.responsive-video {
		padding-top: 0
	}
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-size: 18px;
	font-weight: bold;
	color: #1657a2
}

h1,
.h1 {
	float: left;
	margin-top: 10px;
	margin-left: 15px
}

h1.secondary {
	float: none;
	margin: 20px 0 10px 15px
}

h3 {
	font-size: 22px;
	color: #333
}

h4 {
	font-size: 18px;
	color: #333
}

nav h6 {
	display: none
}

.btn-bs {
	min-width: 120px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: white
}

.btn-bs:hover,
.btn-bs:focus {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}

.btn-bs.btn-gray {
	background: #6b6b6b;
	background: -moz-linear-gradient(top, #6b6b6b 0%, #414141 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b6b6b), color-stop(100%, #414141));
	background: -webkit-linear-gradient(top, #6b6b6b 0%, #414141 100%);
	background: -o-linear-gradient(top, #6b6b6b 0%, #414141 100%);
	background: -ms-linear-gradient(top, #6b6b6b 0%, #414141 100%);
	background: linear-gradient(to bottom, #6b6b6b 0%, #414141 100%);
	border-color: #555
}

.btn-bs.btn-gray:active,
.btn-bs.btn-gray .active,
.btn-bs.btn-gray:focus {
	background: #5e5e5e;
	background: -moz-linear-gradient(top, #5e5e5e 0%, #343434 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #343434));
	background: -webkit-linear-gradient(top, #5e5e5e 0%, #343434 100%);
	background: -o-linear-gradient(top, #5e5e5e 0%, #343434 100%);
	background: -ms-linear-gradient(top, #5e5e5e 0%, #343434 100%);
	background: linear-gradient(to bottom, #5e5e5e 0%, #343434 100%);
	color: white
}

.btn-bs.btn-lg,
.btn-group-lg>.btn-bs {
	padding: 8px 20px
}

.btn-bs.btn-orange {
	background: #eb8517;
	background: -moz-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb8517), color-stop(100%, #e3582a));
	background: -webkit-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -o-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -ms-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: linear-gradient(to bottom, #eb8517 0%, #e3582a 100%);
	color: white
}

.btn-bs.btn-orange:active,
.btn-bs.btn-orange .active,
.btn-bs.btn-orange:focus {
	background: #bf6b10;
	background: -moz-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf6b10), color-stop(100%, #c14319));
	background: -webkit-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -o-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -ms-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: linear-gradient(to bottom, #bf6b10 0%, #c14319 100%)
}

.btn-bs.btn-orange.btn-sm,
.btn-group-sm>.btn-bs.btn-orange {
	padding: 3px 20px;
	min-width: 80px
}

.btn-bs.btn-square {
	-webkit-border-radius: 0 0 0 0 !important;
	-moz-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important
}

.btn-bs.btn-default {
	color: #666;
	border: 1px solid #ddd;
	background: #e9e9e9;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #e9e9e9 0%, #f5f5f5 100%)
}

.btn-bs.btn-default:hover {
	background: #e7e7e7;
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #e7e7e7 0%, #cecece 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #cecece));
	background: -webkit-linear-gradient(top, #e7e7e7 0%, #cecece 100%);
	background: -o-linear-gradient(top, #e7e7e7 0%, #cecece 100%);
	background: -ms-linear-gradient(top, #e7e7e7 0%, #cecece 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%, #cecece 100%)
}

.btn-bs.btn-primary {
	background: #08c;
	background: -moz-linear-gradient(top, #08c 0%, #005f9a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08c), color-stop(100%, #005f9a));
	background: -webkit-linear-gradient(top, #08c 0%, #005f9a 100%);
	background: -o-linear-gradient(top, #08c 0%, #005f9a 100%);
	background: -ms-linear-gradient(top, #08c 0%, #005f9a 100%);
	background: linear-gradient(to bottom, #08c 0%, #005f9a 100%)
}

.btn-bs.btn-primary:hover {
	background: #005f9a;
	background: -moz-linear-gradient(top, #005f9a 0%, #08c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005f9a), color-stop(100%, #08c));
	background: -webkit-linear-gradient(top, #005f9a 0%, #08c 100%);
	background: -o-linear-gradient(top, #005f9a 0%, #08c 100%);
	background: -ms-linear-gradient(top, #005f9a 0%, #08c 100%);
	background: linear-gradient(to bottom, #005f9a 0%, #08c 100%)
}

.btn-bs span {
	display: inline-block
}

input .form-control,
textarea .form-control {
	border: 1px solid #ddd;
	background: white;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 3px 12px
}

input .form-control:focus,
textarea .form-control:focus {
	border: 0;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(22, 87, 162, 0.5);
	-moz-box-shadow: 0 0 0 2px rgba(22, 87, 162, 0.5);
	box-shadow: 0 0 0 2px rgba(22, 87, 162, 0.5)
}

.form-horizontal h1 {
	float: none
}

.form-horizontal p.description {
	margin: 0 0 30px 15px;
	font-size: 12px;
	color: #AAA
}

.form-horizontal .control-label {
	font-size: 13px
}

#required-fields .btn-bs {
	width: auto;
	min-width: 80px
}

@-webkit-keyframes icon-beat {
	0% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-moz-keyframes icon-beat {
	0% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes icon-beat {
	0% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.logitech-form {
	font-size: 13px;
	clear: both
}

.logitech-form ::selection {
	background: white
}

.logitech-form.form-horizontal,
.logitech-form.form-vertical {
	*zoom: 1
}

.logitech-form.form-horizontal:before,
.logitech-form.form-horizontal:after,
.logitech-form.form-vertical:before,
.logitech-form.form-vertical:after {
	content: " ";
	display: table
}

.logitech-form.form-horizontal:after,
.logitech-form.form-vertical:after {
	clear: both
}

.logitech-form.form-horizontal h2 {
	margin: 1rem 0
}

.logitech-form.form-horizontal label {
	float: left
}

.logitech-form.form-horizontal label:first-of-type {
	padding-left: 0
}

.logitech-form.form-horizontal:after,
.logitech-form.form-horizontal:before {
	display: table;
	content: " "
}

.logitech-form.form-horizontal:after {
	clear: both
}

.logitech-form.form-horizontal small {
	display: block;
	margin-top: 6px
}

.logitech-form.form-vertical label {
	float: none;
	padding-left: 0
}

.logitech-form.form-vertical label:first-of-type {
	padding-top: 1rem
}

.logitech-form .form-control {
	background: white;
	border-radius: 0;
	padding: 3px 12px;
	font-size: 13px;
	height: 30px
}

.logitech-form .form-control::-webkit-input-placeholder {
	color: #ccc
}

.logitech-form .form-control:-ms-input-placeholder {
	color: #ccc
}

.logitech-form .form-control::-moz-placeholder {
	color: #ccc
}

.logitech-form .form-control:-moz-placeholder {
	color: #ccc
}

.logitech-form label {
	display: block;
	position: relative;
	padding: 0.5rem 1rem;
	line-height: 15px;
	font-weight: normal;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

.logitech-form label i {
	display: inline-block;
	height: 25px;
	position: relative;
	top: 3px
}

.logitech-form label span {
	display: inline-block;
	margin-left: 5px;
	line-height: 25px;
	font-size: 13px;
	color: #666
}

.logitech-form input[type="radio"],
.logitech-form input[type="checkbox"] {
	display: none
}

.logitech-form input[type="radio"]+i,
.logitech-form input[type="checkbox"]+i {
	height: 15px;
	width: 17px;
	display: inline-block;
	background: url("../img/form-sprite.png");
	background-repeat: no-repeat
}

.logitech-form input[type="radio"]:checked+i,
.logitech-form input[type="checkbox"]:checked+i {
	position: relative;
	-webkit-animation: icon-beat 0.075s ease;
	-o-animation: icon-beat 0.075s ease;
	animation: icon-beat 0.075s ease
}

.logitech-form input[type="radio"]:checked+i+span,
.logitech-form input[type="checkbox"]:checked+i+span {
	-webkit-transition: all 0.075s ease;
	-moz-transition: all 0.075s ease;
	-o-transition: all 0.075s ease;
	transition: all 0.075s ease
}

.logitech-form input[type="radio"]+i {
	background-position: -34px 0
}

.logitech-form input[type="radio"]:checked+i {
	background-position: -50px 0
}

.logitech-form input[type="radio"]:checked+i+span {
	color: #000
}

.logitech-form input[type="checkbox"]+i {
	background-position: 0 0
}

.logitech-form input[type="checkbox"]:checked+i {
	background-position: -17px 0
}

.logitech-form input[type="checkbox"]:checked+i+span {
	color: #000
}

.search-nav-select {
	width: 20%;
	float: left
}

.search-nav-select input {
	width: 100%
}

.search-nav-select.input-group .form-control {
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #ddd));
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #ddd 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%, #ddd 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%, #ddd 100%);
	background: linear-gradient(to bottom, #e9e9e9 0%, #ddd 100%);
	color: #666666;
	font-size: 13px;
	width: auto
}

.search-nav-select .input-group-btn {
	margin-top: 12px;
	height: 38px
}

.search-nav-select .input-group-btn button.btn-bs {
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #ddd));
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #ddd 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%, #ddd 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%, #ddd 100%);
	background: linear-gradient(to bottom, #e9e9e9 0%, #ddd 100%);
	height: 38px;
	margin-top: 12px;
	border-color: #ddd;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.search-nav-select .input-group-btn button.btn-bs .caret {
	color: black
}

.search-nav-select .input-group-btn button.btn-bs:active,
.search-nav-select .input-group-btn button.btn-bs .active,
.search-nav-select .input-group-btn button.btn-bs:focus {
	background: #d0d0d0;
	background: -moz-linear-gradient(top, #d0d0d0 0%, #c4c4c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #c4c4c4));
	background: -webkit-linear-gradient(top, #d0d0d0 0%, #c4c4c4 100%);
	background: -o-linear-gradient(top, #d0d0d0 0%, #c4c4c4 100%);
	background: -ms-linear-gradient(top, #d0d0d0 0%, #c4c4c4 100%);
	background: linear-gradient(to bottom, #d0d0d0 0%, #c4c4c4 100%)
}

.search-nav-select .dropdown-menu {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	font-size: 12px
}

.search-nav-select .dropdown-menu li a {
	height: 24px;
	padding: 4px 20px
}

.brand-selectbox input {
	height: 30px
}

.brand-selectbox.input-group .form-control {
	background: #eb8517;
	background: -moz-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb8517), color-stop(100%, #e3582a));
	background: -webkit-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -o-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -ms-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: linear-gradient(to bottom, #eb8517 0%, #e3582a 100%);
	color: white;
	border-color: #e3582a;
	font-size: 12px;
	letter-spacing: 0.1rem
}

.brand-selectbox .input-group-btn button.btn-bs {
	background: #eb8517;
	background: -moz-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb8517), color-stop(100%, #e3582a));
	background: -webkit-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -o-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -ms-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: linear-gradient(to bottom, #eb8517 0%, #e3582a 100%);
	color: white;
	border-color: #e3582a;
	border-left: 0
}

.brand-selectbox .input-group-btn button.btn-bs:active,
.brand-selectbox .input-group-btn button.btn-bs .active,
.brand-selectbox .input-group-btn button.btn-bs:focus {
	background: #bf6b10;
	background: -moz-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf6b10), color-stop(100%, #c14319));
	background: -webkit-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -o-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -ms-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: linear-gradient(to bottom, #bf6b10 0%, #c14319 100%)
}

.brand-selectbox .dropdown-menu {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	font-size: 12px
}

.brand-selectbox .dropdown-menu li a {
	height: 24px;
	padding: 4px 20px
}

#support-downloads .col-sm-7 table {
	border: 1px solid #ccc;
	margin: 0
}

#support-downloads .col-sm-7 table tr td {
	padding: 10px
}

#support-downloads .col-sm-7 table tr td:first-child {
	padding: 5px 20px;
	width: 1%
}

.log-icon {
	background: url(../img/icons/ui_log-icon.png);
	display: inline-block
}

.log-icon.arrow {
	width: 22px;
	height: 22px;
	background-position: -135px -30px
}

.log-icon.input-search {
	width: 12px;
	height: 12px;
	background-position: -82px -41px
}

.log-icon.info {
	background-position: -293px 0;
	width: 24px;
	height: 24px
}

.log-icon.community {
	background-position: -322px 0;
	width: 24px;
	height: 24px
}

.log-icon.arrow-right {
	background-position: -100px -52px;
	width: 19px;
	height: 19px
}

.log-icon.arrow-up {
	background-position: -155px -53px;
	width: 16px;
	height: 16px
}

.log-icon.arrow-down {
	background-position: -138px -53px;
	width: 16px;
	height: 16px
}

.toolbar-icon {
	background: url(../img/toolbar_sprite.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 24px
}

.toolbar-icon.search {
	background-position: 0 0
}

.toolbar-icon.search:hover {
	background-position: 0 -24px
}

.toolbar-icon.information {
	background-position: -25px 0
}

.toolbar-icon.information:hover {
	background-position: -25px -24px
}

.toolbar-icon.find-product {
	background-position: -50px 0
}

.toolbar-icon.find-product:hover {
	background-position: -50px -24px
}

.toolbar-icon.signin {
	background-position: -75px 0
}

.toolbar-icon.signin:hover {
	background-position: -75px -24px
}

.toolbar-icon.close-toolbar {
	background-position: -100px 0
}

.toolbar-icon.close-toolbar:hover {
	background-position: -100px -24px
}

#toolbar li.active .toolbar-icon.search {
	background-position: 0 -24px
}

#toolbar li.active .toolbar-icon.information {
	background-position: -25px -24px
}

#toolbar li.active .toolbar-icon.find-product {
	background-position: -50px -24px
}

#toolbar li.active .toolbar-icon.signin {
	background-position: -75px -24px
}

#toolbar li.active .toolbar-icon.close-toolbar {
	background-position: -100px -24px
}

.detail-icon {
	background: url(../img/product-detail.png);
	display: inline-block;
	width: 30px;
	height: 30px
}

.detail-icon.ic-plus {
	background-position: 0 0;
	width: 15px;
	height: 15px
}

.detail-icon.ic-download {
	background-position: -15px 0;
	width: 25px;
	height: 25px
}

.detail-icon.ic-download-sm {
	background-position: -84px 0;
	width: 12px;
	height: 14px
}

.detail-icon.ic-pdf {
	background-position: -40px 0;
	width: 17px;
	height: 20px
}

.detail-icon.ic-document {
	background-position: -96px 0;
	width: 19px;
	height: 25px
}

.detail-icon.ic-help-sm {
	background-position: -115px 0;
	width: 20px;
	height: 20px
}

.detail-icon.ic-settings {
	background-position: 0 -25px
}

.detail-icon.ic-download-lg {
	background-position: -32px -25px
}

.detail-icon.ic-setup {
	background-position: -60px -25px
}

.detail-icon.ic-warranty {
	background-position: -90px -25px
}

.detail-icon.ic-support {
	background-position: -120px -25px
}

.detail-icon.ic-menu {
	background-position: -150px -25px
}

.detail-icon.ic-help-lg {
	background-position: -180px -25px
}

.detail-icon.ic-flag-lg {
	background-position: -120px -55px
}

.detail-icon.ic-support-b {
	background-position: -100px -25px
}

.detail-icon.ic-arrow-right {
	background-position: 0 -56px;
	width: 20px
}

.detail-icon.ic-arrow-left {
	background-position: -20px -56px;
	width: 20px
}

.detail-icon.ic-silverlight {
	background-position: -41px -55px
}

.detail-icon.ic-info {
	background-position: -91px -57px
}

.page-header-icon {
	background: url(../img/page-headers.png);
	display: inline-block;
	height: 45px
}

.page-header-icon.spare-parts {
	width: 41px;
	background-position: 0 0
}

.page-header-icon.downloads {
	width: 43px;
	background-position: -55px 0
}

.social-icon {
	background: url(../img/icons/social-icons.png);
	width: 27px;
	height: 27px;
	display: block
}

.social-icon.facebook {
	background-position: 0 0
}

.social-icon.twitter {
	background-position: -27px 0
}

.os-icon {
	background: url(../img/icons/os-icons.jpg);
	display: block;
	height: 35px
}

.os-icon.windows {
	width: 40px;
	background-position: 0 0
}

.os-icon.osx {
	width: 35px;
	background-position: -52px 0
}

.os-icon.ios {
	width: 69px;
	background-position: -108px 0
}

.os-icon.android {
	width: 29px;
	background-position: -194px 0
}

.os-icon.chrome {
	width: 36px;
	background-position: -234px 0
}

.logitech-table thead tr th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #1657a2;
	background: #DEE8F4;
	padding: 3px 5px;
	font-size: 13px;
	text-align: left;
	border-color: #c0daf7
}

.logitech-table thead tr.primary th {
	background: #1657a2;
	color: white
}

.logitech-table tbody {
	font-size: 12px
}

.label-left tbody tr td:first-of-type {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #1657a2;
	border-color: #c0daf7;
	background: #DEE8F4
}

.Article_Table {
	border-collapse: collapse
}

.Article_Table tr.Table_Header td {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	background: #1657a2;
	color: white;
	padding: 3px 5px;
	font-size: 13px;
	text-align: left;
	border-color: #c0daf7
}

.Article_Table tbody td {
	border: 1px solid #666 !important;
	font-size: 12px;
	padding: 3px 6px 3px 6px
}

ul,
ol,
ul ul,
ol ol,
yl ol,
ol ul ul ul ul,
ol ol ol {
	padding-left: 30px
}

.panel-heading h4:after {
	content: url("http://www.logitech.com/images/responsive/cmn/toggleOpen.png");
	margin-left: 5px
}

.panel-heading.collapsed h4:after {
	content: url("http://www.logitech.com/images/responsive/cmn/toggleClosed.png")
}

.extSupport .panel-heading h4:after,
.extSupport .panel-heading.collapsed h4:after {
	content: none
}

.highlight .in.panel-collapse+.panel-heading>.panel-title>a.toggleBtn:before {
	content: 'Close «'
}

.highlight .panel-collapse+.panel-heading>.panel-title>a.toggleBtn:before {
	content: 'Read More »'
}

.highlight .in.panel-collapse+.panel-heading>.panel-title>a.toggleBtn {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 10px;
	text-transform: capitalize;
	max-width: 160px;
	width: 100%;
	color: #666;
	border: 1px solid #a2a2a2;
	background: #e9e9e9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e9e9e9 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #e9e9e9 0%, #f5f5f5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f5f5f5', GradientType=0)
}

.highlight .in.panel-collapse+.panel-heading>.panel-title>a.toggleBtn:hover {
	background: #e7e7e7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e7e7e7 0%, #cecece 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #cecece));
	background: -webkit-linear-gradient(top, #e7e7e7 0%, #cecece 100%);
	background: -o-linear-gradient(top, #e7e7e7 0%, #cecece 100%);
	background: -ms-linear-gradient(top, #e7e7e7 0%, #cecece 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%, #cecece 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cecece', GradientType=0)
}

.banner.short {
	min-height: 300px
}

.banner.med {
	min-height: 400px
}

.banner.tall {
	height: 600px
}

.c-wrap,
.pdp-wrap {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 15px
}

.pdp-wrap {
	max-width: 775px
}

.row.c-wrap {
	margin-bottom: 20px
}

.three-col .product {
	width: 330px;
	margin-top: 20px
}

.four-col .product {
	width: 248px;
	margin-top: 20px
}

.five-col .product.col-md-2 {
	width: 198px
}

.gradient.topFade {
	padding-bottom: 50px;
	position: absolute;
	z-index: 1;
	background: #ececec;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZWNlY2VjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZWNlY2VjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #ececec 0%, #ececec 2%, #ececec 90%, rgba(206, 206, 206, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(2%, #ececec), color-stop(90%, #ececec), color-stop(100%, rgba(206, 206, 206, 0)));
	background: -webkit-linear-gradient(top, #ececec 0%, #ececec 2%, #ececec 90%, rgba(206, 206, 206, 0) 100%);
	background: -o-linear-gradient(top, #ececec 0%, #ececec 2%, #ececec 90%, rgba(206, 206, 206, 0) 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #ececec 2%, #ececec 90%, rgba(206, 206, 206, 0) 100%);
	background: linear-gradient(to bottom, #ececec 0%, #ececec 2%, #ececec 90%, rgba(206, 206, 206, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#00cecece', GradientType=0)
}

.gradient.darkGray {
	background: #ccc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ececec 0%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ccc));
	background: -webkit-linear-gradient(top, #ececec 0%, #ccc 100%);
	background: -o-linear-gradient(top, #ececec 0%, #ccc 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #ccc 100%);
	background: linear-gradient(to bottom, #ececec 0%, #ccc 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cccccc', GradientType=0)
}

.gradient.lightGray {
	background: #d0d0d0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ececec 0%, #d0d0d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #d0d0d0));
	background: -webkit-linear-gradient(top, #ececec 0%, #d0d0d0 100%);
	background: -o-linear-gradient(top, #ececec 0%, #d0d0d0 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #d0d0d0 100%);
	background: linear-gradient(to bottom, #ececec 0%, #d0d0d0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d0d0d0', GradientType=0)
}

.gradient.pdp {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2VjZWZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U2ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fff 0%, #fff 81%, #eceff3 93%, #e3e6ec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(81%, #fff), color-stop(93%, #eceff3), color-stop(100%, #e3e6ec));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 81%, #eceff3 93%, #e3e6ec 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 81%, #eceff3 93%, #e3e6ec 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 81%, #eceff3 93%, #e3e6ec 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 81%, #eceff3 93%, #e3e6ec 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e6ec', GradientType=0)
}

.gradient.pdpColors {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U2ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fff 0%, #e3e6ec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e3e6ec));
	background: -webkit-linear-gradient(top, #fff 0%, #e3e6ec 100%);
	background: -o-linear-gradient(top, #fff 0%, #e3e6ec 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e3e6ec 100%);
	background: linear-gradient(to bottom, #fff 0%, #e3e6ec 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e6ec', GradientType=0)
}

.headlineSecond,
.headlineThird {
	font-size: 20px;
	display: block;
	line-height: initial;
	color: #595959
}

.headlineThird {
	font-style: italic;
	font-size: 16px
}

.header {
	overflow: hidden
}

.foreground {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2
}

.copy {
	padding: 20px
}

.copy h3 {
	margin-top: 0
}

.copy p {
	clear: both
}

.headline {
	color: #58595b
}

.headline h2 {
	font-size: 49px;
	margin-bottom: 5px
}

.headline p {
	margin: 0 0 15px
}

.tagline {
	color: #00b0af;
	text-transform: capitalize
}

.copy.headline.right,
.copyBreak .copy {
	width: 50%
}

.copyBreak .copy {
	margin: 0 auto
}

.copyBreak {
	margin: 3% 0
}

.copyBreak .copy p {
	font-size: 12px
}

.copyBreak {
	height: auto
}

.disclaimer {
	margin-top: 20px;
	text-align: inherit;
	font-style: italic;
	font-size: 95%;
	margin-bottom: 0
}

h2.visible-xs {
	font-size: 34px;
	padding: 20px;
	margin: 0
}

.copy.top {
	margin: 0 auto
}

.copy.middle,
.copy.middle.center {
	margin: 10% auto
}

.copy.bottom {
	top: auto;
	bottom: 0
}

.copy.bottom.center {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0
}

.copy.left {
	position: absolute;
	right: auto;
	left: 0
}

.copy.center {
	margin: 0 auto
}

.copy.right {
	position: absolute;
	right: 0;
	left: auto
}

.nospace {
	padding: 0 !important;
	margin: 0 !important
}

section.hero {
	padding-top: 155px
}

section.hero h2 {
	margin-top: 20px;
	margin-bottom: 20px
}

.carousel-control.bare.left,
.carousel-control.bare.right {
	background-image: none;
	opacity: 1
}

#heroCarousel .carousel-inner>.item {
	width: 100%;
	margin: 0 auto;
	max-height: 360px;
	min-height: 212px;
	-webkit-transition: .05s ease-in-out left;
	-moz-transition: .05s ease-in-out left;
	-o-transition: .05s ease-in-out left;
	transition: .05s ease-in-out left
}

#heroCarousel .carousel-inner .item>div {
	padding: 0;
	float: left;
	position: relative;
	width: 68%;
	width: 100%;
	overflow: hidden;
	overflow: visible;
	max-height: 360px;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	background: transparent;
	margin: 0
}

#heroCarousel .carousel-inner .item img {
	display: block;
	max-height: 360px;
	height: 100%;
	width: auto;
	margin: 0 auto;
	padding: 10px
}

#heroCarousel .carousel-inner .item>div:first-child,
#heroCarousel .carousel-inner .item>div:last-child {
	width: 15%;
	width: 100%;
	margin: 0;
	opacity: .5;
	border: none;
	position: absolute
}

#heroCarousel .carousel-inner .item>div:first-child {
	left: -815px
}

#heroCarousel .carousel-inner .item>div:last-child {
	right: -815px
}

#heroCarousel .carousel-control {
	width: 10%;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.hero-carousel .carousel-control span {
	width: 57px;
	content: " ";
	height: 86px;
	position: absolute;
	top: 40%
}

.mainCarousel .carousel-control.left span {
	background: url("http://www.logitech.com/images/responsive/cmn/sprite.png") no-repeat 0 0;
	left: 40px
}

.mainCarousel .carousel-control.right span {
	background: url("http://www.logitech.com/images/responsive/cmn/sprite.png") no-repeat -56px 0;
	left: -6px
}

.mainCarousel .carousel-control.left span:hover {
	background-position: -117px 0
}

.mainCarousel .carousel-control.right span:hover {
	background-position: -173px 0
}

#heroCarouselMobile .carousel-control span {
	top: 30%
}

.hero-carousel .mainPdp-carousel .carousel-control.left {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, #fff 35%, rgba(255, 255, 255, 0.01) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(35%, #fff), color-stop(100%, rgba(255, 255, 255, 0.01)));
	background: -webkit-linear-gradient(left, #fff 35%, rgba(255, 255, 255, 0.01) 100%);
	background: -o-linear-gradient(left, #fff 35%, rgba(255, 255, 255, 0.01) 100%);
	background: -ms-linear-gradient(left, #fff 35%, rgba(255, 255, 255, 0.01) 100%);
	background: linear-gradient(to right, #fff 35%, rgba(255, 255, 255, 0.01) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff', GradientType=1)
}

.hero-carousel .mainPdp-carousel .carousel-control.right {
	right: 0;
	left: auto;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, #fff 65%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(65%, #fff));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, #fff 65%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, #fff 65%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, #fff 65%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, #fff 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=1)
}

.hero-carousel .mainPdp-carousel .carousel-control span.glyphicon {
	background: #ccc;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 2px #eee;
	padding: 15px 12px
}

#heroCarousel .carousel-inner .active.left {
	left: -88%
}

#heroCarousel .carousel-inner .active.right {
	left: 88%
}

#heroCarousel .carousel-inner .next {
	left: 88%
}

#heroCarousel .carousel-inner .prev {
	left: -88%
}

.hero-carousel .slider-thumbs {
	padding: 15px 0
}

#carouselThumbs {
	padding: 0;
	margin-left: 15%
}

#carouselThumbs .carousel-inner {
	height: 72px;
	width: 85%;
	margin: 0 40px
}

#carouselThumbs .carousel-inner>.item img {
	margin: 0 auto;
	display: inline
}

#carouselThumbs .carousel-inner a {
	display: block;
	opacity: 0.35;
	background: #eee;
	margin: 0 auto;
	filter: alpha(opacity=60);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	max-width: 105px;
	text-align: center;
	padding: 0 5px
}

#carouselThumbs .carousel-inner img {
	display: block;
	min-width: 105px;
	width: 100%
}

#carouselThumbs .carousel-inner .item .row div {
	min-width: 115px;
	display: inline-block;
	position: relative;
	padding: 0 4px
}

#carouselThumbs .carousel-inner .col-xs-4:after {
	width: 10px;
	content: " ";
	background: url("http://www.logitech.com/images/responsive/cmn/sprite.png") no-repeat -285px 0;
	position: absolute;
	left: -6px;
	top: -15px;
	height: 64px
}

#carouselThumbs .carousel-inner .col-xs-4:first-child:after {
	background: none
}

#carouselThumbs .carousel-inner img {
	height: auto;
	width: 100%;
	min-width: 105px
}

#carouselThumbs .carousel-inner a:hover,
#carouselThumbs .carousel-inner a:active,
#carouselThumbs .carousel-inner a.selected {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none
}

#carouselThumbs .carousel-control {
	color: #067cc2;
	width: 5%
}

#carouselThumbs .carousel-control span {
	width: 28px;
	content: " ";
	height: 36px;
	position: absolute;
	top: 20%
}

#carouselThumbs .carousel-control.left span {
	background: url("http://www.logitech.com/images/responsive/cmn/sprite.png") no-repeat -232px -28px;
	left: 0
}

#carouselThumbs .carousel-control.right span {
	background: url("http://www.logitech.com/images/responsive/cmn/sprite.png") no-repeat -260px -28px;
	left: 0
}

#carouselThumbs .carousel-control.left {
	left: 0
}

#carouselThumbs .carousel-control.right {
	right: 0
}

#carouselThumbs.carousel .item {
	-webkit-transition: opacity .009s;
	-moz-transition: opacity .009s;
	-ms-transition: opacity .009s;
	-o-transition: opacity .009s;
	transition: opacity .009s
}

#carouselThumbs .carousel-inner .active.left {
	left: -25%
}

#carouselThumbs .carousel-inner .next {
	left: 25%
}

.heroColors {
	margin-top: 18px
}

.heroColors h4 a {
	font-size: 16px;
	color: #eee;
	font-weight: normal;
	vertical-align: middle
}

.heroColors h4 a:hover {
	color: #eee
}

.heroColors h4 img {
	padding-left: 10px
}

.heroColorGallery .panel-body {
	padding-top: 0
}

.heroColorGallery .listingImage {
	padding: 10px 0;
	height: auto;
	max-width: 1024px;
	margin: 0 auto
}

.heroColorGallery .listingImage {
	background: #efeded;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2VjZWZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #efeded 0%, #eceff3 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efeded), color-stop(98%, #eceff3));
	background: -webkit-linear-gradient(top, #efeded 0%, #eceff3 98%);
	background: -o-linear-gradient(top, #efeded 0%, #eceff3 98%);
	background: -ms-linear-gradient(top, #efeded 0%, #eceff3 98%);
	background: linear-gradient(to bottom, #efeded 0%, #eceff3 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efeded', endColorstr='#eceff3', GradientType=0)
}

.heroColorGallery .imgGallery {
	padding: 0;
	max-width: 1024px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	box-shadow: 0 5px 10px 0px #ccc;
	-moz-box-shadow: 0 5px 10px 0px #ccc;
	-webkit-box-shadow: 0 5px 10px 0px #ccc;
	border-top: none
}

.heroColorGallery h4 {
	padding: 0 20px
}

.heroColorGallery h4.visible-xs {
	padding: 20px
}

.heroColorGallery .close {
	margin: 10px 20px;
	opacity: 1;
	font-size: 16px;
	color: #666;
	font-weight: normal
}

.heroColorGallery .close:hover {
	text-decoration: underline;
	color: #eee
}

.modal {
	z-index: 9999
}

.modal .imgGallery {
	padding: 0
}

.modal .btn {
	margin: 10px 0
}

.modal h5 {
	margin-top: 0
}

.modal.productOptions .colorSwatches {
	margin: 0 auto
}

.modal-footer .btn-bs {
	min-width: 100px
}

#modelListContainer {
	max-width: 200px;
	text-align: center;
	margin: 0 auto 20px
}

.modalOptions {
	box-shadow: 0 8px 17px -7px #ccc;
	-webkit-box-shadow: 0 8px 17px -7px #ccc;
	-moz-box-shadow: 0 8px 17px -7px #ccc
}

.modal .listingImage {
	margin-top: 10px
}

.modal .colorSwatches .tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.modal .colorSwatches .tooltip-inner {
	background-color: #d1d1d1;
	width: inherit;
	color: #eee;
	font-size: 18px;
	font-weight: normal
}

.modal .colorSwatches .tooltip.top .tooltip-arrow,
.modal .colorSwatches .tooltip.top-left .tooltip-arrow,
.modal .colorSwatches .tooltip.top-right .tooltip-arrow {
	border-top-color: #d1d1d1
}

.modal .colorSwatches .tooltip.right .tooltip-arrow {
	border-right-color: #d1d1d1
}

.modal .colorSwatches .tooltip.left .tooltip-arrow {
	border-left-color: #d1d1d1
}

.modal .colorSwatches .tooltip.bottom .tooltip-arrow,
.modal .colorSwatches .tooltip.bottom-left .tooltip-arrow,
.modal .colorSwatches .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #d1d1d1
}

ul.listingDesc {
	padding-left: 25px
}

.product .copy {
	padding-top: 0
}

.product .copy h2 {
	clear: both;
	font-size: 18px;
	min-height: 38px;
	margin: 5px 0
}

.product .copy .listingDesc {
	min-height: 105px;
	clear: both
}

.imgGallery {
	padding: 0 20px
}

.options {
	min-height: 38px;
	text-align: center
}

.options img {
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px
}

.options img,
.options p {
	display: inline
}

#productListing .listingImage {
	width: 200px;
	height: 200px;
	margin: 0 auto
}

#productListing .five-col .listingImage {
	width: 160px;
	height: 160px
}

#productListing .listingImage>img {
	display: inline-block;
	width: 100%;
	height: auto
}

#content,
#promoArea {
	margin: 0 auto;
	width: 100%;
	clear: both
}

.pricing {
	float: right
}

.pricing.discounted:first-child {
	padding-left: 20px
}

.currency {
	font-size: 12px;
	margin: 0 0 5px
}

.currency span {
	font-size: 21px;
	padding-left: 5px
}

.currency.strike {
	text-decoration: line-through
}

.listingRating img {
	max-width: 90px
}

.comparison .checkbox {
	display: inline;
	padding-left: 10px;
	padding-right: 5px
}

.headlinePrice {
	padding: 0
}

.headlinePrice dl {
	margin: 0 20px 20px
}

.shipping,
#out_of_stock {
	margin: 0 20px;
	clear: both
}

.currency.strike span {
	font-size: 13px
}

.oos_title {
	font-size: 14px
}

.currency.strike span,
.oos_title {
	color: #fe0000
}

.heroCta {
	margin-bottom: 5px
}

.heroCta a {
	margin: 3px 0
}

.online-pricing {
	margin-bottom: 10px
}

.online-pricing,
.open-pricing {
	color: #595959;
	text-align: right
}

.productOptions .modal-header {
	padding: 5px 15px;
	border-bottom: none
}

.productOptions .modal-header .close {
	margin-top: 3px
}

.productOptions .modal-body {
	padding: 0 20px
}

.productOptions .modal-footer {
	text-align: center;
	border-top: none;
	clear: both;
	padding-top: 0
}

.productOptions h4 {
	letter-spacing: .5px;
	font-weight: 400;
	font-size: 2.3em;
	margin: 2px 0 10px;
	letter-spacing: 1.5px;
	border-bottom: 0
}

.productOptions dd {
	display: inline
}

.productOptions .modelList dd {
	display: inline-block;
	margin: 5px
}

.productOptions .colorSwatches dd {
	width: 40px
}

.productOptions .colorSwatches {
	max-width: 100%;
	margin: 15px auto 0
}

.productOptions .colorSwatches dd input {
	display: none
}

.imgGallery h5 {
	color: #666;
	font-size: 1.5em
}

#overlayImage {
	width: 100%;
	height: auto;
	max-width: 345px
}

.colorSwatches {
	position: relative
}

.colorSwatches button {
	position: absolute;
	right: 0;
	bottom: 0
}

.highlights h3 {
	font-size: 26px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 10px
}

.highlightContent {
	padding: 0 20px 5px;
	max-width: 410px;
	width: 100%
}

.highlightList {
	list-style-type: none;
	padding-left: 0
}

.highlightList li {
	padding: 3px 0;
	display: inline-block;
	min-width: 150px
}

.highlightList li:before {
	background: url(http://www.logitech.com/images/responsive/cmn/bullets.png) no-repeat 0 0 transparent;
	width: 22px;
	height: 14px;
	display: inline-block;
	content: " ";
	top: 0;
	left: 0
}

.highlightContent .toggleBtn {
	background: transparent;
	border: none;
	padding: 0;
	color: #008acd;
	font-size: 13px
}

.highlightContent .toggleBtn:hover {
	text-decoration: underline
}

.highlightContent .toggleBtn span {
	font-size: 12px;
	font-weight: normal
}

.highlight .panel-default {
	border: none;
	border-radius: none;
	background: transparent;
	box-shadow: none
}

.highlight .panel-heading {
	background: transparent;
	padding: 0
}

.highlight .panel-group .highlight .panel-heading .panel-toggle.collapsed span.toggleClose {
	display: none
}

.highlight.col-md-6 .highlightImageArea img {
	width: 100%;
	max-width: 700px
}

#promos {
	background-color: #f3f3f3;
	box-shadow: 0 0 10px #d6d6d6;
	-webkit-box-shadow: 0 0 10px #d6d6d6;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 0
}

#promos .promo>span,
#promos .promo img {
	box-shadow: 0 0 10px #d6d6d6;
	-webkit-box-shadow: 0 0 10px #d6d6d6;
	border: 1px solid #d6d6d6
}

#promos .promo img {
	width: 100%;
	height: auto
}

#promos .promo>span {
	padding: 10px 10px 5px;
	margin: 0 10px;
	display: block
}

#promos .promo.col-md-4 span:first-child,
#promos .promo.col-md-6 span:first-child {
	margin-right: 5px
}

#promos .promo.col-md-4 span:last-child,
#promos .promo.col-md-6 span:last-child {
	margin-left: 5px
}

.promoCopy {
	padding: 0 20px
}

.promoWrap .row {
	margin-top: 20px
}

.promoWrap img {
	max-width: 150px
}

.promoWrap .copy {
	padding: 0 20px
}

.btn.btn-promo span {
	color: white;
	margin: 0 20px
}

.btn.btn-promo {
	background: #0088cc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVmOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #08c 0%, #005f9a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08c), color-stop(100%, #005f9a));
	background: -webkit-linear-gradient(top, #08c 0%, #005f9a 100%);
	background: -o-linear-gradient(top, #08c 0%, #005f9a 100%);
	background: -ms-linear-gradient(top, #08c 0%, #005f9a 100%);
	background: linear-gradient(to bottom, #08c 0%, #005f9a 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#005f9a', GradientType=0)
}

.btn:hover.btn-promo {
	background: #005f9a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWY5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #005f9a 0%, #08c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005f9a), color-stop(100%, #08c));
	background: -webkit-linear-gradient(top, #005f9a 0%, #08c 100%);
	background: -o-linear-gradient(top, #005f9a 0%, #08c 100%);
	background: -ms-linear-gradient(top, #005f9a 0%, #08c 100%);
	background: linear-gradient(to bottom, #005f9a 0%, #08c 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#005f9a', endColorstr='#0088cc', GradientType=0)
}

#promoArea .promoWrap {
	border-top: 1px solid #ccc;
	margin: 0 auto
}

.extendedSections .panel-heading {
	cursor: pointer
}

.extendedSections .panel-heading>h4 {
	font-size: 28px
}

.extendedSections .panel-title a:hover {
	text-decoration: none
}

.extendedSections .panel {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	box-shadow: none;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2UyZTdlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #fff 0%, #fff 53%, #e2e7ed 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(53%, #fff), color-stop(98%, #e2e7ed));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 53%, #e2e7ed 98%);
	background: -o-linear-gradient(top, #fff 0%, #fff 53%, #e2e7ed 98%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 53%, #e2e7ed 98%);
	background: linear-gradient(to bottom, #fff 0%, #fff 53%, #e2e7ed 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e7ed', GradientType=0)
}

.extendedSections .panel-heading+.panel-collapse .panel-body {
	border-top: none
}

.extendedSections .panel+.panel {
	margin-top: 0
}

.extendedSections .panel-default>.panel-heading {
	background-color: transparent;
	border-color: transparent;
	cursor: pointer
}

.extendedSections h3 {
	letter-spacing: normal
}

.extendedSections h4 a {
	font-weight: normal;
	color: #428bca
}

.extendedSections dd {
	margin: 5px 0
}

.extSupport a:hover {
	text-decoration: underline
}

.item .reviews img {
	margin: 0 0 10px;
	text-align: center
}

.reviews blockquote {
	padding: 0;
	margin: 0;
	border-left: none;
	font-style: italic;
	font-size: 15px
}

.reviews .col-md-10 {
	padding: 0 10px
}

#mediaReviews .reviews {
	vertical-align: top
}

#mediaReviews .reviews:first-child {
	padding-left: 0
}

#mediaReviews .carousel-control {
	position: relative;
	left: inherit;
	top: inherit;
	bottom: inherit;
	width: auto;
	font-size: inherit;
	color: #0a69a9;
	opacity: 1;
	text-shadow: none;
	padding: 0 15px
}

#mediaReviews .carousel-control {
	color: #eee
}

#mediaReviews .carousel-control:first-child {
	padding: 0 15px 0 0
}

#mediaReviews .carousel-control .glyphicon {
	color: #0a69a9;
	top: inherit;
	left: inherit;
	right: inherit;
	position: relative
}

.techSpecs .col-md-12 img {
	width: 100%;
	max-width: 950px;
	overflow: hidden;
	height: auto
}

.techSpecs .col-md-6 img {
	width: 100%;
	max-width: 425px;
	height: auto
}

.fixedBack {
	background-color: #6c6c6c;
	background: url() no-repeat fixed transparent
}

.fixedBack #container {
	background: #fff;
	margin: 5% auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 10px 30px #eee
}

.fixedBack .header img {
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0
}

.fixedBack .full-banner {
	max-width: 1024px;
	width: 100%
}

.fullBleed {
	clear: both;
	position: relative;
	width: 100%
}

.fullBleed .full-banner {
	margin: 0 auto;
	width: 100%;
	overflow: inherit;
	height: auto
}

.fullBleed .background {
	position: relative;
	overflow: hidden;
	float: right
}

.fullBleed .background img {
	position: relative;
	top: 0;
	left: 0;
	min-width: 100%;
	width: 100%
}

.fullBleed .foreground {
	padding-left: 10%;
	margin-top: 8%
}

.fullBleed img {
	width: 100%
}

@media only screen and (min-width: 1600px) {
	.fullBleed .background img {
		width: 1800px
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.fullBleed .background img {
		width: 1600px
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.fullBleed .background img {
		width: 1400px
	}
	.fullBleed .foreground .copy {
		width: 50%
	}
}

@media only screen and (max-width: 1020px) {
	.panel-group.c-wrap {
		padding: 0
	}
	.fullBleed .background img {
		width: 1020px
	}
	.fullBleed .foreground .copy {
		width: 50%
	}
	.three-col {
		padding-left: 0.8%;
		padding-right: 0.8%
	}
	.product .listingImage {
		width: 150px;
		height: 150px
	}
	.heroColors {
		display: none
	}
	.heroColorGallery.panel-collapse.collapse {
		display: block;
		float: none
	}
	.heroColorGallery .panel-body {
		padding-left: 0;
		padding-right: 0
	}
	.hero-cta .pull-right {
		float: none !important
	}
	.headlinePrice,
	.pricing.discounted:first-child,
	.shipping,
	#out_of_stock {
		padding: 0;
		margin: 0
	}
	.headlinePrice {
		padding-right: 20px
	}
	.sm-responsive,
	.highlight.col-md-6,
	#promos .col-md-4.sm-responsive,
	#promos .col-md-6.sm-responsive {
		float: left
	}
	.col-md-4.sm-responsive,
	#promos .col-md-4.sm-responsive {
		width: 33%
	}
	.col-md-6.sm-responsive,
	.highlight.col-md-6 {
		width: 50%
	}
	.currency.strike span {
		float: right
	}
	.colorSwatches button {
		display: none
	}
	#headlinePricing {
		margin: 20px 0 0;
		max-width: 300px
	}
	#carouselThumbs.col-md-6 {
		width: 50%;
		margin-left: 25%
	}
}

@media only screen and (max-width: 991px) {
	#headlinePricing {
		margin: 0
	}
	.headlinePrice {
		float: none !important
	}
	.pricing,
	.currency.strike span {
		float: none;
		margin-left: 15%
	}
	.online-pricing,
	.open-pricing {
		text-align: left
	}
	.heroCta {
		margin-bottom: 15px;
		text-align: inherit
	}
}

@media only screen and (max-width: 768px) {
	.fullBleed .full-banner {
		background-position: left -80px
	}
	.fullBleed .foreground {
		margin-top: 0%
	}
	.fullBleed .background img,
	.fixedBack .background img {
		width: 800px
	}
	.headline h2 {
		font-size: 36px
	}
	.col-md-1.sm-responsive,
	.col-md-2.sm-responsive,
	.col-md-3.sm-responsive,
	.col-md-4.sm-responsive,
	.col-md-5.sm-responsive,
	.highlight.col-md-6 .pull-right {
		float: none;
		width: 100%
	}
	.col-md-6.sm-responsive {
		float: left;
		width: 50%
	}
	#headline .col-md-4 {
		float: none
	}
	#heroCarouselMobile .carousel-inner>.item img {
		max-width: 540px;
		margin: 0 auto
	}
}

@media only screen and (max-width: 599px) {
	.fixedBack .background,
	.fixedBack .foreground,
	.fixedBack .foreground .copy.right,
	.fullBleed .background img,
	.fullBleed .foreground {
		position: relative
	}
	.fixedBack .foreground .copy.right {
		left: 0
	}
	.fixedBack .foreground .copy.right,
	.copyBreak .copy {
		width: 100%
	}
	.fullBleed .foreground {
		clear: both
	}
	.full-banner {
		height: auto
	}
	.background img {
		width: 600px
	}
	.navbar-header {
		top: 16px;
		position: relative;
		margin-bottom: 10px
	}
	.navbar-toggle {
		margin-top: 1px
	}
	.hero {
		padding-top: 225px
	}
	.pull-right {
		float: none !important
	}
	.highlight.col-md-6 {
		float: left;
		width: 100%
	}
	.productOptions .modal-footer {
		text-align: left
	}
	.techSpecs img {
		width: 570px;
		overflow: hidden
	}
	.col-md-6.sm-responsive {
		float: none;
		width: 100%
	}
	.shipping,
	#out_of_stock {
		width: 90%;
		margin-bottom: 10px
	}
	#mediaReviews .reviews {
		display: block;
		padding: 0
	}
	#promos .col-md-4.sm-responsive {
		float: none;
		width: 300px
	}
	#promos .promo.col-md-4 img {
		max-width: 295px
	}
}

@media only screen and (max-width: 497px) {
	.text-center {
		text-align: left
	}
	.promoWrap .col-md-6 {
		width: 100%;
		margin-bottom: 1.6%
	}
	.promoWrap .col-md-6 {
		padding-left: 0;
		padding-right: 0
	}
	.three-col .product {
		width: 270px
	}
	.hero {
		padding-top: 285px
	}
	.options {
		text-align: left;
		padding: 0 20px
	}
	#heroCarouselMobile .carousel-inner>.item img {
		max-width: 382px
	}
}

div.container {
	margin: 0 auto;
	width: 1020px
}

div.global-nav {
	position: relative;
	width: 100%;
	height: 34px;
	z-index: 999
}

div.global-nav * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

div.global-nav div.background {
	z-index: 1
}

div.global-nav div.background div.primary-bar {
	position: absolute;
	height: 34px;
	width: 100%;
	background: #dedede;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(234, 234, 234, 0) 0%, #e9e9e9 5%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 0)), color-stop(5%, #e9e9e9), color-stop(100%, #d1d1d1));
	background: -webkit-linear-gradient(top, rgba(234, 234, 234, 0) 0%, #e9e9e9 5%, #d1d1d1 100%);
	background: -o-linear-gradient(top, rgba(234, 234, 234, 0) 0%, #e9e9e9 5%, #d1d1d1 100%);
	background: -ms-linear-gradient(top, rgba(234, 234, 234, 0) 0%, #e9e9e9 5%, #d1d1d1 100%);
	background: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, #e9e9e9 5%, #d1d1d1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00eaeaea', endColorstr='#d1d1d1', GradientType=0)
}

div.global-nav div.background div.secondary-bar {
	background: #f2f2f2;
	position: absolute;
	width: 100%;
	height: 43px;
	top: 34px;
	display: none
}

div.global-nav.open div.background div.secondary-bar {
	display: block
}

div.global-nav.open div.secondary {
	display: block
}

div.global-nav div.navbars {
	position: relative
}

div.global-nav ul {
	display: block;
	width: 100%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	height: inherit
}

div.global-nav ul li {
	display: block;
	float: left;
	margin: 0
}

div.global-nav ul li a {
	white-space: normal;
	color: #7c7c7c;
	display: table;
	height: inherit;
	padding: 0;
	text-decoration: none;
	position: relative
}

div.global-nav ul li a span {
	display: table-cell;
	vertical-align: middle;
	color: #7c7c7c;
	font-size: 14px;
	text-align: center
}

div.global-nav ul li a div {
	display: table-cell;
	vertical-align: middle
}

div.global-nav ul li a div.arrow span {
	margin: 0 5px;
	vertical-align: middle;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(https://secure.logitech.com/images/responsive/nav/global-nav-arrows.png) no-repeat;
	background-position: 0 0
}

div.global-nav ul li a div.divider span {
	display: block;
	width: 2px;
	height: 20px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #d4d4d4
}

div.global-nav ul li a:hover div.arrow span {
	background-position: 0 -11px
}

div.global-nav ul li a[href*="/"] span.lbl {
	color: #008acb
}

div.global-nav ul li a[href*="/"]:hover {
	color: #008acb;
	text-decoration: underline
}

div.global-nav ul li a.no-children .arrow {
	width: 5px
}

div.global-nav .primary ul li a.no-children .arrow span {
	display: none
}

div.global-nav ul li.open>a span {
	color: #000000
}

div.global-nav ul li.open>a>div.arrow>span {
	background-position: 0 -33px !important
}

div.global-nav div.toggle-nav {
	display: none
}

div.global-nav div.primary {
	position: absolute;
	top: 0;
	height: 34px;
	min-height: 34px;
	width: 100%
}

div.global-nav div.primary ul {
	min-height: inherit
}

div.global-nav div.primary ul li {
	height: inherit;
	min-height: inherit
}

div.global-nav div.primary ul li a {
	min-height: inherit;
	min-width: 130px
}

div.global-nav div.primary>ul>li>a span.lbl {
	padding-left: 8px;
	padding-right: 10px;
	min-height: inherit;
	font-weight: bold
}

div.global-nav div.primary ul li a div.arrow {
	display: none
}

div.global-nav div.primary ul li a[href*="/"] span.lbl {
	color: #7c7c7c
}

div.global-nav div.primary ul li a[href*="/"]:hover {
	color: #000000;
	text-decoration: underline
}

div.global-nav div.primary ul li a[href*="/"]:hover span {
	color: inherit
}

div.global-nav div.primary ul li.open {
	background: #efefef;
	border: 1px solid #d1d1d1;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: 0px -1px 3px 0px rgba(25, 25, 25, 0.5);
	-moz-box-shadow: 0px -1px 3px 0px rgba(25, 25, 25, 0.5);
	box-shadow: 0px -1px 3px 0px rgba(25, 25, 25, 0.5)
}

div.global-nav div.primary ul li.open div.divider {
	display: none
}

div.global-nav div.primary ul li:first-child div.divider span {
	display: none
}

div.global-nav div.primary ul li.open+li {
	margin-left: -2px
}

div.global-nav div.primary ul li.open+li div.divider span {
	visibility: hidden
}

div.global-nav div.secondary {
	position: absolute;
	top: 34px;
	min-height: 34px;
	height: 43px;
	width: 100%;
	background: #f2f2f2;
	display: none
}

div.global-nav div.secondary ul {
	display: none;
	position: absolute;
	width: auto;
	height: inherit;
	min-height: inherit
}

div.global-nav div.secondary ul li {
	height: inherit;
	min-height: inherit
}

div.global-nav div.secondary ul li a {
	min-height: inherit
}

div.global-nav div.secondary ul li a div.divider {
	padding-right: 5px
}

div.global-nav div.secondary ul li a div.divider span {
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #dfdfdf;
	margin: 0 10px
}

div.global-nav div.secondary ul li a div.arrow span {
	padding-left: 5px;
	min-height: inherit
}

div.global-nav div.secondary ul li:first-child div.divider span {
	display: none
}

div.global-nav div.secondary ul.open {
	display: block
}

div.global-nav div.tertiary {
	position: absolute;
	top: 77px;
	width: 100%;
	height: 130px;
	display: none
}

div.global-nav div.tertiary.open {
	display: block
}

div.global-nav div.tertiary ul {
	height: 130px;
	padding: 10px;
	display: none;
	height: inherit;
	width: auto;
	position: absolute;
	background: #e9e9e9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e9e9e9 0%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #cfcfcf));
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #cfcfcf 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%, #cfcfcf 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%, #cfcfcf 100%);
	background: linear-gradient(to bottom, #e9e9e9 0%, #cfcfcf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#cfcfcf', GradientType=0);
	border-bottom: 1px solid #8f8da2
}

div.global-nav div.tertiary ul li {
	margin: 0
}

div.global-nav div.tertiary ul li a {
	display: block;
	position: relative;
	width: 145px;
	height: 110px;
	padding: 0;
	margin: 0;
	color: #008acb
}

div.global-nav div.tertiary ul li a div.img {
	width: inherit;
	height: inherit;
	position: absolute;
	overflow: hidden;
	background: #000000
}

div.global-nav div.tertiary ul li a div.img img {
	opacity: 0.5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

div.global-nav div.tertiary ul li a div.img img.active {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out
}

div.global-nav div.tertiary ul li a div.img div.background {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 38px;
	background: url(http://www.logitech.com/images/responsive/global-nav-tertiary-background.png) repeat-x
}

div.global-nav div.tertiary ul li a div.lbl {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	min-height: 25px;
	padding: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.85) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.85) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0)
}

div.global-nav div.tertiary ul li a span.lbl {
	display: table-cell;
	vertical-align: center;
	color: #008acb;
	padding: 5px 10px;
	font-size: 12px
}

div.global-nav div.tertiary ul li a:hover div.img img {
	opacity: 1
}

div.global-nav div.tertiary ul li a:hover span.lbl {
	color: inherit;
	text-decoration: underline
}

div.global-nav div.tertiary ul.open {
	display: block
}

div.global-nav div.primary>ul li:last-child .secondary li a span.lbl,
div.global-nav div.primary>ul li:last-child .secondary li a:hover {
	color: #008acb
}

@media only screen and (max-width: 1024px) {
	div.container {
		width: 100%
	}
	div.global-nav div.container {
		margin: 0;
		padding: 0
	}
	div.global-nav div.background {
		display: block;
		height: 34px
	}
	div.global-nav div.background div.primary-bar {
		display: block;
		height: 30px;
		background: #dedede;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2
	}
	div.global-nav div.background div.secondary-bar {
		display: block;
		height: 34px;
		background: #dedede;
		top: 0;
		left: 0;
		z-index: 1
	}
	div.global-nav div.navbars {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		width: 100%
	}
	div.global-nav div.toggle-nav {
		display: block;
		right: 15px;
		top: 6px;
		position: absolute;
		z-index: 2
	}
	div.global-nav div.toggle-nav a {
		text-decoration: none;
		color: #7c7c7c;
		font-size: 16px
	}
	div.global-nav div.toggle-nav a.expand {
		display: block
	}
	div.global-nav div.toggle-nav a.collapse {
		display: none
	}
	div.global-nav div.toggle-nav.open a.expand {
		display: none
	}
	div.global-nav div.toggle-nav.open a.collapse {
		display: block
	}
	div.global-nav div.primary {
		border-top: 1px solid #dedede;
		min-height: 34px
	}
	div.global-nav div.primary ul.primary {
		margin-top: 33px;
		min-height: 0;
		width: 100%;
		position: relative;
		background: #dedede
	}
	div.global-nav div.primary ul.primary li {
		min-width: auto;
		text-align: left;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #d4d4d4
	}
	div.global-nav div.primary ul.primary li.open {
		background: #dedede;
		border: none;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 40;
		border-top-right-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	div.global-nav div.primary ul.primary li.open>ul {
		background: #f2f2f2
	}
	div.global-nav div.primary ul.primary li a {
		min-width: none;
		padding-right: 10px
	}
	div.global-nav div.primary ul.primary li a .arrow {
		display: inline-block
	}
	div.global-nav div.primary,
	div.global-nav div.secondary,
	div.global-nav div.tertiary {
		position: relative;
		top: 0;
		left: 0;
		height: auto
	}
	div.global-nav ul.primary,
	div.global-nav ul.secondary,
	div.global-nav ul.tertiary {
		display: none;
		display: block;
		overflow: hidden;
		height: auto;
		max-height: 0;
		transition: max-height 500ms;
		-webkit-transition: max-height 500ms;
		-moz-transition: max-height 500ms;
		-o-transition: max-height 500ms
	}
	div.global-nav ul.primary li,
	div.global-nav ul.secondary li,
	div.global-nav ul.tertiary li {
		width: 100%
	}
	div.global-nav ul.primary li a,
	div.global-nav ul.secondary li a,
	div.global-nav ul.tertiary li a {
		font-size: 16px;
		line-height: 18px;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
		text-align: left
	}
	div.global-nav ul.primary li a[href*="/"],
	div.global-nav ul.secondary li a[href*="/"],
	div.global-nav ul.tertiary li a[href*="/"] {
		color: #7c7c7c
	}
	div.global-nav ul.primary li a[href*="/"] span.lbl,
	div.global-nav ul.secondary li a[href*="/"] span.lbl,
	div.global-nav ul.tertiary li a[href*="/"] span.lbl {
		color: #7c7c7c
	}
	div.global-nav ul.primary li a span.lbl,
	div.global-nav ul.secondary li a span.lbl,
	div.global-nav ul.tertiary li a span.lbl {
		text-align: left;
		padding-left: 10px !important;
		padding-right: 0 !important
	}
	div.global-nav ul.primary li a div.lbl,
	div.global-nav ul.secondary li a div.lbl,
	div.global-nav ul.tertiary li a div.lbl {
		float: none;
		width: 100%
	}
	div.global-nav ul.primary li a div.divider,
	div.global-nav ul.secondary li a div.divider,
	div.global-nav ul.tertiary li a div.divider {
		display: none
	}
	div.global-nav ul.primary li a>div,
	div.global-nav ul.secondary li a>div,
	div.global-nav ul.tertiary li a>div {
		float: right
	}
	div.global-nav ul.primary li.open>a span.lbl,
	div.global-nav ul.secondary li.open>a span.lbl,
	div.global-nav ul.tertiary li.open>a span.lbl {
		color: #000000
	}
	div.global-nav div.primary ul.secondary li {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #f6f6f6;
		background: #f2f2f2
	}
	div.global-nav div.primary ul.secondary li a {
		padding-left: 20px
	}
	div.global-nav div.primary ul.secondary li.open {
		background: #e3e3e3
	}
	div.global-nav div.primary ul.secondary li.open>a {
		-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75)
	}
	div.global-nav div.primary ul.secondary li.open>a span.lbl {
		color: #000000
	}
	div.global-nav div.primary ul.tertiary li {
		background: #cccccc;
		border-bottom: none;
		border-top: none
	}
	div.global-nav div.primary ul.tertiary li a {
		padding-left: 40px;
		color: #008acb !important
	}
	div.global-nav div.primary ul.tertiary li a span.lbl {
		color: #008acb;
		font-size: 14px
	}
	div.global-nav div.primary ul.tertiary li div.img {
		display: none
	}
	div.global-nav.open div.secondary,
	div.global-nav.open div.tertiary {
		display: none
	}
	div.global-nav.open div.background div.primary-bar {
		-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75)
	}
	div.global-nav.open ul.primary {
		max-height: 1000px
	}
	div.global-nav.open li.open>ul {
		max-height: 400px
	}
}

.search form,
.search fieldset {
	display: inline
}

.search .input-group {
	width: 175px
}

.search .input-group-addon {
	padding: 7px 12px
}

#userProfile {
	float: right;
	text-align: right;
	margin: 22px 0 14px
}

#userProfile>ul>li>a>.btn {
	min-height: 18px;
	width: inherit
}

#userProfile .form-control {
	min-width: 140px;
	max-width: 200px;
	height: 18px
}

.socialBox {
	border: 1px solid #d0d0d0;
	background: #f5f5f5;
	padding: 10px 30px
}

.socialBox li {
	list-style-type: none
}

#footer #gigya {
	margin-bottom: 25px
}

.locationCopy {
	margin-top: 10px;
	margin-bottom: 15px
}

#copyright p {
	margin: 0
}

#copyright a {
	padding-right: 5px
}

#locationSwitcher a {
	vertical-align: middle;
	margin: 0
}

#locationSwitcher img {
	margin: 10px 10px 0 0;
	float: left
}

#locationSwitcher form,
#locationSwitcher fieldset {
	display: inline;
	vertical-align: middle
}

#locationSwitcher form {
	margin-left: 7px;
	display: none
}

#locationSwitcher.js-enabled form {
	display: inline
}

#locationSwitcher select {
	min-width: 100px
}

#locationSwitcher .ui-formulate-current {
	padding-right: 25px
}

#locationSwitcher span {
	padding-left: 10px;
	display: none
}

.cookie-notice {
	background-color: #ccc;
	color: #333;
	margin: 0 auto;
	font-size: 12px;
	padding: 15px 0;
	min-height: 50px
}

.cookie-message {
	min-height: 50px
}

@media only screen and (max-width: 1024px) {
	.navLogo {
		padding-left: 15px
	}
	#footer .col-md-6.links {
		width: 100%
	}
	#footer ul.col-md-6.links li {
		min-width: 25%
	}
}

@media only screen and (max-width: 768px) {
	.brand img.logo {
		display: none
	}
	.brand img.logo-mobile {
		display: block;
		height: 84px;
		width: 95px;
		left: 15px
	}
	.userBtns li .btn {
		font-size: 0
	}
	#footer ul.links li,
	#footer ul.col-md-6.links li {
		min-width: 0
	}
	#footer #gigya {
		margin-top: 10px;
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 599px) {
	.input-group .form-control {
		max-width: 143px
	}
	.logiBand {
		top: 110px
	}
	#userProfile {
		float: none;
		text-align: left;
		margin: 22px 0 10px 15px;
		clear: both
	}
	#copyright {
		margin: 10px 0 0
	}
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #cccccc
}

.mfp-preloader a:hover {
	color: white
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.select-select {
	display: none;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	font-size: 50px
}

.select-element,
.select-element:after,
.select-element:before,
.select-element *,
.select-element *:after,
.select-element *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.select-element {
	position: absolute;
	display: none
}

.select-element.select-open {
	display: block
}

.select-theme-chosen {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	z-index: 999
}

.select-theme-chosen,
.select-theme-chosen *,
.select-theme-chosen *:after,
.select-theme-chosen *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.select.select-theme-chosen {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.select.select-theme-chosen .select-content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);
	background: white;
	color: #444444;
	overflow: auto;
	max-width: 100%;
	max-height: 248px;
	-webkit-overflow-scrolling: touch
}

@media (max-width: 372px),
(max-height: 372px) {
	.select.select-theme-chosen .select-content {
		max-width: 100%;
		max-height: 155px
	}
}

.select.select-theme-chosen .select-options {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	margin: 0;
	padding: 0
}

.select.select-theme-chosen .select-options .select-option {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	position: relative;
	list-style: none;
	margin: 0;
	line-height: 19px;
	padding: 6px 11px 6px 30px;
	display: block;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.select.select-theme-chosen .select-options .select-option.select-option-selected:before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
	position: absolute;
	left: 13px;
	top: 0;
	top: 5px;
	height: 11px;
	width: 11px;
	margin: auto
}

.select.select-theme-chosen .select-options .select-option:hover,
.select.select-theme-chosen .select-options .select-option.select-option-highlight {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-color: #3875d7;
	color: white
}

.select.select-theme-chosen .select-options .select-option:hover.select-option-selected:before,
.select.select-theme-chosen .select-options .select-option.select-option-highlight.select-option-selected:before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='white' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='white' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>")
}

.select.select-theme-chosen .select-options .select-option:first-child {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.select.select-theme-chosen .select-options .select-option:last-child {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.select-target.select-theme-chosen {
	margin-bottom: 25px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
	background-image: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-image: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	position: relative;
	padding: 3px 30px 2px 11px;
	background: #f6f6f6;
	border: 1px solid #aaaaaa;
	cursor: pointer;
	color: #444444;
	text-decoration: none;
	white-space: nowrap;
	max-width: 100%;
	min-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px
}

.select-target.select-theme-chosen.select-target-focused,
.select-target.select-theme-chosen.select-target-focused:focus {
	border-color: #5897fb;
	outline: none
}

.select-target.select-theme-chosen b {
	position: absolute;
	right: 13px;
	top: 0;
	bottom: 1px;
	margin: auto;
	height: 16px;
	width: 26px
}

.select-target.select-theme-chosen b:before,
.select-target.select-theme-chosen b:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	right: 0;
	height: 0;
	width: 0;
	border: 3px solid transparent
}

.select-target.select-theme-chosen b:before {
	top: 0;
	border-bottom-color: inherit
}

.select-target.select-theme-chosen b:after {
	bottom: 0;
	border-top-color: inherit
}

.search form,
.search fieldset {
	display: inline
}

.search .input-group {
	width: 175px
}

.search .input-group-addon {
	padding: 7px 12px
}

#userProfile {
	float: right;
	text-align: right;
	margin: 22px 0 14px
}

#userProfile>ul>li>a>.btn {
	min-height: 18px;
	width: inherit
}

#userProfile .form-control {
	min-width: 140px;
	max-width: 200px;
	height: 18px
}

.socialBox {
	border: 1px solid #d0d0d0;
	background: #f5f5f5;
	padding: 10px 30px
}

.socialBox li {
	list-style-type: none
}

#footer #gigya {
	margin-bottom: 25px
}

.locationCopy {
	margin-top: 10px;
	margin-bottom: 15px
}

#copyright p {
	margin: 0
}

#copyright a {
	padding-right: 5px
}

#locationSwitcher a {
	vertical-align: middle;
	margin: 0
}

#locationSwitcher img {
	margin: 10px 10px 0 0;
	float: left
}

#locationSwitcher form,
#locationSwitcher fieldset {
	display: inline;
	vertical-align: middle
}

#locationSwitcher form {
	margin-left: 7px;
	display: none
}

#locationSwitcher.js-enabled form {
	display: inline
}

#locationSwitcher select {
	min-width: 100px
}

#locationSwitcher .ui-formulate-current {
	padding-right: 25px
}

#locationSwitcher span {
	padding-left: 10px;
	display: none
}

.cookie-notice {
	background-color: #ccc;
	color: #333;
	margin: 0 auto;
	font-size: 12px;
	padding: 15px 0;
	min-height: 50px
}

.cookie-message {
	min-height: 50px
}

@media only screen and (max-width: 1024px) {
	.navLogo {
		padding-left: 15px
	}
	#footer .col-md-6.links {
		width: 100%
	}
	#footer ul.col-md-6.links li {
		min-width: 25%
	}
}

@media only screen and (max-width: 768px) {
	.brand img.logo {
		display: none
	}
	.brand img.logo-mobile {
		display: block;
		height: 84px;
		width: 95px;
		left: 15px
	}
	.userBtns li .btn {
		font-size: 0
	}
	#footer ul.links li,
	#footer ul.col-md-6.links li {
		min-width: 0
	}
	#footer #gigya {
		margin-top: 10px;
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 599px) {
	.input-group .form-control {
		max-width: 143px
	}
	.logiBand {
		top: 110px
	}
	#userProfile {
		float: none;
		text-align: left;
		margin: 22px 0 10px 15px;
		clear: both
	}
	#copyright {
		margin: 10px 0 0
	}
}

#header {
	padding: 0
}

#header .btn-bs {
	min-width: 0
}

#header .btn-bs:hover {
	color: black
}

#userProfile .userBtns {
	list-style-image: none;
	padding-left: 0;
	margin: 0
}

#userProfile .userBtns li {
	display: inline-block;
	margin: 1px 0 1px 7px;
	position: relative;
	vertical-align: top;
	max-height: 32px;
	text-align: left;
	background: none
}

#userProfile .userBtns li:first-child {
	margin-left: 0
}

#userProfile .userBtns li a {
	text-decoration: none;
	display: block
}

#userProfile .userBtns li.search {
	display: none
}

#userProfile .userBtns #myAccount span.glyphicon,
#userProfile .userBtns #cart span.glyphicon {
	margin-right: 5px
}

#userProfile .userBtns #myAccount button.btn.btn-default,
#userProfile .userBtns #cart button.btn.btn-default {
	padding: 5px 10px;
	font-size: 13px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px
}

#brandBar {
	position: relative;
	z-index: 490;
	width: 100%;
	min-height: 75px;
	max-width: 1024px;
	top: 0;
	margin: 0 auto
}

header {
	width: 100%;
	height: 75px;
	margin-bottom: 35px
}

header #logo {
	float: left
}

header #account_nav {
	float: right;
	display: inline-block;
	padding-right: 160px
}

header #account_nav a {
	padding: 5px;
	display: inline-block;
	border: 1px solid #d9d9d9;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 20px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #f3f3f3));
	background: -webkit-linear-gradient(top, #e6e6e6 0%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%, #f3f3f3 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%, #f3f3f3 100%);
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px
}

header .full-width-container {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	height: 35px;
	min-width: 980px;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ebebeb 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #dadada));
	background: -webkit-linear-gradient(top, #ebebeb 0%, #dadada 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #dadada 100%);
	background: -ms-linear-gradient(top, #ebebeb 0%, #dadada 100%);
	background: linear-gradient(to bottom, #ebebeb 0%, #dadada 100%)
}

header #main_nav {
	height: 100%
}

header #main_nav .link {
	border: 1px solid #cecece;
	border-bottom: none;
	padding: 7px;
	width: 120px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px
}

header #main_nav .link:hover {
	padding-top: 9px;
	margin-top: -2px;
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #d3d3d3));
	background: -webkit-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%);
	background: -o-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%);
	background: -ms-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%);
	background: linear-gradient(to bottom, #e3e3e3 0%, #d3d3d3 100%)
}

.navLogo {
	z-index: 495;
	float: left
}

.navLogo img.logo,
.navLogo img .logo-mobile {
	width: 176px;
	height: 72px
}

.navLogo img.logo-mobile {
	display: none
}

.support-header .breadcrumb {
	margin: 20px 0 10px;
	font-weight: 500;
	padding: 0;
	float: none
}

.support-form {
	padding: 10px 10px 20px
}

.support-form h3 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	display: block
}

.support-form .signin-form .form-group:nth-of-type(3) {
	margin-bottom: 0
}

.support-form .contact-us p {
	margin-bottom: 0
}

.support-form .contact-us .get-help {
	margin-top: 20px
}

.page-not-found {
	margin: 30px 0
}

.page-not-found h1 {
	font-size: 30px;
	display: block;
	float: none;
	margin: 0
}

.page-not-found h4 {
	color: #1657a2;
	font-size: 20px;
	display: block;
	float: none;
	margin: 0 0 20px
}

.page-not-found p {
	color: #777;
	font-size: 12px;
	margin-bottom: 300px
}

.page-not-found a {
	color: #1657a2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500
}

.heading-wrapper {
	border-bottom: 1px solid white;
	border-top: 1px solid white
}

.heading-wrapper .breadcrumb {
	margin-bottom: 0;
	background: none
}

.heading-wrapper .notification-row {
	padding: 0
}

@media (min-width: 600px) {
	.heading-wrapper .notification-row .right {
		float: right
	}
}

@media (max-width: 600px) {
	.heading-wrapper .notification-row .right .notification {
		height: auto;
		width: 100%
	}
	.heading-wrapper .notification-row .right .notification p {
		white-space: normal;
		overflow: visible;
		text-overflow: initial;
		display: block
	}
}

.tab-pane {
	background: #848484;
	background: -moz-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #848484), color-stop(100%, #5A5A5A));
	background: -webkit-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -o-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -ms-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: linear-gradient(to bottom, #848484 0%, #5A5A5A 100%);
	float: left;
	width: 100%;
	padding: 10px 0 15px;
	height: auto;
	min-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (min-width: 992px) {
	.tab-pane.hide.active {
		min-height: 276px
	}
}

@media screen and (min-width: 992px) {
	.tab-pane.hide.active#search {
		min-height: 0
	}
}

.tab-pane.active {
	display: block !important;
	height: auto
}

.tab-pane .tab-header {
	clear: both
}

.tab-pane .tab-header h3 {
	margin: 10px 0 20px 10px;
	float: left;
	font-size: 18px;
	font-weight: bold
}

.tab-pane .tab-header h3.ml {
	margin-left: 0;
	float: none
}

.tab-pane .link-lists {
	padding: 0 20px 0
}

.tab-pane .link-lists .col-sm-3 {
	width: 22%
}

.tab-pane .link-lists .col-sm-3:nth-of-type(4) {
	width: 32%
}

.tab-pane .link-lists .contact-section h3 {
	margin-top: 0;
	margin-bottom: 10px
}

.tab-pane .link-lists .contact-section p:first-of-type {
	margin-bottom: 0
}

.tab-pane .link-lists .contact-section p:last-of-type {
	margin-bottom: 20px
}

.tab-pane .link-lists .btn-gray {
	margin-bottom: 10px
}

.tab-pane .link-lists ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 20px
}

.tab-pane .link-lists ul li a {
	display: block
}

.tab-pane .link-lists ul a {
	color: white;
	margin-bottom: 10px;
	font-size: 13px;
	padding: 5px 0 5px 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500
}

.tab-pane .link-lists ul a:hover {
	text-decoration: underline
}

.tab-pane .link-lists ul a>span {
	margin-left: 5px
}

.tab-pane .link-lists .row .col-sm-3:nth-of-type(4) ul {
	margin: 0;
	position: relative;
	top: -10px
}

.tab-pane .link-lists .row .col-sm-3:nth-of-type(4) ul iframe {
	height: 195px
}

#toolbar {
	float: right;
	height: 40px;
	border-bottom: 1px solid white
}

#toolbar>ul {
	z-index: 10;
	position: relative;
	list-style: none;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #9c9b9b;
	background: -moz-linear-gradient(top, #9c9b9b 0%, #5e5d5d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c9b9b), color-stop(100%, #5e5d5d));
	background: -webkit-linear-gradient(top, #9c9b9b 0%, #5e5d5d 100%);
	background: -o-linear-gradient(top, #9c9b9b 0%, #5e5d5d 100%);
	background: -ms-linear-gradient(top, #9c9b9b 0%, #5e5d5d 100%);
	background: linear-gradient(to bottom, #9c9b9b 0%, #5e5d5d 100%)
}

#toolbar>ul li {
	float: left;
	position: relative;
	margin: 0
}

#toolbar>ul li a {
	display: block;
	padding: 8px 20px 3px
}

#toolbar>ul li.divider {
	width: 2px !important
}

#toolbar>ul li.divider>span {
	background: #bbb;
	height: 25px;
	margin-top: 8px;
	display: inline-block;
	width: 1px
}

#toolbar>ul li.active a span.tab-arrow {
	display: block;
	position: absolute;
	bottom: -14px;
	left: 15px;
	top: auto;
	right: auto;
	z-index: 1
}

#search #search_container {
	margin: 20px 30px;
	position: relative
}

@media (max-width: 767px) {
	#search #search_container h3 {
		float: none !important
	}
	#search #search_container #searchBox {
		float: none !important;
		width: 100% !important
	}
}

@media (max-width: 480px) {
	#search #search_container #searchBox .search-nav-select {
		width: 100%;
		float: none;
		margin-top: 10px
	}
	#search #search_container #searchBox .search-nav-select .form-control {
		width: 100%;
		max-width: 100%;
		margin: 0
	}
	#search #search_container #searchBox .search-nav-select .input-group-btn button.btn-bs {
		margin-top: 0
	}
}

#search #search_container.results-page {
	margin: 1em 0 0 0
}

#search #search_container.results-page .coveo-results-column {
	width: 100%
}

#search #search_container.results-page .CoveoResult .coveo-excerpt {
	width: 100%;
	max-width: 100%
}

#search #search_container h3 {
	float: left;
	width: 20%
}

#search #search_container #searchBox {
	float: left;
	width: 65%
}

#search #search_container #searchBox #coveoscope {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-appearance: none;
	-moz-appearance: none
}

#search #search_container #searchBox .form-control,
#search #search_container #searchBox .CoveoSearchBox {
	margin-top: 12px
}

#search #search_container #searchBox .CoveoQueryBox,
#search #search_container #searchBox .CoveoSearchBox {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

#search #search_container #searchBox .CoveoQueryBox {
	font-size: 14px
}

#search #search_container #searchBox .CoveoSearchBox .coveo-omnibox {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	margin-right: 40px
}

#search #search_container #searchBox .CoveoSearchBox .coveo-omnibox .coveo-omnibox-header {
	height: auto
}

#search #search_container #searchBox .select-target {
	float: left;
	margin-bottom: 0;
	margin-top: 12px;
	height: 38px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	padding-top: 7px
}

#search #search_container #searchBox .dropdown-menu {
	margin-top: -1px
}

#search #search_container .form-control {
	float: left;
	height: 38px
}

#search #search_container .panel {
	width: 100%;
	background: none;
	padding: 0;
	border: 0;
	min-height: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

#search #search_container .panel .panel-title {
	font-size: 13px;
	font-weight: 500;
	color: #eee;
	line-height: 19px;
	display: block
}

#search #search_container .panel .panel-title:hover {
	text-decoration: underline
}

#search #search_container .panel .panel-heading {
	padding: 0;
	border: 0;
	position: relative;
	background: none;
	border-color: transparent;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

@media (min-width: 768px) {
	#search #search_container .panel .panel-heading {
		padding-left: 20%
	}
}

#search #search_container .panel .panel-body {
	border-color: transparent;
	color: white;
	font-size: 12px;
	padding-bottom: 0
}

#search #search_container select {
	margin-top: 0
}

#search #search_container .CoveoSearchInterface {
	background: none
}

#search #search_container .CoveoSearchInterface .coveo-search-section {
	width: 75%;
	margin-top: 15px
}

#search #search_container .CoveoSearchInterface .coveo-search-section .coveo-searchBox-column {
	height: auto;
	padding: 0
}

#search #search_container .CoveoSearchInterface .coveo-search-section .coveo-searchBox-column .coveo-search-section-wrapper {
	max-width: none
}

#search #search_container .CoveoSearchInterface .coveo-search-section .coveo-searchBox-column .coveo-search-section-wrapper .CoveoSearchBox {
	max-width: none
}

#search a.product-identification {
	margin-top: 20px;
	color: #FFF;
	display: inline-block
}

#search a.product-identification:hover,
#search a.product-identification:active {
	color: #2366b0;
	text-decoration: none
}

.sign-in-with>p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #555
}

.sign-in-with>ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.sign-in-with>ul li a {
	display: block
}

.sign-in-with>ul li {
	margin-bottom: 15px
}

.sign-in-with>ul li a {
	display: block;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	min-width: 120px;
	background: #7c7c7c;
	color: white;
	position: relative;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px
}

.sign-in-with>ul li a:hover {
	background: #555
}

.sign-in-with>ul li a:before {
	position: absolute;
	background: white;
	z-index: 1;
	width: 20px;
	height: 24px;
	content: "";
	top: 2px;
	left: 2px
}

.sign-in-with>ul li a i {
	color: black;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 29px;
	padding: 0;
	z-index: 2
}

.tab-content .get-help {
	background: #555
}

div#product-id-help {
	margin-top: 10px
}

.notification {
	border: 1px solid gray;
	padding: 10px 20px 10px 10px;
	height: 40px;
	font-size: 12px;
	float: right
}

.notification p {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.notification span {
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
	color: black
}

.notification.blue {
	color: #6A93CD;
	background: #E6ECF4;
	border-color: #6892C2
}

.notification.blue span {
	color: #1657a2
}

.notification.red {
	color: #DF7278;
	background: #F8E3E3;
	border-color: #E48B89
}

.notification.red span {
	color: #d9534f
}

@media (max-width: 480px) {
	.notification {
		width: 100%;
		float: none
	}
	#toolbar>ul li {
		width: 25%
	}
	#toolbar>ul li.active a span.tabs-arrow {
		left: 40%
	}
	#toolbar>ul li.divider {
		display: none
	}
	#toolbar>ul li a {
		width: 100%;
		text-align: center;
		border-right: 1px solid #ddd
	}
	#toolbar>ul li:last-of-type a {
		border-right: 0
	}
	#toolbar>ul a span,
	#toolbar>ul li span {
		margin: auto
	}
	#search #search_container #searchBox {
		width: 100%
	}
	#coveoscope {
		font-size: 14px
	}
	.tab-pane .link-lists ul {
		margin: 0
	}
	.tab-pane .link-lists ul a {
		margin-bottom: 5px
	}
	.tab-pane .tab-header .btn-bs.btn-gray {
		margin: 5px;
		min-width: 80px
	}
	.tab-pane .tab-header .contact-section {
		margin-bottom: 20px
	}
	.tab-pane .tab-header .contact-section h3 {
		margin-top: 30px
	}
	.tab-pane .tab-header .contact-section p.bold {
		margin-bottom: 0
	}
}

.sign-in-with>p.dark {
	color: #555
}

.dark i {
	font-size: 24px;
	float: left;
	position: absolute;
	top: 5px
}

.dark span {
	display: block;
	float: right;
	margin-left: 26px;
	padding: 0 0 0 10px
}

footer {
	width: 100%;
	background: #1f2128;
	border-top: 10px solid #1657a2;
	position: relative
}

footer ul {
	color: #FFF;
	list-style: none;
	padding: 0
}

footer a {
	color: white
}

footer a:hover {
	color: white;
	text-decoration: underline
}

footer #copyright {
	margin-top: 70px;
	color: #a4a4a4;
	width: 300px;
	float: right
}

footer .user-links {
	padding: 30px 0;
	overflow: hidden;
	min-height: 165px
}

footer .user-links ul {
	width: 25%;
	float: left;
	font-size: 12px;
	position: relative
}

footer .user-links ul li {
	margin: 0 auto;
	width: 60%
}

footer .user-links ul:before {
	content: "";
	position: absolute;
	left: 0;
	height: 110px;
	width: 1px;
	background: #47484e
}

footer .user-links ul:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 110px;
	width: 1px;
	background: #010101
}

footer .user-links ul.first:before {
	content: "";
	height: 0;
	width: 0
}

footer .user-links ul.last:after {
	content: "";
	height: 0;
	width: 0
}

footer .footer-bottom {
	background: #000;
	position: relative
}

footer .footer-bottom #footer ul.links {
	padding-left: 15px;
	margin-top: 20px
}

footer .footer-bottom #footer ul.links li {
	margin: 0;
	width: auto;
	float: left
}

footer .footer-bottom #footer ul.links li a {
	font-size: 12px;
	display: block;
	padding: 5px 0
}

footer .footer-bottom #footer ul.links li a:after {
	content: "|";
	margin: 0 10px
}

footer .footer-bottom .locationCopy {
	display: none
}

footer .footer-bottom nav {
	top: 20px;
	left: 15px;
	position: absolute;
	font-size: 12px
}

footer .footer-bottom nav a {
	display: inline-block;
	line-height: 12px;
	color: #a4a4a4;
	padding: 0 5px;
	border-left: 1px solid #a4a4a4;
	float: left
}

footer .footer-bottom nav a.first {
	padding-left: 0;
	border-left: 0
}

footer .footer-bottom .social {
	margin: 20px 0;
	float: right
}

footer .footer-bottom .social>a {
	margin-left: 5px
}

footer .footer-bottom .change-location-btn {
	font-size: 12px;
	margin: 20px 0;
	float: none
}

footer .footer-bottom .change-location-btn select,
footer .footer-bottom .change-location-btn select option {
	color: black
}

footer .footer-bottom .change-location-btn span {
	display: inline-block;
	float: left;
	margin-right: 10px
}

footer .footer-bottom .copyright {
	font-size: 12px;
	margin: 20px 0;
	text-align: right;
	color: #a4a4a4
}

.col-md-6.col-sm-6.text-right {
	width: 100%
}

@media (max-width: 479px) and (orientation: portrait) {
	footer .footer-bottom {
		height: 0px;
		overflow: visible
	}
	footer .footer-bottom nav {
		display: none
	}
	footer .footer-bottom .container {
		overflow: visible
	}
	footer .footer-bottom .social {
		top: auto;
		right: auto;
		bottom: -80px;
		left: 20px
	}
	footer .footer-bottom .change-location-btn {
		left: 25px
	}
	footer .footer-bottom .change-location-btn span {
		font-size: 10px
	}
	footer .footer-bottom .copyright {
		display: none
	}
}

.support-form .control-label {
	font-size: 12px;
	padding-right: 0
}

.support-form input[type="email"],
.support-form input[type="password"],
.support-form input[type="text"] {
	width: 93%;
	font-size: 12px;
	padding: 5px
}

.support-form .required-fields {
	float: right;
	position: absolute;
	right: 35px;
	font-size: 11px;
	top: -20px;
	color: #F00
}

.support-form .form-group label>span {
	color: red
}

.support-form .checkbox {
	padding-left: 0;
	padding-right: 30px
}

.support-form .checkbox label {
	font-size: 11px
}

.support-form .checkbox label input {
	margin-right: 5px
}

.support-form .gray-btn {
	background: #7c7c7c;
	padding: 5px 12px;
	min-width: 90px
}

.support-form .gray-btn:hover {
	background: #555
}

.support-form .signin-form {
	background: #ccc;
	padding: 35px 20px 10px;
	font-size: 12px
}

.support-form .signin-form .social-list-label {
	color: #555
}

.support-form .signin-form .not-registered {
	margin-top: 23px
}

.support-form .signin-form .not-registered .question {
	color: #555;
	margin: 22px 0 0
}

.support-form .signin-form .not-registered #signInBtn {
	float: right;
	display: block;
	margin: 0 20px 15px 0
}

.support-form .signin-form .not-registered #forgotPassBtn {
	clear: both;
	display: block;
	text-align: right;
	margin: 0 20px 5px 0
}

.support-form .signin-form .not-registered .create-account {
	font-weight: bold;
	line-height: 20px
}

.support-form .signin-form .info-icon {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	position: absolute;
	margin: 5px;
	color: #999
}

.support-form .signin-form .info-icon:hover {
	color: black
}

.support-form .info-icon {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	position: absolute;
	margin: 5px;
	color: #999
}

.support-form .register-form {
	background: #eee;
	border: 1px solid #ccc;
	padding: 35px 20px 10px;
	font-size: 12px;
	margin-bottom: 50px
}

.forgot-password h1 {
	float: none;
	margin: 40px 15px 30px;
	color: #999
}

.forgot-password p {
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: 20px
}

.forgot-password .form-group {
	margin-top: 15px
}

.forgot-password .form-group .control-label {
	font-size: 12px;
	font-weight: bold
}

.forgot-password .form-group input[type="text"],
.forgot-password .form-group input[type="password"] {
	font-size: 12px;
	padding: 5px;
	width: 100%
}

.forgot-password .btn-bs {
	margin: 20px 0 50px;
	background: #7c7c7c;
	width: 80px;
	min-width: 0;
	float: right;
	padding: 6px 12px
}

#create-account h1 {
	float: none;
	margin: 40px 15px 30px;
	color: #999
}

#create-account .sign-in-for {
	padding: 0 20px;
	border-right: 1px solid #bfbfbf
}

#create-account .sign-in-for>ul {
	margin-bottom: 25px
}

#create-account .sign-in-btn {
	margin-left: 20px
}

#create-account .register-btn {
	margin-top: 100px;
	display: block;
	max-width: 50%
}

#create-account .sign-in-with {
	padding: 0 30px
}

#create-account .sign-in-with>ul li a {
	padding: 5px 0;
	text-align: center;
	position: relative
}

#create-account .sign-in-with>ul li a i {
	position: absolute
}

#create-account .cancel-btn {
	margin-top: 20px;
	display: block
}

.help-expander .help-item {
	border-bottom: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px
}

.help-expander .help-item .name {
	font-size: 16px;
	margin-top: 5px;
	color: #999;
	float: left
}

.help-expander .help-item .ic-help-sm {
	float: left;
	margin-left: 10px;
	position: relative;
	top: 5px
}

.help-expander .help-item .btn-bs {
	margin-top: 5px
}

.help-expander .help-item .btn-bs i {
	margin-left: 5px;
	position: relative;
	top: 1px
}

.help-expander .panel-body>.row:last-of-type .help-item {
	border-bottom: 0
}

.help-expander #help {
	display: none
}

.help-expander .additional-info {
	clear: both;
	padding: 1em;
	font-size: 12px;
	margin: 0 15px 20px;
	color: #999;
	position: relative;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
	border: 1px solid #ccc
}

.help-expander .additional-info .close-icon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 7px;
	display: block;
	font-size: 20px;
	color: #ccc;
	z-index: 10
}

.help-expander .additional-info .close-icon:hover {
	color: #555
}

.help-expander .additional-info .arrow-up-icon {
	position: absolute;
	background: url("../img/downloads/arrow-up.png");
	width: 38px;
	height: 22px;
	margin-top: -34px;
	margin-left: 91px
}

.help-expander .additional-info .title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #428bca;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500
}

@media (max-width: 480px) {
	.help-expander .download-wrapper {
		margin: 10px
	}
	.help-expander .download-wrapper .software-icon {
		margin-left: 0;
		position: relative;
		top: 0
	}
	.help-expander .download-wrapper .name {
		margin-top: 10px
	}
	.help-expander .download-wrapper .ic-help-sm {
		top: 10px
	}
	.help-expander .download-wrapper .form-control {
		margin-top: 10px;
		clear: both
	}
	.help-expander .download-wrapper .dl-button {
		clear: both
	}
	.help-expander .download-wrapper .dl-button .btn-bs {
		margin-top: 10px
	}
}

.panel-bar {
	padding: 15px;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	color: #999;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%)
}

.panel-bar+.panel-bar {
	border-top: 0
}

.panel-bar.border-v {
	border-left-color: transparent;
	border-right-color: transparent
}

.panel-bar .detail-icon {
	margin-right: .5em;
	float: left
}

.panel-bar p {
	margin-bottom: 0
}

.panel-bar p.lh {
	line-height: 30px
}

.panel-bar .title {
	font-size: 15px;
	color: #428bca;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin-left: 5px;
	float: left;
	line-height: 30px
}

.panel-bar .carousel .item>ul {
	list-style: none
}

.panel-group {
	margin-bottom: 0
}

.panel-group .panel+.panel {
	margin-top: -1px
}

.panel-group .panel-body {
	border-top: 1px solid #ccc
}

.panel.panel-logitech {
	background: none;
	background-color: white;
	padding: 0;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-height: 0;
	position: relative;
	float: none
}

.panel-heading {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.panel-heading+.panel-collapse .panel-body {
	border-top: 0
}

.panel-heading.accordion-toggle {
	display: block;
	cursor: pointer
}

.panel-heading.accordion-toggle:hover {
	text-decoration: none
}

.panel-heading.accordion-toggle h4 {
	font-size: 15px;
	line-height: 20px;
	color: #1657a2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	float: left
}

.panel-heading.accordion-toggle h4:after {
	content: ""
}

.panel-heading.accordion-toggle .additional-info {
	float: left;
	margin-left: 50px;
	font-size: 12px;
	color: #999;
	margin-bottom: 0
}

.panel-heading.accordion-toggle .panel-state {
	float: right;
	color: #1657a2;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	margin-right: 10px
}

.panel-heading.accordion-toggle .panel-state .up,
.panel-heading.accordion-toggle .panel-state .down {
	display: none;
	-webkit-transition: all 20ms ease-in-out;
	-moz-transition: all 20ms ease-in-out;
	-o-transition: all 20ms ease-in-out;
	transition: all 20ms ease-in-out
}

.panel-heading.accordion-toggle .arrow {
	float: right;
	background-position: -157px -30px
}

.panel-heading.accordion-toggle .arrow+.panel-state .down {
	display: inline-block;
	color: #999
}

.panel-heading.accordion-toggle .arrow+.panel-state .up {
	display: none
}

.panel-heading.accordion-toggle.collapsed h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #555
}

.panel-heading.accordion-toggle.collapsed .arrow {
	background-position: -135px -30px
}

.panel-heading.accordion-toggle.collapsed .arrow+.panel-state .down {
	display: none
}

.panel-heading.accordion-toggle.collapsed .arrow+.panel-state .up {
	display: inline-block;
	color: #1657a2
}

@-moz-document url-prefix() {
	.panel-bar #support-downloads .download-wrapper .installer select {
		padding: 0;
		-webkit-border-radius: 0 0 0 0;
		-moz-border-radius: 0 0 0 0;
		border-radius: 0 0 0 0
	}
}

.my-bookmarks {
	font-size: 12px
}

.my-bookmarks label {
	font-size: bold
}

.my-bookmarks table {
	width: 90%;
	margin: 10px auto
}

.my-bookmarks table td input {
	margin-right: 10px
}

.my-bookmarks .filter-all {
	font-size: 12px;
	margin: 0 25px;
	text-decoration: underline
}

.my-bookmarks .btn-sm,
.my-bookmarks .btn-group-sm>.btn-bs {
	padding: 2px 25px;
	min-width: 0
}

.my-bookmarks .panel-body {
	padding: 30px;
	border-top: 1px solid #ccc
}

.slider-panel h2 {
	padding-left: 60px
}

@media (max-width: 480px) {
	.slider-panel h2 {
		padding-left: 0
	}
}

.slider-panel .blue-title-arrow-container {
	margin-left: 30px
}

.slider-panel #widget-slider {
	padding: 0 50px
}

.slider-panel #widget-slider .carousel-inner {
	height: 122px
}

.slider-panel #widget-slider .carousel-inner .item p {
	font-size: 13px
}

.slider-panel #widget-slider .carousel-control {
	color: #eb8517;
	opacity: 1;
	text-shadow: none;
	top: inherit;
	bottom: 30px
}

.slider-panel #widget-slider .carousel-control:hover {
	color: #a75e0e
}

.slider-panel #widget-slider .carousel-control .glyphicon-chevron-left,
.slider-panel #widget-slider .carousel-control .icon-prev {
	margin-left: 5px
}

.slider-panel #widget-slider .carousel-control .glyphicon-chevron-right,
.slider-panel #widget-slider .carousel-control .icon-next {
	margin-right: 5px
}

.slider-panel #widget-slider .carousel-indicators {
	left: inherit;
	width: 100%;
	right: 0;
	margin-left: 0;
	bottom: -15px;
	margin-bottom: 0
}

.slider-panel #widget-slider .carousel-indicators li {
	border-color: #ccc
}

.slider-panel #widget-slider .carousel-indicators .active {
	background-color: #ccc
}

.small-panel.slider-panel {
	padding: 20px 0 0
}

.change-location {
	margin-bottom: 50px;
	padding: 0 15px
}

.change-location h3 {
	font-size: 16px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc
}

.change-location .countries {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px
}

.change-location .countries li a {
	display: block
}

.change-location .countries>li {
	clear: both;
	min-height: 13px;
	margin-bottom: 8px
}

.change-location .countries>li img {
	float: left;
	padding-right: 10px
}

.change-location .countries>li span.divider {
	float: left;
	display: block;
	margin: 0 3px;
	font-size: 11px
}

.change-location .countries>li a {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 11px
}

.change-location .countries>li a:hover {
	color: #1657a2
}

.change-location .countries>li.other {
	padding: 15px 10px 0 24px
}

.change-location .countries>li.other a {
	line-height: 16px
}

.contact-support h1 {
	float: none;
	margin: 40px 15px 30px;
	color: #999;
	display: block
}

.contact-support .intro {
	margin: 0 0 25px 15px
}

.contact-support .find-product h3,
.contact-support .pre-sales h3 {
	font-size: 18px;
	margin: -10px 0 10px 0
}

.contact-support .find-product h3.normal,
.contact-support .pre-sales h3.normal {
	float: left;
	font-weight: normal
}

.contact-support .content-block {
	padding: 20px
}

.contact-support .content-block h3 {
	margin: 6px 0
}

.contact-support .find-product h3 {
	float: left
}

.contact-support .find-product .product-finder {
	margin-top: 15px
}

.contact-support .find-product>ol {
	float: right;
	padding: 0;
	margin: 3px 0 20px
}

.contact-support .find-product>ol li {
	float: left;
	margin: 0 25px
}

.contact-support .find-product>ol li:last-of-type {
	margin-right: 0
}

.contact-support .find-product>ol li.complete i {
	color: black;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.contact-support .find-product>ol li.complete i:after {
	content: "\e013";
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #ccc;
	padding: 0 0 0 5px;
	border-radius: 100%;
	position: absolute;
	font-size: 21px;
	margin-top: -18px;
	margin-left: 40px
}

.contact-support .find-product .find-product-btn {
	float: right;
	padding: 6px 15px;
	color: white;
	line-height: 16px;
	background: #848484;
	background: -moz-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #848484), color-stop(100%, #5A5A5A));
	background: -webkit-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -o-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -ms-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: linear-gradient(to bottom, #848484 0%, #5A5A5A 100%)
}

.contact-support .find-product .find-product-btn i {
	margin-left: 50px;
	float: right
}

.contact-support .find-product .find-product-btn.expanded i {
	background-position: -155px -53px
}

.contact-support .pre-sales .tab-pane {
	margin-top: 15px
}

.contact-support .pre-sales #get-help-btn {
	float: right
}

.contact-support .pre-sales .problem-area-results {
	display: none
}

.contact-support .pre-sales .presales-get-help {
	display: none
}

.contact-support .pre-sales .still-need-help {
	display: none
}

.contact-support .pre-sales .i-need-help {
	display: none
}

.contact-support .pre-sales .dropdown {
	margin: 20px 0 0
}

.contact-support .pre-sales .dropdown .dropdown-toggle {
	text-align: left;
	width: 250px
}

.contact-support .pre-sales .dropdown .dropdown-toggle .caret {
	float: right;
	border-width: 9px;
	color: #999;
	margin-top: 3px;
	margin-right: -5px
}

.contact-support .pre-sales .dropdown .dropdown-menu {
	width: 250px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	margin: 1px 0 0;
	border: 0;
	font-size: 12px
}

.contact-support .select-problem-area .dropdown .dropdown-toggle {
	margin-top: 50px;
	width: 100%;
	text-align: left
}

.contact-support .select-problem-area .dropdown .dropdown-toggle .caret {
	float: right;
	border-width: 9px;
	color: #999;
	margin-top: 3px;
	margin-right: -5px
}

.contact-support .select-problem-area .dropdown .dropdown-menu {
	width: 100%;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	margin: 1px 0 0;
	border: 0;
	font-size: 12px
}

.contact-support .product-info {
	background: white;
	padding: 15px;
	border: 1px solid #ddd;
	margin-top: 10px
}

.contact-support .product-info .col-sm-5 {
	text-align: center
}

.contact-support .product-info .col-sm-5 img {
	margin: 0 auto 10px
}

.contact-support .product-info .col-sm-5 .product-name {
	font-weight: bold;
	color: black
}

.contact-support .product-links {
	margin: 0;
	padding: 0;
	list-style: none
}

.contact-support .product-links li {
	margin: 0 0 5px
}

.contact-support .product-links li a {
	display: block;
	color: #777
}

.contact-support .product-links li a:after {
	content: ">";
	margin-left: 5px
}

.contact-support .product-links li a:hover {
	color: black;
	text-decoration: none
}

.contact-support .product-links li.first a {
	color: #666
}

.contact-support .product-links li.last a {
	margin-top: 20px;
	text-decoration: underline
}

.contact-support .product-links li.last a:after {
	content: ""
}

.contact-support ul.results {
	background: white;
	margin: 20px 15px 15px;
	border: 1px solid #ddd;
	padding: 30px;
	list-style: none
}

.contact-support ul.results li {
	margin: 0 0 15px
}

.contact-support ul.results li a {
	color: #666
}

.contact-support ul.paging {
	padding: 0;
	margin: 0 20px 20px;
	list-style: none
}

.contact-support ul.paging li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ccc
}

.contact-support ul.paging li a {
	color: #777;
	text-decoration: underline
}

.contact-support ul.paging li:last-of-type {
	border: 0
}

.contact-support .wizard-footer-link {
	position: relative;
	margin-left: 20px;
	top: -40px;
	font-size: 11px;
	color: #999
}

.contact-support .controls {
	text-align: center
}

.contact-support .controls.still-need-help {
	display: none
}

.contact-support .controls.still-need-help textarea {
	width: 100%;
	min-height: 150px;
	background: white;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 13px
}

.contact-support .controls.still-need-help.contact-info ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0 15px
}

.contact-support .controls.still-need-help.contact-info ul li {
	padding: 8px 16px;
	background: white;
	margin: 5px 0;
	border: 1px solid #999;
	text-align: left
}

.contact-support .controls.still-need-help.contact-info ul li i {
	margin-right: 15px;
	font-size: 18px;
	position: relative;
	top: 4px
}

.contact-support .controls.still-need-help.contact-info ul li.phone {
	width: 30%;
	float: left;
	border-right: 0
}

.contact-support .controls.still-need-help.contact-info ul li.email {
	width: 70%;
	float: right
}

.contact-support .controls.still-need-help.contact-info ul li.email a {
	color: #666
}

div.product .name {
	text-align: center
}

.phone {
	margin: 0 5px !important;
	border: 1px solid #999999 !important
}

.still-need-help ul {
	min-height: 400px
}

.still-need-help ul li {
	min-height: 400px
}

@media (max-width: 768px) {
	.contact-support .find-product>ol {
		clear: both;
		margin: 20px 25px 25px -5px;
		float: left
	}
}

@media (max-width: 480px) {
	a.find-product-btn.cursor {
		width: 100%;
		display: block
	}
	.dropdown.pull-left.product_finder_registered_product {
		float: none !important;
		clear: both
	}
	button#problem-area {
		display: block;
		width: 100%;
		border-color: transparent;
		left: 0
	}
	.btn-bs.btn-gray.cursor {
		float: none !important;
		margin-top: 10px
	}
	.contact-support .find-product>ol {
		margin: 15px 25px 0 -5px
	}
	.contact-support .find-product>ol li {
		margin: 10px 25px
	}
}

.right-panel {
	padding-left: 80px;
	font-size: 13px
}

.right-panel .btn-bs {
	position: absolute;
	bottom: 30px;
	padding: 3px 10px
}

.right-panel.register-product .sign-in {
	position: absolute;
	bottom: 10px;
	color: #777;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500
}

.right-panel.spare-parts h4 {
	margin-bottom: 10px
}

.right-panel.community {
	padding-left: 0
}

.right-panel.community h4 {
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 16px;
	color: #777
}

.background-sprite,
.icon-sprite {
	font-size: 0px;
	text-indent: -9999px;
	display: inline-block;
	float: left
}

.background-sprite {
	background: url("../img/backgrounds/background-sprite.png") no-repeat;
	position: absolute;
	top: 55px;
	left: 25px
}

.background-sprite.downloads {
	background-position: -190px 0;
	width: 70px;
	height: 116px
}

.background-sprite.downloads.mobile {
	background-position: -296px 0px;
	width: 26px;
	height: 27px;
	top: 11px;
	left: 13px
}

.background-sprite.register-your-product {
	background-position: -140px 0;
	width: 49px;
	height: 139px
}

.background-sprite.register-your-product.mobile {
	background-position: -261px 0px;
	width: 35px;
	height: 35px;
	top: 9px;
	left: 9px
}

.background-sprite.spare-parts {
	background-position: -73px 0;
	width: 66px;
	height: 127px
}

.background-sprite.spare-parts.mobile {
	background-position: -296px -27px;
	width: 27px;
	height: 30px;
	top: 11px;
	left: 12px
}

.background-sprite.warranties {
	background-position: 0 0;
	width: 72px;
	height: 142px
}

.background-sprite.warranties.mobile {
	background-position: -261px 0px;
	width: 35px;
	height: 35px;
	top: 9px;
	left: 9px
}

.background-sprite.information-center.mobile {
	background-position: -260px -35px;
	width: 35px;
	height: 35px;
	top: 9px;
	left: 9px
}

.background-sprite.community.mobile {
	background-position: -261px -87px;
	width: 55px;
	height: 55px;
	top: 0px;
	left: 0px
}

.icon-sprite {
	background: url("../img/icons/icon_sprite.png") no-repeat
}

.icon-sprite.white-title-arrow {
	background-position: -164px -11px;
	width: 10px;
	height: 17px
}

.icon-sprite.white-title-arrow-up {
	background-position: -164px 0;
	width: 17px;
	height: 10px
}

.icon-sprite.white-title-circle {
	background-position: -135px 0;
	width: 28px;
	height: 29px
}

.icon-sprite.blue-title-arrow {
	background-position: -126px 0;
	width: 8px;
	height: 11px
}

.icon-sprite.blue-title-arrow.mobile {
	width: 6px;
	height: 10px;
	background-position: -127px -23px
}

.icon-sprite.product-hover-arrow {
	background-position: -126px -11px;
	width: 7px;
	height: 12px
}

.icon-sprite.blue-title-circle {
	background-position: -108px -15px;
	width: 19px;
	height: 19px
}

.icon-sprite.blue-title-circle.mobile {
	width: 15px;
	height: 15px;
	background-position: -119px -34px
}

.icon-sprite.cart {
	background-position: -97px -10px;
	width: 10px;
	height: 10px;
	margin: 5px 5px 0 0
}

.icon-sprite.close {
	background-position: -78px -20px;
	width: 20px;
	height: 20px
}

.icon-sprite.community {
	background-position: -54px -23px;
	width: 23px;
	height: 22px
}

.icon-sprite.data {
	background-position: -28px -25px;
	width: 20px;
	height: 19px
}

.icon-sprite.facebook {
	background-position: 0 -27px;
	border-radius: 4px;
	width: 26px;
	height: 26px
}

.icon-sprite.Weibo {
	background-position: 0 -53px;
	border-radius: 4px;
	width: 26px;
	height: 26px
}

.icon-sprite.info {
	background-position: -108px 0;
	width: 17px;
	height: 14px
}

.icon-sprite.my-account {
	background-position: -98px 0;
	width: 9px;
	height: 10px;
	margin: 5px 5px 0 0
}

.icon-sprite.questionmark {
	background-position: -77px 0;
	width: 20px;
	height: 19px;
	margin-right: 5px
}

.icon-sprite.search {
	background-position: -54px 0;
	width: 22px;
	height: 22px
}

.icon-sprite.search-white {
	background-position: -28px 0;
	width: 25px;
	height: 24px
}

.icon-sprite.twitter {
	background-position: 0 0;
	border-radius: 4px;
	width: 27px;
	height: 26px
}

.icon-sprite.tabs-arrow {
	background-position: -100px -35px;
	width: 19px;
	height: 16px
}

.icon-sprite.panel-open-arrow {
	background-position: -135px -30px;
	width: 22px;
	height: 22px;
	float: right;
	margin-top: -4px;
	position: absolute;
	top: 20px;
	right: 10px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform
}

.panel-dropdown,
.footer-dropdown {
	font-size: 0px !important;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	float: left
}

.panel-dropdown {
	height: 22px;
	width: 147px;
	background-image: url(../img/icons/panel-dropdown.png)
}

.footer-dropdown {
	height: 26px;
	width: 129px;
	background-image: url(../img/icons/footer-dropdown.png)
}

.blue-side-element {
	background: #2366b0;
	position: fixed;
	right: 0px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px
}

.anythingSlider-default {
	padding: 0
}

.anythingSlider-default ul#slider,
.anythingSlider-default ul#slider li {
	width: 215px;
	height: 120px;
	list-style: none;
	padding: 0;
	border: 0px
}

.anythingSlider-default ul#slider p,
.anythingSlider-default ul#slider li p {
	font-size: 12px
}

.anythingSlider-default .arrow {
	top: 75%
}

.anythingSlider-default .arrow a {
	background: url(../img/icons/icon_sprite.png) no-repeat 0 0;
	width: 28px;
	height: 41px
}

.anythingSlider-default .arrow.back {
	left: -35px
}

.anythingSlider-default .arrow.back a {
	background-position: -237px 0px;
	margin-left: 0
}

.anythingSlider-default .arrow.back a:hover {
	background-position: -265px 0px
}

.anythingSlider-default .arrow.forward {
	right: -35px
}

.anythingSlider-default .arrow.forward a {
	background-position: -181px 0px;
	margin-left: 0
}

.anythingSlider-default .arrow.forward a:hover {
	background-position: -209px 0px
}

.anythingSlider-default.activeSlider .anythingWindow {
	border: none
}

.anythingSlider-default.activeSlider .anythingControls {
	float: right;
	height: 5px
}

.anythingSlider-default.activeSlider .anythingControls a {
	border: 1px solid #f57d20;
	background-color: #f57d20;
	height: 5px;
	width: 15px;
	border-radius: 0
}

.anythingSlider-default.activeSlider .anythingControls a span {
	font-size: 0;
	text-indent: -9999px
}

.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	background: transparent
}

.panel {
	background: #fdfdfd;
	background: url("../img/backgrounds/panel-background.png") left top no-repeat;
	background: url("../img/backgrounds/panel-background.png") left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fdfdfd) left top no-repeat, to(#f2f2f2));
	background: url("../img/backgrounds/panel-background.png") left top no-repeat, -webkit-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: url("../img/backgrounds/panel-background.png") left top no-repeat, -moz-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: url("../img/backgrounds/panel-background.png") left top no-repeat, -ms-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: url("../img/backgrounds/panel-background.png") left top no-repeat, -o-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: url("../img/backgrounds/panel-background.png") left top no-repeat, linear-gradient(top, #fdfdfd, #f2f2f2);
	padding: 20px 30px;
	border: 1px solid #AEAEAE;
	float: left;
	box-sizing: border-box;
	position: relative;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	margin: 0
}

.panel h2 {
	margin: 0 0 20px 0;
	cursor: pointer
}

.panel h4 {
	font-size: 14px;
	margin-bottom: 0
}

.panel.community-background {
	background: #fff;
	background: url("../img/backgrounds/community-background.jpg") no-repeat left top;
	background: url("../img/backgrounds/community-background.jpg") no-repeat left top, -webkit-gradient(linear, left top, left bottom, from(#fff) no-repeat left top, to(#fff));
	background: url("../img/backgrounds/community-background.jpg") no-repeat left top, -webkit-linear-gradient(top, #fff, #fff);
	background: url("../img/backgrounds/community-background.jpg") no-repeat left top, -moz-linear-gradient(top, #fff, #fff);
	background: url("../img/backgrounds/community-background.jpg") no-repeat left top, -ms-linear-gradient(top, #fff, #fff);
	background: url("../img/backgrounds/community-background.jpg") no-repeat left top, -o-linear-gradient(top, #fff, #fff);
	background: url("../img/backgrounds/community-background.jpg") no-repeat left top, linear-gradient(top, #fff, #fff)
}

.panel.small-panel {
	width: 33%
}

.panel.small-panel.middle {
	width: 34%;
}

.panel.small-panel.community-background h2 {
	margin-bottom: 70px
}

.panel.small-panel.community-background h4 {
	margin: 7px 0 7px 30px;
	font-size: 18px
}

@media (min-width: 768px) {
	.panel.small-panel .controls {
		text-align: center;
		bottom: 20px;
		position: absolute;
		width: 100%;
		margin-left: -30px
	}
}

.panel.small-panel.community-background h2 {
	margin-bottom: 20px
}

.panel.large-panel {
	min-height: 210px;
	background: #f3f3f3;
	background: url("../img/backgrounds/col3-background.png") 550px -30px no-repeat;
	background: url("../img/backgrounds/col3-background.png") 550px -30px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fafcfd) 550px -30px no-repeat, to(#f2f2f2));
	background: url("../img/backgrounds/col3-background.png") 550px -30px no-repeat, -webkit-linear-gradient(top, #fafcfd, #f2f2f2);
	background: url("../img/backgrounds/col3-background.png") 550px -30px no-repeat, -moz-linear-gradient(top, #fafcfd, #f2f2f2);
	background: url("../img/backgrounds/col3-background.png") 550px -30px no-repeat, -ms-linear-gradient(top, #fafcfd, #f2f2f2);
	background: url("../img/backgrounds/col3-background.png") 550px -30px no-repeat, -o-linear-gradient(top, #fafcfd, #f2f2f2);
	background: url("../img/backgrounds/col3-background.png") 550px -30px no-repeat, linear-gradient(top, #fafcfd, #f2f2f2);
	border-bottom: none
}

.panel.large-panel h2 {
	float: left;
	margin: 8px 20px 0 0
}

.panel.large-panel h4 {
	margin: 10px 0 0 0
}

.panel.large-panel ul {
	margin-top: 20px;
	margin-bottom: 0;
	list-style: none;
	font-size: 13px
}

.panel.large-panel ul li {
	padding: 5px 15px;
	background: url(../img/icons/bullet-point.png) no-repeat 0px 10px
}

.panel.large-panel .btn-bs {
	margin: 20px 0 0;
	padding: 3px 10px
}

.panel.large-panel .sign-in {
	display: block;
	margin-top: 10px
}

.panel .blue-title-arrow-container {
	height: 19px;
	width: 19px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden
}

.panel .blue-title-arrow-container .blue-title-arrow {
	position: absolute;
	top: 4px;
	left: 6px
}

.ui-autocomplete {
	background: #FFF;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #737579;
	border-top: none;
	width: 533px
}

.ui-autocomplete .ui-menu-item a {
	position: relative;
	background: none;
	padding: 5px;
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold
}

.ui-autocomplete .ui-menu-item:hover a,
.ui-autocomplete .ui-state-focus a {
	color: #2366b0;
	cursor: pointer
}

.tab-content h3,
.tab-content p {
	color: white
}

.tab-content p {
	font-size: 12px
}

.tab-content .close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 10
}

.tab-content .close-btn:hover .toolbar-icon {
	background-position-y: -24px
}

.product-container {
	background-color: #814EFA;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	padding-top: 24px;
	padding-bottom: 24px;
	display: block
}

.product-container h2 {
	color: #FFF;
	margin: 0
}

.product-container .product {
	height: 160px;
	width: 245px;
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 30px
}

.product-container .product .hide {
	display: none
}

.product-container .product img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.product-container .product h3 {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #FFF;
	margin: 0;
	font-size: 14px;
	font-weight: 500
}

.product-container .product h3 span {
	padding: 0 13px
}

.product-container .product:hover h3 span {
	background: url(../img/icons/product-hover-arrow.png) no-repeat right 3px
}

#feedback {
	top: 50%;
	margin-top: -70px;
	height: 140px;
	width: 50px;
	cursor: pointer
}

#feedback .feedback-container {
	position: relative;
	height: 100%;
	width: 100%
}

#feedback h4 {
	position: absolute;
	bottom: 40px;
	right: -15px;
	margin: 0;
	color: #FFF;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

#feedback .white-title-arrow-container {
	height: 29px;
	width: 29px;
	-webkit-border-radius: 14px 14px 14px 14px;
	-moz-border-radius: 14px 14px 14px 14px;
	border-radius: 14px 14px 14px 14px;
	position: relative;
	float: left;
	margin-left: 11px;
	margin-top: 10px;
	overflow: hidden
}

#feedback .white-title-arrow-container .white-title-arrow {
	position: absolute;
	top: 6px;
	left: 8px
}

#top {
	position: absolute;
	top: 28%;
	margin-top: -20px;
	width: 50px;
	z-index: 10
}

#top h4 {
	margin: 8px;
	color: #FFF;
	text-align: center
}

#top .white-title-arrow-container {
	height: 29px;
	width: 29px;
	-webkit-border-radius: 14px 14px 14px 14px;
	-moz-border-radius: 14px 14px 14px 14px;
	border-radius: 14px 14px 14px 14px;
	position: relative;
	float: left;
	margin-left: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden
}

#top .white-title-arrow-container .white-title-arrow-up {
	position: absolute;
	top: 8px;
	left: 6px
}

@media (max-width: 992px) {
	.anythingSlider-default .arrow {
		display: none !important
	}
}

#product-admin .panel.panel-logitech {
	background: none;
	background-color: white;
	padding: 0;
	border: 0;
	min-height: 0;
	position: inherit;
	float: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

#product-admin .panel-heading {
	padding: 15px;
	border: 1px solid #AEAEAE;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

#product-admin .panel-heading+.panel-collapse .panel-body {
	border-top: 0
}

#product-admin .panel-heading.accordion-toggle {
	display: block
}

#product-admin .panel-heading.accordion-toggle h4 {
	font-size: 17px;
	color: #1657a2;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400;
	float: left
}

#product-admin .panel-heading.accordion-toggle h4:after {
	content: ""
}

#product-admin .panel-heading.accordion-toggle:hover {
	text-decoration: none
}

#product-admin .panel-heading.accordion-toggle.collapsed h4 {
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #666
}

#product-admin .panel-heading.accordion-toggle .arrow {
	float: right;
	background-position: -135px -30px
}

#product-admin .panel-heading.accordion-toggle .arrow:before {
	float: right;
	margin-right: 40px;
	width: 65px;
	font-style: normal;
	text-align: right;
	content: "Show me";
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 15px;
	color: #666;
	-webkit-transition: all 20ms ease-in-out;
	-moz-transition: all 20ms ease-in-out;
	-o-transition: all 20ms ease-in-out;
	transition: all 20ms ease-in-out
}

#product-admin .panel-heading.accordion-toggle .arrow.up {
	background-position: -157px -30px
}

#product-admin .panel-heading.accordion-toggle .arrow.up:before {
	content: "Close";
	color: #1657a2
}

#product-admin .container-fluid {
	margin: 0 0 0 25px
}

#product-admin .panel {
	float: none;
	min-height: 0
}

#product-admin .view {
	display: none
}

#product-admin h4.panel-title {
	display: block;
	float: left
}

#product-admin i.log-icon.arrow.up {
	float: right
}

#product-admin .panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 0
}

#product-admin .panel-heading.collapsed .log-icon.arrow {
	width: 22px;
	height: 22px;
	background-position: -157px -30px
}

#product-admin .panel-heading .log-icon.arrow {
	width: 22px;
	height: 22px;
	background-position: -135px -30px
}

#product-admin .panel-heading h4:after {
	display: none
}

#product-admin .edit-nav {
	list-style: none;
	margin: 0;
	padding: 0
}

#product-admin .edit-nav li {
	margin-left: 5px !important;
	float: right;
	min-width: 0;
	width: auto;
	margin: 5px !important;
	padding: 0
}

#product-admin .edit-nav li a,
#product-admin .edit-nav li a:hover {
	min-width: 120px;
	padding: 8px 20px
}

#product-admin .form-control {
	background: white
}

.product-category.search-results .products {
	margin-top: 10px
}

.product-category.search-results .search-all-products {
	float: right
}

.product-category.search-results .search-all-products .input-group {
	width: 250px
}

.product-category.search-results i.community,
.product-category.search-results i.info {
	float: left;
	margin-right: 10px
}

.product-category .panel-body {
	padding-bottom: 50px
}

.product-category .product-filter {
	position: absolute;
	right: 15px
}

.product-category>.header {
	clear: both;
	margin: 20px 15px
}

.product-category>.header>img {
	float: left;
	margin-right: 20px
}

.product-category>.header h2 {
	float: left
}

.product-category>.products .product-listing>.col-md-3 {
	padding-top: 2em;
	padding-bottom: 2em
}

.product-category>.products .product-listing .CoveoResult {
	border-bottom: 0;
	margin: 0
}

.product-category>.products .product-listing .CoveoResult .img-responsive {
	margin: 0 auto;
	height: 200px;
	margin-bottom: 10px
}

.product-category>.products .product-listing .CoveoResult .btn-bs {
	color: white;
	margin-top: 10px
}

.product-category>.products .product-listing .CoveoResult .product-name {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	color: #1657a2
}

.product-category>.products .product-listing .CoveoResult .product-name.two,
.product-category>.products .product-listing .CoveoResult .product-name.three {
	color: #666;
	font-weight: normal;
	font-size: 11px
}

.product-category>.products .product-listing.mt {
	margin-top: 3rem
}

.product-category>.products .product-listing a {
	display: block
}

.product-category>.products .product-listing a:hover {
	text-decoration: none
}

.product-category>.products .product-listing a>img {
	margin: 0 auto;
	height: 150px;
	margin-bottom: 15px
}

.product-category>.products .product-listing a>span {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	color: #1657a2
}

.product-category>.products .product-listing a>.sub {
	font-size: 11px;
	color: #666;
	font-weight: normal
}

.product-category>.products .product-listing .btn-bs {
	margin: 0 auto;
	text-align: center;
	min-width: 0;
	width: 100px
}

.product-breakdown-btn,
.full-specification-btn {
	cursor: pointer
}

#full-specification {
	display: none
}

#product-detail {
	margin-top: 2em
}

#product-detail h2 {
	margin: 0 0 10px;
	font-size: 15px
}

#product-detail .desc-two,
#product-detail .desc-three {
	font-size: 11px;
	margin: 6px 0;
	color: #999
}

#product-detail .desc-two {
	margin-top: 10px
}

#product-detail .large-img {
	margin-top: 20px
}

#product-detail .carousel .parts-listing>li {
	padding-bottom: 0
}

#product-detail .carousel .parts-listing>li .info {
	margin-top: 20px
}

#product-detail .carousel .carousel-control.right {
	right: 15px !important
}

#product-detail .carousel .carousel-control .glyphicon-chevron-left {
	margin-left: 0
}

#product-detail .fullsize-img {
	position: absolute;
	bottom: 5px;
	right: 20px;
	padding: 5px 10px;
	line-height: 20px;
	background: white;
	font-size: 12px;
	z-index: 1000;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px
}

#product-detail .fullsize-img i {
	margin-left: 5px;
	top: 2px
}

#product-detail .quick-links {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 -15px;
	border-bottom: 1px solid #333
}

#product-detail .quick-links li {
	float: left
}

#product-detail .quick-links li a {
	display: block
}

#product-detail .quick-links li {
	background: #848484;
	background: -moz-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #848484), color-stop(100%, #5A5A5A));
	background: -webkit-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -o-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -ms-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: linear-gradient(to bottom, #848484 0%, #5A5A5A 100%);
	border-right: 1px solid #5A5A5A;
	border-left: 1px solid #848484
}

#product-detail .quick-links li a {
	padding: 10px 0;
	text-align: center;
	color: white;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

#product-detail .quick-links li a:hover {
	text-decoration: none
}

#product-detail .quick-links li.tab {
	padding: 0 5px;
	width: 16.66%
}

#product-detail .quick-links li.tab.large {
	width: 25%
}

#product-detail .quick-links li:hover {
	background: #6b6b6b;
	background: -moz-linear-gradient(top, #6b6b6b 0%, #414141 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b6b6b), color-stop(100%, #414141));
	background: -webkit-linear-gradient(top, #6b6b6b 0%, #414141 100%);
	background: -o-linear-gradient(top, #6b6b6b 0%, #414141 100%);
	background: -ms-linear-gradient(top, #6b6b6b 0%, #414141 100%);
	background: linear-gradient(to bottom, #6b6b6b 0%, #414141 100%)
}

#product-detail .quick-links li.button {
	border-right: 0;
	border-left: 0;
	background: #eb8517;
	background: -moz-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb8517), color-stop(100%, #e3582a));
	background: -webkit-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -o-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: -ms-linear-gradient(top, #eb8517 0%, #e3582a 100%);
	background: linear-gradient(to bottom, #eb8517 0%, #e3582a 100%)
}

#product-detail .quick-links li.button:hover {
	background: #bf6b10;
	background: -moz-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf6b10), color-stop(100%, #c14319));
	background: -webkit-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -o-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: -ms-linear-gradient(top, #bf6b10 0%, #c14319 100%);
	background: linear-gradient(to bottom, #bf6b10 0%, #c14319 100%)
}

#product-detail .product-detail-table thead th {
	padding: 3px 15px;
	background: #0F63B0;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: auto
}

#product-detail .product-detail-table thead th.large {
	width: 36%
}

#product-detail .product-detail-table tbody tr td {
	border-width: 1px;
	border-style: solid;
	border-color: transparent #ccc;
	padding: 3px 15px
}

#product-detail .product-detail-table tbody tr td.pad-less {
	padding: 0
}

#product-detail .product-detail-table tbody tr td.pad-more {
	padding: 1em 15px
}

#product-detail .product-detail-table tbody tr.border td {
	border-color: #ccc
}

#product-detail .product-detail-table tbody tr.border-dashed td {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc
}

#product-detail .product-detail-table tbody tr.border-dashed td .radio input[type="radio"],
#product-detail .product-detail-table tbody tr.border-dashed td .radio-inline input[type="radio"],
#product-detail .product-detail-table tbody tr.border-dashed td .checkbox input[type="checkbox"],
#product-detail .product-detail-table tbody tr.border-dashed td .checkbox-inline input[type="checkbox"] {
	margin-left: 0
}

#product-detail .product-detail-table tbody tr.no-border td {
	border-bottom: 0 !important
}

#product-detail .product-detail-table tbody tr .rm-border {
	border: 0 !important
}

#product-detail .product-detail-table .vertical-info {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px
}

#product-detail .product-detail-table .vertical-info li a {
	display: block
}

#product-detail .product-detail-table .vertical-info a {
	color: #999;
	margin-bottom: 10px;
	font-size: 12px
}

#product-detail .product-detail-table .vertical-info li:last-of-type a {
	margin-bottom: 0
}

#product-detail .product-detail-table .vertical-info .bold a {
	color: #428bca;
	font-weight: bold
}

#product-detail .product-detail-table .horizontal-info {
	list-style: none;
	margin: 0;
	padding: 0
}

#product-detail .product-detail-table .horizontal-info li {
	float: left
}

#product-detail .product-detail-table .horizontal-info li a {
	display: block
}

#product-detail .product-detail-table .horizontal-info li {
	font-size: 11px;
	color: #999;
	padding-right: 10px;
	line-height: 20px
}

#product-detail .product-detail-table .horizontal-info li span {
	font-weight: bold;
	margin-right: 3px;
	color: #428bca
}

#product-detail .product-detail-table .checkbox {
	margin: 0;
	padding: 0
}

#product-detail .product-detail-table .checkbox label {
	font-size: 11px;
	color: #999;
	margin-right: 5px;
	margin: 10px 5px;
	display: block
}

#product-detail .product-detail-table .checkbox label input {
	margin-right: 5px;
	margin-top: 0
}

#product-detail .product-detail-table .more {
	font-size: 11px;
	margin: 5px -15px
}

#product-detail .product-detail-table .more p {
	line-height: 20px;
	margin-bottom: 0;
	float: left;
	color: #999
}

#product-detail .product-detail-table .more a {
	line-height: 20px;
	margin-left: 4px;
	float: left;
	color: #428bca
}

#product-detail .column-headings>div {
	padding: 3px 15px;
	background: #0F63B0;
	color: white;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 13px
}

#product-detail .columns .col-sm-4 {
	border-width: 1px 0 1px 1px;
	border-style: solid solid dashed solid;
	border-color: #ccc transparent #ccc #ccc;
	padding-top: 1em;
	padding-bottom: 0.5em
}

#product-detail .columns .col-sm-4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px
}

#product-detail .columns .col-sm-4 ul li a {
	display: block
}

#product-detail .columns .col-sm-4 ul a {
	color: #999;
	margin-bottom: 10px
}

#product-detail .columns .col-sm-4 ul .bold a {
	color: #428bca;
	font-weight: bold
}

#product-detail .columns .col-sm-4:last-of-type {
	border-right: 1px solid #ccc
}

#product-detail .guides {
	background: #DEE8F4;
	padding: 10px 15px 5px
}

#product-detail .guides .col-sm-6 {
	margin-bottom: 15px
}

#product-detail .guides .ic-pdf {
	position: relative;
	top: 5px;
	margin-right: 5px
}

#product-detail .guides .ic-download {
	position: relative;
	top: 8px;
	margin-left: 10px
}

#product-detail .guides a {
	color: #6f6f6f;
	font-weight: bold;
	font-size: 12px
}

#product-detail .specs .col-sm-8,
#product-detail .specs .col-sm-4 {
	border-width: 1px;
	border-style: solid solid dashed solid;
	border-color: #ccc;
	padding: 5px 10px
}

#product-detail .specs .col-sm-8 ul,
#product-detail .specs .col-sm-4 ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#product-detail .specs .col-sm-8 ul li,
#product-detail .specs .col-sm-4 ul li {
	float: left
}

#product-detail .specs .col-sm-8 ul li a,
#product-detail .specs .col-sm-4 ul li a {
	display: block
}

#product-detail .specs .col-sm-8 ul li,
#product-detail .specs .col-sm-4 ul li {
	font-size: 11px;
	color: #999;
	padding-right: 10px;
	line-height: 20px
}

#product-detail .specs .col-sm-8 ul li span,
#product-detail .specs .col-sm-4 ul li span {
	font-weight: bold;
	color: #428bca
}

#product-detail .specs .col-sm-8 .checkbox,
#product-detail .specs .col-sm-4 .checkbox {
	margin: 0;
	padding: 0
}

#product-detail .specs .col-sm-8 .checkbox label,
#product-detail .specs .col-sm-4 .checkbox label {
	font-size: 11px;
	color: #999;
	margin-right: 5px
}

#product-detail .specs .col-sm-8 .checkbox label input,
#product-detail .specs .col-sm-4 .checkbox label input {
	margin-right: 5px
}

#product-detail .specs .col-sm-4:last-of-type {
	border-right: 1px solid #ccc
}

#product-detail .specs.two .col-sm-8,
#product-detail .specs.two .col-sm-4 {
	border-top: 0
}

#product-detail .more {
	font-size: 11px;
	margin: 5px -15px
}

#product-detail .more p {
	line-height: 20px;
	float: left;
	color: #999
}

#product-detail .more a {
	line-height: 20px;
	margin-left: 4px;
	float: left;
	color: #428bca
}

#product-detail .product-images {
	margin-top: 2em
}

#product-detail .product-images>ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#product-detail .product-images>ul li {
	float: left
}

#product-detail .product-images>ul li a {
	display: block
}

#product-detail .product-images>ul li {
	margin-bottom: 2em
}

#product-detail .product-images>ul li a {
	border: 2px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden
}

#product-detail .product-images>ul li a:hover,
#product-detail .product-images>ul li a.active {
	border-color: #999;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-backface-visibility: hidden
}

#product-detail .product-breakdown>.col-sm-12 {
	padding: 0
}

#product-detail .ask-a-question {
	padding: 2em 1em;
	margin-top: 2em;
	background: #3E3F45;
	background: -moz-linear-gradient(top, #3E3F45 0%, #1E2027 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3E3F45), color-stop(100%, #1E2027));
	background: -webkit-linear-gradient(top, #3E3F45 0%, #1E2027 100%);
	background: -o-linear-gradient(top, #3E3F45 0%, #1E2027 100%);
	background: -ms-linear-gradient(top, #3E3F45 0%, #1E2027 100%);
	background: linear-gradient(to bottom, #3E3F45 0%, #1E2027 100%)
}

#product-detail .ask-a-question .title {
	color: white
}

#product-detail .ask-a-question .col-sm-3 .title {
	float: none;
	text-align: right
}

#product-detail .ask-a-question .col-sm-2,
#product-detail .ask-a-question .col-sm-6 {
	padding: 0
}

#product-detail .ask-a-question .btn-bs {
	position: absolute;
	top: 5px;
	right: 5px;
	min-width: 0
}

#product-detail .ask-a-question .new-to-community {
	margin-top: 5px
}

#product-detail .ask-a-question .new-to-community p,
#product-detail .ask-a-question .new-to-community a {
	float: left;
	display: block;
	line-height: 20px
}

#product-detail .ask-a-question .new-to-community p {
	color: white;
	font-size: 11px;
	margin-right: 5px
}

#product-detail .ask-a-question .new-to-community a {
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200
}

#product-detail .related-products .products {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 1em -15px
}

#product-detail .related-products .products li {
	float: left
}

#product-detail .related-products .products li a {
	display: block
}

#product-detail .related-products .products li a {
	text-align: center
}

#product-detail .related-products .products li a img {
	border: 1px solid #ddd;
	margin: 0 auto 5px
}

#product-detail #news-article .article-content {
	margin: 0
}

.panel-bar.my-harmony .register {
	margin-right: 1em;
	display: block;
	line-height: 25px;
	color: #999
}

.panel-bar.download {
	background: none !important;
	background-color: #C2D5E9 !important;
	border: 0 !important
}

.panel-bar.download .operating-systems {
	margin: 10px 15px 0
}

.panel-bar.download-type {
	background: #DFE8F3 !important;
	padding: 15px 30px 15px;
	margin-top: 15px
}

.panel-bar.download-type select {
	max-width: 200px;
	margin-right: 1em
}

.panel-bar.download-type .ic-help-sm {
	position: relative;
	top: 2px;
	left: 15px
}

.panel-bar.setup-and-use .article-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.panel-bar.setup-and-use .article-list li a {
	display: block
}

.panel-bar.setup-and-use .article-list li {
	margin: 10px 0
}

.panel-bar.setup-and-use .panel-padding {
	padding: 20px 40px 0
}

.panel-bar.setup-and-use .panel-padding .pagination {
	margin: 20px 0 0
}

.panel-bar.setup-and-use .setup-documents {
	list-style: none;
	padding: 1em;
	background: white
}

.panel-bar.setup-and-use .setup-documents select {
	margin-top: .25em;
	margin-right: 1em
}

.panel-bar.setup-and-use .setup-documents>li {
	margin-bottom: 1em;
	line-height: 25px
}

.panel-bar.setup-and-use .setup-documents>li:last-of-type {
	margin-bottom: 0
}

.panel-bar.setup-and-use .setup-documents>li a {
	display: block;
	color: #999
}

.panel-bar.setup-and-use .articles {
	list-style: none;
	margin: 0;
	padding: 0
}

.panel-bar.setup-and-use .articles li {
	float: left;
	margin: 0 5px
}

.panel-bar.setup-and-use select {
	float: right;
	width: 160px;
	height: 31px;
	font-size: 12px;
	padding: 6px 12px;
	margin-right: 0;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000
}

.panel-bar.setup-and-use .bootstrap-select {
	float: right;
	width: 140px
}

.panel-bar.setup-and-use .btn-bs {
	float: right
}

.panel-bar.setup-and-use .article-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 1em 0
}

.panel-bar.setup-and-use .article-nav li {
	float: left
}

.panel-bar.setup-and-use .article-nav li a {
	display: block
}

.panel-bar.setup-and-use .article-nav li {
	margin: 0 3px
}

.panel-bar.setup-and-use .did-you-know p,
.panel-bar.setup-and-use .did-you-know a {
	float: left;
	display: block;
	line-height: 20px
}

.panel-bar.setup-and-use .did-you-know a {
	margin-right: 5px;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200
}

.panel-bar.warranty .warranty-length {
	color: #428bca;
	font-size: 14px;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200;
	margin-right: 10px;
	line-height: 30px;
	float: left
}

.panel-bar.warranty .warranty-type {
	float: left;
	line-height: 30px
}

.panel-bar.warranty .warranty-faq {
	float: left;
	line-height: 30px
}

.panel-bar.warranty .warranty-info {
	list-style: none;
	margin: 0;
	padding: 0
}

.panel-bar.warranty .warranty-info li {
	float: left
}

.panel-bar.warranty .warranty-info li a {
	display: block
}

.panel-bar.warranty .warranty-info li {
	margin: 0 5px
}

.panel-bar.warranty .warranty-info li a {
	color: #999;
	line-height: 25px
}

.panel-bar.support .mt {
	margin-top: 1em
}

.panel-bar.related-products .products {
	list-style: none;
	margin: 0;
	padding: 0
}

.panel-bar.related-products .products li {
	float: left
}

.panel-bar.related-products .products li a {
	display: block
}

.panel-bar.related-products .ic-arrow-right {
	margin: 4em 2em 0 0
}

.panel-bar.related-products .ic-arrow-left {
	margin: 4em 0 0 2em
}

.panel-bar.still-having-problems .lets-chat {
	font-size: 15px
}

.panel-bar #support-downloads #help .title {
	float: none;
	margin-left: 0
}

.panel-bar #support-downloads .download-wrapper {
	margin-bottom: 15px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.7)
}

.panel-bar #support-downloads .download-wrapper .installer select {
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000
}

.img-responsive {
	position: relative !important
}

.zoomWindowContainer {
	margin-left: 15px
}

.zoomWindowContainer>div {
	background-color: white
}

.zoomLens {
	width: 100px !important;
	height: 100px !important
}

#knowledge-base .CoveoResult,
#community-support .CoveoResult {
	margin: 0 20px;
	border-bottom: 1px solid #eee
}

#knowledge-base .CoveoResult .coveo-title,
#community-support .CoveoResult .coveo-title {
	margin-top: 10px
}

#knowledge-base .CoveoResult .coveo-title .CoveoResultLink,
#community-support .CoveoResult .coveo-title .CoveoResultLink {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #428bca !important
}

#knowledge-base .CoveoResult .coveo-excerpt,
#community-support .CoveoResult .coveo-excerpt {
	max-width: 100%;
	font-size: 12px;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 10px
}

.product-finder .mar {
	margin: 0 10px 25px
}

.product-finder .loading-position {
	margin: 10px
}

.product-finder .loading-image {
	margin: 8px 13px 0
}

.product-finder .table-container {
	display: table;
	width: 100%;
	padding-bottom: 10px
}

.product-finder .table-row {
	display: table-row
}

.product-finder .column {
	display: table-cell
}

.product-finder .vtop {
	vertical-align: top
}

.product-finder .scrollable {
	overflow-x: auto;
	margin: 0 10px 0
}

.product-finder .serialSearchBox {
	padding: 0;
	float: left;
	width: 100%
}

.product-finder .list-box {
	background: #555;
	float: left;
	margin-right: 15px;
	font-size: 12px;
	height: 180px;
	min-width: 220px;
	overflow-x: hidden;
	overflow-y: auto
}

.product-finder .list-box.product {
	margin-right: 0
}

.product-finder .list-box .box-list {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0
}

.product-finder .list-box .box-list li a {
	display: block
}

.product-finder .list-box .box-list li {
	margin: 0;
	white-space: nowrap
}

.product-finder .list-box .box-list li a {
	line-height: 20px;
	color: #777;
	padding: 5px 10px
}

.product-finder .list-box .box-list li a:hover {
	color: #000;
	background: #f3f3f3;
	text-decoration: none
}

.product-finder .list-box .box-list li.active a {
	font-weight: bold;
	color: #333;
	background: #eee
}

.product-finder .list-box .box-list li.active a:hover {
	color: #333;
	background: #eee
}

.product-finder .list-box.product-category .box-list,
.product-finder .list-box.product-category img,
.product-finder .list-box.product-category .name,
.product-finder .list-box.product-category>ul {
	display: none
}

.product-finder .list-box.product-subcategory .box-list,
.product-finder .list-box.product-subcategory img,
.product-finder .list-box.product-subcategory .name,
.product-finder .list-box.product-subcategory>ul {
	display: none
}

.product-finder .list-box.product-name .box-list,
.product-finder .list-box.product-name img,
.product-finder .list-box.product-name .name,
.product-finder .list-box.product-name>ul {
	display: none
}

.product-finder .list-box.product.active {
	margin-right: 0;
	padding: 15px
}

.product-finder .list-box.product.active .name {
	margin: 0;
	white-space: nowrap
}

.product-finder .list-box.product.active img {
	max-height: 100px;
	margin: 0 auto
}

.product-finder .list-box.product .box-list,
.product-finder .list-box.product img,
.product-finder .list-box.product .name,
.product-finder .list-box.product>ul {
	display: none
}

.product-finder .list-box.product>img {
	max-height: 70%
}

.product-finder .list-box.product>.name {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	text-align: center
}

.product-finder .list-box.product>ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.product-finder .list-box.product>ul li {
	float: left
}

.product-finder .list-box.product>ul li a {
	display: block
}

.product-finder .list-box.product>ul li {
	font-size: 11px;
	color: #aaa;
	margin-top: 4px;
	float: none;
	display: block;
	text-align: center
}

.product-finder .list-box.active {
	background: white
}

.product-finder .list-box.active.product-category .box-list,
.product-finder .list-box.active.product-category img,
.product-finder .list-box.active.product-category .name,
.product-finder .list-box.active.product-category>ul,
.product-finder .list-box.active.product-subcategory .box-list,
.product-finder .list-box.active.product-subcategory img,
.product-finder .list-box.active.product-subcategory .name,
.product-finder .list-box.active.product-subcategory>ul,
.product-finder .list-box.active.product-name .box-list,
.product-finder .list-box.active.product-name img,
.product-finder .list-box.active.product-name .name,
.product-finder .list-box.active.product-name>ul,
.product-finder .list-box.active.product .box-list,
.product-finder .list-box.active.product img,
.product-finder .list-box.active.product .name,
.product-finder .list-box.active.product>ul {
	display: block
}

.product-finder .controls .btn-bs {
	margin: 10px 10px 5px;
	float: right
}

.product-finder .controls .btn-gray {
	width: auto;
	min-width: 0;
	margin-bottom: 10px;
	border: 1px solid #444
}

.product-finder .controls .btn-gray.btn-lg,
.product-finder .controls .btn-group-lg>.btn-gray.btn-bs {
	padding: 8px 16px
}

.product-finder .controls .btn-gray.btn-lg.disabled,
.product-finder .controls .btn-group-lg>.btn-gray.disabled.btn-bs {
	background: none;
	pointer-events: none;
	color: #aaa;
	border-color: #666
}

#contactSupport .product-finder .column {
	width: 1%
}

#contactSupport .product-finder .scrollable {
	margin: 0 0 10px
}

#contactSupport .product-finder .find-by-serial {
	padding: 10px 15px
}

#contactSupport .product-finder .table-container {
	padding-bottom: 0
}

.find-product h1 {
	float: none;
	margin: 40px 15px 30px;
	color: #999;
	display: block
}

.find-product .product-finder>p {
	margin-bottom: 30px
}

.find-product .product-finder .tab-pane {
	padding-bottom: 5px
}

.find-product .product-finder .tab-pane .row.mar {
	margin: 15px -10px 10px
}

.find-product .find-by-serial {
	background: #ccc;
	padding: 10px;
	min-height: 180px
}

.find-product .find-by-serial .controls {
	margin-top: 60px
}

.find-product .find-by-serial .controls i {
	font-size: 20px;
	left: -30px
}

.find-product .find-by-serial .form-horizontal {
	margin-top: 60px
}

.find-product .find-by-serial .form-horizontal label {
	margin: 7px 0;
	color: #666;
	font-size: 13px
}

.find-product .find-by-serial .btn-gray.btn-lg,
.find-product .find-by-serial .btn-group-lg>.btn-gray.btn-bs {
	padding: 8px 20px;
	position: relative;
	margin-left: -10px
}

.product-registration>h1 {
	float: none;
	margin: 40px 15px 30px;
	color: #999;
	display: block
}

.product-registration .btn-gray {
	width: auto;
	min-width: 0;
	margin-bottom: 10px;
	border: 1px solid #444
}

.product-registration .btn-gray.btn-lg,
.product-registration .btn-group-lg>.btn-gray.btn-bs {
	padding: 8px 16px
}

.product-registration .right {
	text-align: right
}

.product-registration .large-img {
	border: 1px solid gray;
	padding: 10px;
	background: white;
	text-align: center
}

.product-registration .large-img .product-name {
	margin-top: 10px;
	font-weight: bold;
	color: #000
}

.product-registration .large-img .additional-info {
	font-size: 10px
}

.product-registration p.instruction {
	margin-bottom: 20px
}

.product-registration .next-step {
	padding-bottom: 20px
}

.product-registration .next-step .instruction {
	font-size: 14px;
	position: relative;
	top: -10px
}

.product-registration .next-step .btn-gray {
	text-align: center;
	width: 80%
}

.product-registration .control-label {
	color: #999
}

.product-registration .form-control {
	border: 1px solid #999;
	height: 29px;
	border-radius: 0;
	background: white
}

.product-registration .dateInput .form-control {
	float: left
}

.product-registration .dateFormat {
	display: block;
	float: left;
	line-height: 27px;
	margin-left: 10px
}

.product-registration .radio {
	padding-left: 0
}

.product-registration .radio label {
	margin-right: 20px
}

.product-registration .radio label input {
	margin-right: 10px
}

.product-registration .btn-gray.file-upload {
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 6px 16px
}

.product-registration .btn-gray.file-upload input[type="file"] {
	cursor: pointer;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0
}

.product-registration .bottom {
	margin-top: 30px
}

.product-registration .bottom a {
	color: #999
}

.product-registration .bottom a.mt {
	margin-top: 15px;
	display: block
}

.internal-content .panel-heading {
	border-bottom: 0
}

.internal-content #internalContent {
	font-size: 12px
}

.internal-content #internalContent .panel-body {
	border-top: 1px solid #ccc;
	border-bottom: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee
}

.contact-support .find-product #get-help-btn,
.contact-support .warranty-claim #get-help-btn {
	float: right
}

.contact-support .product-info .col-sm-5 img {
	max-width: 100px;
	max-height: 100px
}

.contact-support h3.normal {
	margin: 0;
	float: left;
	font-weight: normal;
	font-size: 18px
}

.contact-support .pre-sales .presales-get-help {
	display: block !important
}

.problem-area-results,
.i-need-help {
	display: block
}

.dropdown-menu li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.product-category.search-results>.products {
	margin-bottom: 0
}

.search-results .input-group .btn-bs {
	height: 30px
}

.search-results-inputs {
	margin: 20px 5% 30px
}

.search-results-inputs .coveo-search-section-wrapper .form-control {
	width: 25%;
	float: left;
	height: 38px
}

.search-results-inputs .coveo-search-section-wrapper .CoveoSearchBox {
	width: 75%;
	float: left
}

.information-center-section {
	border: 1px solid #AEAEAE;
	padding: 20px 5px;
	margin-bottom: 30px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%)
}

.information-center-section .info {
	float: left
}

.information-center-section h3 {
	float: left;
	color: #1657A2;
	margin: 0 0 0 10px;
	font-weight: normal
}

.information-center-section .link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 15px;
	background: white
}

.information-center-section .link-list li a {
	display: block
}

.information-center-section .link-list li {
	margin-bottom: 10px
}

.information-center-section .link-list li a {
	color: #999;
	font-size: 12px
}

.information-center-section .result-paging {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px
}

.information-center-section .result-paging li {
	float: left
}

.information-center-section .result-paging li a {
	display: block
}

.information-center-section .result-paging li span {
	font-size: 12px;
	margin: 0 5px;
	position: relative;
	top: -2px;
	color: #428bca
}

.information-center-section .result-paging li a {
	font-size: 12px
}

.information-center-section .show-all {
	font-size: 12px;
	margin-top: 15px;
	display: block
}

.information-center-section .checkbox {
	padding-left: 40px
}

.information-center-section .checkbox label {
	font-size: 12px
}

.information-center-section .checkbox label input {
	margin-right: 5px
}

.community-section .log-icon {
	float: left
}

.community-section h3 {
	float: left;
	color: #1657A2;
	margin: 0 0 0 10px;
	font-weight: normal
}

.community-section .ask-a-question {
	margin-left: 40px;
	margin-top: 15px
}

.community-section .ask-a-question .tab-pane {
	background: #1F2128;
	background: -moz-linear-gradient(top, #1F2128 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1F2128), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #1F2128 0%, #000 100%);
	background: -o-linear-gradient(top, #1F2128 0%, #000 100%);
	background: -ms-linear-gradient(top, #1F2128 0%, #000 100%);
	background: linear-gradient(to bottom, #1F2128 0%, #000 100%)
}

.community-section .ask-a-question .tab-pane #search-container h3 {
	margin-top: 16px
}

.community-section .section-name {
	margin-left: 40px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #888
}

.community-section .section-name.right {
	margin-left: 0
}

.community-section .community-sub-sections {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 40px;
	background: white;
	padding: 15px
}

.community-section .community-sub-sections li a {
	display: block
}

.community-section .community-sub-sections.right {
	margin-left: 0
}

.community-section .community-sub-sections .community {
	margin-right: 10px
}

.community-section .community-sub-sections .item {
	font-size: 12px
}

.community-section .community-sub-sections .item>a {
	font-weight: bold
}

.community-section .community-sub-sections .item>p {
	font-size: 11px;
	line-height: 15px
}

.community-section .panel-logitech {
	float: none
}

.community-section .panel-heading {
	display: block
}

.community-section .panel-heading .community {
	float: left
}

.community-section .panel-heading .arrow {
	float: right
}

.community-section .panel-body {
	position: relative;
	top: -1px;
	padding-top: 0 !important;
	background: #F2F2F2;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA
}

#support-downloads select[multiple],
#support-downloads select[size] {
	height: 34px
}

#support-downloads .header {
	margin: 2em 0
}

#support-downloads .header i {
	float: left;
	margin-right: 10px
}

#support-downloads .header h2 {
	margin: 13px 0 0;
	float: left
}

#support-downloads .os-selector {
	padding: 1em 1em 2em
}

#support-downloads .os-selector .instructions {
	line-height: 32px;
	font-size: 12px
}

#support-downloads .download-wrapper {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px
}

#support-downloads .download-wrapper .software-icon {
	height: 45px;
	width: 45px;
	position: absolute !important;
	top: -3px;
	left: 15px
}

#support-downloads .download-wrapper .name {
	font-size: 14px;
	font-weight: 500;
	color: #777
}

#support-downloads .download-wrapper .name>p {
	display: block;
	clear: both;
	float: none
}

#support-downloads .download-wrapper .ic-help-sm {
	float: left;
	margin-left: 10px;
	position: relative;
	top: 5px
}

#support-downloads .download-wrapper .btn-bs {
	margin-top: 5px
}

#support-downloads .download-wrapper .btn-bs i {
	margin-left: 5px;
	position: relative;
	top: 1px
}

#support-downloads .download-wrapper .installer select {
	float: left;
	max-width: 75%;
	height: 24px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 4px
}

#support-downloads .download-wrapper .software-help {
	cursor: pointer;
	font-size: 13px;
	color: #428bca;
	text-decoration: underline;
	margin: 7px 0 7px 10px
}

#support-downloads #help {
	display: none
}

#support-downloads .additional-info {
	padding: 1em;
	font-size: 12px;
	margin: 0;
	color: #999;
	position: relative;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
	border: 1px solid #ccc
}

#support-downloads .additional-info .close-icon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 7px;
	display: block;
	font-size: 20px;
	color: #ccc;
	z-index: 10
}

#support-downloads .additional-info .close-icon:hover {
	color: #555
}

#support-downloads .additional-info .arrow-up-icon {
	position: absolute;
	background: url("../img/downloads/arrow-up.png");
	width: 38px;
	height: 22px;
	margin-top: -34px;
	margin-left: 91px
}

#support-downloads .additional-info .title {
	margin-bottom: 10px
}

#support-downloads .additional-info .installer-summary {
	margin-top: 3em;
	margin-bottom: 1em
}

#support-downloads .additional-info .software-info {
	margin-top: 40px !important;
	list-style: none;
	margin: 0;
	padding: 0
}

#support-downloads .additional-info .software-info li a {
	display: block
}

#support-downloads .additional-info .software-info li span {
	color: #428bca
}

@media (max-width: 480px) {
	#support-downloads .panel-heading {
		border-right: 0;
		border-left: 0
	}
	#support-downloads .header i {
		margin-left: 1em;
		margin-bottom: 1em
	}
	#support-downloads .header .form-control {
		width: 95%;
		margin: 0 auto
	}
	#support-downloads .os-selector {
		padding: 1em 0 0
	}
	#support-downloads .os-selector .form-control {
		margin-bottom: 1em
	}
	#support-downloads .download-wrapper {
		margin: 10px
	}
	#support-downloads .download-wrapper .software-icon {
		margin-left: 0;
		position: relative;
		top: 0
	}
	#support-downloads .download-wrapper .form-control {
		margin-top: 10px;
		clear: both
	}
	#support-downloads .download-wrapper .dl-button {
		clear: both
	}
	#support-downloads .download-wrapper .dl-button .btn-bs {
		margin-top: 10px
	}
}

#spare-parts .header {
	margin: 2em 0
}

#spare-parts .header .page-header-icon {
	float: left;
	margin-right: 10px
}

#spare-parts .header h2 {
	margin: 13px 0 0;
	float: left
}

#spare-parts .item-count {
	position: absolute;
	right: 10px
}

#spare-parts .item-count>span {
	font-size: 13px;
	margin-right: 5px
}

#spare-parts .item {
	border-bottom: 1px solid #eee
}

#spare-parts .item:last-of-type {
	border-bottom: 0
}

#spare-parts .item .parts-listing {
	padding: 15px;
	list-style: none;
	margin-bottom: 0
}

#spare-parts .item .help-btn {
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 10px
}

#spare-parts .additional-info {
	padding: 10px;
	font-size: 12px;
	margin: 10px 0 0;
	color: #999;
	position: relative;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
	border: 1px solid #ccc
}

#spare-parts .additional-info .close-icon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 7px;
	display: block;
	font-size: 20px;
	color: #ccc;
	z-index: 10
}

#spare-parts .additional-info .close-icon:hover {
	color: #eee
}

#spare-parts .additional-info .arrow-up-icon {
	position: absolute;
	background: url("../img/downloads/arrow-up.png");
	width: 38px;
	height: 22px;
	margin-top: -32px;
	margin-left: 40px
}

#spare-parts .additional-info .title {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #428bca;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500
}

#spare-parts .additional-info .number-locations {
	padding: 0 15px
}

#spare-parts .additional-info .number-locations li {
	margin: 5px 0
}

#spare-parts .additional-info .installer-summary {
	margin-top: 3em;
	margin-bottom: 1em
}

#spare-parts .additional-info .software-info {
	list-style: none;
	margin: 0;
	padding: 0
}

#spare-parts .additional-info .software-info li a {
	display: block
}

#spare-parts .additional-info .software-info li span {
	color: #428bca
}

#product-detail .carousel-inner .item ul.parts-listing li {
	text-align: left
}

.parts-listing {
	margin: 10px 0;
	font-size: 13px
}

.parts-listing>li {
	margin: 0;
	padding: 0 0 30px 0
}

.parts-listing>li .spare-part-img {
	max-width: 90px;
	margin: 0 auto 10px
}

.parts-listing>li .help-icon {
	margin-left: 10px
}

.parts-listing>li .help-icon i {
	float: none;
	margin: 0;
	font-size: 15px;
	position: relative;
	top: 3px;
	color: #AAA
}

.parts-listing>li .help-icon:hover i {
	color: black
}

.parts-listing>li .title {
	float: none;
	margin-bottom: 15px;
	margin-left: 0;
	color: #428bca;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500
}

.parts-listing>li .works-with {
	text-decoration: underline
}

.parts-listing>li .description {
	margin-bottom: 10px;
	font-size: 12px;
	position: relative
}

.parts-listing>li .price {
	width: 100px;
	padding: 6px 10px 6px;
	text-align: center;
	float: right;
	color: black
}

.parts-listing>li .price span {
	font-weight: bold;
	margin-right: 5px
}

.parts-listing>li .part-number {
	text-align: center
}

.parts-listing>li .qty {
	float: right;
	width: 49px;
	padding: 4px 8px;
	text-align: center;
	background: #FFF;
	border-radius: 0;
	border-color: #ccc;
	height: 30px
}

@media (max-width: 480px) {
	.parts-listing li .spare-part-img {
		margin: 0 0 10px
	}
	#spare-parts .panel-heading {
		border-right: 0;
		border-left: 0
	}
	#spare-parts .header i {
		margin-left: 1em;
		margin-bottom: 1em
	}
	#spare-parts .header .form-control {
		width: 95%;
		margin: 0 auto
	}
	#spare-parts .item .title {
		text-align: center;
		margin-bottom: 20px
	}
	#spare-parts .item .works-with {
		margin-bottom: 10px;
		margin-top: 10px
	}
	#spare-parts .item .summary {
		margin-top: 0;
		margin-bottom: 0
	}
	#spare-parts .item .btn-bs {
		margin-top: 10px
	}
	#spare-parts .item .help-btn {
		display: inline-block;
		float: none;
		margin: 10px 0 20px
	}
	#spare-parts .additional-info {
		margin-top: 2em
	}
	#spare-parts .additional-info .arrow-up-icon {
		margin-left: 3%
	}
}

#news-article {
	background: white
}

#news-article h1 {
	float: none;
	margin: 10px 0 30px 0
}

#news-article .article-header p {
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 17px;
	padding: 7px;
	color: #1657a2
}

#news-article .article-header>.row,
#news-article .article-header+.row {
	padding: 0 15px
}

#news-article .article-header .icons {
	float: right
}

#news-article .article-header .icons a {
	color: #ccc
}

#news-article .article-header .icons a i {
	font-size: 24px;
	margin: 3px 10px 0
}

#news-article .article-header .icons a:hover {
	color: #1657a2
}

#news-article .name {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #666
}

#news-article .name,
#news-article .model {
	line-height: 20px
}

#news-article .article-content {
	margin: 20px
}

#news-article .article-content>.btn-bs {
	margin-bottom: 20px;
	min-width: 100px
}

#news-article .article-content ul,
#news-article .article-content p {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px
}

#news-article .article-content h4 {
	color: #1657a2;
	font-size: 13px;
	font-weight: 500
}

#news-article .panel-bar.article-header {
	margin-bottom: 10px
}

#news-article .panel-bar.side {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 25px
}

#news-article .panel-bar.side.last {
	margin-bottom: 50px
}

#news-article .panel-bar.side .arrow-right {
	margin-top: 6px
}

#news-article .panel-bar.side .title {
	float: none;
	margin: 0 0 15px;
	color: #1657a2
}

#news-article .panel-bar.side ul,
#news-article .panel-bar.side p {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px
}

#news-article .panel-bar.side p span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #1657a2
}

#news-article .panel-bar.side+.panel-bar {
	border-top: 1px solid #AEAEAE
}

#news-article .panel-bar.related-products .products {
	margin: 20px -15px 10px
}

#news-article .CoveoSearchInterface {
	background: none
}

#news-article .CoveoResult {
	border-bottom: 1px solid #eee;
	margin: 10px 0
}

#news-article .CoveoResult:last-of-type {
	border-bottom: 0
}

#news-article .coveo-title {
	font-size: 13px
}

#news-article .coveo-excerpt {
	font-size: 13px
}

#news-article .helpful {
	font-size: 11px
}

#news-article .helpful .answer-helpful {
	font-size: 13px;
	float: right
}

#news-article .helpful-btn .btn-bs {
	min-width: 75px;
	width: 70px;
	max-width: 0;
	margin-left: 10px
}

#news-article .translate-widget .title {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	background: #1657a2;
	color: white;
	padding: 3px 10px
}

#news-article .translate-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #AEAEAE;
	border-top: 0
}

#news-article .translate-widget ul li a {
	display: block
}

#news-article .translate-widget ul li {
	font-size: 12px;
	padding: 12px 10px;
	background: #d7e7fa;
	border-bottom: 1px dashed #AEAEAE
}

#news-article .translate-widget ul li:last-of-type {
	border-bottom: 0
}

#news-article .translate-widget ul li a {
	display: block;
	position: relative;
	top: 5px
}

#news-article .responsive-video {
	border: 4px solid #1657a2;
	margin-bottom: 20px
}

.bookmark-btn {
	margin: 30px 0 20px
}

@media (max-width: 480px) {
	h1 {
		display: block !important
	}
	#news-article .article-header p {
		margin-bottom: 15px
	}
	#news-article .article-header .icons {
		float: left
	}
	#news-article .article-header .icons a i {
		margin: 3px 10px 0 8px
	}
	#news-article .panel-bar.related-products .ic-arrow-left {
		margin: 4em 0 0 0
	}
	#news-article .panel-bar.related-products .products li a {
		margin-bottom: 20px;
		text-align: center
	}
	.support .btn-bs {
		margin-top: 15px
	}
}

.edit-warranty {
	display: none;
	margin-top: 20px
}

.edit-warranty.force-on {
	display: block !important
}

.edit-warranty .form-control {
	border: 1px solid #999;
	height: 29px;
	border-radius: 0;
	background: #fff;
	font-size: 12px;
	color: #777
}

.edit-warranty .update-btn {
	float: right;
	min-width: 0;
	padding: 3px 40px
}

.update-btn,
.edit-warranty-btn {
	cursor: pointer
}

#support-account .user-header {
	list-style: none;
	margin: 30px 0;
	padding: 0
}

#support-account .user-header li {
	float: left
}

#support-account .user-header li i {
	font-size: 40px;
	color: #ddd
}

#support-account .user-header li.user-icon {
	width: 50px
}

#support-account .user-header li.welcome {
	line-height: 40px;
	margin-left: 15px;
	font-size: 18px;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #1657a2
}

#support-account .user-header li.welcome>span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin-left: 5px
}

#support-account .user-header li.buttons {
	float: right
}

#support-account .user-header li.buttons .btn-bs {
	min-width: 0;
	padding: 6px 30px
}

#support-account .add-product {
	margin: 20px 0;
	padding: 10px 16px;
	min-width: 0
}

#support-account .add-product i {
	position: relative;
	top: 3px;
	margin-right: 5px
}

#support-account .my-product {
	position: relative;
	border: 1px solid #eee;
	padding: 15px 0;
	margin: 0 0 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}

#support-account .my-product .close-btn {
	position: absolute;
	right: 15px;
	color: #999
}

#support-account .my-product .product-img .btn-bs {
	min-width: 0;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px
}

#support-account .my-product .product-details {
	color: #428bca
}

#support-account .my-product .product-details .name {
	color: #1657a2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin-bottom: 5px
}

#support-account .my-product .product-details .online-order {
	font-family: "Helvetica Neue", "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 12px;
	padding-left: 8px
}

#support-account .my-product .product-details .serial,
#support-account .my-product .product-details .model {
	font-size: 11px;
	margin-right: 20px;
	float: left
}

#support-account .my-product .product-details .serial span,
#support-account .my-product .product-details .model span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-weight: bold
}

#support-account .my-product .product-links {
	margin: 20px -15px 15px;
	padding-left: 15px;
	list-style: none
}

#support-account .my-product .product-links li {
	margin-bottom: 5px;
	font-size: 12px
}

#support-account .my-product .panel-logitech {
	margin-bottom: 5px;
	border-bottom: 1px solid #AEAEAE
}

#support-account .my-product .panel-group .panel-heading {
	padding: 5px 15px;
	line-height: 22px
}

#support-account .my-product .panel-group .panel-heading.accordion-toggle h4 {
	font-size: 14px;
	line-height: 24px;
	margin-right: 20px;
	min-width: 100px
}

#support-account .my-product .panel-group .panel-heading.accordion-toggle .arrow {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8)
}

#support-account .my-product .panel-group .panel-heading .status {
	font-size: 11px;
	color: #888
}

#support-account .my-product .panel-group .panel-heading .status span {
	font-size: 12px;
	color: #555;
	font-weight: 800;
	margin: 0 3px
}

#support-account .my-product .panel-group .panel-heading .status span.link {
	color: #428bca;
	font-weight: normal;
	font-size: 11px;
	margin-left: 30px
}

#support-account .my-product .panel-group .panel-body {
	background: #f2f2f2;
	border: 1px solid #AEAEAE;
	border-top: 0;
	border-bottom: 0;
	font-size: 11px;
	color: #999
}

#support-account .my-product .panel-group .panel-body .checkbox {
	margin-top: 0;
	margin-bottom: 5px
}

#support-account .my-product .panel-group .panel-body .btn-bs i {
	position: relative;
	top: 2px;
	margin-left: 5px
}

#support-account .my-product .additional-info {
	padding: 15px 25px 5px 15px;
	background: white;
	border: 1px solid #ddd;
	position: relative;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px
}

#support-account .my-product .additional-info .help-btn {
	position: absolute;
	right: 15px;
	font-size: 14px;
	color: #999
}

#support-account .my-product .additional-info img {
	float: left;
	margin-right: 15px
}

#support-account .my-product .additional-info .info {
	margin-right: 15px
}

#support-account .my-product .additional-info .info>a {
	margin-top: 10px;
	display: inline-block
}

#support-account .my-product .attachment i {
	color: #eb8517;
	font-size: 16px;
	position: relative;
	top: 3px;
	margin-right: 3px
}

#support-account .my-product .attachment .bold {
	font-size: 13px;
	color: #1657a2
}

#support-account .my-product .attachment span {
	color: #999;
	font-size: 11px;
	font-weight: bold
}

#support-account .my-product .attachment .btn-bs {
	min-width: 0;
	margin-left: 30px
}

#caseCreate input[type="text"],
#caseCreate select {
	background: white;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	font-size: 12px
}

#caseCreate textarea {
	background: white;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	font-size: 12px
}

#caseCreate label {
	font-size: 13px
}

.user-info {
	margin: 20px
}

.user-info select[size] {
	height: 34px
}

@media (max-width: 480px) {
	#support-account .user-header li.user-icon {
		width: 15%
	}
	#support-account .user-header li.welcome {
		width: 60%;
		margin-left: 0;
		font-size: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%
	}
	#support-account .user-header li.buttons {
		width: 25%
	}
	#support-account .user-header li.buttons .btn-bs {
		padding: 5px 10px;
		min-width: 0;
		margin-top: 5px;
		float: right !important
	}
	#support-account .my-product .panel-group.downloads .panel-body .btn-bs {
		margin: 15px 0
	}
	#support-account .my-product .panel-group.downloads .panel-body .checkbox {
		padding-left: 5px
	}
	#support-account .my-product .panel-group .panel-heading .status {
		display: block;
		clear: both
	}
	#support-account .my-product .product-details .online-order {
		padding: 0;
		display: block;
		margin-top: 15px;
		float: left;
		clear: both
	}
	#support-account .my-product .product-img img {
		margin: 0 auto 20px
	}
	#support-account .my-product .product-img .btn-bs {
		width: 50%;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}

#software-detail {
	font-size: 12px
}

#software-detail .additional-info {
	padding: 1em;
	font-size: 12px;
	margin: 0;
	color: #999;
	position: relative;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
	border: 1px solid #ccc
}

#software-detail .additional-info .close-icon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 7px;
	display: block;
	font-size: 20px;
	color: #ccc;
	z-index: 10
}

#software-detail .additional-info .close-icon:hover {
	color: #555
}

#software-detail .additional-info .arrow-up-icon {
	position: absolute;
	background: url("../img/downloads/arrow-up.png");
	width: 38px;
	height: 22px;
	margin-top: -34px;
	margin-left: 91px
}

#software-detail .additional-info .title {
	margin-bottom: 10px
}

#software-detail .additional-info .installer-summary {
	margin-top: 3em;
	margin-bottom: 1em
}

#software-detail .additional-info .software-info {
	margin-top: 40px !important;
	list-style: none;
	margin: 0;
	padding: 0
}

#software-detail .additional-info .software-info li a {
	display: block
}

#software-detail .additional-info .software-info li span {
	color: #428bca
}

#software-detail .page-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 32px
}

#software-detail .page-nav ul li {
	float: left
}

#software-detail .page-nav ul li a {
	display: block
}

#software-detail .page-nav ul li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500
}

#software-detail .page-nav ul li a {
	margin: 0 0 0 10px;
	color: #428bca
}

#software-detail .page-nav ul li a:after {
	content: "|";
	margin: 0 0 0 10px
}

#software-detail .page-nav ul li:last-of-type a:after {
	content: "";
	margin-right: 0
}

#software-detail #help .title {
	float: none;
	margin-left: 0
}

#software-detail .software-description {
	margin: 15px -15px;
	padding: 15px 60px;
	border: 1px solid #ccc
}

#software-detail .software-description i {
	position: absolute;
	left: -30px
}

#software-detail .software-description .title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 30px;
	font-size: 17px;
	color: black
}

#software-detail .software-description .intro {
	color: black;
	margin-top: 10px
}

#software-detail .software-detail {
	padding: 10px 0
}

#software-detail .software-detail ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#software-detail .software-detail ul li a {
	display: block
}

#software-detail .software-detail ul li {
	color: #999
}

#software-detail .software-detail ul li span {
	color: black
}

#software-detail .software-detail a {
	font-size: 13px
}

#software-detail .controls {
	padding: 10px 0
}

#software-detail .controls .btn-lg,
#software-detail .controls .btn-group-lg>.btn-bs {
	padding: 8px 16px
}

#software-detail .installer-details {
	padding: 10px 0
}

#software-detail .installer-details p {
	color: #999;
	line-height: 18px
}

#software-detail .software-breakdown>.col-sm-12 {
	padding: 0
}

#software-detail .software-breakdown .software-info {
	list-style: none
}

#software-detail .software-breakdown .software-info li {
	margin-bottom: 5px
}

#software-detail .software-breakdown .software-info li span {
	color: #428bca
}

#software-detail .software-versions-wrapper {
	margin-left: 30px
}

#software-detail .software-versions-wrapper #help .title {
	float: none;
	margin-left: 0
}

#software-detail .previous-versions .software-versions {
	list-style: none;
	margin: 0;
	padding: 0
}


#software-detail .previous-versions .software-versions li a {
	display: block
}

#software-detail .previous-versions .software-versions>li {
	float: none;
	padding: 10px;
	border: 1px solid #ccc;
	background: white;
	margin: 10px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}

#software-detail .previous-versions .software-versions>li .software-version-img {
	padding: 0 0 0 15px
}

#software-detail .previous-versions .software-versions>li .software-title {
	font-size: 15px;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

#software-detail .previous-versions .software-versions>li .software-version-number {
	padding-top: 15px;
	float: left
}

#software-detail .previous-versions .software-versions>li .software-version-number .version {
	margin-right: 10px;
	float: left
}

#software-detail .previous-versions .software-versions>li .software-version-number .version span {
	color: black
}

#software-detail .previous-versions .software-versions>li .software-version-number i {
	float: left;
	font-size: 15px
}

#software-detail .previous-versions .software-versions>li .mt5 {
	margin-top: 5px
}

#software-detail .previous-versions .software-versions>li .select-installer .form-control {
	width: 85%;
	float: left;
	margin-right: 10px
}

#software-detail .previous-versions .software-versions>li .select-installer i {
	margin-top: 10px;
	font-size: 15px
}

#software-detail .previous-versions .software-versions>li .btn-lg,
#software-detail .previous-versions .software-versions>li .btn-group-lg>.btn-bs {
	padding: 8px 16px;
	min-width: 0;
	width: 100%
}

.help-expander #support-history .field {
	float: left;
	font-size: 13px;
	line-height: 21px
}

.help-expander #support-history .ic-help-sm {
	top: 0;
	cursor: pointer
}

.help-expander #support-history .panel-body {
	border-top: 1px solid #ccc
}

.help-expander #support-history .additional-info .arrow-up-icon {
	margin-left: 18%
}

.help-expander #support-history .additional-info .control-label {
	font-weight: bold;
	margin-right: 5px;
	color: #777
}

.help-expander #support-history .additional-info .comment-section {
	border-top: 1px solid #ddd;
	padding: 10px 20px 0;
	margin-top: 10px;
	display: none
}

.help-expander #support-history .additional-info .comment-section>label {
	margin-top: 10px
}

.help-expander #support-history .additional-info .comment-section p {
	margin: 20px 10px 10px
}

.help-expander #support-history .additional-info .comment-section .post-info {
	margin: 0 -5px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
	list-style: none
}

.help-expander #support-history .additional-info .comment-section .post-info:last-of-type {
	border-bottom: 0;
	padding-bottom: 0
}

.help-expander #support-history .additional-info .comment-section .post-info p {
	font-size: 13px;
	color: #777
}

.help-expander #support-history .additional-info .comment-section .show-details-btn {
	margin-right: 8px
}

.help-expander #support-history .additional-info .comment-section .detail-info {
	margin-bottom: 30px
}

.help-expander #support-history .additional-info .less {
	margin-left: -12px;
	margin-right: -12px
}

.help-expander #createCaseButton {
	position: relative;
	z-index: 10;
	padding: 6px 20px;
	min-width: 0
}

.help-expander #createCaseBtn {
	width: auto;
	min-width: 0;
	padding: 6px 20px
}

.help-expander #createCaseButton+p {
	position: relative;
	z-index: 4;
	float: right;
	padding: 6px 20px;
	font-size: 13px
}

.help-expander #cancelCaseBtn {
	width: auto;
	min-width: 0;
	margin-left: 10px;
	padding: 6px 20px
}

.help-expander .CoveoResult {
	border-bottom: 1px solid #eee
}

.help-expander .coveo-title {
	font-size: 14px
}

.help-expander .coveo-excerpt {
	font-size: 13px
}

#support-history .panel-body {
	border-top: 1px solid #ccc
}

.contact-support h1 {
	float: none;
	margin: 40px 15px 30px;
	color: #999;
	display: block
}

.contact-support .intro {
	margin: 0 0 25px 15px
}

.contact-support .find-product h3,
.contact-support .pre-sales h3 {
	font-size: 18px;
	margin: -10px 0 10px 0
}

.contact-support .find-product h3.normal,
.contact-support .pre-sales h3.normal {
	float: left;
	font-weight: normal
}

.contact-support .content-block {
	padding: 20px
}

.contact-support .content-block h3 {
	margin: 6px 0
}

.contact-support .find-product h3 {
	float: left
}

.contact-support .find-product .product-finder {
	margin-top: 15px
}

.contact-support .find-product>ol {
	float: right;
	padding: 0;
	margin: 3px 0 20px
}

.contact-support .find-product>ol li {
	float: left;
	margin: 0 25px
}

.contact-support .find-product>ol li:last-of-type {
	margin-right: 0
}

.contact-support .find-product>ol li.complete i {
	color: black;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.contact-support .find-product>ol li.complete i:after {
	content: "\e013";
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #ccc;
	padding: 0 0 0 5px;
	border-radius: 100%;
	position: absolute;
	font-size: 21px;
	margin-top: -18px;
	margin-left: 40px
}

.contact-support .find-product .find-product-btn {
	float: right;
	padding: 6px 15px;
	color: white;
	line-height: 16px;
	background: #848484;
	background: -moz-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #848484), color-stop(100%, #5A5A5A));
	background: -webkit-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -o-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: -ms-linear-gradient(top, #848484 0%, #5A5A5A 100%);
	background: linear-gradient(to bottom, #848484 0%, #5A5A5A 100%)
}

.contact-support .find-product .find-product-btn i {
	margin-left: 50px;
	float: right
}

.contact-support .find-product .find-product-btn.expanded i {
	background-position: -155px -53px
}

.contact-support .pre-sales .tab-pane {
	margin-top: 15px
}

.contact-support .pre-sales #get-help-btn {
	float: right
}

.contact-support .pre-sales .problem-area-results {
	display: none
}

.contact-support .pre-sales .presales-get-help {
	display: none
}

.contact-support .pre-sales .still-need-help {
	display: none
}

.contact-support .pre-sales .i-need-help {
	display: none
}

.contact-support .pre-sales .dropdown {
	margin: 20px 0 0
}

.contact-support .pre-sales .dropdown .dropdown-toggle {
	text-align: left;
	width: 250px
}

.contact-support .pre-sales .dropdown .dropdown-toggle .caret {
	float: right;
	border-width: 9px;
	color: #999;
	margin-top: 3px;
	margin-right: -5px
}

.contact-support .pre-sales .dropdown .dropdown-menu {
	width: 250px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	margin: 1px 0 0;
	border: 0;
	font-size: 12px
}

.contact-support .select-problem-area .dropdown .dropdown-toggle {
	margin-top: 50px;
	width: 100%;
	text-align: left
}

.contact-support .select-problem-area .dropdown .dropdown-toggle .caret {
	float: right;
	border-width: 9px;
	color: #999;
	margin-top: 3px;
	margin-right: -5px
}

.contact-support .select-problem-area .dropdown .dropdown-menu {
	width: 100%;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	margin: 1px 0 0;
	border: 0;
	font-size: 12px
}

.contact-support .product-info {
	background: white;
	padding: 15px;
	border: 1px solid #ddd;
	margin-top: 10px
}

.contact-support .product-info .col-sm-5 {
	text-align: center
}

.contact-support .product-info .col-sm-5 img {
	margin: 0 auto 10px
}

.contact-support .product-info .col-sm-5 .product-name {
	font-weight: bold;
	color: black
}

.contact-support .product-links {
	margin: 0;
	padding: 0;
	list-style: none
}

.contact-support .product-links li {
	margin: 0 0 5px
}

.contact-support .product-links li a {
	display: block;
	color: #777
}

.contact-support .product-links li a:after {
	content: ">";
	margin-left: 5px
}

.contact-support .product-links li a:hover {
	color: black;
	text-decoration: none
}

.contact-support .product-links li.first a {
	color: #666
}

.contact-support .product-links li.last a {
	margin-top: 20px;
	text-decoration: underline
}

.contact-support .product-links li.last a:after {
	content: ""
}

.contact-support ul.results {
	background: white;
	margin: 20px 15px 15px;
	border: 1px solid #ddd;
	padding: 30px;
	list-style: none
}

.contact-support ul.results li {
	margin: 0 0 15px
}

.contact-support ul.results li a {
	color: #666
}

.contact-support ul.paging {
	padding: 0;
	margin: 0 20px 20px;
	list-style: none
}

.contact-support ul.paging li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ccc
}

.contact-support ul.paging li a {
	color: #777;
	text-decoration: underline
}

.contact-support ul.paging li:last-of-type {
	border: 0
}

.contact-support .wizard-footer-link {
	position: relative;
	margin-left: 20px;
	top: -40px;
	font-size: 11px;
	color: #999
}

.contact-support .controls {
	text-align: center
}

.contact-support .controls.still-need-help {
	display: none
}

.contact-support .controls.still-need-help textarea {
	width: 100%;
	min-height: 150px;
	background: white;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 13px
}

.contact-support .controls.still-need-help.contact-info ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0 15px
}

.contact-support .controls.still-need-help.contact-info ul li {
	padding: 8px 16px;
	background: white;
	margin: 5px 0;
	border: 1px solid #999;
	text-align: left
}

.contact-support .controls.still-need-help.contact-info ul li i {
	margin-right: 15px;
	font-size: 18px;
	position: relative;
	top: 4px
}

.contact-support .controls.still-need-help.contact-info ul li.phone {
	width: 30%;
	float: left;
	border-right: 0
}

.contact-support .controls.still-need-help.contact-info ul li.email {
	width: 70%;
	float: right
}

.contact-support .controls.still-need-help.contact-info ul li.email a {
	color: #666
}

div.product .name {
	text-align: center
}

.phone {
	margin: 0 5px !important;
	border: 1px solid #999999 !important
}

.still-need-help ul {
	min-height: 400px
}

.still-need-help ul li {
	min-height: 400px
}

@media (max-width: 768px) {
	.contact-support .find-product>ol {
		clear: both;
		margin: 20px 25px 25px -5px;
		float: left
	}
}

@media (max-width: 480px) {
	a.find-product-btn.cursor {
		width: 100%;
		display: block
	}
	.dropdown.pull-left.product_finder_registered_product {
		float: none !important;
		clear: both
	}
	button#problem-area {
		display: block;
		width: 100%;
		border-color: transparent;
		left: 0
	}
	.btn-bs.btn-gray.cursor {
		float: none !important;
		margin-top: 10px
	}
	.contact-support .find-product>ol {
		margin: 15px 25px 0 -5px
	}
	.contact-support .find-product>ol li {
		margin: 10px 25px
	}
}

.bv-form .help-block {
	margin-bottom: 0
}

.bv-form .tooltip-inner {
	text-align: left
}

.nav-tabs li.bv-tab-success>a {
	color: #5cb85c
}

.nav-tabs li.bv-tab-error>a {
	color: #d9534f
}

.bootstrap-select .form-control {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.bootstrap-select .input-group-btn {
	position: static
}

.bootstrap-select .input-group-btn .dropdown-menu>li>a {
	height: 32px;
	padding: 6px 20px;
	line-height: 1.42857
}

.bootstrap-select .input-group-btn .dropdown-menu>li>a:hover,
.bootstrap-select .input-group-btn .dropdown-menu>li>a:focus {
	background: #f5f5f5;
	filter: none
}

.bootstrap-select .input-group-btn .dropdown-menu>li.active>a {
	background: white;
	color: #eb8517;
	font-weight: 500;
	filter: none
}

.bootstrap-select .input-group-btn .dropdown-menu>li.active>a:hover,
.bootstrap-select .input-group-btn .dropdown-menu>li.active>a:focus {
	background: #f5f5f5;
	color: #eb8517;
	filter: none
}

.bootstrap-select .dropdown-menu {
	width: 100%;
	min-width: 0;
	overflow-y: auto;
	outline: none;
	padding: 0
}

.bootstrap-select .dropdown-menu a {
	overflow: hidden
}

.bootstrap-select .dropdown-menu .disabled a {
	outline: none
}

.bootstrap-select.bootstrap-lg .input-group-btn button {
	padding: 10px 16px;
	height: 45px;
	line-height: 1.33em
}

.bootstrap-select.bootstrap-lg .input-group-btn .dropdown-menu>li>a {
	height: 45px;
	line-height: 1.33em;
	font-size: 18px;
	padding: 10px 16px
}

.bootstrap-select.bootstrap-sm .input-group-btn button {
	height: 30px;
	line-height: 1.33em;
	padding: 5px 10px
}

.bootstrap-select.bootstrap-sm .input-group-btn .dropdown-menu>li>a {
	font-size: 12px;
	height: 30px;
	line-height: 1.6em;
	padding: 5px 10px
}

.bootstrap-select .primary .dropdown-menu>li>a:hover,
.bootstrap-select .primary .dropdown-menu>li>a:focus {
	background: #428bca;
	color: white
}

.bootstrap-select .primary .dropdown-menu>li.active>a {
	background: #357ebd;
	color: white
}

.bootstrap-select .primary .dropdown-menu>li.active>a:hover,
.bootstrap-select .primary .dropdown-menu>li.active>a:focus {
	background: #428bca;
	color: white
}

.bootstrap-select .info .dropdown-menu>li>a:hover,
.bootstrap-select .info .dropdown-menu>li>a:focus {
	background: #5bc0de;
	color: white
}

.bootstrap-select .info .dropdown-menu>li.active>a {
	background: #46b8da;
	color: white
}

.bootstrap-select .info .dropdown-menu>li.active>a:hover,
.bootstrap-select .info .dropdown-menu>li.active>a:focus {
	background: #5bc0de;
	color: white
}

.bootstrap-select .success .dropdown-menu>li>a:hover,
.bootstrap-select .success .dropdown-menu>li>a:focus {
	background: #5cb85c;
	color: white
}

.bootstrap-select .success .dropdown-menu>li.active>a {
	background: #4cae4c;
	color: white
}

.bootstrap-select .success .dropdown-menu>li.active>a:hover,
.bootstrap-select .success .dropdown-menu>li.active>a:focus {
	background: #5cb85c;
	color: white
}

.bootstrap-select .warning .dropdown-menu>li>a:hover,
.bootstrap-select .warning .dropdown-menu>li>a:focus {
	background: #f0ad4e;
	color: white
}

.bootstrap-select .warning .dropdown-menu>li.active>a {
	background: #eea236;
	color: white
}

.bootstrap-select .warning .dropdown-menu>li.active>a:hover,
.bootstrap-select .warning .dropdown-menu>li.active>a:focus {
	background: #f0ad4e;
	color: white
}

.bootstrap-select .danger .dropdown-menu>li>a:hover,
.bootstrap-select .danger .dropdown-menu>li>a:focus {
	background: #d9534f;
	color: white;
	filter: none
}

.bootstrap-select .danger .dropdown-menu>li.active>a {
	background: #d43f3a;
	color: white
}

.bootstrap-select .danger .dropdown-menu>li.active>a:hover,
.bootstrap-select .danger .dropdown-menu>li.active>a:focus {
	background: #d9534f;
	color: white;
	filter: none
}

.bootstrap-select .default .dropdown-menu>li>a:hover,
.bootstrap-select .default .dropdown-menu>li>a:focus {
	background: #fff;
	color: #666;
	filter: none
}

.bootstrap-select .default .dropdown-menu>li.active>a {
	background: #f2f2f2;
	color: #666
}

.bootstrap-select .default .dropdown-menu>li.active>a:hover,
.bootstrap-select .default .dropdown-menu>li.active>a:focus {
	background: #fff;
	color: #666;
	filter: none
}

.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to top, #eee 0%, #fff 50%)
}

html[dir="rtl"] .select2-container .select2-choice {
	padding: 0 8px 0 0
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;
	border-radius: 0 0 4px 4px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to bottom, #eee 0%, #fff 90%)
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: none;
	width: auto
}

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
	margin-left: 26px;
	margin-right: 0
}

.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	background: url("../img/select2.png") right top no-repeat;
	cursor: pointer;
	outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop-active {
	border: 1px solid #5897fb;
	border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
	border-top: 1px solid #aaa;
	width: auto
}

.select2-drop-auto-width .select2-search {
	padding-top: 4px
}

.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #aaa;
	border-radius: 0 4px 4px 0;
	background-clip: padding-box;
	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
	background-image: linear-gradient(to top, #ccc 0%, #eee 60%)
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
	left: 0;
	right: auto;
	border-left: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px
}

.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/select2.png") no-repeat 0 1px
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
	background-position: 2px 1px
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	z-index: 10000;
	white-space: nowrap
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff url("../img/select2.png") no-repeat 100% -22px;
	background: url("../img/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("../img/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("../img/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("../img/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

html[dir="rtl"] .select2-search input {
	padding: 4px 5px 4px 20px;
	background: #fff url("../img/select2.png") no-repeat -37px -22px;
	background: url("../img/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("../img/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("../img/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("../img/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-drop.select2-drop-above .select2-search input {
	margin-top: 4px
}

.select2-search input.select2-active {
	background: #fff url("../img/select2-spinner.gif") no-repeat 100%;
	background: url("../img/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("../img/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("../img/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("../img/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to top, #fff 0%, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #5897fb;
	border-top-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: none;
	filter: none
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
	border-right: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -16px 1px
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: transparent
}

html[dir="rtl"] .select2-results {
	padding: 0 4px 0 0;
	margin: 4px 0 4px 4px
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0
}

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
	font-weight: bold
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select2-results-dept-1 .select2-result-label {
	padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
	padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
	padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
	padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
	padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
	padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
	padding-left: 120px
}

.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff
}

.select2-results li em {
	background: #feffde;
	font-style: normal
}

.select2-results .select2-highlighted em {
	background: transparent
}

.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
	padding-left: 5px
}

.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default
}

.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default
}

.select2-results .select2-selected {
	display: none
}

.select2-more-results.select2-active {
	background: #f4f4f4 url("../img/select2-spinner.gif") no-repeat 100%
}

.select2-results .select2-ajax-error {
	background: rgba(255, 50, 50, 0.2)
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none
}

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(to bottom, #eee 1%, #fff 15%)
}

html[dir="rtl"] .select2-container-multi .select2-choices {
	padding: 0 0 0 5px
}

.select2-locked {
	padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
	min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-container-multi .select2-choices li {
	float: left;
	list-style: none
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
	float: right
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url("../img/select2-spinner.gif") no-repeat 100% !important
}

.select2-default {
	color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e4e4e4;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 18px 3px 5px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: none;
	background: url("../img/select2.png") right top no-repeat
}

html[dir="rtl"] .select2-search-choice-close {
	right: auto;
	left: 3px
}

.select2-container-multi .select2-search-choice-close {
	left: 3px
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
	left: auto;
	right: 2px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: none
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important
}

.select2-display-none {
	display: none
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice .select2-arrow b {
		background-image: url("../img/select2x2.png") !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important
	}
	.select2-search input {
		background-position: 100% -21px !important
	}
}

.form-control .select2-choice {
	border: 0;
	border-radius: 2px
}

.form-control .select2-choice .select2-arrow {
	border-radius: 0 2px 2px 0
}

.form-control.select2-container {
	height: auto !important;
	padding: 0
}

.form-control.select2-container.select2-dropdown-open {
	border-color: #5897FB;
	border-radius: 3px 3px 0 0
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
	border-radius: 3px 3px 0 0
}

.form-control.select2-container .select2-choices {
	border: 0 !important;
	border-radius: 3px
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #C09853 !important
}

.control-group.warning .select2-container .select2-choice div {
	border-left: 1px solid #C09853 !important;
	background: #FCF8E3 !important
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #B94A48 !important
}

.control-group.error .select2-container .select2-choice div {
	border-left: 1px solid #B94A48 !important;
	background: #F2DEDE !important
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #3A87AD !important
}

.control-group.info .select2-container .select2-choice div {
	border-left: 1px solid #3A87AD !important;
	background: #D9EDF7 !important
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #468847 !important
}

.control-group.success .select2-container .select2-choice div {
	border-left: 1px solid #468847 !important;
	background: #DFF0D8 !important
}

.breadcrumb {
	background: none;
	float: left;
	margin: 8px 0 10px 8px;
	font-size: 10px
}

a:focus,
.btn-bs:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: none
}

.input-group-addon:last-child {
	background-color: #bbb;
	border: 1px solid #e8e8e8
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0
}

.input-group .glyphicon {
	top: 0
}

.input-group .btn-bs {
	min-width: 0 !important;
	padding: 5px 12px 6px
}

.input-group .input-search {
	position: relative;
	top: 3px
}

.input-group .form-control {
	background: white
}

.navbar-default {
	clear: both;
	background-color: transparent;
	border: none;
	max-width: 1024px;
	margin: 0 auto
}

.navbar-default .nav-tabs>.open>a {
	font-size: 14px;
	color: black
}

.navbar-default .nav-tabs>.open>a:hover,
.navbar-default .nav-tabs>.open>a:focus {
	font-size: 14px;
	color: black
}

.navbar-default .nav-tabs>li>a {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px
}

.navbar-default .nav-tabs>li:before {
	padding: 0 5px;
	color: #ccc;
	border-right: 1px solid black
}

.nav .open>a {
	background-color: #bbb;
	border-color: #428bca
}

.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #bbb;
	border-color: #428bca
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent
}

.nav>li:hover>.dropdown-menu {
	display: block
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 6px 7px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0;
	background-color: #eee
}

.carousel-control {
	width: 0% !important;
	color: #eb8517;
	opacity: 1;
	text-shadow: none
}

.carousel-control:hover,
.carousel-control:focus {
	color: #d67812
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
	filter: none
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	margin-left: 5px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	margin-right: 5px
}

@media (max-width: 479px) and (orientation: portrait) {
	.mobile-order-first {
		-webkit-order: 0;
		order: 0
	}
	.mobile-order-second {
		-webkit-order: 1;
		order: 1
	}
	.mobile-order-third {
		-webkit-order: 2;
		order: 2
	}
	.mobile-order-fourth {
		-webkit-order: 3;
		order: 3
	}
	.mobile-order-fifth {
		-webkit-order: 4;
		order: 4
	}
	.mobile-order-sixth {
		-webkit-order: 5;
		order: 5
	}
	.small-and-up {
		display: none
	}
	body,
	.container {
		min-width: 100%;
		width: 100%;
		max-width: 100%;
		background-image: none;
		background: none
	}
	.flex-wrapper {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row;
		flex-flow: row;
		-webkit-flex-flow: column;
		flex-flow: column;
		flex-direction: column
	}
	header {
		margin: 0;
		height: auto
	}
	header #account_nav,
	header .full-width-container {
		display: none
	}
	header a,
	header img {
		height: 40px;
		margin: 0 0 0 2px;
		padding: 0
	}
	header #logo {
		margin-left: -15px
	}
	.negative-margin-mobile {
		margin-top: -40px
	}
	.negative-margin-mobile .col-xs-6 {
		height: 40px
	}
	h1,
	.breadcrumb {
		display: none
	}
	#toolbar {
		float: none;
		clear: both
	}
	#toolbar ul {
		padding: 0
	}
	.tab-pane {
		padding: 10px
	}
	#search h3 {
		display: block;
		float: none
	}
	#search .search {
		top: 48px;
		right: 14%
	}
	#search input,
	#search select,
	#search .DivSelectyze {
		-webkit-border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px
	}
	#search input a,
	#search select a,
	#search .DivSelectyze a {
		margin: 0
	}
	#search a,
	#search a:visited {
		margin-left: 0px
	}
	.panel {
		display: block;
		float: none;
		padding: 16px 10px;
		background: #fdfdfd;
		background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f2f2f2));
		background: -webkit-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
		background: -o-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
		background: -ms-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
		background: linear-gradient(to bottom, #fdfdfd 0%, #f2f2f2 100%)
	}
	.panel.community-background {
		background: #fdfdfd;
		background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f2f2f2));
		background: -webkit-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
		background: -o-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
		background: -ms-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
		background: linear-gradient(to bottom, #fdfdfd 0%, #f2f2f2 100%)
	}
	.panel.small-panel,
	.panel.small-panel.middle,
	.panel.large-panel {
		width: 100%;
		min-height: 40px !important;
		height: 56px;
		overflow: hidden;
		border: 1px solid #AEAEAE;
	}
	.panel.small-panel .btn,
	.panel.small-panel .panel-dropdown,
	.panel.small-panel .sign-in,
	.panel.small-panel.middle .btn,
	.panel.small-panel.middle .panel-dropdown,
	.panel.small-panel.middle .sign-in,
	.panel.large-panel .btn,
	.panel.large-panel .panel-dropdown,
	.panel.large-panel .sign-in {
		display: none
	}
	.panel.small-panel h2,
	.panel.small-panel.middle h2,
	.panel.large-panel h2 {
		font-size: 14px;
		display: inline-block
	}
	.panel.small-panel.active,
	.panel.small-panel.middle.active,
	.panel.large-panel.active {
		height: auto;
		min-height: 235px;
		padding-bottom: 80px
	}
	.panel.small-panel.active .btn,
	.panel.small-panel.active .panel-dropdown,
	.panel.small-panel.active .sign-in,
	.panel.small-panel.middle.active .btn,
	.panel.small-panel.middle.active .panel-dropdown,
	.panel.small-panel.middle.active .sign-in,
	.panel.large-panel.active .btn,
	.panel.large-panel.active .panel-dropdown,
	.panel.large-panel.active .sign-in {
		display: block;
		margin-left: 0px
	}
	.panel.small-panel.active .panel-dropdown,
	.panel.small-panel.middle.active .panel-dropdown,
	.panel.large-panel.active .panel-dropdown {
		left: 50%;
		margin-left: -74px
	}
	.panel.small-panel.active .panel-open-arrow,
	.panel.small-panel.middle.active .panel-open-arrow,
	.panel.large-panel.active .panel-open-arrow {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg)
	}
	.panel.large-panel ul {
		padding: 0
	}
	.panel.large-panel img,
	.panel.large-panel .btn,
	.panel.large-panel .sign-in {
		position: relative;
		top: auto;
		left: auto;
		display: block
	}
	.panel.large-panel img {
		margin-left: 50px
	}
	.panel.large-panel h2 {
		float: none
	}
	.panel .blue-title-arrow-container {
		height: 15px;
		width: 15px;
		margin-right: 4px;
		margin-top: 1px;
		margin-left: 15%
	}
	.product-container {
		float: left;
		height: auto;
		background: #814EFA;
		padding: 20px 0px
	}
	.product-container h2 {
		margin-left: 15px
	}
	.product-container .product {
		width: 100%;
		height: 190px;
		background: none;
	}
	.product-container .product:nth-of-type(1) {
		background: none;
	}
	.product-container .product:nth-of-type(8) {
		background: none;
	}
	.product-container .product h3 {
		bottom: 15px
	}
	.anythingSlider-default.activeSlider .anythingControls {
		margin-right: 17%
	}
	.anythingSlider-default.activeSlider .anythingControls a {
		height: 15px;
		width: 30px
	}
	#feedback {
		display: none
	}
	#top {
		bottom: 0px;
		top: auto;
		right: 10px;
		-webkit-border-radius: 3px 3px 0px 0px;
		-moz-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px
	}
	#top .white-title-arrow-container {
		margin-top: 4px;
		margin-bottom: 4px
	}
	#top h4 {
		font-size: 12px;
		margin: 4px;
		display: block
	}
}

@media (max-width: 360px) {
	#search .search {
		right: 9%
	}
}

@media (max-width: 639px) {
	.panel.small-panel {
		width: 100%
	}
	.panel.small-panel.middle {
		width: 100%;
		border-left: 0;
		border-right: 0
	}
}

@media (min-width: 768px) {
	.panel.small-panel {
		min-height: 205px
	}
	.mobile-order-third.flex-wrapper .panel.small-panel {
		min-height: 250px
	}
}

@media (min-width: 480px) and (max-width: 640px) {
	.panel.small-panel .controls {
		text-align: right;
		position: relative;
		margin: 0;
		bottom: 0
	}
}

@media (min-width: 640px) and (max-width: 768px) {
	.panel.small-panel .controls {
		position: absolute;
		margin: 0 0 0 -20px;
		bottom: 20px;
		width: 100%;
		text-align: center
	}
}

@media (min-width: 640px) and (max-width: 768px) {
	.mobile-order-second .panel.small-panel {
		min-height: 220px
	}
	.mobile-order-second .background-sprite {
		display: none
	}
	.mobile-order-second .right-panel {
		padding-left: 0
	}
	.mobile-order-third.flex-wrapper .panel.small-panel {
		min-height: 250px
	}
	.mobile-order-third.flex-wrapper .background-sprite {
		display: none
	}
	.mobile-order-third.flex-wrapper .right-panel {
		padding-left: 0
	}
}

@media (min-width: 640px) and (max-width: 768px) {
	.product-container .product {
		width: 33%
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.product-container {
		background: #814EFA;
	}
}

@media (max-width: 480px) {
	footer .user-links {
		min-height: 0;
		padding: 0 72px 0 0 !important
	}
	footer .user-links ul {
		width: 33%;
		padding-top: 20px
	}
	footer .user-links ul:after {
		background: none
	}
	footer .footer-bottom #footer ul.links {
		padding-left: 15px;
		margin: 20px 0 10px
	}
	footer .change-location-btn {
		position: absolute;
		top: -60px;
		left: 30px
	}
	footer .footer-bottom .container {
		background: #1F2128;
		position: absolute;
		padding: 5px 20px 5px 5px !important
	}
}

@media (max-width: 992px) {
	#search #search_container h3 {
		clear: both;
		width: auto;
		margin-right: 30px
	}
	#search #search_container .CoveoSearchInterface .coveo-search-section {
		width: 100%;
		clear: both
	}
}

@media (max-width: 768px) {
	.panel.large-panel h2 {
		float: none
	}
	.right-panel {
		min-height: 65px
	}
	.right-panel .btn-bs {
		bottom: 20px;
		left: 30px
	}
	.right-panel.community h4 {
		font-size: 16px
	}
	.right-panel.register-product .btn-bs,
	.right-panel.downloads-widget .btn-bs {
		left: inherit
	}
	.panel.small-panel {
		padding: 20px
	}
}

@media (max-width: 768px) {
	.right-panel.register-product .btn-bs {
		bottom: 40px
	}
}

@media (768px) {
	#product-detail {
		margin: 2em 1em
	}
}

@media (max-width: 768px) {
	.flex-wrapper:first-of-type {
		margin-top: 20px
	}
	.anythingSlider-default {
		padding-right: 30px
	}
	.anythingSlider-default .arrow.back {
		left: -20px
	}
	.anythingSlider-default .arrow.forward {
		right: 0
	}
	.panel h2 {
		font-size: 14px
	}
	.notification {
		margin-left: 0;
		padding-left: 15px
	}
	.panel-bar #support-downloads .download-wrapper {
		padding-bottom: 10px
	}
	.panel-bar #support-downloads .download-wrapper .btn-bs {
		margin: 0 0 10px
	}
	.panel-bar #support-downloads .download-wrapper .software-icon {
		width: 30px;
		height: 30px;
		top: 0;
		margin: 0
	}
	#community .ic-support {
		display: none
	}
	#product-detail .fullsize-img {
		position: relative;
		bottom: inherit;
		right: inherit;
		display: block;
		text-align: center
	}
	#product-detail .parts-listing li .price {
		width: auto
	}
	#product-detail .carousel-inner .item ul {
		margin-top: 20px
	}
	#product-detail .carousel-inner .item ul li a span {
		font-size: 11px;
		line-height: 12px;
		display: block
	}
	#product-detail .setup-and-use {
		text-align: right
	}
	#product-detail .setup-and-use .btn-bs {
		margin-top: 10px
	}
	#product-detail .setup-and-use ul.setup-documents li,
	#product-detail .setup-and-use ul.articles li {
		text-align: left
	}
	#product-detail .my-harmony .btn-bs {
		float: right !important;
		min-width: 0
	}
	#product-detail .my-harmony .register {
		margin-top: 15px;
		float: right !important;
		margin-right: 20px
	}
	#product-detail .my-harmony p {
		float: left !important
	}
	#product-detail .product-img>ul {
		margin: 0 auto 0 2em
	}
	#product-detail .product-img>ul li a img {
		margin-bottom: 10px
	}
	#product-detail .warranty .col-sm-3.col-xs-6:last-of-type {
		text-align: right
	}
	#product-detail .warranty .btn-bs {
		float: right
	}
	#product-detail .warranty .warranty-info {
		margin-top: 10px
	}
	#product-detail .still-having-problems .btn-bs,
	#product-detail .still-having-problems .lets-chat {
		float: right
	}
	#product-detail .still-having-problems .btn-bs {
		min-width: 100px
	}
	#product-detail .still-having-problems .lets-chat {
		margin-top: 5px;
		font-size: 13px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 500
	}
	#product-detail .ask-a-question .col-sm-3 .title {
		text-align: left
	}
	#product-detail .ask-a-question .ask-section {
		padding: 0 1em
	}
	#product-detail .products.row li {
		margin-bottom: 20px
	}
	#product-detail .product-image {
		margin: 0 auto 2em auto
	}
}

@media (max-width: 480px) {
	.right-panel .btn-bs {
		position: relative;
		bottom: 0;
		left: 0
	}
	.right-panel h4,
	.right-panel p,
	.right-panel a {
		text-align: left
	}
	.right-panel.register-product .btn-bs {
		bottom: 0
	}
	.panel.small-panel h2 {
		width: 200px
	}
	.panel.small-panel.active,
	.panel.small-panel.middle.active {
		padding-bottom: 40px
	}
	.panel.small-panel.community-background h4 {
		margin-left: 75px
	}
	.panel.small-panel.community-background .btn-bs {
		margin-left: 75px;
		margin-top: 10px
	}
	.panel.large-panel.active {
		padding-bottom: 40px
	}
	#product-detail .panel-bar .additional-info {
		margin: 0 10px 15px
	}
	#product-detail .panel-bar .additional-info p {
		line-height: 20px;
		margin-left: 0;
		margin-bottom: 10px
	}
	.product-container .product {
		height: 150px;
		margin-bottom: 0
	}
	.product-container .product h3 {
		bottom: 0
	}
	.anythingSlider-default {
		padding-right: 0;
		width: 100%
	}
	footer .footer-bottom .change-location {
		bottom: inherit;
		position: relative
	}
	footer .footer-bottom .locationCopy {
		margin: 0
	}
	footer .footer-bottom .locationCopy #copyright {
		position: relative;
		margin: 0 -15px 0 0;
		padding-right: 0;
		float: none;
		width: auto
	}
}

@media (max-width: 599px) {
	.parts-listing>li .part-number {
		text-align: left
	}
	#product-detail .my-harmony .register {
		margin-top: 5px
	}
	#product-detail .panel-bar.warranty .middle,
	#product-detail .panel-bar.warranty .middle {
		margin: 15px 0;
	}
	#product-detail .panel-bar.warranty .top {
		margin: 0 0 15px 0;
	}
	#product-detail .panel-bar.download-type {
		padding: 0 15px
	}
	#product-detail .panel-bar.setup-and-use .bootstrap-select {
		float: right
	}
	#product-detail .panel-bar.setup-and-use .bootstrap-select .btn-bs {
		margin-top: 0
	}
	#product-detail .panel-bar.setup-and-use .panel-padding .article-list li a {
		text-align: left
	}
	#product-detail .panel-bar.setup-and-use .panel-padding .pagination {
		margin: 20px 0 0
	}
	#product-detail .panel-bar #support-downloads .download-wrapper {
		margin: 10px
	}
	#product-detail .panel-bar #support-downloads .download-wrapper .installer select {
		margin: 15px 0
	}
	#product-detail .panel-bar #support-downloads .download-wrapper .software-help {
		margin-top: 17px
	}
	#product-detail .parts-listing li .spare-part-img {
		margin: 0 0 10px
	}
}

@media (max-width: 480px) {
	.radio input[type="radio"],
	.radio-inline input[type="radio"],
	.checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
		margin-left: 0
	}
	#support-downloads .download-wrapper .installer select {
		height: auto
	}
	#product-detail .panel-bar.download-type {
		padding: 0 15px
	}
	#product-detail .panel-bar.setup-and-use .bootstrap-select {
		float: right
	}
	#product-detail .panel-bar.setup-and-use .bootstrap-select .btn-bs {
		margin-top: 0
	}
	#product-detail .panel-bar.setup-and-use .panel-padding .article-list li a {
		text-align: left
	}
	#product-detail .panel-bar #support-downloads .download-wrapper .software-icon {
		max-width: 50px;
		max-height: 50px;
		width: auto;
		height: auto
	}
	#warranty .middle {
		margin: 10px 0;
	}
	#warranty .middle .warranty-length {
		margin: 0
	}
	#related .parts-listing li .title {
		margin-bottom: 0
	}
	#related .parts-listing li .description {
		margin: 0
	}
	#related .parts-listing li .part-number {
		margin: 20px 0;
		text-align: left
	}
	#troubleshoot .mt {
		margin-top: 15px
	}
	#product-detail .quick-links li.tab {
		width: 50%
	}
	#product-detail .quick-links li.tab.large {
		width: 50%
	}
	#product-detail .quick-links li.tab.button {
		width: 100%;
		clear: both
	}
	#product-detail .setup-and-use .articles {
		margin-top: 10px
	}
	#product-detail .setup-and-use select {
		width: 100%;
		margin-top: 20px;
		float: none
	}
	#product-detail .guides {
		text-align: left
	}
	#product-detail .guides .col-sm-6 {
		margin-bottom: 15px
	}
	#product-detail .guides .col-sm-6:last-of-type {
		padding-bottom: 0;
		margin-bottom: 5px
	}
	#product-detail .guides .clear {
		display: none
	}
	#product-detail .my-harmony p.lh {
		margin-top: 15px
	}
	#product-detail .my-harmony .btn-bs.pull-right {
		float: left !important;
		margin-top: 15px
	}
	#product-detail .my-harmony .clear {
		display: none
	}
	#product-detail .download-wrapper .installer {
		margin: 10px 0
	}
	#product-detail .download-wrapper .installer .software-help {
		top: 5px
	}
	#product-detail .download-wrapper .row .col-xs-9 {
		padding-left: 0
	}
	#product-detail .warranty .col-xs-6 {
		clear: both
	}
	#product-detail .warranty .col-xs-12 .row .col-sm-6 {
		float: left
	}
	#product-detail .ask-section .col-xs-3 {
		clear: both;
		width: 100%;
		margin-bottom: 1em
	}
	#product-detail .ask-section .col-xs-9 {
		width: 100%
	}
	#product-detail .support .btn-bs {
		margin-top: 15px
	}
	#product-detail .ask-a-question .col-sm-3 {
		padding: 0
	}
	#product-detail .ask-a-question .title {
		margin-bottom: 10px
	}
	#product-detail .ask-a-question a,
	#product-detail .ask-a-question p {
		margin-top: 5px
	}
	#product-detail .ask-a-question .btn-bs {
		top: 0
	}
	#product-detail .panel-bar .related-products .ic-arrow-left,
	#product-detail .panel-bar .related-products .ic-arrow-right {
		margin-top: 7em
	}
	#product-detail .panel-bar .related-products .ic-arrow-left {
		margin-left: 1em
	}
	#product-detail .panel-bar p {
		text-align: left;
		line-height: 30px;
		margin-left: 10px
	}
	#product-detail .product-img>ul li {
		width: 30%;
		margin-right: .5em
	}
	#product-detail .product-detail-table thead th {
		font-size: 10px;
		padding: 10px 15px
	}
	#product-detail .product-detail-table tbody tr td.pad-more {
		padding: 1em 15px
	}
	#product-detail .quick-links {
		margin: 0 -15px
	}
	#product-detail .quick-links li.col-sm-2 {
		width: 50%
	}
}

@media (max-width: 480px) {
	#search #search_container {
		margin: 20px
	}
	#search #search_container .form-control {
		float: none;
		width: 100%;
		margin-bottom: 10px
	}
	footer .container {
		padding: 0
	}
	footer .change-location {
		margin: 0;
		padding: 0
	}
	footer .footer-logitech-dropdown {
		display: none
	}
	footer .footer-bottom .container {
		padding: 30px 15px 0
	}
	footer .footer-bottom .col-xs-12 {
		padding: 0 15px
	}
	.product-listing a>img {
		max-width: 350px;
		max-height: 350px
	}
	.not-registered {
		margin-top: 2rem
	}
	.not-registered .col-sm-4 {
		margin-top: 1rem
	}
	.not-registered .col-sm-4 .gray-btn {
		width: 100%;
		margin: 0
	}
	.sign-in-with {
		margin-top: 2rem
	}
	.sign-in-with>ul li {
		float: left;
		width: 50%
	}
	.sign-in-with>ul li:nth-of-type(even) a {
		margin-right: 0
	}
	.sign-in-with>ul li a {
		max-width: 100%;
		width: auto;
		text-align: center;
		margin-right: 20px;
		padding: 5px 0
	}
	.contact-us {
		margin: 3rem 0
	}
	.tab-pane {
		padding: 0
	}
	.tab-pane .link-lists .col-sm-3 {
		width: auto
	}
	.tab-pane .link-lists .col-sm-3:nth-of-type(4) {
		width: auto
	}
	.tab-pane .link-lists .col-sm-3:nth-of-type(4) ul {
		display: none
	}
	.negative-margin-mobile .no-gutter:nth-of-type(2) {
		width: 100%
	}
	.negative-margin-mobile h1 {
		margin-left: 15px
	}
	.change-location {
		width: 80%
	}
	.support-form .signin-form .not-registered p {
		display: block;
		float: none
	}
}

@media (max-width: 320px) {
	.right-panel {
		padding-left: 40px
	}
}

@media (max-width: 480px) {
	.controls {
		text-align: center;
		margin-top: 30px
	}
	.controls .btn-bs {
		min-width: 200px
	}
}


/*.loggedInImage {
		background-image: url("../img/logged-in-background.png");		
		display: inline-block;
		z-index :100;		
	}*/

.loggedInImageBg_chrome {
	background-image: url("../img/logged-in-background.png");
	display: inline-block;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 24px;
	margin-top: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

.loggedInImageBg_mozilla {
	background-image: url("../img/logged-in-background.png");
	display: inline-block;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 24px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-top: auto;
}

.loggedInImageBg_safari {
	background-image: url("../img/logged-in-background.png");
	display: inline-block;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 24px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-top: auto;
}

.login-link-loggedIn {
	width: 65px;
}

.toolbar-icon-loggedIn {
	position: absolute;
}

.background-sprite.service-center {
	background-position: -533px 0;
	background-size: 800%;
	width: 80px;
	height: 125px
}

.background-sprite.service-center.mobile {
	background-position: -235px 0px;
	width: 35px;
	height: 35px;
	top: 9px;
	left: 9px
}


/*.loggedOutImage {
		background: url("../img/loggedOut.png");
		display: inline-block;
		z-index : 100;
	}*/


/*# sourceMappingURL=main.css.map */