/* bootstrap_linksys.css */
/* bootstrap styles, overrides, and custom styles */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import "http://www.linksys.com/resources/css/padiact.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 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;
  }
  @page {
    margin: 2cm .5cm;
  }
  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;
  }
}
*,
*: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: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
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;
}
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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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 #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .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;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
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.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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: 0px;
  padding-right: 0px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (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 #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  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],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 0px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.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-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-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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 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: 0px;
  margin-right: 0px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.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;
  }
}
.btn {
  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 0px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #0068d9;
  border-color: #005cc0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0054b0;
  border-color: #003e82;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0068d9;
  border-color: #005cc0;
}
.btn-primary .badge {
  color: #0068d9;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 0px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 0px;
  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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-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:empty {
  width: 1em;
}
.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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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.42857143;
  color: #333333;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.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: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn: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 {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn: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-xs > .btn {
  padding: 1px 0px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 0px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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 .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn: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 {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > 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 {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 0px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 0px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 0px;
  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,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
    padding-left: 50px;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand {
    margin-left: 0px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.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: ">\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.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 0px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 0px;
  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 0px;
  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;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody: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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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-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;
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 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: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;
}
@media screen and (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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  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;
  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: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #ffffff;
  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: 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: 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: none;
  color: #ffffff;
  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%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .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,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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 (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !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: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !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: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !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;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.container {
  max-width: 980px;
}
@media (max-width: 992px) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
.wrapper-infinite {
  width: 100%;
  position: relative;
}
.wrapper-infinite.plain-section {
  background: #ffffff;
}
.wrapper-infinite.light-section {
  background: #f2f2f2;
}
.wrapper-infinite.light-section-grad {
  background-color: #ececec;
  background: url(http://cache-www.linksys.com/resources/img/category/cameras/category-background-repeat.png);
  background-repeat: repeat-x;
}
.wrapper-infinite.dark-section {
  background: black;
}
.wrapper-infinite.vivid-section {
  background: #0068d9;
}
.wrapper-infinite.bottom-border {
  border-bottom: 1px solid #e2e2e2;
}
.wrapper-infinite.top-border {
  border-top: 1px solid #e2e2e2;
}
.wrapper-infinite.bottom-fade {
  background: #ffffff url(../img/ui/bg/bottom_fade_gradient3.png) left bottom repeat-x;
}
.hang-left {
  position: absolute;
  right: 0px;
}
.hang-left-vanity {
  position: absolute;
  right: 0px;
}
.hang-right {
  position: absolute;
  left: 0px;
}
@media (min-width: 768px) {
  .col-penta-sm-5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .col-penta-sm-4 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80%;
  }
  .col-penta-sm-3 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 60%;
  }
  .col-penta-sm-2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 40%;
  }
  .col-penta-sm-1 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 20%;
    padding-right: 1em;
  }
  .col-penta-sm-pull-5 {
    right: 100%;
  }
  .col-penta-sm-pull-4 {
    right: 80%;
  }
  .col-penta-sm-pull-3 {
    right: 60%;
  }
  .col-penta-sm-pull-2 {
    right: 40%;
  }
  .col-penta-sm-pull-1 {
    right: 20%;
  }
  .col-penta-sm-pull-0 {
    right: 0%;
  }
  .col-penta-sm-push-5 {
    left: 100%;
  }
  .col-penta-sm-push-4 {
    left: 80%;
  }
  .col-penta-sm-push-3 {
    left: 60%;
  }
  .col-penta-sm-push-2 {
    left: 40%;
  }
  .col-penta-sm-push-1 {
    left: 20%;
  }
  .col-penta-sm-push-0 {
    left: 0%;
  }
  .col-penta-sm-offset-5 {
    margin-left: 100%;
  }
  .col-penta-sm-offset-4 {
    margin-left: 80%;
  }
  .col-penta-sm-offset-3 {
    margin-left: 60%;
  }
  .col-penta-sm-offset-2 {
    margin-left: 40%;
  }
  .col-penta-sm-offset-1 {
    margin-left: 20%;
  }
  .col-penta-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-eight-md-2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 12.5%;
  }
  .col-ten-md-2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 10%;
  }
}
* {
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizelegibility;
}
h1.main-headline {
  font: normal 24px "GalaxiePolaris-Medium", Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  text-align: center;
}
h1.main-headline:after {
  content: none;
}
@media (max-width: 767px) {
  h1.main-headline {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
}
h2,
.linksys-header {
  color: black;
  font: normal 24px "GalaxiePolaris-Medium", Arial, sans-serif;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
h2:after,
.linksys-header:after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  background: #0068d9;
  margin: 13px 0px 20px 0px;
}
h2.centered-heading,
.linksys-header.centered-heading {
  text-align: center;
}
h2.centered-heading:after,
.linksys-header.centered-heading:after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  background: #0068d9;
  margin: 13px auto 30px;
}
.dark-section h2,
.dark-section .linksys-header {
  color: white;
}
.vivid-section h2,
.vivid-section .linksys-header {
  color: white;
}
.vivid-section h2:after,
.vivid-section .linksys-header:after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  background: white;
  margin: 13px 0px 20px 0px;
}
h2.main-headline,
.linksys-header.main-headline {
  font: normal 24px "GalaxiePolaris-Medium", Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  text-align: center;
}
h2.main-headline:after,
.linksys-header.main-headline:after {
  content: none;
}
@media (max-width: 767px) {
  h2.main-headline,
  .linksys-header.main-headline {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
}
h2.no-bottomline,
.linksys-header.no-bottomline {
  font: normal 24px "GalaxiePolaris-Medium", Arial, sans-serif;
  color: black;
  text-align: left;
  text-transform: uppercase;
}
h2.no-bottomline:after,
.linksys-header.no-bottomline:after {
  content: none;
}
@media (max-width: 767px) {
  h2.no-bottomline,
  .linksys-header.no-bottomline {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media (max-width: 767px) {
  .linksys-header {
    font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
    font-size: 14px;
    text-align: center;
  }
  .linksys-header:after {
    content: none;
  }
  .linksys-header.centered-heading:after {
    content: none;
  }
}
h3 {
  text-transform: uppercase;
}
.dark-section h3 {
  color: #c9c9c9;
}
h3.home-section {
  font: normal 16px "GalaxiePolaris-Medium", Arial, sans-serif;
  color: black;
}
h3.home-section:after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  background: #0068d9;
  margin: 13px 0px 20px 0px;
}
h3.home-section.centered-heading {
  text-align: center;
}
h3.home-section.centered-heading:after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  background: #0068d9;
  margin: 13px auto;
}
span.del-red {
  color: red;
  text-decoration: line-through;
  line-height: 1em;
  font-size: 14px;
}
del {
  color: #ccc;
  text-decoration: none;
  line-height: 1em;
  font-size: 14px;
}
.btn-primary {
  text-transform: uppercase;
  font-size: 10px;
  padding: 9px 12px;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.btn-see-all {
  background: url("../img/ui/blue-arrow-right.png") no-repeat right center;
  font-size: 14px;
  padding-right: 14px;
  text-transform: capitalize;
}
a.blk-link {
  color: #000;
  text-decoration: none;
}
a.blk-link:hover {
  text-decoration: underline;
}
a.yellow {
  color: gold;
  text-decoration: none;
}
a.yellow:hover {
  text-decoration: underline;
}
.form-section {
  margin-bottom: 20px;
}
.form-section .form-label {
  font-family: 'GalaxiePolaris-Bold', Arial;
  color: #8b8d8e;
  display: block;
  font-size: 12px;
  padding: 7px 0;
}
.form-section .req-field:after {
  color: #8b8d8e;
  content: "*";
}
.form-section .form-control {
  font-size: 10px;
  padding: 6px 12px;
}
.form-section .caption {
  color: #8b8d8e;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.form-section textarea {
  resize: vertical;
}
.form-tag-line {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
}
.req-tag {
  color: #8b8d8e;
  float: right;
  font-size: 12px;
  margin-top: 4px;
  text-transform: none;
}
.globalMessages {
  color: #ff0000;
}
.error-msg {
  color: #ff0000;
}
h4.form-header {
  font-size: 14px;
  margin: 0;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .req-tag {
    float: none;
    display: block;
  }
}
@font-face {
  font-family: 'GalaxiePolaris-Light';
  src: url('../fonts/GalaxiePolaris-Light.eot');
  src: local('☺'), url('../fonts/GalaxiePolaris-Light.woff') format('woff'), url('../fonts/GalaxiePolaris-Light.ttf') format('truetype'), url('../fonts/GalaxiePolaris-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris-Book';
  src: url('../fonts/GalaxiePolaris-Book.eot');
  src: local('☺'), url('../fonts/GalaxiePolaris-Book.woff') format('woff'), url('../fonts/GalaxiePolaris-Book.ttf') format('truetype'), url('../fonts/GalaxiePolaris-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris-Medium';
  src: url('../fonts/GalaxiePolaris-Medium.eot');
  src: local('☺'), url('../fonts/GalaxiePolaris-Medium.woff') format('woff'), url('../fonts/GalaxiePolaris-Medium.ttf') format('truetype'), url('../fonts/GalaxiePolaris-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris-MediumItalic';
  src: url('../fonts/GalaxiePolaris-MediumItalic.eot');
  src: local('☺'), url('../fonts/GalaxiePolaris-MediumItalic.woff') format('woff'), url('../fonts/GalaxiePolaris-MediumItalic.ttf') format('truetype'), url('../fonts/GalaxiePolaris-MediumItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris-Bold';
  src: url('../fonts/GalaxiePolaris-Bold.eot');
  src: local('☺'), url('../fonts/GalaxiePolaris-Bold.woff') format('woff'), url('../fonts/GalaxiePolaris-Bold.ttf') format('truetype'), url('../fonts/GalaxiePolaris-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris-BoldItalic';
  src: url('../fonts/GalaxiePolaris-BoldItalic.eot');
  src: local('☺'), url('../fonts/GalaxiePolaris-BoldItalic.woff') format('woff'), url('../fonts/GalaxiePolaris-BoldItalic.ttf') format('truetype'), url('../fonts/GalaxiePolaris-BoldItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris-Heavy';
  src: url('../fonts/GalaxiePolaris-Heavy.eot');
  src: local('☺'), url('../fonts/GalaxiePolaris-Heavy.woff') format('woff'), url('../fonts/GalaxiePolaris-Heavy.ttf') format('truetype'), url('../fonts/GalaxiePolaris-Heavy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.col-penta {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-eight {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-ten {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.caps {
  text-transform: uppercase;
}
.initial {
  text-transform: initial;
}
.include-all-sizes,
tr.include-all-sizes,
th.include-all-sizes,
td.include-all-sizes {
  display: none !important;
}
@media (max-width: 767px) {
  .include-all-sizes {
    display: block !important;
  }
  table.include-all-sizes {
    display: table;
  }
  tr.include-all-sizes {
    display: table-row !important;
  }
  th.include-all-sizes,
  td.include-all-sizes {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .include-all-sizes.visible-sm {
    display: block !important;
  }
  table.include-all-sizes.visible-sm {
    display: table;
  }
  tr.include-all-sizes.visible-sm {
    display: table-row !important;
  }
  th.include-all-sizes.visible-sm,
  td.include-all-sizes.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .include-all-sizes.visible-md {
    display: block !important;
  }
  table.include-all-sizes.visible-md {
    display: table;
  }
  tr.include-all-sizes.visible-md {
    display: table-row !important;
  }
  th.include-all-sizes.visible-md,
  td.include-all-sizes.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .include-all-sizes.visible-lg {
    display: block !important;
  }
  table.include-all-sizes.visible-lg {
    display: table;
  }
  tr.include-all-sizes.visible-lg {
    display: table-row !important;
  }
  th.include-all-sizes.visible-lg,
  td.include-all-sizes.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .include-all-sizes {
    display: block !important;
  }
  table.include-all-sizes {
    display: table;
  }
  tr.include-all-sizes {
    display: table-row !important;
  }
  th.include-all-sizes,
  td.include-all-sizes {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .include-all-sizes {
    display: block !important;
  }
  table.include-all-sizes {
    display: table;
  }
  tr.include-all-sizes {
    display: table-row !important;
  }
  th.include-all-sizes,
  td.include-all-sizes {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .include-all-sizes {
    display: block !important;
  }
  table.include-all-sizes {
    display: table;
  }
  tr.include-all-sizes {
    display: table-row !important;
  }
  th.include-all-sizes,
  td.include-all-sizes {
    display: table-cell !important;
  }
}
.gallery-display {
  min-height: 200px;
  background: red;
}
.bottom-border {
  border-bottom: 1px solid #e2e2e2;
}
.top-border {
  border-top: 1px solid #e2e2e2;
}
.icn-tooltip {
  background: url(../img/icon/icn-tooltip.png) no-repeat right center;
  padding-right: 20px;
  display: inline-block;
}
.icon-tooltip-only {
  display: inline;
}
.icon-tooltip-only .icn-tooltip {
  background-position: 4px 0;
  display: inline-block;
  height: 14px;
}
.icon-tooltip-only .icn-tooltip:hover {
  text-decoration: none;
}
.btn-primary-product,
.yellow-button {
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe600), color-stop(1, #faa741));
  background: -moz-linear-gradient(center top, #ffe600 5%, #faa741 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe600', endColorstr='#faa741');
  background-color: #FED100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-indent: 0;
  border: 1px solid #ffe07a;
  display: inline-block;
  color: #000000;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  white-space: nowrap;
}
.btn-primary-product:hover,
.yellow-button:hover {
  border-color: #ffe07a;
  color: #FFFFFF;
}
.btn-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #eaeaea));
  background: -moz-linear-gradient(center top, #fcfcfc 5%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eaeaea');
  background-color: #E7E7E7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-indent: 0;
  border: 1px solid #cfcfcf;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  font-style: normal;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-gray:hover {
  color: #000;
  border-color: #cfcfcf;
}
.btn-blue {
  padding: 10px 20px;
  display: block;
  border: 1px solid #004897;
  border-top: 1px solid #7aa2ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0079fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0079fd), to(#005dc2));
  background-image: -webkit-linear-gradient(top, #0079fd, #005dc2);
  background-image: -moz-linear-gradient(top, #0079fd, #005dc2);
  background-image: -ms-linear-gradient(top, #0079fd, #005dc2);
  background-image: -o-linear-gradient(top, #0079fd, #005dc2);
  background-image: linear-gradient(to bottom, #0079fd, #005dc2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0079fd, endColorstr=#005dc2);
  font-size: 12px;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.btn-blue a {
  color: #ffffff;
}
.btn-wide {
  padding: 8px 40px;
}
.btn-light {
  background: -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
}
.white-block {
  padding: 20px 10px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #e2e2e2;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.light-grey {
  color: #e2e2e2;
}
.md-grey {
  color: #8b8d8e;
}
.red {
  color: red;
  font-size: 12px;
}
.green {
  color: #7ab800;
  font-weight: bold;
}
.yellow {
  color: gold;
}
.linksys-red {
  color: #c62032;
}
.linksys-blue {
  color: #0068d9;
}
.tar {
  text-align: right;
}
.tam {
  text-align: center;
}
.yellow-box {
  background-color: #fffdf1;
  border: 1px solid #fed100;
  padding: 20px;
  border-radius: 6px;
}
.gray-box {
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 6px;
}
.linksys-select-outer {
  overflow: hidden;
  display: inline-block;
  background-image: url('../img/ui/arrow-down.png'), -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
  background-image: url('../img/ui/arrow-down.png'), -moz-linear-gradient(bottom, #ffffff, #f4f4f4 1px, #ffffff 15px);
  background-repeat: no-repeat;
  background-position: 96% center;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.linksys-select {
  width: 100%;
  padding: 0px 20px 0px 10px;
  font-weight: bold;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: window;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent;
  padding: 6px 6px;
}
.rounded-gray {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.error-field {
  border-color: red;
}
.error-text {
  color: red !important;
  font-weight: bold !important;
}
.shadow-bot {
  border-bottom: 1px solid #bbbbbb;
  box-shadow: 0 4px 4px -2px #cacaca;
  -moz-box-shadow: 0 4px 4px -2px #cacaca;
  -webkit-box-shadow: 0 4px 4px -2px #cacaca;
}
.shadow-top-inset {
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .pr-30 {
    padding-right: 0px;
  }
  .pl-30 {
    padding-left: 0px;
  }
}
.offset:before {
  content: " ";
  display: block;
  height: 130px;
  margin-top: -130px;
  visibility: hidden;
}
.promo-band {
  padding: 4px 0;
  overflow-y: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.promo-band a {
  color: #fff;
  display: block;
  min-height: 18px;
  min-width: 60px;
}
.promo-band.is-closed {
  max-height: 0px;
  padding: 0px;
}
.promo-band .carousel-inner {
  margin: 0 auto;
  width: 90%;
}
.promo-band .item {
  width: 100%;
}
.promo-band .message {
  width: 100%;
  display: block;
  text-align: center;
}
.promo-band .message:hover {
  text-decoration: none;
}
.promo-band .message em {
  text-decoration: underline;
}
.promo-band .close-box {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent url(../img/ui/x_sm_white.png) top right no-repeat;
  min-width: 20px;
}
.promo-band .next-link,
.promo-band .prev-link {
  background: transparent url(../img/ui/angle_right_sm_white.gif) 50% 50% no-repeat;
  position: absolute;
  top: 0px;
  display: none;
}
.promo-band .prev-link {
  background-image: url(../img/ui/angle_left_sm_white.gif);
  left: 0px;
}
.promo-band .next-link {
  right: 0px;
}
.promo-band-bookmark {
  max-height: 30;
  overflow-y: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: 26px;
  width: 20px;
  position: absolute;
  top: 0px;
  right: 9px;
  border: 1px solid #000000;
  background: #0068d9;
}
.promo-band-bookmark.is-closed {
  max-height: 0px;
  padding: 0px;
}
.nav-wrapper {
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
  z-index: 999;
}
.linksys-logo {
  color: transparent;
  height: 30px;
  padding: 14px 20px 35px 0px;
  margin-right: 0px;
}
@media (max-width: 992px) {
  .linksys-logo {
    display: inline-block;
    float: none;
    padding: 14px 20px 0 13px;
  }
}
.nav > li > a {
  padding-right: 16px;
  padding-left: 16px;
}
.dropdown-toggle .caret {
  border: none;
  top: 36px;
  right: 55%;
}
.navbar-nav-left,
.navbar-nav-right {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-nav-left > li,
.navbar-nav-right > li {
  font: normal 0.857em "GalaxiePolaris-Bold", Arial, sans-serif;
  text-transform: uppercase;
}
.navbar-nav-left > li .trending-nav,
.navbar-nav-right > li .trending-nav {
  color: #fdb11a;
}
.navbar-nav-left > li .trending-nav:hover,
.navbar-nav-right > li .trending-nav:hover {
  color: #fdb11a;
}
.navbar-nav-left > li:hover,
.navbar-nav-right > li:hover {
  background-color: #fff;
}
.navbar-nav-left > li:hover > a,
.navbar-nav-right > li:hover > a {
  color: #000;
}
.navbar-nav-left > li:hover > a.trending-nav,
.navbar-nav-right > li:hover > a.trending-nav {
  color: #fdb11a;
}
.navbar-nav-left > li > a,
.navbar-nav-right > li > a {
  color: #000;
  cursor: pointer;
}
.navbar-nav-left > li > a:hover,
.navbar-nav-right > li > a:hover {
  background-color: #fff;
  color: #000;
}
.navbar-nav-left > li > a:focus,
.navbar-nav-right > li > a:focus {
  background-color: #fff;
  color: #000;
}
.navbar-nav-left .dropdown-linksys,
.navbar-nav-right .dropdown-linksys {
  position: static;
}
.navbar-nav-left .dropdown-linksys a,
.navbar-nav-right .dropdown-linksys a {
  color: #000;
}
.navbar-nav-left .dropdown-linksys a:focus,
.navbar-nav-right .dropdown-linksys a:focus {
  color: black;
}
.navbar-nav-left .dropdown-linksys a:hover,
.navbar-nav-right .dropdown-linksys a:hover {
  color: black;
}
.navbar-nav-left .dropdown-linksys .search-icon-main,
.navbar-nav-right .dropdown-linksys .search-icon-main {
  padding-bottom: 13px;
}
.navbar-nav-left .open > a,
.navbar-nav-right .open > a {
  background-color: #fff;
  color: #000;
}
.navbar-nav-left .open > a:hover,
.navbar-nav-right .open > a:hover {
  background-color: #fff;
  color: #000;
}
.navbar-nav-left .open > a:focus,
.navbar-nav-right .open > a:focus {
  background-color: #fff;
  color: #000;
}
.navbar-nav-left .dropdown-toggle .caret {
  display: none;
}
.navbar-nav-left .dropdown:nth-child(1):hover > a,
.navbar-nav-left .dropdown:nth-child(2):hover > a,
.navbar-nav-left li:nth-child(3):hover > a {
  color: #0068d9;
}
.navbar-nav-right {
  float: right;
  margin-right: 50px;
}
.navbar-nav-right .dropdown-toggle .caret {
  display: none;
}
.navbar-nav-right .account-but a {
  color: #8b8d8e;
  cursor: pointer;
}
.navbar-nav-right .account-but a:hover {
  color: #0068d9;
}
.caret {
  position: absolute;
  right: 47%;
  bottom: 15%;
  z-index: 1001;
}
.navbar-collapse:after {
  clear: none;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-collapse {
  max-height: none;
}
.search-box {
  float: right;
  padding-top: 10px;
}
.search-box #main-search {
  background: url(../img/ui/magnifying-glass.png) no-repeat scroll 8px 6px #4d4d4d;
  color: #fff;
  border: medium none;
  border-radius: 25px 25px 25px 25px;
  padding: 7px 5px 5px 30px;
}
.search-box .search-term {
  width: 90%;
}
.circle {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #0068d9;
  float: right;
}
.cart-icon {
  float: right;
  background: #0068d9;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 15px;
  margin-right: 50px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .cart-icon {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
@media (max-width: 992px) {
  .cart-icon {
    margin-right: 0px;
  }
}
.cart-icon .cart-number {
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
.cart-icon1 {
  background-size: 23px 20px;
  background: url(../_ui/linksys/img/ui/cart-icon-grey.png) no-repeat scroll 50% center transparent;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../_ui/linksys/img/ui/cart-icon-grey.svg);
  background-image: linear-gradient(transparent, transparent), url(../_ui/linksys/img/ui/cart-icon-grey.svg);
  float: right;
  width: 33px;
  height: 33px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cart-icon1 {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    background-size: 23px 20px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
}
.navbar-nav > li > .dropdown-menu-linksys {
  margin-top: -1px;
}
.navbar-nav > li > a {
  line-height: 19px;
}
.navbar-nav .cart-icon-bk > a {
  height: 50px;
  padding: 10px 13px 0 19px;
  cursor: pointer;
}
#cart-icon-bk {
  height: 18px;
  width: 21px;
}
.cart-circle {
  display: inline-block;
  background: #0068d9;
  border: none;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-left: 4px;
  text-align: center;
}
.cart-circle .cart-number {
  color: #fff;
  line-height: 26px;
  font-style: normal;
  font-size: 1.16em;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
@media (max-width: 992px) {
  .bound {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 40px;
    padding: 0 50px;
    text-align: center;
  }
  .bound .navbar-brand {
    color: transparent;
  }
  .bound .mobile-header-button a {
    background: url(../_ui/linksys/img/ui/mobile-menu-icon.png) scroll center center;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../_ui/linksys/img/ui/mobile-menu-icon.svg);
    background-image: linear-gradient(transparent, transparent), url(../_ui/linksys/img/ui/mobile-menu-icon.svg);
    background-size: 21px 16px;
    background-repeat: no-repeat;
    height: 40px;
    left: 0px;
    position: absolute;
    top: 5px;
    width: 40px;
  }
  .bound .mobile-header-button a img {
    display: none;
  }
  .hidden-blockelement-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-button-xs {
    display: none !important;
  }
  .cart-icon {
    width: 21px;
    height: 21px;
    margin-top: 15px;
    line-height: 18px;
  }
  .cart-icon .cart-number {
    font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 11px;
  }
}
.width-max-100 {
  width: 100% !important;
  max-width: 100% !important;
}
.product-sticky-header {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 10000;
  border-bottom: 2px solid #e2e2e2;
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
  -moz-transition: -moz-transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
  -o-transition: -o-transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
  transition: transform .2s,background .3s,color .3s,opacity 0 .3s;
}
.product-sticky-header.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s;
  -moz-transition: -moz-transform 0.2s, background 0.3s, color 0.3s;
  -o-transition: -o-transform 0.2s, background 0.3s, color 0.3s;
  transition: transform .2s,background .3s,color .3s;
}
.product-sticky-header.deactive {
  opacity: 0;
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
  -moz-transition: -moz-transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
  -o-transition: -o-transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
  transition: transform .2s,background .3s,color .3s,opacity 0 .3s;
}
.product-sticky-header .linksys-logo {
  padding: 10px 20px 10px 90px;
}
.product-sticky-header .container {
  background: #FFF;
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
}
.product-sticky-header .container .navbar-brand {
  display: inline-block;
  float: none;
  padding: 6px 0 10px;
}
.product-sticky-header .mobile_gallery {
  padding: .4em;
}
.product-sticky-header .mobile_gallery .left-mobile-gal h1 {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.product-sticky-header .mobile_gallery .left-mobile-gal p {
  cursor: pointer;
  display: inline-block;
  color: #0068d9;
}
.product-sticky-header .reviews p {
  margin: 0;
}
.product-sticky-header .sale-badge {
  margin-bottom: 2px;
}
.product-sticky-header .sticky-pricing {
  float: right;
  width: 200px;
  margin-right: 12px;
  vertical-align: bottom;
}
.product-sticky-header .sticky-pricing span {
  float: right;
}
.product-sticky-header .sticky-pricing p {
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.product-sticky-header .sticky-pricing .large-price {
  font-size: 20px;
  font-weight: bold;
}
.product-sticky-header .sticky-pricing .del-red {
  margin: 10px 2px 0px 0px;
  display: inline-block;
}
.product-sticky-header .right-mobile-gal {
  float: right;
}
.product-sticky-header .mobile_gallery .right-mobile-gal .btn-primary-mob-prod {
  padding: 8px 12px;
}
@media (max-width: 768px) {
  .promo-band {
    height: auto;
    vertical-align: middle;
    padding: 4px;
  }
  .promo-band .next-link,
  .promo-band .prev-link {
    display: none;
  }
  .promo-band .carousel-inner {
    border-bottom: none;
    margin-bottom: 0px;
    text-align: center;
  }
  .promo-band .carousel-inner a {
    width: 90%;
    display: inline-block;
  }
  .product-sticky-header {
    display: none !important;
  }
}
.row.text-dropdown-menu,
.row.sub-categories {
  transition: opacity 500 ease-in-out;
}
.mainbreadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
  font-size: 12px;
}
.mainbreadcrumb > li a {
  color: #8b8d8e;
}
.breadcrumbs {
  margin: 12px 0;
  padding: 0;
  color: #8b8d8e;
  font-size: 10px;
  list-style-type: none;
}
.breadcrumbs:before,
.breadcrumbs:after {
  content: " ";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs:before,
.breadcrumbs:after {
  content: " ";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a {
  color: #8b8d8e;
}
.breadcrumbs li:not(:last-child):after {
  content: " >";
}
@media (max-width: 992px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.arrow_boxes {
  overflow: hidden;
}
.arrow_boxes a {
  display: block;
}
.arrow_box {
  float: left;
  position: relative;
  width: 25%;
}
.arrow_box:nth-child(0) {
  z-index: 6;
}
.arrow_box:nth-child(1) {
  z-index: 5;
}
.arrow_box:nth-child(2) {
  z-index: 4;
}
.arrow_box:nth-child(3) {
  z-index: 3;
}
.arrow_box:nth-child(4) {
  z-index: 2;
}
.arrow_box:nth-child(5) {
  z-index: 1;
}
.arrow_box:nth-child(6) {
  z-index: 0;
}
.arrow_box h3 {
  color: #0068D9;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
}
.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 100%;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 0;
}
.arrow_box:after {
  border-width: 16px;
  margin-top: -16px;
}
.arrow_box:before {
  border-width: 18px;
  margin-top: -18px;
}
.arrow_box.inactive {
  background: #fff;
  border: 1px solid #ccc;
}
.arrow_box.inactive h3 {
  color: #8b8d8e;
}
.arrow_box.inactive h3 .checkmark {
  background: url('../img/ui/grey-checkmark.png') no-repeat left center;
  padding-left: 20px;
}
.arrow_box.inactive:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
.arrow_box.inactive:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
}
.arrow_box.inactive.blue-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
.arrow_box.inactive.blue-right:before {
  border-color: rgba(0, 104, 217, 0);
  border-left-color: #0068D9;
}
.arrow_box.active {
  background: #F1F8FF;
  border: 1px solid #0068D9;
}
.arrow_box.active:after {
  border-color: rgba(241, 248, 255, 0);
  border-left-color: #F1F8FF;
}
.arrow_box.active:before {
  border-color: rgba(0, 104, 217, 0);
  border-left-color: #0068D9;
}
.arrow_box.first {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0;
  margin: 0;
}
.arrow_box.mid {
  border-left: 0;
  border-radius: 0px;
}
.arrow_box.mid.active:after {
  border-color: rgba(241, 248, 255, 0);
  border-left-color: #F1F8FF;
}
.arrow_box.mid.active:before {
  border-color: rgba(0, 104, 217, 0);
  border-left-color: #0068D9;
}
.arrow_box.last.inactive {
  background: none;
  border-left: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.arrow_box.last.active {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.arrow_box.last:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 0;
  margin-top: 0;
}
.arrow_box.last:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
  border-width: 0;
  margin-top: 0;
}
.carousel-comments {
  color: #8b8d8e;
  text-align: center;
  padding: 8px;
}
#main-carousel .carousel-inner {
  max-width: 1600px;
  margin: auto;
}
#main-carousel .carousel-inner .item {
  width: 100%;
}
#main-carousel .carousel-inner .item img,
#main-carousel .carousel-inner .item a img {
  position: relative;
  z-index: -1px;
  width: 100%;
}
#main-carousel .carousel-control {
  display: none;
}
#main-carousel:hover .carousel-control {
  display: block;
}
.carousel-control {
  position: absolute;
  background: transparent url(http://cdn-www.linksys.com.s3.amazonaws.com/resources/img/content/_placeholders/_placeholder_grey_arrows.png) 0px 0px no-repeat;
  top: 50%;
  margin-top: -24px;
  width: 22px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  background-image: url(http://cdn-www.linksys.com.s3.amazonaws.com/resources/img/content/_placeholders/_placeholder_grey_arrows.png);
  margin-left: 2%;
}
@media (max-width: 991px) {
  .carousel-control.left {
    background-image: none;
  }
}
.carousel-control.right {
  background-position: -22px 0px;
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  background-image: url(http://cdn-www.linksys.com.s3.amazonaws.com/resources/img/content/_placeholders/_placeholder_grey_arrows.png);
  margin-right: 2%;
}
@media (max-width: 991px) {
  .carousel-control.right {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .carousel-control {
    background-image: none;
  }
}
.carousel-indicators {
  position: relative;
  top: 5px;
}
.carousel-indicators li {
  display: inline-block;
  background: transparent url(http://cdn-www.linksys.com.s3.amazonaws.com/resources/img/content/_placeholders/_placeholder_carousel_indicators.png) -12px 0px no-repeat;
  width: 12px;
  height: 12px;
  margin: 0;
  border: none;
  padding: 0;
}
.carousel-indicators .active {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-position: 0px 0px;
}
.hero-title-lg-middle .h3 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 40px;
  top: 100px;
}
.hero-title-sm-middle .span {
  font-size: 16px;
  font-weight: normal;
}
.dropdown-menu {
  border: 1px solid #bbbbbb;
  box-shadow: 0 4px 4px -2px #cacaca;
  -moz-box-shadow: 0 4px 4px -2px #cacaca;
  -webkit-box-shadow: 0 4px 4px -2px #cacaca;
}
.highlight-nav a {
  color: #0068d9 !important;
}
.dropdown-menu-linksys {
  display: none;
  position: absolute !important;
  top: 51px;
  width: 100%;
  padding: 0;
  border: none;
  border-top: 1px solid #bbbbbb;
  box-shadow: none;
  -webkit-box-shadow: 0 4px 2px -2px #d8d8d8;
  -moz-box-shadow: 0 4px 2px -2px #d8d8d8;
  box-shadow: 0 4px 2px -2px #d8d8d8;
}
.dropdown-menu-linksys .sub-menu {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 0;
  width: 90%;
}
.dropdown-menu-linksys .sub-menu > li {
  text-align: center;
  line-height: 1.029;
  font-style: normal;
  font-size: .714em;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  margin: 0 13px;
  width: 13%;
}
.dropdown-menu-linksys .sub-menu > li a {
  text-transform: uppercase;
  text-align: center;
  color: #525252;
}
.dropdown-menu-linksys .sub-menu > li a:hover {
  text-decoration: none;
  color: #0068d9;
}
.dropdown-menu-linksys .sub-menu > li a img {
  padding-bottom: 20px;
  margin: auto;
}
.dropdown-menu-linksys .sub-menu.sub-menu-text {
  margin: 16px auto;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav {
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .backtocat-outer {
  text-align: center;
  margin-top: 6px;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .backtocat-outer .caret.caret-reversed {
  display: inline-block;
  position: static;
  border-top-width: 0;
  border-bottom: 4px solid #000000;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .backtocat-outer a {
  color: #525252;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .backtocat-outer a:hover {
  text-decoration: none;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .sub-menu.subcats-menu {
  list-style: none;
  margin: 20px auto 0px;
  padding: 0px 0px 12px;
  color: #0068d9;
  font: normal "GalaxiePolaris-Medium", Arial, sans-serif;
  width: auto;
  display: inline-block;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .sub-menu.subcats-menu li {
  float: left;
  text-align: center;
  margin: 0 8px;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .sub-menu.subcats-menu li:first-child {
  margin-left: 0px;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .sub-menu.subcats-menu li:last-child {
  margin-right: 0px;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .sub-menu.subcats-menu li img {
  padding-bottom: 8px;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .sub-menu.subcats-menu li a {
  display: block;
  text-align: center;
  color: #525252;
  text-transform: capitalize;
  font-weight: bold;
}
.dropdown-menu-linksys .inner-menu-wrapper-nav .sub-menu.subcats-menu li a:hover {
  text-decoration: none;
  color: #0068d9;
}
.dropdown-menu-linksys .text-dropdown-menu {
  -webkit-box-shadow: 0 4px 2px -2px #d8d8d8;
  -moz-box-shadow: 0 4px 2px -2px #d8d8d8;
  box-shadow: 0 4px 2px -2px #d8d8d8;
}
.trending-dropdown li {
  font-style: normal;
  font-size: .714em;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.trending-dropdown li a {
  padding: 10px 30px 5px 25px;
}
.trending-dropdown li a:hover {
  color: #0068d9;
  background-color: transparent;
}
.business-dropdown {
  top: 50px;
}
.business-dropdown li {
  font-style: normal;
  font-size: .714em;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.business-dropdown li a {
  padding: 10px 30px 5px 25px;
}
.business-dropdown li a:hover {
  color: #0068d9;
  background-color: transparent;
}
.account-dropdown {
  top: 50px;
  padding: 18px;
  text-transform: none;
}
.account-dropdown .btn-primary-product {
  width: 150px;
}
.account-dropdown .signin-msg {
  text-align: center;
  font-size: .89em;
  font-family: Arial, Helvetica, sans-serif;
  color: #aeb0b0;
  padding-top: 10px;
}
.account-dropdown .signin-msg a {
  color: #0068d9;
}
.search-dropdown .form-search .input-group {
  margin: 12px auto 0px;
  width: 75%;
}
.search-dropdown .form-search .input-group .input-group-btn {
  height: 50px;
}
.search-dropdown .form-search .input-group .input-group-btn .btn-info {
  height: 50px;
  background: none;
  padding-left: 18px;
  background-color: #f4f4f4;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: none;
}
.search-dropdown .form-search .input-group .form-control {
  padding: 0;
  font-size: 20px;
  height: 50px;
  background-color: #f4f4f4;
  padding-left: 12px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  border-left: none;
}
.search-dropdown .form-search .input-group .form-control:focus {
  border-color: #cccccc;
  border-left: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-dropdown .search-filters {
  margin: 20px auto 18px;
  padding: 0;
  width: 75%;
}
.search-dropdown .search-filters label {
  margin: 0;
  float: left;
  line-height: 20px;
  text-transform: capitalize;
}
.search-dropdown .search-filters ul {
  float: left;
  padding: 0;
  margin-left: 22px;
}
.search-dropdown .search-filters ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
  color: #8b8d8e;
}
.search-dropdown .search-filters ul li .checkbox {
  margin: 0;
}
.cart-dropdown {
  width: auto;
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 12px;
  white-space: nowrap;
}
.cart-dropdown .cart-drop-prod {
  min-height: 100px;
}
.cart-dropdown .cart-drop-prod .cart-drop-thumb {
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin: 10px 10px 10px 0;
  float: left;
  background-color: #FFF;
}
.cart-dropdown .cart-drop-prod .cart-product-info {
  margin-top: 9px;
  padding-left: 76px;
}
.cart-dropdown .cart-drop-prod span {
  color: #0068d9;
  display: block;
  padding-left: 76px;
}
.cart-dropdown .cart-drop-prod a {
  overflow: hidden;
  white-space: normal;
  float: left;
}
.cart-dropdown .title-cart-drop {
  margin-left: 10px;
  margin-bottom: 10px;
}
.cart-dropdown .title-cart-drop span {
  font-size: 1.16em;
}
.cart-dropdown .divider {
  margin: 0;
  clear: both;
}
.cart-dropdown .cart-dropdown-section {
  background: #f4f4f4;
  padding: 20px 10px;
}
.cart-dropdown .cart-dropdown-section .btn {
  padding: 9px 12px;
}
@media (min-width: 992px) {
  .dropdown-menu-linksys .sub-menu {
    text-align: center;
  }
  .dropdown-menu-linksys .sub-menu > li {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-linksys .sub-menu.sub-menu-text {
    width: 80%;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-linksys .sub-menu.sub-menu-text {
    width: 75%;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-linksys .sub-menu.sub-menu-text {
    width: 70%;
  }
}
.direct-connect h3.tagline {
  float: left;
}
.direct-connect .req-tag {
  float: right;
  margin-top: 20px;
}
.direct-connect .check-status {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 12px 0px;
  text-align: center;
  color: #8b8d8e;
  margin: 20px 0px;
}
.direct-connect .check-status p {
  margin-bottom: 0px;
}
.direct-connect .direct-connect-form input {
  margin-bottom: 8px;
}
.direct-connect .direct-connect-form h4 {
  margin-bottom: 20px;
}
.direct-connect .direct-connect-form .form-section {
  margin-bottom: 20px;
}
.direct-connect .direct-connect-form .req-field {
  font-size: 12px;
  color: #8b8d8e;
}
.direct-connect .direct-connect-form .req-field:after {
  content: '*';
}
.direct-connect .direct-connect-form .form-location {
  margin-bottom: 18px;
}
.direct-connect .direct-connect-form .form-location span {
  font-weight: bold;
  text-transform: uppercase;
}
.direct-connect .direct-connect-form input {
  margin-bottom: 8px;
}
.direct-connect h3.tagline {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  float: left;
}
.direct-connect .gray-box {
  height: 300px;
  overflow-y: scroll;
}
@media (max-width: 480px) {
  .direct-connect .direct-connect-form .yellow-button {
    width: 100%;
    padding: 10px;
  }
}
.social-sharing {
  display: block;
  text-align: center;
}
#desktop-gallery .elastislide-wrapper nav span {
  border: 1px solid #e7e7e7;
  height: 31px;
  left: 4px;
  width: 59px;
  background-repeat: no-repeat;
  background-position: center;
}
#desktop-gallery .elastislide-wrapper nav span.elastislide-prev {
  background-image: url(/_ui/linksys/img/ui/product-gallery-left.png), linear-gradient(to left, #ffffff 0%, #ebebeb 100%);
}
#desktop-gallery .elastislide-wrapper nav span.elastislide-prev:hover {
  background-image: url(/_ui/linksys/img/ui/product-gallery-left.png);
  background-color: #a3a3a3 !important;
}
#desktop-gallery .elastislide-wrapper nav span.elastislide-prev.inactive-nav {
  background-image: url(/_ui/linksys/img/ui/product-gallery-left-in.png);
}
#desktop-gallery .elastislide-wrapper nav span.elastislide-next {
  background-image: url(/_ui/linksys/img/ui/product-gallery-right.png), linear-gradient(to left, #ffffff 0%, #ebebeb 100%);
}
#desktop-gallery .elastislide-wrapper nav span.elastislide-next:hover {
  background-image: url(/_ui/linksys/img/ui/product-gallery-right.png);
  background-color: #a3a3a3 !important;
}
#desktop-gallery .elastislide-wrapper nav span.elastislide-next.inactive-nav {
  background-image: url(/_ui/linksys/img/ui/product-gallery-right-in.png);
}
.product-thumbs-gallery {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.product-thumbs-gallery li + li {
  margin-top: 6px;
}
.product-thumbs-gallery li {
  display: block;
  margin: 0;
  padding: 0;
}
.product-thumbs-gallery li a {
  display: block;
}
.product-thumbs-gallery li {
  background: pink;
  border: 1px solid #e2e2e2;
  width: 71px;
  height: 71px;
}
.product-thumbs-gallery li.active {
  border-width: 3px;
  margin-left: -2px;
  margin-top: -2px;
  width: 74px;
  height: 74px;
}
.prod-main-img-wrapper {
  margin: 0 6px;
  border: 1px solid #e2e2e2;
}
.prod-main-img-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-details-block {
  padding-left: 38px;
  padding-bottom: 40px;
}
.product-details-block > p {
  margin-bottom: 4px;
}
.product-details-block > p,
.product-details-block ul {
  color: #8b8d8e;
}
.product-details-block ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.product-details-block h1 {
  font-size: 24px;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
.product-details-block h2,
.product-details-block h5,
.product-details-block span.product-info-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
.product-details-block h2:after,
.product-details-block h5:after,
.product-details-block span.product-info-label:after {
  background: transparent;
  margin: 0;
}
.product-details-block .product-part-number {
  color: #8b8d8e;
  font-size: .857em;
}
.product-details-block .reviews img {
  float: left;
  margin-right: 5px;
}
.product-details-block .reviews .reviews-label {
  color: #0068d9;
  cursor: pointer;
}
.product-details-block .product-offers > h3 {
  font-size: 16px;
  font-weight: bold;
}
.product-details-block .product-offers h3.stock-status {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  float: left;
  line-height: 27px;
}
.product-details-block .product-offers .product-variant-outer-large {
  float: left;
  overflow: hidden;
  display: inline-block;
  background-image: url('../img/ui/arrow-down.png'), -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
  background-image: url('../img/ui/arrow-down.png'), -moz-linear-gradient(bottom, #ffffff, #f4f4f4 1px, #ffffff 15px);
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 27px;
  line-height: 27px;
}
.product-details-block .product-offers .product-variant-outer-large .product-variant {
  padding: 0px 20px 0px 10px;
  width: 100px;
  font-weight: bold;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: window;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent;
}
.product-details-block .product-offers .price-info {
  margin: 0;
}
.product-details-block .product-offers .price-info span {
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  font-size: 24px;
}
.product-details-block .product-offers .price-info span.del-red {
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
  font-size: 14px;
}
.product-details-block .product-offers .offer-kicker {
  font-size: 12px;
  color: fff;
  font-weight: bold;
}
.product-details-block .product-offers .stock-status {
  margin: 0;
}
.product-details-block .product-offers .stock-status > span {
  text-transform: uppercase;
}
.product-details-block .btn-primary-product {
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe600), color-stop(1, #faa741));
  background: -moz-linear-gradient(center top, #ffe600 5%, #faa741 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe600', endColorstr='#faa741');
  background-color: #ffe600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-indent: 0;
  border: 1px solid #ffbf00;
  display: inline-block;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  width: 160px;
  text-decoration: none;
  padding: 9px;
}
.product-details-block a.article-icon-left {
  background: url('../img/icon/article-icon-sprite.png') left center;
  background-repeat: no-repeat;
  display: block;
  padding-left: 28px;
  margin-top: 20px;
}
.product-details-block .smb-buttons {
  display: inline-block;
}
.product-details-block .smb-buttons button {
  width: auto;
}
.product-details-block .smb-buttons .btn-gray {
  margin: 0 12px 18px 4px;
  padding: 10px;
}
.product-details-block .smb-buttons .btn-primary-product {
  padding: 10px 20px;
}
.product-details-block .smb-buttons a {
  display: inline-block;
}
.product-portrait-block .addthis_toolbox {
  width: 100%;
}
.product-portrait-block .addthis_toolbox a {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.addthis_default_style .addthis_separator,
.addthis_default_style .at300b,
.addthis_default_style .at4-icon,
.addthis_default_style .at300bo,
.addthis_default_style .at300m,
.addthis_default_style .at300bs {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#productDetailForm {
  display: inline-block;
}
.main-image {
  float: left;
  width: 382px;
  margin-bottom: 0.75em;
  margin-left: 0.75em;
  border: 1px solid #e7e7e7;
  cursor: url(/_ui/linksys/img/ui/zoom-icon.png), auto;
}
.main-image .main-quote-gallery {
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
}
.main-image .main-quote-gallery img {
  float: left;
}
.main-image .main-quote-gallery span {
  font-family: 'GalaxiePolaris-Medium', Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  font-size: 0.85em;
  padding-left: 5px;
  width: 300px;
}
.main-image .main-image-overlay {
  position: absolute;
  top: 12px;
  left: 94px;
}
.main-image .main-image-author {
  margin-left: 20px;
}
.main-image .overlay-featured {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.rollover-to-zoom {
  width: 382px;
  color: #8b8d8e;
  text-align: center;
  float: right;
  margin-right: 22px;
}
#desktop-gallery > #gal1 {
  float: left;
  width: 75px;
  overflow: hidden;
}
#desktop-gallery > #gal1 li {
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.thumbnails li {
  display: inline;
  margin: 0 10px 0 0;
}
.image-thumbs {
  float: left;
  width: 72px;
  padding: 0;
  margin-right: 10px;
}
.image-thumbs > li {
  float: left;
  border: 1px solid #CCC;
  margin: 0 0 10px;
}
#mobile_gallery .buy-options {
  display: none;
  text-align: center;
  padding: 1.66em .833em .833em;
}
#mobile_gallery .buy-options #product-buy-opt {
  width: 100%;
  display: block;
  padding-right: 5px;
}
#mobile_gallery .buy-options #buyNow,
#mobile_gallery .buy-options .btn-reseller,
#mobile_gallery .buy-options #mobile-buyNow {
  width: 100%;
  padding: 10px 5px;
}
#mobile_gallery .buy-options #mobile-product-buy-now {
  padding-right: 5px;
}
.mobile_gallery {
  padding: .833em;
}
.mobile_gallery .selected-variant {
  font-size: 14px;
  font-weight: bold;
}
.mobile_gallery .product-part-number {
  color: #8b8d8e;
}
.mobile_gallery .product-variant-outer-small {
  overflow: hidden;
  display: inline-block;
  background-image: url('../img/ui/arrow-down.png'), -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
  background-image: url('../img/ui/arrow-down.png'), -moz-linear-gradient(bottom, #ffffff, #f4f4f4 1px, #ffffff 15px);
  background-repeat: no-repeat;
  background-position: 99% center;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 52px;
  line-height: 52px;
  width: 100%;
}
.mobile_gallery .product-variant-outer-small .product-variant {
  width: 100%;
  padding: 0px 20px 0px 10px;
  font-weight: bold;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: window;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent;
}
.mobile_gallery .left-mobile-gal {
  border: 1px solid #fff;
}
.mobile_gallery .left-mobile-gal > h1 {
  text-transform: uppercase;
  font-size: 100%;
  margin: 0;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.mobile_gallery .left-mobile-gal .mobile-price-info {
  font-size: 100%;
  margin: 0;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.mobile_gallery .left-mobile-gal .mobile-price-info del {
  color: #8b8d8e;
  font-size: 12px;
}
.mobile_gallery .right-mobile-gal {
  float: right;
}
.mobile_gallery .right-mobile-gal .btn-primary-mob-prod {
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe600), color-stop(1, #faa741));
  background: -moz-linear-gradient(center top, #ffe600 5%, #faa741 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe600', endColorstr='#faa741');
  background-color: #ffe600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-indent: 0;
  border: 1px solid #ffbf00;
  display: inline-block;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  padding: 8px 12px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
.mobile_gallery .right-mobile-gal #mobile-buyOptions.active,
.mobile_gallery .right-mobile-gal .dropdown-toggle.btn-primary-mob-prod:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
  background: -moz-linear-gradient(center top, #000000 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000');
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
  box-shadow: none;
}
.mobile_gallery .right-mobile-gal .btn-gray {
  padding: 10px;
}
.mobile_gallery .buy-opt-but .caret {
  bottom: 15%;
}
.mobile_gallery .buy-opt-but .dropdown-menu {
  right: 0;
  left: auto;
  top: 119%;
}
@media (max-width: 1200px) {
  .social-sharing {
    margin-left: 84px;
    width: 382px;
  }
  .addthis_toolbox {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  #desktop-gallery .elastislide-wrapper {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 254px;
    left: 150px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
  }
  #desktop-gallery .elastislide-wrapper #gal1 li img {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  #desktop-gallery .elastislide-wrapper .elastislide-prev {
    left: 4px;
  }
  #desktop-gallery .elastislide-wrapper .elastislide-next {
    left: 4px;
    bottom: -2%;
  }
  .product-portrait-block {
    position: relative;
  }
  .product-portrait-block .social-sharing {
    margin-top: 96px;
    margin-left: 0px;
  }
  .main-image {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .product-portrait-block {
    position: relative;
  }
  .product-portrait-block .social-sharing {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-portrait-block .social-sharing {
    margin-left: 84px;
    width: 382px;
  }
  .addthis_toolbox {
    display: inline-block;
  }
}
.variant-wrapper {
  width: 100%;
}
.product-offers a.active {
  outline: 3px solid #c9cac8;
  outline-offset: -3px;
}
.variant-thumb {
  float: left;
  border: 1px solid #e2e2e2;
  height: 59px;
  width: 59px;
}
.variant-thumb + .variant-thumb {
  margin-left: -1px;
}
.variant-thumb:hover {
  outline: 3px solid #c9cac8;
  outline-offset: -3px;
}
.color-variations .variant-thumb {
  height: 30px;
  width: 30px;
}
@media (max-width: 992px) {
  .variant-thumb {
    height: 59px;
  }
}
.product-variants {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.product-variants li {
  float: left;
}
.product-variants li + li {
  margin-left: 0px;
}
.product-variants li {
  display: block;
  margin: 0;
  padding: 0;
}
.product-variants li a {
  display: block;
}
.product-variants li {
  height: 14.35%;
  width: 14.35%;
  border: 1px solid #e2e2e2;
}
.product-variants li + li {
  margin-left: -1px;
}
.new-badge,
.sale-badge {
  text-transform: uppercase;
  color: #FFF;
  font-family: "GalaxiePolaris-MediumItalic", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  padding: 3px 14px;
  display: inline-block;
  border-radius: 4px;
  letter-spacing: .5px;
  margin-bottom: 6px;
}
.mobile_gallery .new-badge,
.mobile_gallery .sale-badge {
  font-size: 9px;
  padding: 2px 10px 3px;
}
.sale-badge,
.label.sale {
  background-color: #c62032;
  display: none !important;
}
.new-badge {
  background-color: #ffa100;
}
@media (max-width: 992px) {
  .product-variant-name {
    margin: 10px 0 0 0;
    font-weight: bold;
  }
  .social-sharing {
    margin-top: -16px;
  }
  .product-info .static-sticky-bar {
    z-index: 999;
  }
}
.video-title {
  font: normal 14px 'GalaxiePolaris-Bold', Arial, sans-serif;
  text-align: center;
}
.video-large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: none;
}
.video-large img {
  display: block;
  margin: auto;
}
.video-thumbs-wrapper {
  text-align: center;
  margin-top: 25px;
}
.video-thumbs-list {
  display: block;
  padding-left: 0;
}
.video-thumbs-list li {
  display: inline-block;
  border: 1px solid #e2e2e2;
  margin: 4px;
}
.product-videos {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .product-videos {
    background-color: #f2f2f2 !important;
    padding-bottom: 20px;
  }
}
#mob-vid-carousel {
  background-color: transparent !important;
}
#mob-vid-carousel .carousel-inner h3 {
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  text-transform: capitalize;
}
#mob-vid-carousel .carousel-inner a {
  background-position: center center;
  background-size: 100% auto;
  display: block;
  height: 338px;
  margin: 0 auto;
  width: 600px;
}
@media (max-width: 650px) {
  #mob-vid-carousel .carousel-inner a {
    height: 169px;
    width: 300px;
  }
}
#product-support {
  overflow: hidden;
}
#product-support h3 {
  text-transform: capitalize;
  font-size: 14px;
}
.support-list {
  list-style: none;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  #product-support h3 {
    width: 95%;
    margin: 20px auto 0px;
    padding: 0 0 10px 0px;
    border-bottom: 1px solid #e2e2e2;
  }
  #product-support p {
    width: 95%;
    margin: 0 auto 18px;
  }
  #product-support .support-list {
    width: 95%;
    margin: 0 auto;
    font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
  }
  #product-support .support-list li {
    font-weight: normal;
    padding: 10px 40px 10px 0px;
    background-image: url('../img/ui/angle_right_sm_grey.gif');
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media (max-width: 992px) {
  #product-support img.hang-right {
    position: static;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  #product-support .container .row > .col-md-6:not(.hidden-xs):not(.visible-xs) {
    padding: 20px 30px 55px 0px;
  }
  #product-support .container .row > .col-md-6.hidden-xs {
    padding-left: 30px;
  }
  #product-support .container .row > .col-md-6.hidden-xs .hang-right {
    left: 30px;
  }
}
.package-contents-list {
  color: #fff;
  padding: 0 0 0 20px;
}
@media (min-width: 992px) {
  .package-contents-pod {
    padding: 20px 0px;
  }
}
.visuallyhidden,
.print-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.variant-thumb-active {
  outline: 3px solid #c9cac8;
  outline-offset: -3px;
}
.product-disclaimer {
  text-align: left;
  color: #8b8d8e;
  margin: 20px 0;
}
@media (min-width: 992px) {
  #package-contents .container .row .col-md-6.hidden-xs {
    padding-right: 30px;
  }
  #package-contents .container .row .col-md-6.package-contents-pod {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  #product-specs {
    padding-top: 25px;
  }
  .product-front-back {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .glamor-padding {
    padding-top: 54px;
  }
  .specs-list-model {
    padding-top: 54px;
    padding-bottom: 54px;
    color: #8b8d8e;
    list-style: none;
  }
  .specs-warranty {
    padding-top: 15px;
    padding-bottom: 20px;
    color: #8b8d8e;
    margin-left: 10px;
  }
  .specs-min-req {
    padding-top: 15px;
    color: #8b8d8e;
    list-style: none;
  }
  .tech-spec-headers {
    font-size: 14px;
    text-transform: capitalize;
  }
  .btn-primary-unselected-specimg {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ebebeb));
    background-image: -o-linear-gradient(bottom, #ffffff 0%, #ebebeb 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 0%, #ebebeb 100%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ebebeb 100%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%, #ebebeb 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    border-color: #e2e2e2;
    color: #8b8d8e;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .btn-primary-unselected-specimg.active {
    border: 1px solid #004897;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1F8AFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f8aff), to(#015abc));
    background-image: -webkit-linear-gradient(top, #1f8aff, #015abc);
    background-image: -moz-linear-gradient(top, #1f8aff, #015abc);
    background-image: -ms-linear-gradient(top, #1f8aff, #015abc);
    background-image: -o-linear-gradient(top, #1f8aff, #015abc);
    background-image: linear-gradient(to bottom, #1f8aff, #015abc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1f8aff, endColorstr=#015abc);
    padding-left: 28px;
    padding-right: 28px;
    font-size: 12px;
    color: #fff;
    margin-left: 0px;
    text-transform: uppercase;
  }
  .center-block img {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #product-specs ul {
    list-style-type: none;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 21px;
  }
  #product-specs ul.specs-warranty {
    list-style-type: disc;
    padding: 0 0 0 36px;
  }
  #product-specs .hang-left {
    position: relative;
    float: right;
  }
  .specs-list-model {
    color: #8b8d8e;
  }
  .tech-spec-headers {
    font-size: 1em;
    text-transform: capitalize;
    padding: 0 0 0 20px;
  }
  .specs-min-req {
    color: #8b8d8e;
  }
  .specs-warranty {
    color: #8b8d8e;
  }
  .hang-right {
    position: static;
  }
}
.related-products h2 {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .related-products {
    background-color: #f2f2f2 !important;
  }
  .related-products h2 {
    font-size: 14px;
    padding-left: 1em;
  }
}
.related-products .rel-product {
  text-align: center;
}
.related-products .rel-product .price {
  display: block;
}
@media (min-width: 768px) {
  .related-products .rel-product {
    margin-bottom: 0;
    padding: 80px 10px 50px;
  }
}
@media (max-width: 768px) {
  .related-products .rel-product > p {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .related-products .rel-product img {
    border: 1px solid #dfdfdf;
    padding: 3%;
    background-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  #products-related-prod .related-products .rel-product {
    padding-left: 0px;
    padding-right: 1em;
  }
  #products-related-prod .related-products .rel-product .featured-product {
    margin-bottom: 0;
    padding: 20px 10px 0;
  }
  #products-related-prod .related-products .rel-product .price {
    color: #8b8d8e;
    text-align: center;
  }
}
#product-reviews {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
#product-reviews .container .row h2:after {
  margin: 13px auto 20px;
}
#product-reviews .btn-primary-features {
  padding: 10px 32px;
  font-weight: bold;
  margin-bottom: 18px;
}
#product-reviews #reviews-carousel {
  margin: 12px auto 0px;
  padding-bottom: 12px;
  width: 94%;
  border-bottom: 1px solid #e2e2e2;
}
#product-reviews #reviews-carousel .carousel-inner {
  margin-bottom: 0px;
  border: none;
}
#product-reviews #reviews-carousel .carousel-inner .review-block {
  margin: 10px auto;
  padding: 20px 10px;
  text-align: center;
  background: white;
  border-radius: 5px;
  width: 96%;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #e2e2e2;
}
#product-reviews #reviews-carousel .carousel-inner .review-block h3 {
  font: bold 14px "GalaxiePolaris-Bold", Arial, sans-serif;
  margin-bottom: 3px;
  text-transform: uppercase;
}
#product-reviews #reviews-carousel .carousel-inner .review-block p {
  font: normal 14px Arial, sans-serif;
  color: #8b8d8e;
  line-height: 20px;
}
#product-reviews #reviews-carousel .carousel-inner .review-block p:last-of-type {
  margin-bottom: 32px;
}
#product-reviews #reviews-carousel .carousel-inner .review-block .review-icon-sm {
  margin: auto;
}
#product-reviews .reviews-gallery {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#product-reviews .reviews-gallery li {
  float: left;
}
#product-reviews .reviews-gallery li + li {
  margin-left: 0;
}
#product-reviews .reviews-gallery li {
  display: block;
  margin: 0;
  padding: 0;
}
#product-reviews .reviews-gallery li a {
  display: block;
}
#product-reviews .reviews-gallery li {
  width: 24.183673%;
  margin-right: .81%;
}
#product-reviews .reviews-gallery li:last-child {
  margin-bottom: 30px;
}
#product-reviews .reviews-gallery li .review-block {
  margin: 10px 5px;
  padding: 20px 10px;
  text-align: center;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #e2e2e2;
}
#product-reviews .reviews-gallery li .review-block h3 {
  font: bold 14px "GalaxiePolaris-Bold", Arial, sans-serif;
  margin-bottom: 3px;
  text-transform: uppercase;
}
#product-reviews .reviews-gallery li .review-block p {
  font: normal 14px Arial, sans-serif;
  color: #8b8d8e;
  line-height: 20px;
}
#product-reviews .reviews-gallery li .review-block p:last-of-type {
  margin-bottom: 32px;
}
#product-reviews .reviews-gallery li .review-block .review-icon-sm {
  margin: auto;
}
#product-reviews .reviews-head {
  margin-top: 32px;
}
#product-reviews .reviews-head h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#product-reviews .reviews-filters {
  margin-bottom: 22px;
}
#product-reviews .reviews-filters hr {
  border-top: 1px solid #DDD;
  margin-bottom: 10px;
  width: 70%;
}
#product-reviews .reviews-filters .filters {
  margin: 0;
}
#product-reviews .reviews-filters .filters li a:hover {
  color: #0068d9;
}
#product-reviews .reviews-filters .filters #reviews-filters-options-select {
  display: none;
  overflow: hidden;
  background-image: url('../img/ui/arrow-down.png'), -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
  background-image: url('../img/ui/arrow-down.png'), -moz-linear-gradient(bottom, #ffffff, #f4f4f4 1px, #ffffff 15px);
  background-repeat: no-repeat;
  background-position: 99% center;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
  width: 94%;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}
#product-reviews .reviews-filters .filters #reviews-filters-options-select span {
  text-align: left;
  padding-left: 14px;
  float: left;
}
#product-reviews .reviews-filters .filters #reviews-filters-options-select .selected {
  color: #0068d9;
}
#product-reviews .reviews-filters .filters #reviews-filters-options-select .reviews-filters-options {
  text-transform: uppercase;
  padding: 0px 20px 0px 10px;
  font-weight: bold;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: window;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent;
}
#product-reviews .reviews-more-btn {
  padding: 25px;
}
#product-reviews .reviews-list {
  text-align: left;
}
#product-reviews .reviews-list .review-single {
  margin: 0px auto 32px;
  padding-top: 32px;
  border-top: 1px solid #DDD;
}
#product-reviews .reviews-list .review-single .review-stars {
  margin-bottom: 4px;
}
#product-reviews .reviews-list .review-single span {
  display: block;
  color: gray;
  font-weight: bold;
}
#product-reviews .reviews-list .review-single h5 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
#product-reviews .reviews-list .review-single p {
  color: gray;
}
#product-reviews .reviews-list .review-single:first-child {
  border-top: none;
}
#product-reviews .reviews-list .review-single .review-footer {
  margin-top: 16px;
}
#product-reviews .reviews-list .review-single .review-footer .btn {
  padding: 6px 8px;
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
  background-repeat: no-repeat;
}
#product-reviews .reviews-list .review-single .review-footer .btn.comment {
  padding: 6px 34px;
  font-weight: bold;
  text-transform: uppercase;
}
#product-reviews .reviews-list .review-single .review-footer .btn.thumbs-up {
  background-image: url('../img/ui/thumbs-up.png'), -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
  background-image: url('../img/ui/thumbs-up.png'), -moz-linear-gradient(bottom, #ffffff, #f4f4f4 1px, #ffffff 15px);
  padding-left: 38px;
  background-position: 20% 40%;
}
#product-reviews .reviews-list .review-single .review-footer .btn.thumbs-down {
  background-image: url('../img/ui/thumbs-down.png'), -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
  background-image: url('../img/ui/thumbs-down.png'), -moz-linear-gradient(bottom, #ffffff, #f4f4f4 1px, #ffffff 15px);
  padding-left: 38px;
  background-position: 25% 50%;
}
#product-reviews .reviews-list .review-single .review-footer .btn.flag-review {
  background-image: url('../img/ui/review-flag.png'), -webkit-gradient(linear, left bottom, left 15, from(#ffffff), color-stop(4%, #f4f4f4), to(#ffffff));
  background-image: url('../img/ui/review-flag.png'), -moz-linear-gradient(bottom, #ffffff, #f4f4f4 1px, #ffffff 15px);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  height: 34px;
  width: 40px;
  background-position: center center;
}
#product-reviews .reviews-list .review-single .review-footer span {
  display: inline-block;
  color: #333;
  margin-left: 64px;
  margin-right: 12px;
}
.reviews-submit-form {
  text-align: left;
}
.reviews-submit-form .rs-header {
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  padding-top: 30px;
}
.reviews-submit-form .rs-content {
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 0;
}
.reviews-submit-form .rs-tips {
  font-size: 12px;
  margin-bottom: 20px;
}
.reviews-submit-form .rs-tips h4 span {
  color: #8b8d8e;
  display: block;
  font-size: 12px;
  line-height: 24px;
}
.reviews-submit-form .rs-submit {
  padding: 25px 0 95px;
}
.reviews-submit-form .rs-submit div:last-child {
  padding-left: 10px;
}
.reviews-submit-form .rs-submit div:first-child {
  padding-right: 10px;
}
.reviews-submit-form .rs-submit div:first-child button {
  float: right;
}
.reviews-submit-form .rating {
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  position: relative;
}
.reviews-submit-form .rating-input {
  background-color: #0000FF;
  float: right;
  height: 31px;
  margin: 0 0 0 -37px;
  opacity: 0;
  padding: 0;
  width: 37px;
}
.reviews-submit-form .rating:hover .rating-star:hover,
.reviews-submit-form .rating:hover .rating-star:hover ~ .rating-star,
.reviews-submit-form .rating-input:checked ~ .rating-star {
  background-position: 0 0;
}
.reviews-submit-form .rating-star {
  cursor: pointer;
  display: block;
  float: right;
  height: 31px;
  background-image: url('../img/icon/rating-stars-lg.png');
  background-position: -185px 0;
  position: relative;
  width: 37px;
}
.reviews-submit-form .rating-label {
  height: 37px;
}
.reviews-submit-form .rating-label span {
  color: #8b8d8e;
  display: block;
  font-size: 12px;
  font-style: italic;
  padding: 10px 5px 0 5px;
}
.reviews-submit-response {
  min-height: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.reviews-submit-response h3 {
  font-family: 'GalaxiePolaris-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
}
.reviews-submit-response h4 {
  text-transform: uppercase;
  font-size: 24px;
}
.reviews-submit-response p {
  color: #8b8d8e;
  padding: 0 150px;
}
.reviews-submit-response button {
  margin: 0 auto;
}
.reviews-head span.stars {
  margin: 0 auto;
}
.reviews-label span.stars {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}
span.stars,
span.stars span {
  display: block;
  background-image: url('../img/icon/rating-stars-single.png');
  background-repeat: repeat-x;
  background-position: 0 -18px;
  width: 105px;
  height: 18px;
  text-indent: -9999px;
}
span.stars span {
  background-position: 0 0;
}
span.review-best {
  text-indent: -9999px;
}
@media (max-width: 768px) {
  #product-reviews .reviews-filters hr {
    width: 94%;
  }
  #product-reviews .reviews-filters .filters #reviews-filters-options-list {
    display: none;
  }
  #product-reviews .reviews-filters .filters #reviews-filters-options-select {
    display: block;
    margin: 20px auto 0px;
  }
  #product-reviews .reviews-filters .filters #reviews-filters-options-select span {
    width: auto;
  }
  #product-reviews .reviews-filters .filters #reviews-filters-options-select .reviews-filters-options {
    width: 80%;
  }
  #product-reviews .reviews-list .review-single {
    width: 94%;
  }
  #product-reviews .reviews-list .review-single .review-stars {
    float: left !important;
  }
  #product-reviews .reviews-list .review-single span.review-date {
    float: right !important;
    margin-top: 2px;
  }
  #product-reviews .reviews-list .review-single .review-footer span {
    display: none;
  }
  .reviews-submit-form {
    padding: 0 10px;
  }
  .reviews-submit-form .rs-header {
    padding-top: 0px;
  }
  .reviews-submit-form .rs-content > div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .reviews-submit-form .rs-submit {
    padding: 20px 0 60px;
  }
  .reviews-submit-form .rs-submit button {
    width: 100%;
  }
  .reviews-submit-response {
    padding: 0 10px;
  }
  .reviews-submit-response h3 {
    font-size: 24px;
  }
  .reviews-submit-response h4 {
    font-size: 14px;
  }
  .reviews-submit-response p {
    padding: 0;
  }
  .reviews-submit-response button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #product-reviews .reviews-filters hr {
    width: 94%;
  }
  #product-reviews .reviews-filters .filters #reviews-filters-options-list {
    display: none;
  }
  #product-reviews .reviews-filters .filters #reviews-filters-options-select {
    display: block;
    margin: 20px auto 0px;
  }
  #product-reviews .reviews-filters .filters #reviews-filters-options-select span {
    width: auto;
  }
  #product-reviews .reviews-filters .filters #reviews-filters-options-select .reviews-filters-options {
    width: 74%;
  }
}
@media (max-width: 992px) {
  .rs-content .pr-30 {
    padding-right: 30px;
  }
  .rs-content .pl-30 {
    padding-left: 30px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .rs-content .pr-30 input[type="text"],
  .rs-content .pr-30 input[type="text"]:focus {
    font-size: 16px !important;
  }
}
.promo-pod {
  text-align: center;
  padding-right: 10px;
  padding-bottom: 40px;
}
.promo-pod:before,
.promo-pod:after {
  content: " ";
  display: table;
}
.promo-pod:after {
  clear: both;
}
.promo-pod:before,
.promo-pod:after {
  content: " ";
  display: table;
}
.promo-pod:after {
  clear: both;
}
.promo-pod a:hover {
  text-decoration: none;
}
.promo-pod a:hover .promo-blurb {
  color: #0068d9;
}
.promo-pod img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .promo-pod img {
    float: left;
    max-width: 34%;
    padding-right: 0px;
  }
}
.promo-pod h3 {
  text-transform: uppercase;
  font: bold 14px "GalaxiePolaris-Medium", Arial, sans-serif;
  color: black;
  margin-top: 10px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .promo-pod h3 {
    margin-top: 0px;
    text-align: left;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .promo-pod {
    margin: 0px 10px;
    background: #fcf;
    padding: 10px 32px 10px 0px;
    border-bottom: 1px solid #e2e2e2;
    background: url(../img/ui/angle_right_sm_grey_pad_right.gif) right 50% no-repeat;
    background-size: 15px 15px;
  }
}
.featured-pod {
  text-align: center;
}
.featured-pod .featured-product {
  margin-bottom: 0;
  padding: 20px 10px 0;
}
@media (max-width: 767px) {
  .featured-pod .featured-product {
    padding-top: 5px;
  }
}
.featured-pod .price {
  color: #8b8d8e;
  text-align: center;
}
@media (max-width: 767px) {
  .featured-pod .price {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .featured-pod {
    text-align: center;
  }
  .featured-pod > p {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .featured-pod img {
    border: 1px solid #dfdfdf;
    padding: 3%;
  }
  .featured-pod .price {
    white-space: nowrap;
  }
}
.promo-blurb {
  font: normal 14px Arial, sans-serif;
  color: #8b8d8e;
}
@media (max-width: 767px) {
  .promo-text {
    float: left;
    max-width: 64%;
    text-align: left;
    padding-left: 10px;
  }
}
.space-row {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .space-row {
    padding-top: 20px;
  }
}
.fat-footer {
  display: table;
  height: 100%;
}
.fat-footer {
  box-shadow: 0px 500px 0px 500px #000;
}
.logo-row img {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .logo-row {
    padding-left: 1.5em;
  }
}
.footer-content {
  margin-bottom: 2.5em;
}
.footer-content .btn-primary {
  margin-left: 1em;
  display: block;
  border-top: 1px solid #7aa2ce;
  border-left: 1px solid #004897;
  border-right: 1px solid #004897;
  border-bottom: 1px solid #004897;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0079fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0079fd), to(#005dc2));
  background-image: -webkit-linear-gradient(top, #0079fd, #005dc2);
  background-image: -moz-linear-gradient(top, #0079fd, #005dc2);
  background-image: -ms-linear-gradient(top, #0079fd, #005dc2);
  background-image: -o-linear-gradient(top, #0079fd, #005dc2);
  background-image: linear-gradient(to bottom, #0079fd, #005dc2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0079fd, endColorstr=#005dc2);
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.footer-content .btn-primary a {
  color: #ffffff;
}
.footer-content .error-msg {
  color: #ff0000;
  display: none;
  font-size: 0.8em;
  padding-left: 2px;
  position: absolute;
}
@media (max-width: 767px) {
  .footer-content {
    margin-bottom: 1.3em;
    padding-left: 1.5em;
  }
}
@media (max-width: 767px) {
  .form-group {
    display: inline-block;
  }
}
.form-group #footer-email-address {
  padding: 6px;
  font-size: 0.78em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.fat-footer .form-group {
  margin-bottom: 10px;
}
.connect {
  padding-left: 4em;
}
@media (max-width: 991px) {
  .connect {
    padding-left: 0;
  }
}
.connect .social-section .social {
  padding: 0;
  margin: 0;
  float: left;
}
@media (max-width: 767px) {
  .connect .social-section .social {
    margin-top: -1em;
  }
}
.connect .social-section .social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
  float: left;
}
.connect .social-section .social ul li {
  float: left;
  margin: 0;
  border: 0;
  padding: 0px 11px 0px 0px;
}
@media (max-width: 767px) {
  .connect .social-section .social ul li {
    padding-top: 15px;
  }
}
.connect .social-section .social ul li a {
  float: left;
  margin: 0;
  text-decoration: none;
  height: 36px;
  width: 36px;
}
.connect .social-section .social ul li.facebook a {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -1px 0px;
}
.connect .social-section .social ul li.facebook a:hover {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -1px -38px;
}
.connect .social-section .social ul li.twitter a {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -39px 0;
}
.connect .social-section .social ul li.twitter a:hover {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -39px -38px;
}
.connect .social-section .social ul li.instagram a {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -77px 0;
}
.connect .social-section .social ul li.instagram a:hover {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -77px -38px;
}
.connect .social-section .social ul li.youtube a {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -115px 0;
}
.connect .social-section .social ul li.youtube a:hover {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -115px -38px;
}
.connect .social-section .social ul li.pinterest a {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -153px 0;
}
.connect .social-section .social ul li.pinterest a:hover {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -153px -38px;
}
.connect .social-section .social ul li.googleplus a {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -191px 0;
}
.connect .social-section .social ul li.googleplus a:hover {
  background: url("/_ui/linksys/img/icon/social-icons.png") no-repeat -191px -38px;
}
.btn-primary-yellow {
  color: #000;
  margin-left: 1em;
  width: 7em;
  height: 35px;
  font-size: 12px;
  font-family: 'GalaxiePolaris-Bold', 'Arial';
  background: #ffec00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZlZDIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZlY2EwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGI2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffec00), color-stop(48%, #fed200), color-stop(51%, #feca00), color-stop(100%, #fdb600));
  background: -webkit-linear-gradient(top, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  background: -o-linear-gradient(top, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  background: -ms-linear-gradient(top, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  background: linear-gradient(to bottom, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec00', endColorstr='#fdb600', GradientType=0);
}
.sitemap {
  background: #000000;
}
@media (max-width: 767px) {
  .sitemap .footer-head {
    margin-top: 1.6em;
  }
}
.footer-head {
  font-size: 11px;
  line-height: 24px;
  font-weight: 300;
  margin: 30px 0px 0px 0px;
  color: #3b99ff;
  font-family: 'GalaxiePolaris-Bold', 'Arial';
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer-head {
    font-size: 1.16em;
    line-height: 2em;
  }
}
.link-list {
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .link-list {
    font-size: 1em;
    margin-bottom: 9px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer-links {
    float: left;
  }
  .footer-links li {
    float: left;
  }
}
.footer-links a {
  color: #e2e2e2;
  font-size: 0.916em;
}
.footer-links ul {
  padding-left: 0px;
}
.footer-links ul li {
  display: block;
}
@media (max-width: 767px) {
  .footer-links ul li {
    float: none;
  }
  .footer-links a {
    font-size: 1em;
  }
}
.bottom-links,
.privacy-policy {
  list-style: none;
  padding: 0.7em 0em 0em 0em;
  margin-bottom: 0.5em;
}
@media (max-width: 480px) {
  .bottom-links,
  .privacy-policy {
    padding: 0em;
    margin-bottom: 0em;
  }
}
.bottom-links a,
.privacy-policy a {
  color: #e2e2e2;
}
.bottom-links li,
.privacy-policy li {
  padding-right: 8px;
  display: inline-block;
}
@media (max-width: 480px) {
  .bottom-links li,
  .privacy-policy li {
    display: block;
    padding: 0.7em 0 0.2em;
  }
}
.privacy-policy {
  margin-bottom: 2em;
}
.privacy-policy li:last-child {
  display: block;
  padding-top: 1.2em;
}
.legal-footer {
  border-top: 1px solid #383838;
  padding-top: .8em;
  font-size: 0.714em;
}
@media (max-width: 767px) {
  .legal-footer {
    margin-left: 1.5em;
    margin-right: 1.5em;
    font-size: 0.8em;
  }
}
.legal-footer .change-region {
  overflow: hidden;
}
.legal-footer .change-region .flag-icon {
  float: left;
  padding-top: 3px;
}
.legal-footer .change-region p {
  float: left;
  color: #e2e2e2;
  padding: 0.8em 8px 0 0;
}
@media (max-width: 767px) {
  .legal-footer .change-region {
    width: 100%;
  }
}
.change-region img {
  margin-right: 1em;
}
.copyright {
  color: #8b8d8e;
  font-size: 100%;
}
@media screen and (min-width: 320px) and (max-width: 508px) {
  .copyright {
    padding: 0;
  }
}
@media screen and (min-width: 509px) and (max-width: 767px) {
  .copyright {
    padding-top: .1em;
    float: left;
  }
}
a.btn-close {
  background: url("../img/framework/btn-close-colorbox.gif") no-repeat scroll left top transparent;
  cursor: pointer;
  font-weight: bold;
  height: 25px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 15px;
  width: 25px;
}
div.country-selector p {
  padding-right: 8px;
}
div.country-selector a {
  color: #fed100;
}
div.country-selector {
  float: left;
}
.questions-footer {
  border-top: 1px solid #e2e2e2;
  padding: 32px 0px 40px;
}
.questions-footer .col-sm-6 ul {
  padding: 0px;
  margin: 0 60px 0 0;
  list-style-type: none;
  float: left;
}
.questions-footer .col-sm-6 ul:nth-child(1) {
  margin-right: 64px;
}
.questions-footer .questions-footer-badges {
  margin-top: 10px;
}
.questions-footer .questions-footer-badges img {
  margin-left: 14px;
}
.questions-footer .questions-footer-badges > div {
  float: right;
}
.questions-footer .questions-footer-badges .ns-img img {
  height: 73px;
}
#email-signup-modal .signup-modal-content .close {
  margin-top: -17px;
}
#email-signup-modal .signup-modal-content p.md-grey {
  color: #8b8d8e;
}
#email-signup-modal #emailCheckboxList {
  margin: 0 0 15px;
  padding: 0;
}
#email-signup-modal #emailCheckboxList li {
  display: table-row;
}
#email-signup-modal #emailCheckboxList li input,
#email-signup-modal #emailCheckboxList li label {
  display: table-cell;
}
#email-signup-modal li {
  list-style: none;
}
#email-signup-modal input[type="checkbox"] {
  margin-right: 5px;
}
#email-signup-modal .error-msg-emailgroup {
  color: red;
}
#email-signup-modal .submit-msg {
  display: none;
}
#email-signup-modal .signup-success {
  display: none;
}
#geoModal .modal-dialog .modal-body {
  padding: 30px 30px 40px;
  font-size: 12px;
  text-align: center;
}
#geoModal .modal-dialog .modal-body h4 {
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  line-height: 24px;
}
#geoModal .modal-dialog .modal-body p {
  font-weight: bold;
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
}
#geoModal .modal-dialog .modal-body .btn-gray {
  padding: 6px 10px;
  margin: 0px 6px;
}
#geoModal .modal-dialog .modal-body .us {
  font-size: 14px;
  display: inline-block;
  line-height: 21px;
  background: url("../img/icon/flags-round-sprite.png") no-repeat scroll right top transparent;
}
@media (max-width: 992px) {
  .questions-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .questions-footer .col-sm-6 ul {
    margin-bottom: 20px;
  }
  .questions-footer .col-sm-6 ul:nth-child(1) {
    margin-right: 14px;
  }
}
@media (max-width: 768px) {
  .questions-footer .questions-footer-badges {
    float: left;
  }
  .questions-footer .questions-footer-badges > div:last-child img {
    margin: 0;
  }
}
#prod-page-sections h2.hidden-xs,
#prod-page-sections h2.centered-heading {
  text-transform: uppercase;
}
#product-features {
  padding: 0 0 70px 0;
}
#product-features .product-ovr-section-center {
  text-align: center;
  margin-bottom: 60px;
  border-bottom: 1px solid #e2e2e2;
}
#product-features .product-ovr-section-center ul {
  margin: 0 auto;
  text-align: left;
  width: 50%;
}
#product-features #pods .pod-block {
  width: 33%;
}
#product-features #pods .pod-block > .frame {
  background-image: none;
  background-color: #FFF;
  padding: 10px 20px 40px;
  text-align: center;
}
#product-features #pods .pod-block > .frame img {
  padding-bottom: 10px;
}
#product-features #pods .pod-block p {
  margin-bottom: 10px;
}
#product-features #pods .pod-block p.description {
  font: 0.857em/1.5em "GalaxiePolaris-Medium", Arial, sans-serif;
}
#product-features .key-feature-block h3 {
  text-transform: uppercase;
  font-variant: 14px "GalaxiePolaris-Bold", Arial, sans-serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.gradient-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(0.5, #ffffff));
  background-image: -o-linear-gradient(bottom, #ececec 0px, #ffffff 200px);
  background-image: -moz-linear-gradient(bottom, #ececec 0px, #ffffff 200px);
  background-image: -webkit-linear-gradient(bottom, #ececec 0px, #ffffff 200px);
  background-image: -ms-linear-gradient(bottom, #ececec 0px, #ffffff 200px);
  background-image: linear-gradient(to bottom, #ececec 0px, #ffffff 200px);
}
.orv-v-center {
  padding-top: 150px;
}
.key-feature-block {
  /*margin: 10px 5px;*/
  margin-bottom: 8px;
  padding: 10px;
  text-align: center;
  background: white;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
.key-feature-block .feature-icon-sm {
  margin: auto;
}
.key-feature-block .description {
  font: normal 14px Arial, sans-serif;
  color: #8b8d8e;
  line-height: 20px;
}
.key-feature-block h3 {
  font: 14px "GalaxiePolaris-Bold", Arial, sans-serif;
  margin-bottom: 3px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.key-feature-block a {
  text-decoration: none;
}
.feature-icon-sm {
  width: 52px;
  height: 52px;
  background: transparent url('http://cache-www.linksys.com/resources/img/icon/icons_features.png') no-repeat 0px 0px;
}
.feature-icon-sm.feature-3x-faster {
  background-position: 0 0px;
}
.feature-icon-sm.feature-modes-4 {
  background-position: 0 -61px;
}
.feature-icon-sm.feature-upload-speed {
  background-position: 0 -122px;
}
.feature-icon-sm.feature-dynamic-channels {
  background-position: 0 -183px;
}
.feature-icon-sm.feature-4x-faster {
  background-position: 0 -244px;
}
.feature-icon-sm.feature-mbps-200 {
  background-position: 0 -305px;
}
.feature-icon-sm.feature-mbps-500 {
  background-position: 0 -366px;
}
.feature-icon-sm.feature-ac-speed-400 {
  background-position: 0 -427px;
}
.feature-icon-sm.feature-speed-1300 {
  background-position: 0 -427px;
}
.feature-icon-sm.feature-wireless-ac {
  background-position: 0 -427px;
}
.feature-icon-sm.feature-advanced-wireless {
  background-position: 0 -549px;
}
.feature-icon-sm.feature-adjustable-antennas {
  background-position: 0 -610px;
}
.feature-icon-sm.feature-detachable-ant {
  background-position: 0 -610px;
}
.feature-icon-sm.feature-superior-wireless {
  background-position: 0 -610px;
}
.feature-icon-sm.feature-backwards-comp {
  background-position: 0 -671px;
}
.feature-icon-sm.feature-compatible {
  background-position: 0 -671px;
}
.feature-icon-sm.feature-beamforming {
  background-position: 0 -732px;
}
.feature-icon-sm.feature-compact-size {
  background-position: 0 -793px;
}
.feature-icon-sm.feature-mini-design {
  background-position: 0 -793px;
}
.feature-icon-sm.feature-dlna {
  background-position: 0 -915px;
}
.feature-icon-sm.feature-dual-band {
  background-position: 0 -976px;
}
.feature-icon-sm.feature-easy-setup {
  background-position: 0 -1037px;
}
.feature-icon-sm.feature-ethernet {
  background-position: 0 -1159px;
}
.feature-icon-sm.feature-wireless-g {
  background-position: 0 -1220px;
}
.feature-icon-sm.feature-gigabit {
  background-position: 0 -1281px;
}
.feature-icon-sm.feature-guest-access {
  background-position: 0 -1341px;
}
.feature-icon-sm.feature-wireless-n {
  background-position: 0 -1403px;
}
.feature-icon-sm.feature-open-source {
  background-position: 0 -1464px;
}
.feature-icon-sm.feature-parental-control {
  background-position: 0 -1525px;
}
.feature-icon-sm.feature-plug-play {
  background-position: 0 -1647px;
}
.feature-icon-sm.feature-power-save {
  background-position: 0 -1708px;
}
.feature-icon-sm.feature-qos {
  background-position: 0 -1769px;
}
.feature-icon-sm.feature-smart-wifi {
  background-position: 0 -1891px;
}
.feature-icon-sm.feature-speed-300 {
  background-position: 0 -1952px;
}
.feature-icon-sm.feature-speed-600 {
  background-position: 0 -2013px;
}
.feature-icon-sm.feature-speed-750 {
  background-position: 0 -2074px;
}
.feature-icon-sm.feature-speed-900 {
  background-position: 0 -2135px;
}
.feature-icon-sm.feature-universal {
  background-position: 0 -2196px;
}
.feature-icon-sm.feature-auto-sensing {
  background-position: 0 -2257px;
}
.feature-icon-sm.feature-storage-gb {
  background-position: 0 -2318px;
}
.feature-icon-sm.feature-usb-ports {
  background-position: 0 -2318px;
}
.feature-icon-sm.feature-dual-wan {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px 0px no-repeat;
}
.feature-icon-sm.feature-wan-failover {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -61px no-repeat;
}
.feature-icon-sm.feature-vlan-tagging {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -183px no-repeat;
}
.feature-icon-sm.feature-integrated-firewall {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -244px no-repeat;
}
.feature-icon-sm.feature-open-vpn {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -305px no-repeat;
}
.feature-icon-sm.feature-poe {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -366px no-repeat;
}
.feature-icon-sm.feature-poe-plus {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -549px no-repeat;
}
.feature-icon-sm.feature-network-expansion {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -610px no-repeat;
}
.feature-icon-sm.feature-single-point {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -732px no-repeat;
}
.feature-icon-sm.feature-captive-portal {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -793px no-repeat;
}
.feature-icon-sm.feature-remote-manageability {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -854px no-repeat;
}
.feature-icon-sm.feature-speed-600px {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -915px no-repeat;
}
.feature-icon-sm.feature-range-300px {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -976px no-repeat;
}
.feature-icon-sm.feature-onvif {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -1037px no-repeat;
}
.feature-icon-sm.feature-multiple-cameras {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -1098px no-repeat;
}
.feature-icon-sm.feature-hd-1080p {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -1220px no-repeat;
}
.feature-icon-sm.feature-2-in-1 {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -1281px no-repeat;
}
.feature-icon-sm.feature-extended-view {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -1342px no-repeat;
}
.feature-icon-sm.feature-durable-housing {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -1403px no-repeat;
}
.feature-icon-sm.feature-around-the-clock {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -1464px no-repeat;
}
.feature-icon-sm.feature-ample-storage {
  background: url('http://cache-www.linksys.com/resources/img/icon/icons_features_smb.png') 0px -1525px no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feature-icon-sm.feature-dual-wan {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px 0px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-dual-wan {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -61px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-vlan-tagging {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -183px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-integrated-firewall {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -244px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-open-vpn {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -305px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-poe {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -366px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-gigabit {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -427px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-poe-plus {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -549px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-network-expansion {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -610px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-single-point {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -732px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-captive-portal {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -793px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-remote-manageability {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -854px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-speed-600px {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -915px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-range-300px {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -976px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-onvif {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -1037px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-multiple-cameras {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -1098px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-hd-1080p {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -1220px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-2-in-1 {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -1281px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-extended-view {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -1342px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-durable-housing {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -1403px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-around-the-clock {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -1464px no-repeat;
    background-size: 52px 1577px;
  }
  .feature-icon-sm.feature-ample-storage {
    background: url('/_ui/linksys/img/icon/icons_features_smb@2x.png') 0px -1525px no-repeat;
    background-size: 52px 1577px;
  }
}
.icon-inline {
  background: none;
}
.feature-icon {
  width: 82px;
  height: 80px;
}
.feature-icon.feature-smart-wifi {
  background-image: url("http://cdn-www.linksys.com/resources/img/features/shared/linksys-li-EA6350-smart-wi-fi.png");
  background-repeat: no-repeat;
}
.feature-gallery {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.feature-gallery li {
  float: left;
}
.feature-gallery li + li {
  margin-left: 0;
}
.feature-gallery li {
  display: block;
  margin: 0;
  padding: 0;
}
.feature-gallery li a {
  display: block;
}
.feature-gallery li {
  width: 24.3837%;
  margin-right: .81%;
}
.feature-gallery li:last-child {
  margin-bottom: 30px;
}
.feature-gallery > li:nth-child(4n+4) {
  margin-right: 0px;
}
.product-features {
  padding-top: 40px;
}
.product-features .link-away {
  float: right;
  margin-top: 70px;
}
.product-features .link-away .arrow-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0068d9;
  float: right;
  margin: 6px 10px 0 5px;
}
.product-features p {
  color: #8b8d8e;
  font: 1em "GalaxiePolaris-Medium", Arial, sans-serif;
  line-height: 1.75em;
}
.product-features p:last-of-type {
  margin-bottom: 32px;
}
.product-features .product-badge-buttons {
  margin-bottom: 32px;
}
.product-features .product-badge-buttons .apple-store-badge {
  margin-right: 10px;
}
.main-feature-content ul,
.product-ovr-section ul,
.main-feature-content ol,
.product-ovr-section ol {
  color: #8b8d8e;
  font: 1em "GalaxiePolaris-Medium", Arial, sans-serif;
  line-height: 1.75em;
  padding-left: 20px;
}
.apple-store-badge {
  margin-right: 10px;
}
.btn-primary-features {
  display: block;
  margin: 0 auto;
  margin-top: 7px;
  margin-bottom: 50px;
  border: 1px solid #004897;
  border-top: 1px solid #7aa2ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0079fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0079fd), to(#005dc2));
  background-image: -webkit-linear-gradient(top, #0079fd, #005dc2);
  background-image: -moz-linear-gradient(top, #0079fd, #005dc2);
  background-image: -ms-linear-gradient(top, #0079fd, #005dc2);
  background-image: -o-linear-gradient(top, #0079fd, #005dc2);
  background-image: linear-gradient(to bottom, #0079fd, #005dc2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0079fd, endColorstr=#005dc2);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #product-features {
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .product-features {
    padding-top: 5px;
  }
  .product-features h3,
  .product-features .product-badge-buttons {
    text-align: center;
  }
  .feature-icon-lg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-gallery {
    margin: 8px 0px;
    display: inline;
  }
  .feature-gallery li {
    width: 100%;
    padding: 0 10px;
  }
  .feature-gallery li:first-child {
    display: block;
  }
  .feature-gallery li .key-feature-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 5px 0px 5px 0px;
    min-height: 75px !important;
    width: 100%;
  }
  .feature-gallery li .feature-icon-sm,
  .feature-gallery li .ts-icon-sm {
    margin: auto;
    float: left;
  }
  .feature-gallery li h3 {
    margin-left: 65px;
    text-align: left;
    margin-top: 0;
  }
  .feature-gallery li p {
    margin-left: 65px;
    padding: 0px;
    text-align: left;
  }
  .feature-gallery li p:last-of-type {
    margin-bottom: 0;
  }
  .key-feature-block-controls {
    margin-bottom: 32px;
  }
  .main-feature-content .visible-xs img {
    display: inline-block;
  }
  .product-ovr-section-center {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #e2e2e2;
  }
  .product-ovr-section-center ul {
    margin: 0 0 10px;
    text-align: left;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .product-ovr-section .col-md-6.product-ovr-block:nth-child(1),
  .product-ovr-section .col-md-pull-6 {
    padding-right: 30px;
  }
  .product-ovr-section .col-md-6.product-ovr-block:nth-child(2),
  .product-ovr-section .col-md-push-6 {
    padding-left: 30px;
  }
  .product-ovr-section.main-feature-content .col-md-6:nth-child(1) {
    padding-right: 30px;
  }
  .product-ovr-section.main-feature-content .col-md-6:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .product-ovr-section.main-feature-content .col-sm-6:nth-child(1) {
    padding-right: 30px;
  }
  .product-ovr-section.main-feature-content .col-sm-6:nth-child(2) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .product-ovr-section {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  #product-features .main-feature-content {
    position: relative;
  }
  #product-features .main-feature-content .col-md-6 {
    position: static;
  }
  #product-features .main-feature-content .col-md-6 img.main-feature-image {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  #product-features .product-ovr-section-center ul {
    width: 100%;
  }
}
.section-trigger {
  padding: 1em;
  border-top: 1px solid #e2e2e2;
  background: white;
  font: normal 14px "GalaxiePolaris-Medium", Arial, sans-serif;
  text-transform: uppercase;
}
.section-trigger.daccordion-is-closed {
  background-image: url('../img/ui/plus-icon.png');
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .section-trigger.daccordion-is-closed {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (min--moz-device-pixel-ratio: 1.5) {
  .section-trigger.daccordion-is-closed {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (-o-min-device-pixel-ratio: 3/2) {
  .section-trigger.daccordion-is-closed {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (min-resolution: 1.5dppx) {
  .section-trigger.daccordion-is-closed {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
.section-trigger.daccordion-is-open {
  background-image: url('../img/ui/minus-icon.png');
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .section-trigger.daccordion-is-open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (min--moz-device-pixel-ratio: 1.5) {
  .section-trigger.daccordion-is-open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (-o-min-device-pixel-ratio: 3/2) {
  .section-trigger.daccordion-is-open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (min-resolution: 1.5dppx) {
  .section-trigger.daccordion-is-open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
.section-trigger.daccordion-is-open.daccordion-is-closed {
  background-image: url('../img/ui/plus-icon.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .section-trigger.daccordion-is-open.daccordion-is-closed {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (min--moz-device-pixel-ratio: 1.5) {
  .section-trigger.daccordion-is-open.daccordion-is-closed {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (-o-min-device-pixel-ratio: 3/2) {
  .section-trigger.daccordion-is-open.daccordion-is-closed {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (min-resolution: 1.5dppx) {
  .section-trigger.daccordion-is-open.daccordion-is-closed {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
.myaccount-order-page .questions-footer {
  border-top: none;
}
.live-chat-badge img {
  float: left;
}
.live-chat-badge span {
  display: block;
  margin-left: 40px;
}
.myaccount .help-header {
  margin-top: 20px;
}
.myaccount .help-header h2 {
  text-transform: uppercase;
}
.myaccount .help-header header {
  margin-bottom: 32px;
}
.myaccount .help-header header:before,
.myaccount .help-header header:after {
  content: " ";
  display: table;
}
.myaccount .help-header header:after {
  clear: both;
}
.myaccount .help-header header:before,
.myaccount .help-header header:after {
  content: " ";
  display: table;
}
.myaccount .help-header header:after {
  clear: both;
}
.myaccount .help-header .breadcrumbs {
  margin: 0px;
}
.myaccount .help-header .cont-shopping {
  display: inline-block;
  padding-left: 10px;
  background-image: url('../img/ui/blue-arrow-left.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.myaccount .help-header .help-header-right {
  float: right;
}
.myaccount .help-header .help-header-right .live-chat-badge,
.myaccount .help-header .help-header-right .call-badge {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  line-height: 16px;
}
.myaccount .help-header .help-header-right .live-chat-badge {
  margin-right: 28px;
  text-align: left;
}
.myaccount .help-header .help-header-right .call-badge {
  background-image: url('../img/icon/live-chat-icon.png');
  text-align: left;
}
.myaccount-header {
  webkit-box-shadow: 0 4px 2px -2px #c4c4c4;
  -moz-box-shadow: 0 4px 2px -2px #c4c4c4;
  box-shadow: 0 4px 2px -2px #c4c4c4;
  margin-bottom: 40px;
}
.myaccount-header h2 {
  text-transform: uppercase;
  margin: 0;
}
.myaccount-header h2:after {
  margin-bottom: 0px;
}
.myaccount-header ul {
  list-style-type: none;
  display: inline-block;
  padding: 20px 0px;
  margin: 0;
}
.myaccount-header ul:before,
.myaccount-header ul:after {
  content: " ";
  display: table;
}
.myaccount-header ul:after {
  clear: both;
}
.myaccount-header ul:before,
.myaccount-header ul:after {
  content: " ";
  display: table;
}
.myaccount-header ul:after {
  clear: both;
}
.myaccount-header ul li {
  float: left;
}
.myaccount-header ul li a {
  margin: 0 12px;
  text-transform: uppercase;
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
  display: block;
  color: #000;
  font-weight: bold;
}
.myaccount-header ul li a:hover,
.myaccount-header ul li a.active {
  color: #0068d9;
}
.myaccount-header .linksys-select-outer {
  width: auto;
  float: right;
}
.myaccount-header .linksys-select {
  padding: 9px 20px 9px 6px;
}
.myaccount-header .account-header-menu {
  text-align: center;
}
.myaccount-order-main {
  margin-bottom: 48px;
}
.myaccount-order-main h2 {
  text-transform: uppercase;
  margin: 0;
}
.myaccount-order-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.myaccount-order-main .yellow-button {
  width: 100%;
}
.myaccount-order-main .btn-blue {
  width: 100%;
  padding: 10px;
}
.myaccount-order-main .linksys-select-outer {
  float: right;
  width: auto;
}
.myaccount-order-main .linksys-select {
  padding: 9px 20px 9px 6px;
  font-size: 14px;
}
.myaccount-order-main .panel-cart .panel-body .email {
  color: gold;
}
.myaccount-order-main .account-order-purchase {
  margin-bottom: 20px;
}
.myaccount-order-main .account-order-purchase .white-block {
  padding: 20px;
}
.myaccount-order-main .account-order-purchase .order-left ul li {
  margin-bottom: 8px;
}
.myaccount-order-main .account-order-purchase .order-left ul li h4 {
  margin: 0;
}
.myaccount-order-main .account-order-purchase .order-left ul li .view-details {
  text-transform: uppercase;
  padding: 9px 24px;
}
.myaccount-order-main .account-order-purchase .order-right .account-order-header {
  border-bottom: 1px solid #8b8d8e;
  padding-bottom: 12px;
  margin-bottom: 12px;
  min-height: 63px;
}
.myaccount-order-main .account-order-purchase .order-right .account-order-header:not(:first-child) {
  padding-top: 12px;
}
.myaccount-order-main .account-order-purchase .order-right .account-order-header .btn-blue {
  float: right;
}
.myaccount-order-main .account-order-purchase .order-right .order-item {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
  margin-top: 12px;
}
.myaccount-order-main .account-order-purchase .order-right .order-item ul {
  padding-left: 20px;
}
.myaccount-order-main .account-order-purchase .order-right .order-item ul.order-actions {
  padding: 0;
}
.myaccount-order-main .account-order-purchase .order-right .order-item .sku {
  color: #8b8d8e;
}
.myaccount-order-main .account-order-purchase .order-right .order-item .quantity {
  font-weight: bold;
}
.myaccount-order-main .account-order-purchase .order-right .order-actions {
  font-size: 12px;
}
.myaccount-order-main .order-table {
  display: block;
}
.myaccount-order-main .order-totals .order-table-bottom-buttons .btn-gray {
  float: right;
}
.myaccount-order-main .shipment-summary-header {
  margin-top: 34px;
  border-bottom: 1px solid #8b8d8e;
  padding-bottom: 8px;
}
.myaccount-order-main .shipment-summary-item {
  padding: 18px 0px;
  border-bottom: 1px solid #e2e2e2;
}
.myaccount-order-main .shipment-summary-item .sku {
  color: #8b8d8e;
}
.myaccount-order-main .shipment-summary-item .quantity {
  font-weight: bold;
}
.myaccount-order-main.myaccount-order-summary h3 {
  font-size: 18px;
}
.myaccount-order-main.myaccount-order-summary h3 span {
  text-transform: initial;
}
.myaccount-order-main.myaccount-order-summary h4 {
  font-size: 18px;
}
.myaccount-order-main.myaccount-order-summary .edit-quantity b span {
  display: none;
}
.myaccount-order-main.myaccount-orders-07 .order-table-bottom-buttons,
.myaccount-order-main.myaccount-orders-09 .order-table-bottom-buttons {
  margin-top: 24px;
}
.myaccount-order-main.myaccount-orders-10 h3 {
  position: relative;
  text-transform: initial;
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: normal;
}
.myaccount-order-main.myaccount-orders-10 h3 a {
  font-size: 14px;
  color: #0068d9;
}
.myaccount-order-main.myaccount-orders-10 h3 a img {
  margin: -4px 4px 0px;
}
.myaccount-order-main.myaccount-orders-10 h3 a:hover {
  text-decoration: none;
}
.myaccount-order-main.myaccount-orders-10 h3.tagline span {
  font-family: 'GalaxiePolaris-Light', Arial, sans-serif;
}
.myaccount-order-main.myaccount-orders-10 .required-field {
  position: absolute;
  color: red;
  right: 0;
  top: 20px;
  font-weight: normal;
  font-size: 12px;
}
.myaccount-order-main.myaccount-orders-10 .form-section {
  margin-bottom: 12px;
}
.myaccount-order-main.myaccount-orders-10 .req-field {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  color: #8b8d8e;
}
.myaccount-order-main.myaccount-orders-10 .req-field:after {
  content: '*';
  color: red;
}
.myaccount-order-main.myaccount-orders-10 .form-control {
  padding: 6px 12px;
  margin-bottom: 8px;
  font-size: 10px;
}
.myaccount-order-pagination {
  text-align: center;
  padding: 14px 0px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.myaccount-order-pagination ul {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.myaccount-order-pagination ul:before,
.myaccount-order-pagination ul:after {
  content: " ";
  display: table;
}
.myaccount-order-pagination ul:after {
  clear: both;
}
.myaccount-order-pagination ul:before,
.myaccount-order-pagination ul:after {
  content: " ";
  display: table;
}
.myaccount-order-pagination ul:after {
  clear: both;
}
.myaccount-order-pagination ul li {
  float: left;
}
.myaccount-order-pagination ul li a {
  display: block;
  margin: 0 8px;
  color: #8b8d8e;
  font-weight: bold;
}
.myaccount-order-pagination ul li a:hover,
.myaccount-order-pagination ul li a.active {
  color: #0068d9;
}
.wrapper-infinite.plain-section.myaccount-order-pagination {
  background-color: #F2F2F2;
}
.myaccount-orders-01-noorders .panel {
  margin-bottom: 36px;
}
.myaccount-orders-01-noorders .featured-products {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.myaccount-orders-01-noorders .yellow-button {
  text-transform: uppercase;
  padding: 9px 28px;
  float: right;
}
.order-summary-info {
  font-size: 12px;
}
.order-summary-info p {
  margin-bottom: 0;
}
.order-summary-info .form-section {
  margin-bottom: 8px;
}
.order-summary-info .light-grey {
  margin-bottom: 20px;
}
.tracking-number {
  font-weight: bold;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
  .myaccount-orders-01-noorders .yellow-button {
    float: none;
  }
}
@media (min-width: 992px) {
  .tracking-header {
    display: block;
    float: left;
    text-align: right;
    width: 30%;
  }
  .tracking-number {
    display: block;
    float: left;
    width: 70%;
    padding-left: 3px;
  }
  .shipped-detail-tracking .tracking-header {
    width: auto;
  }
  .static-sticky-bar.fixed.account-header-menu {
    webkit-box-shadow: 0 4px 2px -2px #c4c4c4;
    -moz-box-shadow: 0 4px 2px -2px #c4c4c4;
    box-shadow: 0 4px 2px -2px #c4c4c4;
    background-color: #FFF;
    width: 100%;
  }
  .myaccount-order-main .account-order-purchase .account-order-header h5 {
    padding: 0;
    margin: 0;
  }
  .myaccount-order-main.myaccount-orders-05 .order-table .col-md-1.tar,
  .myaccount-order-main.myaccount-orders-07 .order-table .col-md-1.tar,
  .myaccount-order-main.myaccount-orders-09 .order-table .col-md-1.tar {
    padding-right: 18px;
  }
  .myaccount-order-main.myaccount-orders-05 .order-table-bottom-buttons .btn-gray,
  .myaccount-order-main.myaccount-orders-07 .order-table-bottom-buttons .btn-gray,
  .myaccount-order-main.myaccount-orders-09 .order-table-bottom-buttons .btn-gray {
    float: none;
    width: 100%;
  }
  .myaccount-order-main.myaccount-orders-05 .order-subtotal .tar,
  .myaccount-order-main.myaccount-orders-07 .order-subtotal .tar,
  .myaccount-order-main.myaccount-orders-09 .order-subtotal .tar,
  .myaccount-order-main.myaccount-orders-05 .order-grand-total .tar,
  .myaccount-order-main.myaccount-orders-07 .order-grand-total .tar,
  .myaccount-order-main.myaccount-orders-09 .order-grand-total .tar {
    padding-right: 18px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .order-table-bottom-buttons .col-xs-6 {
    padding: 0 8px 0 0;
  }
  .order-table-bottom-buttons .col-xs-6.col-md-offset-6 {
    padding: 0 0 0  8px;
  }
  .help-header .col-xs-12 {
    text-align: center;
  }
  .help-header .col-xs-12 .help-header-right {
    float: none;
  }
  .myaccount button {
    height: 50px;
  }
  .myaccount-header {
    padding: 0 10px;
  }
  .myaccount-orders-01-noorders .yellow-button {
    margin-top: 18px;
  }
  .shipped-detail-tracking .yellow-button {
    margin-top: 18px;
  }
  .myaccount-order-main {
    padding: 0 10px;
  }
  .myaccount-order-main .account-order-purchase .order-left {
    background-image: url('../img/ui/plus-icon.png');
    background-repeat: no-repeat;
    background-position: right 6px;
  }
  .myaccount-order-main .account-order-purchase .order-left.open {
    background-image: url('../img/ui/minus-icon.png');
    background-repeat: no-repeat;
    background-position: right 6px;
  }
  .myaccount-order-main .account-order-purchase .order-left ul li {
    margin: 0;
  }
  .myaccount-order-main .account-order-purchase .order-left ul li:nth-child(n+4) {
    display: none;
  }
  .myaccount-order-main .account-order-purchase .order-left .btn-gray {
    width: 100%;
    height: 50px;
    margin: 24px 0px;
  }
  .myaccount-order-main .account-order-purchase .order-right {
    display: none;
  }
  .myaccount-order-main .account-order-purchase .order-right .account-order-header {
    min-height: inherit;
  }
  .myaccount-order-main .account-order-purchase .order-right .account-order-header .btn-blue {
    float: none;
    width: 100%;
    height: 50px;
  }
  .myaccount-order-main .account-order-purchase .order-right .order-item {
    margin-top: 28px;
    padding-bottom: 28px;
  }
  .myaccount-order-main .account-order-purchase .order-right .order-item ul {
    padding: 0;
  }
  .myaccount-order-main .account-order-purchase .order-right .order-item .col-xs-9 {
    padding-left: 18px;
  }
  .myaccount-order-main .account-order-purchase .order-right .order-item .quantity {
    margin-top: 12px;
  }
  .myaccount-order-main .account-order-purchase .order-right .order-item .linksys-select-outer {
    margin-top: 28px;
  }
  .myaccount-order-main.myaccount-order-summary h3 {
    font-size: 16px;
    margin: 0;
  }
  .myaccount-order-main.myaccount-order-summary h3 span {
    display: block;
    font-size: 14px;
    margin: 4px 0 4px 0;
  }
  .myaccount-order-main.myaccount-order-summary h4 {
    font-size: 14px;
    margin: 0 0 4px 0px;
  }
  .myaccount-order-main.myaccount-order-summary .order-table .order-item > div:not(:first-child) {
    margin-left: 25%;
  }
  .myaccount-order-main.myaccount-order-summary .order-table .order-item .edit-quantity {
    margin-top: 18px;
  }
  .myaccount-order-main.myaccount-order-summary .order-table .order-item .edit-quantity b span {
    display: inline-block;
  }
  .myaccount-order-main.myaccount-order-summary .order-table .order-item .col-md-1.tar {
    margin-top: -17px;
  }
  .myaccount-order-main.myaccount-order-summary .order-table .order-item .col-md-2.table-item-actions {
    margin: 24px 0 0 0;
  }
  .myaccount-order-main.myaccount-order-summary .order-table-bottom-buttons .btn-gray {
    float: none;
    width: 100%;
    height: 50px;
  }
  .myaccount-order-main.myaccount-orders-10 h3 {
    margin-bottom: 18px;
    text-align: center;
  }
  .myaccount-order-main.myaccount-orders-10 h3 a {
    display: inline-block;
    margin-top: 14px;
  }
  .myaccount-order-main.myaccount-orders-10 h3 a img {
    margin: -4px 4px 0px 0px;
  }
  .myaccount-order-main .linksys-select {
    font-size: 12px;
  }
  .order-summary-info .col-md-3 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .order-summary-info .col-md-3:last-child {
    border-bottom: none;
  }
}
@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .myaccount-order-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5) {
  .myaccount-order-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-o-min-device-pixel-ratio: 3/2) {
  .myaccount-order-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min-resolution: 1.5dppx) {
  .myaccount-order-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .myaccount-order-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5) {
  .myaccount-order-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-o-min-device-pixel-ratio: 3/2) {
  .myaccount-order-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min-resolution: 1.5dppx) {
  .myaccount-order-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
.print-icon {
  display: block;
  height: 40px;
  width: 40px;
  background: url(../img/icon/_placeholder_feature_sprite.png) no-repeat -160px -136px;
}
.checkout-header-help {
  float: right;
}
.checkout-header-help .live-chat-badge,
.checkout-header-help .call-badge {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  line-height: 16px;
}
.checkout-header-help .live-chat-badge {
  margin-right: 28px;
  text-align: left;
}
.checkout-header-help .call-badge {
  background-image: url('../img/icon/live-chat-icon.png');
  text-align: left;
}
.myaccount-returns-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.myaccount-returns-main h2 {
  text-transform: uppercase;
}
.myaccount-returns-main h3 {
  text-transform: initial;
  font-size: 18px;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.myaccount-returns-main h3 span {
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
}
.myaccount-returns-main h4 {
  font-size: 16px;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.myaccount-returns-main h4 span {
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
}
.myaccount-returns-main .btn-blue {
  padding: 10px;
}
.myaccount-returns-main .red {
  font-size: 12px;
  margin-top: 24px;
  display: block;
}
.myaccount-returns-main .start-return-table-header {
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
}
.myaccount-returns-main .start-return-table-header h4 {
  font-size: 14px;
}
.myaccount-returns-main .start-return-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
}
.myaccount-returns-main .start-return-item span {
  display: block;
}
.myaccount-returns-main .start-return-item .col-md-10 {
  padding-left: 20px;
}
.myaccount-returns-main .start-return-item .item-sku {
  color: #8b8d8e;
}
.myaccount-returns-main .order-table-bottom-buttons {
  margin: 18px 0 32px;
}
.myaccount-returns-main .order-table-bottom-buttons button {
  width: 100%;
}
.myaccount-returns-main .order-table-bottom-buttons .col-xs-6 {
  padding: 0 8px 0 0;
}
.myaccount-returns-main .order-table-bottom-buttons .col-xs-6.col-md-offset-6 {
  padding: 0 0 0  8px;
}
.myaccount-returns-main .order-table {
  display: block;
}
.myaccount-returns-main .account-order-purchase {
  margin-bottom: 20px;
}
.myaccount-returns-main .account-order-purchase .white-block {
  padding: 20px;
}
.myaccount-returns-main .account-order-purchase .order-left ul li {
  margin-bottom: 8px;
}
.myaccount-returns-main .account-order-purchase .order-left ul li h4 {
  margin: 0;
}
.myaccount-returns-main .account-order-purchase .order-left ul li .view-details {
  text-transform: uppercase;
  padding: 9px 24px;
}
.myaccount-returns-main .account-order-purchase .order-right .account-order-header {
  border-bottom: 1px solid #8b8d8e;
  padding-bottom: 12px;
  margin-bottom: 12px;
  min-height: 63px;
}
.myaccount-returns-main .account-order-purchase .order-right .account-order-header:not(:first-child) {
  padding-top: 12px;
}
.myaccount-returns-main .account-order-purchase .order-right .account-order-header .btn-blue {
  float: right;
}
.myaccount-returns-main .account-order-purchase .order-right .order-item {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
  margin-top: 12px;
}
.myaccount-returns-main .account-order-purchase .order-right .order-item ul {
  padding-left: 20px;
}
.myaccount-returns-main .account-order-purchase .order-right .order-item ul.order-actions {
  padding: 0;
}
.myaccount-returns-main .account-order-purchase .order-right .order-item .sku {
  color: #8b8d8e;
}
.myaccount-returns-main .account-order-purchase .order-right .order-item .quantity {
  font-weight: bold;
}
.myaccount-returns-main .account-order-purchase .order-right .order-actions {
  font-size: 12px;
}
.myaccount-returns-main.myaccount-returns-02 .return-instruction-box {
  border-radius: 6px;
  border: 1px solid #e2e2e2;
}
.myaccount-returns-main.myaccount-returns-02 .return-instruction-box h5 {
  text-align: center;
  font-size: 24px;
  color: #0068d9;
  width: 44px;
  line-height: 40px;
  border-radius: 12px;
  border: 3px solid #0068d9;
  display: inline-block;
}
.myaccount-returns-main.myaccount-returns-04-noorders {
  min-height: 300px;
}
@media (max-width: 992px) {
  .myaccount-returns-main {
    padding: 0 10px;
  }
  .myaccount-returns-main .start-return-item > div:not(:nth-child(2)) {
    margin-left: 25%;
  }
  .myaccount-returns-main .start-return-item div:first-child {
    margin: 0 0 18px 0;
  }
  .myaccount-returns-main .start-return-item div:first-child input[type="checkbox"] {
    margin-top: -2px;
  }
  .myaccount-returns-main .start-return-item div:first-child .md-grey {
    display: inline-block !important;
    padding-left: 18px;
  }
  .myaccount-returns-main .start-return-item div:last-child {
    margin: 12px 0 0 0;
  }
  .myaccount-returns-main .start-return-item .col-xs-3 {
    padding-right: 14px;
  }
  .myaccount-returns-main .start-return-item .col-md-1 .linksys-select-outer {
    width: 30%;
  }
  .myaccount-returns-main .start-return-item .col-md-1.tar {
    margin-top: -32px;
  }
  .myaccount-returns-main .order-table .order-item > div:not(:first-child) {
    margin-left: 25%;
  }
  .myaccount-returns-main .order-table .order-item .edit-quantity {
    margin-top: 18px;
  }
  .myaccount-returns-main .order-table .order-item .edit-quantity b span {
    display: inline-block;
  }
  .myaccount-returns-main .order-table .order-item .col-md-1.tar {
    margin-top: -17px;
  }
  .myaccount-returns-main .order-table .order-item .col-md-2.table-item-actions {
    margin: 24px 0 0 0;
  }
  .myaccount-returns-main .account-order-purchase .order-left {
    background-image: url('../img/ui/plus-icon.png');
    background-repeat: no-repeat;
    background-position: right 6px;
  }
  .myaccount-returns-main .account-order-purchase .order-left.open {
    background-image: url('../img/ui/minus-icon.png');
    background-repeat: no-repeat;
    background-position: right 6px;
  }
  .myaccount-returns-main .account-order-purchase .order-left ul li {
    margin: 0;
  }
  .myaccount-returns-main .account-order-purchase .order-left ul li:nth-child(n+4) {
    display: none;
  }
  .myaccount-returns-main .account-order-purchase .order-left .btn-gray {
    width: 100%;
    height: 50px;
    margin: 24px 0px;
  }
  .myaccount-returns-main .account-order-purchase .order-right {
    display: none;
  }
  .myaccount-returns-main .account-order-purchase .order-right .account-order-header {
    min-height: inherit;
  }
  .myaccount-returns-main .account-order-purchase .order-right .account-order-header .btn-blue {
    float: none;
    width: 100%;
    height: 50px;
  }
  .myaccount-returns-main .account-order-purchase .order-right .order-item {
    margin-top: 28px;
    padding-bottom: 28px;
  }
  .myaccount-returns-main .account-order-purchase .order-right .order-item ul {
    padding: 0;
  }
  .myaccount-returns-main .account-order-purchase .order-right .order-item .col-xs-9 {
    padding-left: 18px;
  }
  .myaccount-returns-main .account-order-purchase .order-right .order-item .quantity {
    margin-top: 12px;
  }
  .myaccount-returns-main .account-order-purchase .order-right .order-item .linksys-select-outer {
    margin-top: 28px;
  }
  .myaccount-returns-main.myaccount-returns-02 .return-instruction-box {
    margin: 12px 0;
    padding: 18px 0px;
  }
  .myaccount-returns-main.myaccount-returns-02 .return-instruction-box .col-xs-2.col-md-12 {
    text-align: center;
  }
}
@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .myaccount-returns-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5) {
  .myaccount-returns-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-o-min-device-pixel-ratio: 3/2) {
  .myaccount-returns-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min-resolution: 1.5dppx) {
  .myaccount-returns-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .myaccount-returns-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5) {
  .myaccount-returns-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-o-min-device-pixel-ratio: 3/2) {
  .myaccount-returns-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min-resolution: 1.5dppx) {
  .myaccount-returns-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (min-width: 992px) {
  .start-return-item .col-md-3 {
    padding-left: 18px;
  }
  .start-return-item .col-xs-3 {
    padding-right: 12px;
  }
  .start-return-item .col-md-1 b {
    padding-top: 6px;
    display: block;
  }
  .myaccount-returns-main.myaccount-returns-02 .return-instructions-boxes .row > .col-md-4:first-child {
    padding-right: 6px;
  }
  .myaccount-returns-main.myaccount-returns-02 .return-instructions-boxes .row > .col-md-4:nth-child(2) {
    padding: 0 3px;
  }
  .myaccount-returns-main.myaccount-returns-02 .return-instructions-boxes .row > .col-md-4:last-child {
    padding-left: 6px;
  }
  .myaccount-returns-main.myaccount-returns-02 .return-instruction-box {
    min-height: 240px;
    text-align: center;
  }
  .myaccount-returns-main.myaccount-returns-02 .return-instruction-box p {
    padding: 0px 24px ;
    font-size: 12px;
    margin: 0;
  }
  .myaccount-returns-main.myaccount-returns-02 .return-instruction-box ul li {
    font-size: 12px;
  }
}
.myaccount-replacements-main .yellow-button {
  width: 100%;
}
.myaccount-replacements-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.myaccount-replacements-main h2 {
  text-transform: uppercase;
}
.myaccount-replacements-main h3 {
  text-transform: initial;
  font-size: 18px;
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
}
.myaccount-replacements-main h3 span {
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.myaccount-replacements-main h4 {
  font-size: 16px;
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
}
.myaccount-replacements-main h4 span {
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.myaccount-replacements-main .order-table {
  display: block;
}
.myaccount-replacements-main .yellow-box h5 {
  margin-top: 0;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.myaccount-replacements-main .yellow-box .red {
  font-weight: bold;
  font-size: 14px;
}
.myaccount-replacements-main .yellow-box a {
  font-weight: bold;
}
.myaccount-replacements-main .account-order-purchase {
  margin-bottom: 20px;
}
.myaccount-replacements-main .account-order-purchase .white-block {
  padding: 20px;
}
.myaccount-replacements-main .account-order-purchase .order-left ul li {
  margin-bottom: 8px;
}
.myaccount-replacements-main .account-order-purchase .order-left ul li h4 {
  margin: 0;
}
.myaccount-replacements-main .account-order-purchase .order-left ul li .view-details {
  text-transform: uppercase;
  padding: 9px 24px;
}
.myaccount-replacements-main .account-order-purchase .order-right .account-order-header {
  border-bottom: 1px solid #8b8d8e;
  padding-bottom: 12px;
  margin-bottom: 12px;
  min-height: 63px;
}
.myaccount-replacements-main .account-order-purchase .order-right .account-order-header:not(:first-child) {
  padding-top: 12px;
}
.myaccount-replacements-main .account-order-purchase .order-right .account-order-header .btn-blue {
  float: right;
}
.myaccount-replacements-main .account-order-purchase .order-right .order-item {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
  margin-top: 12px;
}
.myaccount-replacements-main .account-order-purchase .order-right .order-item ul {
  padding-left: 20px;
}
.myaccount-replacements-main .account-order-purchase .order-right .order-item ul.order-actions {
  padding: 0;
}
.myaccount-replacements-main .account-order-purchase .order-right .order-item .sku {
  color: #8b8d8e;
}
.myaccount-replacements-main .account-order-purchase .order-right .order-item .quantity {
  font-weight: bold;
}
.myaccount-replacements-main .account-order-purchase .order-right .order-actions {
  font-size: 12px;
}
.myaccount-replacements-main .edit-quantity b span {
  display: none;
}
.myaccount-replacements-main .order-subtotal {
  margin-top: 22px;
}
.myaccount-replacements-main .order-subtotal .sub-summary-row {
  margin-bottom: 12px;
}
.myaccount-replacements-main .order-table-bottom-buttons {
  margin-bottom: 48px;
}
.myaccount-replacements-main .order-table-bottom-buttons button {
  width: 100%;
}
.myaccount-replacements-main.myaccount-replacements-01-noorders {
  min-height: 200px;
}
.myaccount-replacements-main.myaccount-replacements-01-noorders h5 {
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  margin: 32px 0 4px 0;
}
.myaccount-replacements-main.myaccount-replacements-01-noorders p {
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
}
@media (max-width: 992px) {
  .myaccount-replacements-main {
    padding: 0 10px;
  }
  .myaccount-replacements-main .account-order-purchase .order-left {
    background-image: url('../img/ui/plus-icon.png');
  }
  .myaccount-replacements-main .account-order-purchase .order-left {
    background-repeat: no-repeat;
    background-position: right 6px;
  }
  .myaccount-replacements-main .account-order-purchase .order-left.open {
    background-image: url('../img/ui/minus-icon.png');
  }
  .myaccount-replacements-main .account-order-purchase .order-left.open {
    background-repeat: no-repeat;
    background-position: right 6px;
  }
  .myaccount-replacements-main .account-order-purchase .order-left ul li {
    margin: 0;
  }
  .myaccount-replacements-main .account-order-purchase .order-left ul li:nth-child(n+5) {
    display: none;
  }
  .myaccount-replacements-main .account-order-purchase .order-left .btn-gray {
    width: 100%;
    height: 50px;
    margin: 24px 0px;
  }
  .myaccount-replacements-main .account-order-purchase .order-right {
    display: none;
  }
  .myaccount-replacements-main .account-order-purchase .order-right .account-order-header {
    min-height: inherit;
  }
  .myaccount-replacements-main .account-order-purchase .order-right .account-order-header .btn-blue {
    float: none;
    width: 100%;
    height: 50px;
  }
  .myaccount-replacements-main .account-order-purchase .order-right .order-item {
    margin-top: 28px;
    padding-bottom: 28px;
  }
  .myaccount-replacements-main .account-order-purchase .order-right .order-item ul {
    padding: 0;
  }
  .myaccount-replacements-main .account-order-purchase .order-right .order-item .col-xs-9 {
    padding-left: 18px;
  }
  .myaccount-replacements-main .account-order-purchase .order-right .order-item .quantity {
    margin-top: 12px;
  }
  .myaccount-replacements-main .account-order-purchase .order-right .order-item .linksys-select-outer {
    margin-top: 28px;
  }
  .myaccount-replacements-main .order-table .order-item .edit-quantity {
    margin-top: 18px;
  }
  .myaccount-replacements-main .order-table .order-item .edit-quantity b span {
    display: inline-block;
  }
  .myaccount-replacements-main .order-table .order-item .col-md-1.tar {
    margin-top: -17px;
  }
}
@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .myaccount-replacements-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5) {
  .myaccount-replacements-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-o-min-device-pixel-ratio: 3/2) {
  .myaccount-replacements-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min-resolution: 1.5dppx) {
  .myaccount-replacements-main .account-order-purchase .order-left {
    background-image: url("../img/ui/plus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .myaccount-replacements-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5) {
  .myaccount-replacements-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (-o-min-device-pixel-ratio: 3/2) {
  .myaccount-replacements-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
@media (max-width: 992px) and (min-resolution: 1.5dppx) {
  .myaccount-replacements-main .account-order-purchase .order-left.open {
    background-image: url("../img/ui/minus-icon@2x.png");
    background-size: 23px 23px;
  }
}
.myaccount-wishlist .wishlist-main button {
  width: 100%;
}
.myaccount-wishlist .wishlist-main .cart-sub-header {
  padding-top: 0;
}
.myaccount-wishlist .wishlist-main .order-table {
  display: block;
}
.myaccount-wishlist .wishlist-main .order-table .order-item .col-md-2.tar a:nth-child(2) {
  margin-top: 8px;
  display: inline-block;
}
.myaccount-wishlist .wishlist-main .order-table-bottom-buttons {
  margin: 24px 0 48px;
}
.myaccount-wishlist .wishlist-main h3.tagline {
  float: left;
}
.myaccount-wishlist .wishlist-main .req-tag {
  float: right;
  color: red;
  margin-top: 20px;
}
.myaccount-wishlist .wishlist-main textarea {
  height: 114px;
}
.myaccount-wishlist .wishlist-main .gift-message {
  margin-top: 48px;
}
.myaccount-wishlist .wishlist-main .gift-message input[type="checkbox"] {
  margin-right: 8px;
}
.myaccount-wishlist .wishlist-main .final-step-row {
  font-size: 12px;
}
.myaccount-wishlist .wishlist-main .final-step-row p {
  margin-bottom: 0;
}
.myaccount-wishlist .wishlist-main .final-step-row .form-section {
  margin-bottom: 8px;
}
.myaccount-wishlist .wishlist-main .final-step-row .light-grey {
  margin-bottom: 20px;
}
.myaccount-wishlist .wishlist-main-noorders {
  padding-bottom: 28px;
}
.myaccount-wishlist .wishlist-main-noorders .cont-shop {
  text-transform: uppercase;
  padding: 9px 28px;
  float: right;
}
.myaccount-wishlist .wishlist-main-noorders h2 {
  margin-bottom: 40px;
}
.myaccount-wishlist .wishlist-main-noorders strong {
  font-weight: normal;
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
}
.myaccount-wishlist .wishlist-main-noorders p {
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
}
@media (max-width: 992px) {
  .myaccount-wishlist .wishlist-main {
    padding: 10px;
  }
  .myaccount-wishlist .wishlist-main h2 {
    text-align: center;
  }
  .myaccount-wishlist .wishlist-main h2:after {
    margin: 12px auto 0px;
  }
  .myaccount-wishlist .wishlist-main .order-table .order-item > div:not(:first-child) {
    margin-left: 25%;
  }
  .myaccount-wishlist .wishlist-main .order-table .order-item .col-md-2.tar {
    text-align: left;
  }
  .myaccount-wishlist .wishlist-main .order-table .order-item .col-md-2.tar .yellow-button {
    margin-top: 14px;
  }
  .myaccount-wishlist .wishlist-main .order-table .order-item .col-md-2.tar a:nth-child(2) {
    margin-top: 20px;
  }
  .myaccount-wishlist .wishlist-main-noorders .yellow-button {
    margin-top: 18px;
  }
}
.settings-icon {
  height: 78px;
  width: 78px;
  background: url('../img/icon/settings-icons-sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 14px;
}
.settings-icon.profile-icon {
  background-position: -3px -81px;
}
.settings-icon.password-icon {
  background-position: -3px -158px;
}
.settings-icon.wifi-icon {
  background-position: -3px -3px;
}
.settings-icon.community-icon {
  background-position: -3px -235px;
}
.settings-icon.email-icon {
  width: 79px;
  background-position: -3px -312px;
}
.settings-icon.address-icon {
  background-position: -3px -389px;
}
.addAddressCol {
  text-align: right;
}
.myaccount-settings h3 {
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  font-size: 20px;
  text-transform: initial;
  margin-top: 10px;
}
.myaccount-settings h3 .required-field {
  float: right;
  color: red;
  font-size: 12px;
  font-family: arial;
  margin-top: 10px;
}
.myaccount-settings .myaccount-settings-main {
  webkit-box-shadow: 0 4px 2px -2px #c4c4c4;
  -moz-box-shadow: 0 4px 2px -2px #c4c4c4;
  box-shadow: 0 4px 2px -2px #c4c4c4;
  margin-bottom: 3px;
  padding-bottom: 20px;
}
.myaccount-settings .myaccount-settings-main .container > .row:first-child {
  margin-top: 40px;
}
.myaccount-settings .myaccount-settings-main ul {
  margin: 24px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.myaccount-settings .myaccount-settings-main .form-section {
  margin-bottom: 12px;
}
.myaccount-settings .myaccount-settings-main .form-section button {
  width: 100%;
}
.myaccount-settings .myaccount-settings-main .form-section strong {
  margin-right: 20px;
  margin: 16px 20px 16px 0px;
  display: inline-block;
}
.myaccount-settings .myaccount-settings-main .form-section .req-field {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  color: #8b8d8e;
}
.myaccount-settings .myaccount-settings-main .form-section .req-field:after {
  content: '*';
  color: red;
}
.myaccount-settings .myaccount-settings-main .form-section .req-field .required-field {
  float: right;
  color: red;
  font-size: 12px;
  font-family: arial;
}
.myaccount-settings .myaccount-settings-main .form-section .form-control {
  padding: 6px 12px;
  margin-bottom: 8px;
  font-size: 10px;
}
.myaccount-settings .myaccount-settings-main .form-section a.cancel {
  display: block;
  line-height: 38px;
  margin-left: 20px;
}
.myaccount-settings .myaccount-settings-main .form-section .red-email {
  line-height: 34px;
  margin-left: 20px;
  font-size: 14px;
}
.myaccount-settings .myaccount-settings-main .edit-left h4 {
  margin-top: 0;
}
.myaccount-settings .myaccount-settings-main .edit-left .btn-blue,
.myaccount-settings .myaccount-settings-main .edit-left .yellow-button {
  min-width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.myaccount-settings .myaccount-settings-main .edit-left .col-md-6 {
  min-height: 180px;
  padding-bottom: 40px;
  position: relative;
  margin: 30px 0 10px 0;
}
.myaccount-settings .myaccount-settings-main .white-block {
  padding: 30px 40px;
}
.myaccount-settings .myaccount-settings-main .white-block h4 {
  margin-top: 0;
}
.myaccount-settings .myaccount-settings-main .white-block .btn-blue {
  min-width: 150px;
}
.myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 h4 {
  font-size: 16px;
}
.myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .row .col-xs-6 button {
  width: 100%;
}
.myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .row .col-xs-6:last-child {
  padding-left: 6px;
}
.myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .row .col-xs-6:first-child {
  padding: 0 6px 0 0;
}
.myaccount-settings .panel-default {
  background-color: #0068d9;
  color: #fff;
  text-align: center;
  font-family: "GalaxiePolaris-Medium", Arial, sans-serif;
}
.myaccount-settings .panel-default p {
  padding: 0 120px;
}
.myaccount-settings .soc-acct-login {
  margin-top: 32px;
  margin-bottom: 30px;
}
.myaccount-settings .soc-acct-login .btn-gray.sign-in {
  display: block;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 5% center;
  font-weight: bold;
  width: 220px;
  text-align: left;
  margin: 0 auto 16px;
}
.myaccount-settings .soc-acct-login .btn-gray.sign-facebook {
  background-image: url('../img/icon/facebook-icon.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #eaeaea));
  background-image: url('../img/icon/facebook-icon.png'), -moz-linear-gradient(center top, #fcfcfc 5%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe600', endColorstr='#faa741');
}
.myaccount-settings .soc-acct-login .btn-gray.sign-twitter {
  background-image: url('../img/icon/twitter-icon.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #eaeaea));
  background-image: url('../img/icon/twitter-icon.png'), -moz-linear-gradient(center top, #fcfcfc 5%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe600', endColorstr='#faa741');
}
.myaccount-settings .soc-acct-login .btn-gray.sign-google {
  background-image: url('../img/icon/google-icon.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #eaeaea));
  background-image: url('../img/icon/google-icon.png'), -moz-linear-gradient(center top, #fcfcfc 5%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe600', endColorstr='#faa741');
}
.myaccount-settings .soc-acct-login .btn-gray.sign-yahoo {
  background-image: url('../img/icon/yahoo-icon.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #eaeaea));
  background-image: url('../img/icon/yahoo-icon.png'), -moz-linear-gradient(center top, #fcfcfc 5%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe600', endColorstr='#faa741');
}
.myaccount-settings .btn-blue {
  padding: 10px;
}
.myaccount-settings .myaccount-header {
  margin-bottom: 3px;
}
.myaccount-settings .settings-bottom {
  background-color: #f4f4f4;
  padding-bottom: 48px;
}
.myaccount-settings .settings-bottom h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
}
.myaccount-settings .settings-bottom h2:after {
  margin: 13px auto;
}
.myaccount-settings .settings-bottom #settings-pods {
  width: 100%;
  margin-bottom: 17px;
}
.myaccount-settings .settings-bottom #settings-pods h3 {
  color: #000000;
  font: normal 14px "GalaxiePolaris-Medium", Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 3px;
  text-transform: none;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block {
  width: 25%;
  float: left;
  padding-right: 10px;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block:last-child {
  padding-right: 0px;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-bottom-color: #cccccc;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a h5 {
  text-align: center;
  font-size: 24px;
  color: #0068d9;
  width: 44px;
  line-height: 40px;
  border-radius: 12px;
  border: 3px solid #0068d9;
  display: inline-block;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a .inner-block {
  padding: 10px;
  text-align: center;
}
.myaccount-settings .settings-bottom #settings-pods .description {
  font: normal 12px Arial, sans-serif;
  color: #8b8d8e;
  line-height: 16px;
}
.myaccount-settings .settings-bottom #settings-pods .pod {
  width: 100%;
  background-color: grey;
  text-align: center;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:hover,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:focus {
  border-color: #0068d9;
  background-color: #0068d9;
  color: white;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover p,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a p,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:hover p,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:focus p {
  color: #FFF;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover h3,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a h3,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:hover h3,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:focus h3 {
  color: #FFF;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover h5,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a h5,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:hover h5,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:focus h5 {
  color: #FFF;
  border-color: #FFF;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover span,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a span,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:hover span,
.myaccount-settings .settings-bottom #settings-pods .pod-block.active > a:focus span {
  color: yellow;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover .settings-icon.profile-icon {
  background-position: -83px -81px;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover .settings-icon.password-icon {
  background-position: -83px -158px;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover .settings-icon.wifi-icon {
  background-position: -83px -3px;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover .settings-icon.community-icon {
  background-position: -83px -235px;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover .settings-icon.email-icon {
  background-position: -83px -312px;
}
.myaccount-settings .settings-bottom #settings-pods .pod-block > a:hover .settings-icon.address-icon {
  background-position: -83px -389px;
}
.myaccount-settings .settings-bottom-main #settings-pods .pod-block {
  width: 33%;
}
.myaccount-settings .edit-profile {
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .myaccount-settings .edit-profile {
    padding-bottom: 12px;
  }
  .myaccount-settings .myaccount-settings-main .container {
    padding: 0 10px;
  }
  .myaccount-settings .myaccount-settings-main .container > .row h3 {
    text-align: center;
  }
  .myaccount-settings .myaccount-settings-main .container button {
    width: 100%;
  }
  .myaccount-settings .myaccount-settings-main .container .edit-left .col-md-6 {
    min-height: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
  }
  .myaccount-settings .myaccount-settings-main .container .edit-left .col-md-6 button {
    margin-top: 12px;
    position: relative;
  }
  .myaccount-settings .myaccount-settings-main .container .white-block .soc-acct-login {
    margin-bottom: 0px;
  }
  .myaccount-settings .myaccount-settings-main .container .white-block .soc-acct-login .btn-gray.sign-in {
    padding-left: 18%;
    width: 100%;
  }
  .myaccount-settings .myaccount-settings-main .container .form-section input[type="text"] {
    padding: 24px 12px;
    margin-bottom: 16px;
  }
  .myaccount-settings .myaccount-settings-main .container .form-section .red-email {
    margin: 0;
  }
  .myaccount-settings .myaccount-settings-main .container .form-section a.cancel {
    margin: 12px 0 0 0;
    text-align: center;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-02-01 .white-block {
    padding: 30px 20px;
    margin-bottom: 32px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-02-04 .white-block img {
    margin-top: 8px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-02-04 .white-block .btn-blue {
    margin-top: 18px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-04 .container:last-child {
    padding-bottom: 48px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-04 .container:last-child h4 {
    margin-bottom: 14px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-04 .form-section {
    margin-top: 32px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .container .row .col-md-3 {
    margin-bottom: 22px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .container .row .col-md-3 a {
    text-align: center;
    display: block;
    margin-top: 12px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .container .row:last-child .col-md-3:last-child {
    border: none;
  }
  .myaccount-settings .myaccount-settings-main #myModal {
    top: 50px;
  }
  .myaccount-settings .myaccount-settings-main #myModal .modal-dialog {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .myaccount-settings .myaccount-settings-main #myModal .modal-dialog .modal-content {
    border-radius: 0px;
  }
  .myaccount-settings .myaccount-settings-main #myModal .modal-dialog .modal-body {
    padding: 20px 20px;
  }
  .myaccount-settings .myaccount-settings-main #myModal .modal-dialog .modal-body h4 {
    margin: 0 0 4px 0;
  }
  .myaccount-settings .myaccount-settings-main #myModal .modal-dialog .modal-body p {
    margin: 0 0 18px 0;
  }
  .myaccount-settings .settings-bottom-main .container {
    padding: 0 10px;
  }
  .myaccount-settings .settings-bottom-main #settings-pods {
    margin: 0;
    display: block;
  }
  .myaccount-settings .settings-bottom-main #settings-pods .pod-block {
    margin-bottom: 18px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }
  .myaccount-settings .settings-bottom-main #settings-pods .pod-block > a {
    display: block;
    padding-right: 20px;
  }
  .myaccount-settings .settings-bottom-main #settings-pods .pod-block > a .inner-block {
    background: url('../img/ui/gray-button-right-arrow.png') no-repeat right center;
    text-align: left;
  }
  .myaccount-settings .settings-bottom-main #settings-pods .pod-block > a .inner-block h3 {
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .myaccount-settings .settings-bottom-main #settings-pods .pod-block > a .inner-block span {
    display: none;
  }
  .myaccount-settings .settings-bottom-main #settings-pods .pod-block > a .inner-block .settings-icon {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .myaccount-settings .settings-bottom .container {
    padding: 0 10px;
  }
  .myaccount-settings .settings-bottom .panel-default .panel-body p {
    padding: 0;
  }
  .myaccount-settings .settings-bottom #settings-pods {
    margin: 0;
    display: block;
  }
  .myaccount-settings .settings-bottom #settings-pods .pod-block {
    margin-bottom: 18px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }
  .myaccount-settings .settings-bottom #settings-pods .pod-block > a {
    padding-right: 20px;
    width: 100%;
  }
  .myaccount-settings .settings-bottom #settings-pods .pod-block > a .inner-block {
    background: url('../img/ui/gray-button-right-arrow.png') no-repeat right center;
    text-align: left;
  }
  .myaccount-settings .settings-bottom #settings-pods .pod-block > a .inner-block h3 {
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .myaccount-settings .settings-bottom #settings-pods .pod-block > a .inner-block span {
    display: none;
  }
  .myaccount-settings .settings-bottom #settings-pods .pod-block > a .inner-block .settings-icon {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .myaccount-settings .myaccount-settings-main.myaccount-settings-02-04 .white-block {
    min-height: 420px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-02-04 .white-block .btn-blue {
    margin-top: 18px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-04 h4 {
    margin-bottom: 32px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-04 .col-md-8 .form-section {
    margin-bottom: 24px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-04 .col-md-8 .form-section span {
    margin-left: 12px;
    font-weight: bold;
    color: #8b8d8e;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .row .col-md-3 {
    padding-right: 32px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .row .col-md-3 a:last-child {
    margin-top: 24px;
    display: block;
    font-size: 12px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .modal-dialog {
    width: 580px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .modal-dialog .modal-body {
    padding: 40px 80px;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .modal-dialog .modal-body button {
    width: 100%;
  }
  .myaccount-settings .myaccount-settings-main.myaccount-settings-05-01 .modal-dialog .modal-body dl {
    padding-left: 32px;
    margin: 30px 0px 40px;
  }
}
#filterOptions {
  margin-bottom: 15px;
}
#filterOptions li {
  padding-left: 10px;
  padding-right: 10px;
}
#filterOptions a.active {
  font-weight: bold;
}
#adtFilters label {
  font-weight: normal;
  font-size: 12px;
  padding-left: 17px;
  text-indent: -17px;
}
#adtFilters ul {
  margin-bottom: 12px;
}
.cat-btn {
  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: 9px 0px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.story-top {
  position: relative;
}
#story > div > .row,
.row.sticky-wrapper {
  position: relative;
}
.sticky-x {
  text-align: right;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  position: absolute;
}
.fixed-x {
  position: fixed;
  margin-top: 0;
}
.collapse-me {
  display: none;
}
.category-header {
  padding-bottom: 1.4em;
}
.category-product-portrait-block .header-image-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.category-text-block {
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: -16em;
  padding-bottom: 5em;
}
@media (max-width: 991px) {
  .category-text-block {
    margin-top: -167px;
    padding-bottom: 1em;
  }
}
.category-text-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.category-text-block h3 {
  font-family: 'GalaxiePolaris-Bold';
  font-size: 1.1em;
  margin-bottom: 0.12894em;
  color: #0068d9;
}
.category-text-block p {
  text-align: center;
  color: #8b8d8e;
  font-size: 1.1em;
}
.category-text-block .full-story {
  color: #000;
  width: 13%;
  height: 35px;
  font-size: .8em;
  font-family: 'GalaxiePolaris-Bold';
  background: #ffec00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZlZDIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZlY2EwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGI2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffec00), color-stop(48%, #fed200), color-stop(51%, #feca00), color-stop(100%, #fdb600));
  background: -webkit-linear-gradient(top, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  background: -o-linear-gradient(top, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  background: -ms-linear-gradient(top, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  background: linear-gradient(to bottom, #ffec00 0%, #fed200 48%, #feca00 51%, #fdb600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec00', endColorstr='#fdb600', GradientType=0);
}
.cat-feature-icon-lg {
  width: 82px;
  height: 80px;
}
.cat-feature-icon-lg.cat-feature-smart-wifi {
  background: url('../img/icon/_placeholder_feature_sprite.png') no-repeat 0px -53px;
  margin: 0 auto;
}
.cat-dual-icon-lg {
  width: 54px;
  height: 81px;
}
.cat-dual-icon-lg.cat-dual-smart-wifi {
  background: url('../img/icon/_placeholder_feature_sprite.png') no-repeat -54px 28px;
}
.dualband-section {
  padding-top: 2em;
  padding-bottom: 3em;
}
.dualband-section .dualband-product-image {
  margin-top: 2em;
}
.dualband-section .dualband-text-section {
  padding-left: 4em;
}
.smart-wifi-section {
  padding-top: 2em;
  padding-right: 2.5em;
}
.smart-wifi-section .badge-buttons {
  padding-top: 1.3em;
}
.smart-wifi-section .badge-buttons .badge-button-apple {
  padding-right: 1em;
}
.blueback {
  background: #006ada;
}
.category-selection h2 {
  text-align: center;
}
.category-selection h2:after {
  margin: .5em auto 1em auto;
}
.carousel-inner .item.category-carousel-image {
  padding-top: 8em;
  padding-bottom: 4em;
}
.carousel-inner .item.category-carousel-image img {
  margin: 0 auto;
}
.carousel-inner .item .blue-outline {
  border: 3px solid #0068d9;
  width: 20%;
  height: 30%;
  font-size: .9em;
  position: absolute;
  top: 2em;
  left: 61em;
  padding: 1.53em;
}
@media (max-width: 768px) {
  .carousel-inner {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
  }
}
.cat-thumbnail {
  width: 260px;
  height: 180px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 12px 12px -10px #c4c4c4;
  -webkit-box-shadow: 0 17px 22px -20px #c4c4c4;
  -moz-box-shadow: 0 12px 12px -10px #c4c4c4;
  list-style-type: none;
}
.cat-thumbnail ul {
  list-style-type: none;
}
.cat-thumbnail img {
  width: 100%;
  height: auto;
}
.cat-thumbnails {
  list-style-type: none;
}
.cat-thumbnails .cat-item {
  vertical-align: top;
}
.cat-thumbnails h4 {
  font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
.cat-thumbnails p {
  color: #525252;
  display: block;
  margin: 0 auto;
  padding: 2px 0 6px;
  text-align: center;
  width: 160px;
}
.cat-carousel-control {
  position: absolute;
  background: transparent url(../img/content/_placeholders/_placeholder_grey_arrows.png) 0px 0px no-repeat;
  top: 50%;
  margin-top: -24px;
  width: 22px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cat-carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  background-image: url(../img/content/_placeholders/_placeholder_grey_arrows.png);
  margin-left: -2%;
  height: 38px;
}
@media (max-width: 991px) {
  .cat-carousel-control.left {
    background-image: none;
  }
}
.cat-carousel-control.right {
  background-position: -15px 0px;
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  background-image: url(../img/content/_placeholders/_placeholder_grey_arrows.png);
  margin-right: 2%;
  height: 39px;
}
@media (max-width: 991px) {
  .cat-carousel-control.right {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .cat-carousel-control {
    background-image: none;
  }
}
.category-products {
  padding-bottom: 5em;
}
.category-products .featured-row {
  padding-top: 3.58em;
}
.category-products .featured-row span.new-label {
  background: url(../img/content/page/new-cat-tag.png) no-repeat top left;
  display: inline-block;
  width: 36%;
  height: 1.56em;
}
.category-products .featured-row span.sale-label {
  background: url(../img/content/page/sale-cat-tag.png) no-repeat top left;
  display: inline-block;
  width: 36%;
  height: 1.56em;
}
.category-products .featured-row span.no-label {
  display: inline-block;
  width: 36%;
  height: 1.56em;
}
.category-products .featured-row .inner-product {
  position: absolute;
  display: inline-block;
  background: #fff;
  margin-bottom: 1em;
  transition: width .3s, height .3s;
}
.category-products .featured-row .inner-product:hover {
  width: 110%;
  background: #fff;
  padding-bottom: 1em;
  border: 1px solid #eee;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  transition: width .3s, ease .5s, height .3s ease .5s;
}
.category-products .featured-row .featured-product {
  text-align: left;
  padding: 0;
  margin: 0;
  width: 90%;
}
.category-products .featured-row .featured-product .price-section {
  padding: 0;
  margin: 0;
}
.category-products .featured-row .featured-product span.price {
  display: block;
  color: #0068d9;
}
.category-products .featured-row .featured-product span.original-price {
  text-decoration: line-through;
  color: #8b8d8e;
  width: 12%;
  height: 1em;
}
.category-products .featured-row .featured-product span.sale-price {
  color: #c62032;
  padding-left: .3em;
}
.view-colors {
  color: #8b8d8e;
  text-decoration: underline;
  display: inline;
}
.btn-category-blue {
  display: none;
  color: #ffffff;
  background-color: #006ce2;
  border-color: #006ce2;
  width: 88%;
  margin-top: 1.05em;
}
.btn-category-blue:hover,
.btn-category-blue:focus,
.btn-category-blue:active,
.btn-category-blue.active {
  background-color: #0060c9;
  border-color: #0054af;
}
.btn-category-blue.disabled:hover,
.btn-category-blue.disabled:focus,
.btn-category-blue.disabled:active,
.btn-category-blue.disabled.active,
.btn-category-blue[disabled]:hover,
.btn-category-blue[disabled]:focus,
.btn-category-blue[disabled]:active,
.btn-category-blue[disabled].active,
fieldset[disabled] .btn-category-blue:hover,
fieldset[disabled] .btn-category-blue:focus,
fieldset[disabled] .btn-category-blue:active,
fieldset[disabled] .btn-category-blue.active {
  background-color: #006ce2;
  border-color: #006ce2;
}
.categories-section {
  padding-bottom: 3em;
}
.category-well {
  min-height: 20px;
  padding: 0;
  margin-bottom: 20px;
}
.thumbs {
  text-align: center;
}
.thumbs h4 {
  margin-bottom: .3em;
}
.thumbs p {
  margin: 0;
}
.img-responsive-category {
  display: inline;
  max-width: 100%;
  height: auto;
}
.category-wireless-routers h1 {
  font-size: 20px;
}
.category-wireless-routers h2,
.category-wireless-routers h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}
.category-wireless-routers h2:after {
  background: #ffffff;
  margin: 0;
}
.category-wireless-routers p {
  text-align: center;
  color: #8b8d8e;
  font-size: 1.2em;
}
.filters {
  margin-bottom: -1em;
}
.filters .list-inline {
  text-align: center;
}
.filters .list-inline a {
  color: #8b8d8e;
  text-decoration: none;
}
.filters .list-inline a:active,
.filters .list-inline a.active {
  color: #0068d9;
}
hr.category-line {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #a7a7a7 -moz-use-text-color #a7a7a7;
  border-style: solid none;
  margin: 16px 0 0 13em;
  width: 62%;
  height: 1px;
  background-color: #a7a7a7;
  text-align: center;
}
.center-button {
  text-align: center;
}
.center-button .btn-show-filters {
  background: url('../img/content/page/button-bg.jpg') repeat-x top left;
  width: 18%;
  border: none;
  font-family: arial;
  color: black;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none ! important;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.row-space {
  padding-top: 20px;
  display: none;
}
.row-space ul {
  list-style-type: none;
  padding-left: 33px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-space ul {
    padding-left: 1.8em;
  }
}
.row-space ul h5 {
  font-size: 1.3em;
}
.row-space ul li {
  color: #8b8d8e;
}
.row-space .clear-filters {
  color: #8b8d8e;
  text-align: center;
  padding-bottom: 1em;
  padding-top: .8em;
}
.row-space .clear-filters #apply-filters {
  display: inline-block;
}
.row-space .clear-filters .btn-blue {
  color: #fff;
  margin-right: 10px;
}
.row-space .clear-filters .btn-gray {
  color: #000;
}
.row-space .clear-filters a {
  color: #8b8d8e;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 92%;
  padding-left: 1.8em;
}
@media (max-width: 1199px) {
  .jcarousel {
    width: 98%;
  }
}
.jcarousel ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .jcarousel ul {
    width: 120em;
  }
}
@media (max-width: 767px) {
  .jcarousel ul {
    width: 100%;
  }
}
.jcarousel ul li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .jcarousel ul li {
    width: 200px;
  }
}
.jcarousel-control-prev,
.jcarousel-control-next {
  width: 22px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  position: absolute;
  background: transparent url(http://cdn-www.linksys.com.s3.amazonaws.com/resources/img/content/_placeholders/_placeholder_grey_arrows.png) 0px 0px no-repeat;
  text-indent: -10000px;
}
.jcarousel-control-next {
  right: 0px;
  background-position: -22px 0px;
}
.jcarousel-control-prev {
  left: 0px;
}
.radius3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.radius8 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
a.btn_details {
  width: 90%;
  margin: 16px auto;
  padding: 8px 10px;
}
a.btn_details:hover {
  color: #fff;
}
.wrapper_show_filters {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-top: 1px solid #dfdfdf;
  margin-top: 15px;
}
.wrapper_show_filters .inner {
  margin: 0 auto;
  text-align: center;
}
a.show_filters span {
  display: block;
  line-height: 10px;
  color: #000;
  z-index: 3;
}
a.show_filters {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 34px;
  text-decoration: none;
  font-family: inherit;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 122px;
  text-align: center;
  margin-top: -1px;
}
#productSection .spacer_bottom {
  margin-bottom: 24px;
}
#productSection ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 48px;
}
#productSection ul li.item {
  width: 216px;
  border: 2px solid transparent;
  display: inline-block;
  text-align: center;
  margin-left: -24px;
  cursor: pointer;
  vertical-align: top;
}
#productSection ul li.item .featured-thumb {
  vertical-align: top;
}
#productSection ul li.item .inner {
  width: 180px;
  margin: 0 auto;
  position: relative;
}
#productSection ul li.item .inner .sale-badge,
#productSection ul li.item .inner .new-badge {
  position: absolute;
  top: 161px;
  left: 5%;
}
#productSection ul li.item .inner > a:first-child {
  min-width: 160px;
  min-height: 190px;
  display: block;
}
#productSection ul li.item .color-variations {
  visibility: hidden;
}
#productSection ul li.item .colors {
  visibility: visible;
}
#productSection ul li.item .btn_details {
  visibility: hidden;
}
#productSection ul li.item:hover {
  border: 2px solid #eee;
  background: #fff;
}
#productSection ul li.item:hover .btn_details {
  visibility: visible;
}
#productSection ul.color-variations {
  margin: 0;
  padding: 0;
  text-align: center;
}
#productSection ul.color-variations li {
  display: inline-block;
  list-style: none;
  margin: 1px;
}
#productSection ul li.item h3 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
  font-size: 14px;
  margin-bottom: .5em;
  text-transform: none;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}
#productSection ul li.item h3 a {
  color: #000;
}
#productSection ul li.item h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: .5em;
  color: #0068d9;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}
#productSection ul li.item h5 {
  margin: 0;
  padding: 0;
  margin-bottom: .5em;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}
#productSection ul li.item h5 a {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #8b8d8e;
}
span.new-label {
  background: url(../img/content/page/new-cat-tag.png) no-repeat top left;
  display: inline-block;
  width: 36%;
  height: 1.56em;
}
span.sale-label {
  background: url(../img/content/page/sale-cat-tag.png) no-repeat top left;
  display: inline-block;
  width: 36%;
  height: 1.56em;
}
span.no-label {
  display: inline-block;
  width: 36%;
  height: 1.56em;
}
span.price {
  display: block;
  color: #0068d9;
}
span.original-price {
  text-decoration: line-through;
  color: #8b8d8e;
  width: 12%;
  height: 1em;
}
span.sale-price {
  color: #c62032;
  padding-left: .3em;
}
#myCarousel.category-page h4 {
  font-weight: 700;
  font-size: 14px;
}
#myCarousel.category-page p {
  font-size: 14px;
  color: #666;
}
#myCarousel.category-page a {
  font-size: 14px;
  color: #0068d9;
  display: block;
  max-width: 100%;
}
@media (max-width: 1199px) {
  #productSection ul.list {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #productSection ul.list {
    text-align: center;
  }
  #productSection ul.list li.item {
    margin-left: 5px;
    width: 150px;
  }
  #productSection ul.list li.item .inner {
    width: auto;
  }
  #productSection ul.list li.item .inner > a:first-child {
    min-width: 0px;
    padding: 0 2px;
  }
  .wrapper_show_filters {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
    margin-top: 7px;
  }
  .category-selection h2 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
  }
  .category-selection h2:after {
    background: #fff;
    height: 0;
  }
  #myCarousel.category-page h4 {
    margin-top: 10px;
  }
  #myCarousel.category-page .border_bottom {
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
  }
  #myCarousel.category-page .left {
    margin: 1em 0;
  }
  #myCarousel.category-page .right {
    text-align: left;
    margin-top: .5em;
  }
  #myCarousel.category-page .right p {
    margin-right: 48px;
  }
  /*#myCarousel.category-page .right a.learn_more { position: absolute; right:20px; top:24px; width: 18px; height: 23px; text-indent: -10000px;   }*/
  .category-well {
    padding: 0;
    margin: 0;
  }
  .carousel-inner {
    border: none;
    margin: 0;
  }
  .categories-section {
    padding: 0;
  }
  .category-wireless-routers h2,
  .category-wireless-routers h1 {
    color: #000;
    font-family: "GalaxiePolaris-Bold", Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: 1em;
  }
  .wrapper-infinite.light-section {
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
  }
  #myCarousel.category-page .jcarousel ul .col-xs-9.col-sm-12 a {
    right: 10px;
  }
}
@media (min-width: 992px) {
  .jcarousel ul {
    width: 20000em;
  }
  .jcarousel ul li a img {
    height: 120px;
    width: 160px;
  }
  .jcarousel ul li {
    width: 225px;
  }
  .jcarousel {
    width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .jcarousel ul .cat-item p {
    width: 200px;
    margin: 0 auto;
  }
  .categories-section .category-well > .hidden-xs > ul .cat-item {
    width: 225px;
  }
  .categories-section .category-well > .hidden-xs > ul .cat-item p {
    width: 200px;
  }
}