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] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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) ")";
  }
  .ir a:after,
  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;
  }
  .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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .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;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
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;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .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;
}
abbr.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 {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
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 {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, 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.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
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;
  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 #333;
  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;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  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[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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  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: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.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 .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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  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: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  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:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  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:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  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:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  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:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  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:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.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%;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.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 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.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 .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 {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
body {
  background: #fff;
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  background: #212e39;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
sup {
  vertical-align: super;
  font-size: 50%;
}
sub {
  vertical-align: sub;
  font-size: 50%;
}
a {
  color: #16abde;
  text-decoration: none;
  outline: 0 !important;
}
a:hover,
a:active,
a:focus {
  color: #2558a2;
  text-decoration: none;
}
mark {
  background: none;
  color: inherit;
  font-weight: bold;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid #16abde;
}
hr.gray {
  border-top: 1px solid #d7d7d7;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
input[type='radio'],
input[type='checkbox'] {
  outline: none !important;
}
.button {
  outline: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
h1 {
  color: #24a2dc;
}
h3,
h4 {
  color: #16abde;
}
h2,
h5,
h6 {
  color: #212e39;
}
h1,
h3,
h4,
h5 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
h2,
h6 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3 {
  font-weight: normal;
}
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 30px;
  line-height: 30px;
}
h2,
h3 {
  font-size: 24px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
}
h5,
h6 {
  font-size: 16px;
  line-height: 16px;
}
h2.b,
.h2-b {
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #16abde;
}
#page {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #ffffff;
}
#header-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
}
#header-border {
  position: relative;
  width: 100%;
  height: 3px;
  background: #005da8;
}
#header-border .wrap {
  position: absolute;
  height: 3px;
  background: #005da8;
}
#header {
  position: relative;
  height: 95px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
}
#header .left {
  width: 305px;
  position: absolute;
  float: none;
  left: 0;
  top: 13px;
}
#header .right {
  width: 655px;
  height: 95px;
  position: absolute;
  float: none;
  top: 0;
  right: 0;
  text-align: right;
}
#header .right .info {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#header .right .info .phone {
  font-weight: bold;
  font-size: 14px;
}
#header .right .info .sep {
  font-size: 14px;
  padding: 0 3px;
}
#header .right .info a {
  font-size: 14px;
}
#header .right .nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
#header .right .nav ul.menu > li .fa {
  display: none;
}
#header .right .nav ul.menu > li.current-menu-item > a:after,
#header .right .nav ul.menu > li.current-menu-ancestor > a:after,
#header .right .nav ul.menu > li > a:hover:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: -3px;
  height: 3px;
  background: #f9d055;
}
#header .right .nav ul.menu > li > ul {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  width: 246px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-top: 3px solid #f9d055;
  padding: 0;
}
#header .right .nav ul.menu > li > ul > li a {
  display: block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #212e39;
  margin: 0;
  padding: 8px 16px;
  line-height: 18px;
  text-align: left;
}
#header .right .nav ul.menu > li > ul > li > ul a {
  font-size: 14px;
  padding-left: 24px;
}
#header .right .nav ul.menu > li > ul > li > ul .fa {
  display: inline-block;
  font-size: 12px;
  padding-right: 6px;
}
#header .right .nav ul.menu > li > ul a:hover {
  background: #16abde;
  color: #ffffff;
}
#header .right .nav ul.menu > li:hover > ul {
  display: block;
}
#header .logo {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 36px;
  font-size: 36px;
}
#header .logo a {
  display: block;
}
#header .logo a img {
  display: block;
  border: none;
}
#header form.search-form {
  display: inline-block;
  width: 173px;
  height: 14px;
  position: relative;
  margin: 0 0 0 18px;
}
#header form.search-form .inner {
  position: absolute;
  top: -6px;
  right: 0;
  width: 173px;
  height: 30px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
#header form.search-form label {
  display: block;
  width: 173px;
  height: 30px;
  line-height: 60px;
}
#header form.search-form .screen-reader-text {
  display: none;
}
#header form.search-form input {
  display: block;
  border: none;
  width: 148px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 10px;
  height: 30px;
  background: none;
  line-height: 30px;
}
#header form.search-form input.empty {
  font-style: italic;
}
#header form.search-form .search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  height: 30px;
  background: none;
  border: none;
}
#header form.search-form .search-submit span {
  display: block;
  color: #16abde;
  font-size: 18px;
  height: 30px;
  line-height: 26px;
}
#header form.search-form .search-submit:hover span {
  color: #2558a2;
}
.nav {
  height: 58px;
  z-index: 10;
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul.menu {
  display: block;
  height: 58px;
}
.nav ul.menu > li {
  display: inline-block;
  height: 58px;
  border-left: 1px solid #b6cada;
  border-width: 0 0 0 1px;
  border-image: url(/wp-content/themes/spectral-systems/images/nav-sep-top.png) 0 1;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav ul.menu > li > a {
  display: block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #212e39;
  margin: 0;
  padding: 0 15px 0 18px;
  text-decoration: none;
  height: 58px;
  line-height: 62px;
  text-align: center;
}
.nav ul.menu > li.current-menu-item a,
.nav ul.menu > li.current-menu-ancestor a,
.nav ul.menu > li a:hover {
  text-decoration: none;
}
.nav ul.menu > li:first-child {
  border: none;
}
#content-wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  min-height: 100px;
  background: #ffffff;
}
#content-inner-wrap {
  width: 960px;
  background: #ffffff;
  margin: 0 auto 100px auto;
}
#content {
  position: relative;
  margin: 0 auto;
}
.content {
  font-size: 18px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.content p {
  font-size: 18px;
  line-height: 30px;
  margin: 14px 0;
  font-weight: 300;
}
.content p:first-child {
  margin-top: 0;
}
.content p:last-child,
.content p.last-child {
  margin-bottom: 0;
}
.content h1 + p {
  margin-top: 0;
}
.content p + h2,
.content p + h3 {
  margin-top: 30px;
}
.content h2 + p,
.content h3 + p {
  margin-top: 5px;
}
.content h2 + ul,
.content h3 + ul {
  margin-top: 10px;
}
.content a {
  color: #16abde;
}
.content a:hover {
  color: #2558a2;
}
.content-top {
  width: 100%;
  height: 25px;
  margin: 0 auto;
  background: url(/wp-content/themes/spectral-systems/images/content-top-bg.jpg) center top no-repeat #16abde;
}
.content-bottom {
  width: 100%;
  height: 247px;
  background: url(/wp-content/themes/spectral-systems/images/content-bottom-bg.jpg) center top no-repeat #2558a2;
  padding-top: 46px;
}
.content-bottom > .wrap {
  height: 247px;
  text-align: center;
  position: relative;
}
.content-bottom ul,
.content-bottom li {
  list-style-type: none;
  list-style: none;
}
.content-bottom ul {
  display: block;
}
.content-bottom li {
  display: block;
  float: left;
  width: 300px;
  height: 130px;
  margin: 0 0 0 30px;
  text-align: left;
  position: relative;
}
.content-bottom li img {
  display: block;
  float: left;
  width: 90px;
  height: 130px;
  margin: 0 10px 0 0;
}
.content-bottom li h2 {
  margin: 0 2px 0 0;
  padding: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  top: -6px;
}
.content-bottom li .text {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.content-bottom li .link {
  color: #ffffff;
  font-size: 14px;
  margin-top: 12px;
}
.content-bottom li .link span {
  text-transform: none;
  font-weight: bold;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  padding-left: 3px;
}
.content-bottom li:first-child {
  margin-left: 0;
}
.content-bottom li:hover .link {
  color: #e58f33;
}
.content-header {
  margin: 0 auto 10px auto;
  width: 100%;
  position: relative;
}
.content-header > .wrap {
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  position: relative;
}
h1.page-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #16abde;
}
div.breadcrumbs {
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin: 6px 0;
}
div.breadcrumbs a,
div.breadcrumbs span {
  font-size: 11px;
  color: #555555;
  line-height: 16px;
}
div.breadcrumbs a {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
div.breadcrumbs a:hover {
  color: #16abde;
}
div.breadcrumbs span {
  margin: 0;
  padding: 0 3px;
}
.content-banner {
  margin: 0 auto;
}
.content-banner img {
  display: block;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}
.content-full {
  padding: 0;
  margin: 10px 0 0 0;
}
.column-left {
  width: 230px;
  float: left;
}
.content-right {
  width: 710px;
  float: right;
  margin: 0;
}
.content-standard ol,
.content-standard ul {
  margin: 0 0 20px 20px;
  font-size: 14px;
}
.content-standard ol li {
  margin: 0 0 10px 10px;
  list-style-type: decimal;
  font-size: 14px;
}
.content-standard ol ul li,
.content-standard ul li {
  margin: 2px 0 10px 0;
  padding: 0 0 0 3px;
  list-style-type: disc;
  font-size: 14px;
  position: relative;
  line-height: 20px;
}
.content-standard ol ol li {
  margin: 2px 0 10px 10px;
}
.content-standard ul li ul {
  margin-bottom: 0;
}
.content-standard ul li ul li {
  list-style-type: circle;
}
.content-standard dt,
.content-standard dd {
  font-size: 14px;
}
.content-standard dd {
  margin: 0 0 10px 10px;
}
div.home .content-top {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 384px;
}
div.home .content-top > .wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 384px;
  overflow: visible;
}
div.home .content-top .slides {
  display: block;
  width: 960px;
  height: 364px;
  position: absolute;
  top: 10px;
  left: 0;
  overflow-y: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 0;
  box-shadow: 0 0 10px -1px #200369;
}
div.home .content-top .slides .slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 364px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
}
div.home .content-top .slides .slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 364px;
  margin: 0;
  padding: 0;
  border: none;
}
div.home .content-top .slides .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: rgba(0,0,0,0.3);
  overflow: hidden;
  text-align: left;
  padding: 0;
  z-index: 101;
}
div.home .content-top .slides .overlay .pad {
  display: table-cell;
  width: 100%;
  padding: 20px 0;
  vertical-align: middle;
}
div.home .content-top .slides .overlay .title {
  display: inline-block;
  width: 700px;
  line-height: 40px;
  font-size: 36px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  margin-left: 20px;
  text-shadow: 1px 2px 1px #333333;
}
div.home .content-top .slides .overlay .button-arrow {
  position: absolute;
  top: 50%;
  right: 26px;
  background: #e58f33;
  border-radius: 30px;
  margin: -23px 0 0 0;
  padding: 0 30px 0 17px;
  color: #ffffff;
}
div.home .content-top .slides .overlay .button-arrow .fa {
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 16px;
}
div.home .content-top .slides .overlay .button-arrow span {
  display: inline-block;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 48px;
  margin: 0;
  padding: 0 0 0 30px;
  text-transform: uppercase;
}
div.home .content-top .slides .overlay .button-arrow:hover {
  background: #e57906;
}
div.home .content-top .controls {
  position: absolute;
  top: 180px;
  left: 0;
  width: 960px;
  z-index: 9;
}
div.home .content-top .controls a {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  font-size: 36px;
  opacity: 0.5;
}
div.home .content-top .controls a.prev {
  top: 0;
  left: 12px;
}
div.home .content-top .controls a.next {
  top: 0;
  right: 10px;
}
div.home .content-top .controls a:hover {
  text-decoration: none;
  opacity: 1.0;
}
div.home .capabilities {
  background: #ffffff;
  padding: 10px 0 30px 0;
}
div.home .capabilities > .wrap {
  background: #ffffff;
}
div.home .capabilities h1 {
  margin: 30px auto;
  text-align: center;
  position: relative;
  height: 3px;
  background: #9bc451;
}
div.home .capabilities h1 span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 43px;
  top: -15px;
}
div.home .capabilities ul,
div.home .capabilities li {
  list-style-type: none;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
div.home .capabilities ul {
  display: block;
}
div.home .capabilities li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin: 0 0 0 20px;
}
div.home .capabilities li img {
  display: block;
  width: 98px;
  height: 98px;
  border: 3px solid #ffffff;
  border-radius: 98px;
  box-shadow: 0 0 5px #aaaaaa;
}
div.home .capabilities li .image {
  width: 98px;
  height: 98px;
  margin: 0 auto 18px auto;
  text-align: center;
  position: relative;
}
div.home .capabilities li .image .overlay {
  display: none;
  width: 92px;
  height: 92px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #50c0e6;
  background: rgba(80,192,230,0.75);
  border-radius: 92px;
}
div.home .capabilities li .image .overlay .fa {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 34px;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
}
div.home .capabilities li .title {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #2558a2;
}
div.home .capabilities li:first-child {
  margin-left: 0;
}
div.home .capabilities li:hover .overlay {
  display: block;
}
div.home .statement {
  background: #9bc451;
  color: #ffffff;
  padding: 20px 0;
}
div.home .statement > .wrap {
  background: #9bc451;
}
div.home .statement h1,
div.home .statement .text {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 2px 1px #787878;
}
div.home .statement h1 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px 0;
}
div.home .statement .text {
  width: 85%;
}
div.home .statement .text,
div.home .statement .text p {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
div.home .statement .link {
  margin: 10px auto 0 auto;
  text-align: center;
}
div.home .statement .link a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.column-left .block {
  margin-bottom: 10px;
}
.column-left .block h2 {
  height: 52px;
  line-height: 52px;
  overflow-y: none;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  background: #9bc451;
}
.column-left .block div.inner {
  background: #e8eaeb;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 24px;
}
.column-left .block div.inner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.side-search {
  position: relative;
}
.side-search p {
  margin: 0;
}
.side-search .search-field {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}
.side-search .search-submit {
  background: transparent;
  border: 0;
  color: #16abde;
  position: absolute;
  right: 20px;
  top: 41px;
}
.modal-home {
  background: rgba(0,0,0,0.5);
  display: block;
}
.modal-home .modal-lg {
  margin-top: 80px;
  width: 940px;
}
.modal-home .fa-close {
  color: #24a2dc;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 12px;
  top: 10px;
}
.modal-home .modal-left {
  float: left;
  width: 355px;
  margin: 0 20px 0 0;
}
.modal-home .modal-left img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.modal-home .modal-right {
  float: left;
  width: 503px;
}
.modal-home h2 {
  border-bottom: 1px solid #9bc451;
  color: #24a2dc;
  font: 30px/36px 'Roboto';
  margin: 0 0 3px;
  padding: 0 0 5px;
}
.modal-home p {
  margin: 5px 0;
  padding: 0;
}
.modal-home a.button-blue {
  font: 18px/24px 'Roboto Condensed';
  margin-top: 15px;
  text-transform: uppercase;
  padding-left: 18px;
}
.modal-home a.button-blue .fa {
  margin: -3px 4px 0 0;
}
.woocommerce form.product-search {
  height: 30px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  position: relative;
  margin: 0 0 15px 0;
}
.woocommerce form.product-search .screen-reader-text {
  display: none;
}
.woocommerce form.product-search .search-field {
  display: block;
  border: none;
  width: 930px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 10px;
  height: 26px;
  background: none;
  line-height: 26px;
}
.woocommerce form.product-search .search-field.empty {
  font-style: italic;
}
.woocommerce form.product-search .search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  height: 30px;
  background: none;
  border: none;
}
.woocommerce form.product-search .search-submit span {
  display: block;
  color: #16abde;
  font-size: 18px;
  height: 30px;
  line-height: 26px;
}
.woocommerce form.product-search .search-submit:hover span {
  color: #2558a2;
}
.woocommerce h1.page-title {
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.woocommerce h1.category-title {
  border-bottom: none;
}
.woocommerce .content-right div.breadcrumbs {
  margin-top: 0;
}
.woocommerce .widget_product_categories ul,
.woocommerce .widget_product_categories li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.woocommerce .widget_product_categories ul.product-categories {
  background: #16abde;
  padding-bottom: 20px;
}
.woocommerce .widget_product_categories li a {
  display: block;
  color: #ffffff;
  padding: 10px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce .widget_product_categories li a span {
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
}
.woocommerce .widget_product_categories li > ul {
  display: none;
}
.woocommerce .widget_product_categories li.current-cat,
.woocommerce .widget_product_categories li.current-cat-parent {
  background: #1c6c8b;
}
.woocommerce .widget_product_categories li.current-cat > ul,
.woocommerce .widget_product_categories li.current-cat-parent > ul {
  display: block;
}
.woocommerce .category-info {
  vertical-align: top;
}
.woocommerce .category-info hr {
  margin-top: 0;
}
.woocommerce .category-info .left {
  width: 380px;
}
.woocommerce .category-info .right {
  width: 308px;
}
.woocommerce .category-info .right p {
  margin-top: -8px;
}
.woocommerce .category-info img {
  display: block;
  max-width: 378px;
  border: 1px solid #f3f3f3;
}
.woocommerce .category-info a.file {
  margin-top: 10px;
}
.woocommerce .category-info.collapsible .action {
  margin: -10px 0 4px 0;
}
.woocommerce .category-info.collapsible .action a {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}
.woocommerce .category-info.collapsible .action a.collapse {
  display: none;
}
.woocommerce .category-info.collapsible .action.active {
  margin-top: 0;
}
.woocommerce .category-info.collapsible .inner {
  display: none;
  vertical-align: top;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce .category-image {
  margin-bottom: 20px;
}
.woocommerce .category-image img {
  display: block;
  max-width: 710px;
}
.woocommerce hr {
  margin: 20px 0;
}
.woocommerce .collapsible + hr {
  margin-top: 0;
}
.woocommerce h3.choose {
  margin: -3px 0 13px 0;
  padding: 0;
}
.woocommerce ul.products li.product-category {
  display: block;
  float: left;
  width: 230px;
  margin: 5px;
}
.woocommerce ul.products li.product-category h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.woocommerce ul.products li.product-category a {
  display: block;
  width: 228px;
}
.woocommerce ul.products li.product-category a.text:hover h3 {
  color: #2558a2;
}
.woocommerce ul.products li.product-category .image {
  position: relative;
}
.woocommerce ul.products li.product-category .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 228px;
  height: 123px;
  border: 2px solid #16abde;
}
.woocommerce ul.products li.product-category img,
.woocommerce ul.products li.product-category .filler {
  display: block;
  width: 228px;
  height: 123px;
  border: 1px solid #d7d7d7;
}
.woocommerce ul.products li.product-category.first {
  clear: both;
  margin-left: 0;
}
.woocommerce ul.products li.product-category.last {
  margin-right: 0;
}
.woocommerce ul.products li.product-category:hover .overlay {
  display: block;
}
.woocommerce ul.products li.product-category:hover h3 {
  color: #2558a2;
}
.woocommerce ul.products li.product {
  float: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
}
.woocommerce ul.products li.product h4 {
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product p {
  margin-bottom: 12px;
}
.woocommerce ul.products li.product:first-child {
  margin-top: 0;
}
.woocommerce div.quantity {
  width: auto !important;
}
.woocommerce div.quantity .minus,
.woocommerce div.quantity .plus {
  display: none !important;
}
.woocommerce div.quantity input.qty {
  width: 80px !important;
  height: 30px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 5px !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 30px !important;
  padding: 0 20px !important;
  text-align: left !important;
}
body.single-product .breadcrumbs {
  margin-bottom: 13px;
}
body.single-product .entry-wrap div.images {
  width: 332px !important;
  margin: 0 20px 0 0 !important;
}
body.single-product .entry-wrap div.images img {
  box-shadow: none !important;
  border: 1px solid #d7d7d7 !important;
  width: auto !important;
  max-width: 330px !important;
}
body.single-product .entry-wrap div.summary {
  width: 608px !important;
}
body.single-product .entry-wrap .sku_wrapper {
  display: none !important;
}
body.single-product .entry-wrap .posted_in {
  display: none !important;
}
body.single-product .entry-wrap form.cart {
  margin-bottom: 10px !important;
}
body.single-product .entry-wrap .product-select {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
body.single-product .entry-wrap .product-select button {
  display: block;
  width: 100%;
  color: #212e39;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0 30px 0 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  outline: none;
}
body.single-product .entry-wrap .product-select button .name {
  position: relative;
}
body.single-product .entry-wrap .product-select .fa {
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #16abde;
}
body.single-product .entry-wrap .product-select ul,
body.single-product .entry-wrap .product-select li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.single-product .entry-wrap .product-select ul {
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 0 0 5px 5px;
  z-index: 1;
  padding: 0 0 0 0;
}
body.single-product .entry-wrap .product-select li {
  display: block;
  background: none;
  border: none;
  margin: 0;
  padding: 3px 15px 4px 12px;
  text-align: left;
  width: 100%;
  height: 24px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  color: #212e39;
  line-height: 18px;
}
body.single-product .entry-wrap .product-select li:hover {
  cursor: pointer;
}
body.single-product .entry-wrap .product-select li:hover,
body.single-product .entry-wrap .product-select li.selected {
  background: #16abde;
  color: #ffffff;
}
body.single-product .entry-wrap .product-select li:hover .sku,
body.single-product .entry-wrap .product-select li.selected .sku {
  color: #e1e1e1;
}
body.single-product .entry-wrap .product-select .title,
body.single-product .entry-wrap .product-select .sku {
  display: inline-block;
}
body.single-product .entry-wrap .product-select .title {
  float: left;
  text-align: left;
  width: 75%;
}
body.single-product .entry-wrap .product-select .sku {
  float: right;
  text-align: right;
  color: #898989;
  font-size: 14px;
  width: 25%;
}
body.single-product .entry-wrap .product-select.active button {
  border-radius: 5px 5px 0 0;
}
body.single-product .entry-wrap .product-select.active ul {
  display: block;
}
body.single-product .entry-wrap .product-select.active button,
body.single-product .entry-wrap .product-select.active ul {
  box-shadow: 0 0 5px #cccccc;
}
body.single-product .entry-wrap .sku-wrap label {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  width: 70px;
}
body.single-product .entry-wrap .sku-wrap span {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
}
body.single-product .entry-wrap .sku-wrap.holder label {
  width: auto;
  margin-right: 10px;
}
body.single-product .entry-wrap .sku-wrap + form.cart {
  margin-top: -20px;
}
body.single-product .entry-wrap .product-table {
  width: 100%;
  border: none;
  margin: 10px auto 36px auto;
  padding: 0;
  border-bottom: 1px solid #9bc451;
}
body.single-product .entry-wrap .product-table th,
body.single-product .entry-wrap .product-table td {
  padding: 3px 2px;
}
body.single-product .entry-wrap .product-table th {
  border-top: 1px solid #9bc451;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
body.single-product .entry-wrap .product-table td {
  border-top: 1px solid #f0f0f0;
}
body.single-product .entry-wrap .product-table tr:first-child td {
  border-top: 1px solid #9bc451;
}
body.single-product .entry-wrap .product-table .select {
  vertical-align: top;
  text-align: center;
  padding-right: 4px;
}
body.single-product .entry-wrap .product-table .sku {
  text-align: center;
}
body.single-product .entry-wrap .product-table .price {
  text-align: right;
}
body.single-product .entry-wrap .product-table label {
  margin: 0;
  padding: 0;
}
body.single-product .entry-wrap .product-table tr.active td {
  background: #f0f0ff;
}
body.single-product .entry-wrap .action-wrap {
  margin-bottom: 20px;
}
body.single-product .entry-wrap .action-wrap label {
  float: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  width: 70px;
}
body.single-product .entry-wrap .action-wrap p {
  margin: 0;
  padding: 0;
}
body.single-product .entry-wrap .action-wrap .price-wrap span,
body.single-product .entry-wrap .action-wrap div.quantity {
  float: left;
}
body.single-product .entry-wrap .action-wrap .price-wrap span {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
}
body.single-product .entry-wrap .action-wrap .qty-wrap label {
  font-size: 14px;
}
body.single-product .entry-wrap .action-wrap input.qty {
  display: block;
  width: 80px;
  height: 30px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  text-align: left;
}
body.single-product .entry-wrap .action-buttons {
  margin-top: 15px;
}
body.single-product .entry-wrap .action-buttons .stock-msg {
  display: inline-block;
  margin-left: 25px;
  color: #9e0b0f;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 36px;
  vertical-align: middle;
  margin-top: -4px;
  letter-spacing: 1px;
}
body.single-product .entry-wrap .action-buttons .stock-msg .fa {
  font-size: 24px;
  line-height: 37px;
  vertical-align: middle;
  padding-right: 8px;
}
body.single-product .entry-wrap .details h4 {
  color: #000000;
  margin-bottom: 5px;
}
body.single-product .entry-wrap .details h4 + p {
  margin-top: 5px;
}
body.single-product .related.products hr {
  margin: 20px 0 10px 0;
}
body.single-product .related.products ul,
body.single-product .related.products li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.single-product .related.products li h4 {
  font-weight: normal;
}
body.single-product .related.products li a:hover h4 {
  color: #2558a2;
}
body.single-product .related.products ul.list {
  display: block;
}
body.single-product .related.products ul.list li {
  display: block;
  width: 100%;
}
body.single-product .related.products ul.list a,
body.single-product .related.products ul.list h4 {
  display: inline-block;
}
body.single-product .related.products ul.grid {
  display: block;
  margin: 30px auto;
}
body.single-product .related.products ul.grid h4 {
  font-size: 14px;
}
body.single-product .related.products ul.grid li,
body.single-product .related.products ul.grid a {
  display: inline-block;
  width: 125px;
  vertical-align: top;
}
body.single-product .related.products ul.grid li {
  margin-left: 30px;
  margin-bottom: 10px;
}
body.single-product .related.products ul.grid li .image {
  display: block;
  position: relative;
}
body.single-product .related.products ul.grid li .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 123px;
  height: 123px;
  border: 2px solid #16abde;
}
body.single-product .related.products ul.grid li img,
body.single-product .related.products ul.grid li .filler {
  display: block;
  width: 123px;
  height: 123px;
  border: 1px solid #c3c3c3;
}
body.single-product .related.products ul.grid li.first {
  margin-left: 0;
}
body.single-product .related.products ul.grid li:hover .overlay {
  display: block;
}
body.single-product .woo-hide {
  display: none;
}
.column-left .product-cat-menu ul,
.column-left .product-cat-menu li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.column-left .product-cat-menu > ul {
  background: #16abde;
  padding-bottom: 20px;
}
.column-left .product-cat-menu li {
  position: relative;
}
.column-left .product-cat-menu li a {
  display: block;
  color: #ffffff;
  padding: 10px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.column-left .product-cat-menu li a span {
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
}
.column-left .product-cat-menu li > ul {
  display: none;
}
.column-left .product-cat-menu li.active {
  background: #1c6c8b;
}
.column-left .product-cat-menu li.active > ul {
  display: block;
}
.column-left .product-cat-menu li.active li {
  padding-left: 20px;
}
.column-left .product-cat-menu li.active .active {
  background: #1f4d62;
}
.column-left .product-cat-menu li.active .active > ul {
  padding-bottom: 10px;
}
.column-left .product-cat-menu li.active .active > ul li {
  padding-left: 25px;
  line-height: 20px;
}
.column-left .product-cat-menu li.active .active > ul li a {
  padding: 3px 10px 3px 15px;
  position: relative;
  font-weight: normal;
}
.column-left .product-cat-menu li.active .active > ul li a:before {
  content: '•';
  position: absolute;
  top: 3px;
  left: 0;
  color: #ffffff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.column-left .product-cat-menu li.active .active > ul li:hover > a,
.column-left .product-cat-menu li.active .active > ul li.active > a {
  color: #16abde;
}
.column-left .product-cat-menu li.active .active > ul .fa {
  display: none;
}
.product-materials ul,
.product-materials li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-materials ul {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.product-materials li {
  display: block;
  float: left;
  width: 126px;
  height: 63px;
  line-height: 63px;
  border: 1px solid #d7d7d7;
  margin: 10px;
  text-align: center;
}
.product-materials li a {
  display: block;
  width: 126px;
  height: 63px;
  line-height: 63px;
  font-size: 24px;
  position: relative;
}
.product-materials li a.small {
  font-size: 18px;
}
.product-materials li .overlay {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 126px;
  height: 63px;
  border: 2px solid #16abde;
}
.product-materials li.first {
  clear: both;
  margin-left: 0;
}
.product-materials li.last {
  margin-right: 0;
}
.product-materials li:hover a {
  color: #16abde;
  cursor: pointer;
}
.product-materials li:hover a .overlay {
  display: block;
}
.product-materials + ul.products {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}
.woocommerce .form-row {
  margin: 0 0 15px 0;
  padding: 0;
}
.woocommerce .form-row .input-text,
.woocommerce .form-row .input-text-atwoo,
.woocommerce .form-row textarea {
  display: block;
  border: 1px solid #cecece;
  border-radius: 3px;
  height: 28px;
  padding: 0 10px;
}
.woocommerce .form-row textarea {
  height: 70px !important;
  padding-left: 5px;
  padding-right: 0;
}
.woocommerce-cart .actions .button {
  margin-left: 10px !important;
}
.woocommerce-cart .product-price del {
  display: none;
}
.woocommerce-cart .product-price ins {
  text-decoration: none;
}
.woocommerce-cart .cart_totals > h2 {
  display: none;
}
.woocommerce-cart .cart_totals table {
  float: none;
}
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  width: auto !important;
  font-weight: bold !important;
}
.woocommerce-cart .product-price,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .product-quantity .qty {
  text-align: center;
}
.woocommerce-cart .product-quantity .quantity,
.woocommerce-cart .product-quantity .qty {
  margin: 0 auto !important;
  text-align: center !important;
  float: none !important;
}
tr.cart_item .product-name .sku,
tr.order_item .product-name .sku {
  font-size: 14px;
  font-weight: 300;
}
tr.cart_item .product-name .product-quantity,
tr.order_item .product-name .product-quantity {
  font-size: 14px;
}
tr.cart_item dl.variation dt,
tr.cart_item dl.variation dd,
tr.cart_item dl.variation dd > p,
tr.order_item dl.variation dt,
tr.order_item dl.variation dd,
tr.order_item dl.variation dd > p {
  font-size: 14px !important;
  line-height: 20px !important;
}
tr.cart_item dl.variation p,
tr.order_item dl.variation p {
  margin: 0 !important;
  padding: 0 !important;
}
tr.cart_item dl.variation dd,
tr.cart_item dl.variation dt,
tr.order_item dl.variation dd,
tr.order_item dl.variation dt {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}
tr.cart_item dl.variation dt,
tr.order_item dl.variation dt {
  font-weight: bold !important;
  margin-right: 3px !important;
}
.woocommerce .checkout p + h2,
.woocommerce .checkout p + h3,
#payment p + h2,
#payment p + h3 {
  margin-top: 0;
}
.woocommerce .checkout .create-account,
#payment .create-account {
  margin-top: 10px;
}
.woocommerce .checkout #order_review_heading,
#payment #order_review_heading {
  margin-top: 30px;
}
.woocommerce .checkout .form-row.terms,
#payment .form-row.terms {
  display: inline-block;
}
.woocommerce .checkout ul,
.woocommerce .checkout li,
#payment ul,
#payment li {
  list-style-type: none;
  list-style: none;
}
.woocommerce .checkout h3,
#payment h3 {
  height: 24px;
}
.woocommerce .checkout h3 label,
#payment h3 label {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.woocommerce .checkout h3 input,
#payment h3 input {
  display: inline-block;
}
.woocommerce .order_details {
  list-style-type: none;
  list-style: none;
}
.woocommerce .order_details li {
  list-style-type: none;
  list-style: none;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  height: 2.5em;
}
.page-contact .column-left {
  width: 330px;
  font-weight: 300;
  font-size: 18px;
}
.page-contact .column-left .fa {
  font-size: 18px;
  width: 20px;
  display: inline-block;
  margin-right: 6px;
}
.page-contact .column-left span {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  display: inline-block;
}
.page-contact .column-left .email,
.page-contact .column-left a,
.page-contact .column-left a span {
  color: #16abde;
}
.page-contact .column-left a {
  display: inline-block;
}
.page-contact .column-left a:hover {
  color: #2558a2;
}
.page-contact .content-right {
  width: 525px;
  margin-right: 25px;
}
.single-technical-data-sheet .tech-sheet-pdf {
  margin: 20px 0;
  padding: 0;
}
.single-technical-data-sheet a.button-blue {
  font: 18px/24px 'Roboto Condensed';
  text-transform: uppercase;
}
.single-technical-data-sheet a.button-blue .fa {
  margin: -3px 4px 0 0;
}
.single-technical-data-sheet .tech-sheet-section h2 {
  color: #16abde;
  font: 24px 'Roboto Condensed';
  margin: 18px 0 5px;
}
.single-technical-data-sheet .tech-sheet-section p {
  margin: 18px 0 0;
  padding: 0;
}
.single-technical-data-sheet .tech-sheet-section ol,
.single-technical-data-sheet .tech-sheet-section ul {
  margin: 18px 0 0;
  padding: 0 0 0 35px;
}
.single-technical-data-sheet .tech-sheet-section ol li,
.single-technical-data-sheet .tech-sheet-section ul li {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 3px;
}
.single-technical-data-sheet .tech-sheet-section h2 + p,
.single-technical-data-sheet .tech-sheet-section h2 + ol,
.single-technical-data-sheet .tech-sheet-section h2 + ul,
.single-technical-data-sheet .tech-sheet-section p + ul,
.single-technical-data-sheet .tech-sheet-section p + ol {
  margin-top: 0;
}
.single-technical-data-sheet .tech-sheet-section .table-wavelength {
  border-bottom: 1px solid #89a73e;
  font-size: 16px;
  margin: 5px 0 0;
}
.single-technical-data-sheet .tech-sheet-section .table-wavelength th {
  border-bottom: 1px solid #89a73e;
  border-top: 0;
}
.single-technical-data-sheet .tech-sheet-section .table-caption {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
.news-event-item {
  border-bottom: 1px solid #e8eaeb;
  margin: 0 0 20px;
  padding: 10px 0 30px;
}
.news-event-item.last {
  border-bottom: 0;
}
.news-event-item .item-left {
  float: left;
  margin: 0 20px 0 0;
  width: 220px;
}
.news-event-item .item-left img {
  display: block;
  width: 100%;
}
.news-event-item .item-right {
  float: left;
  width: 470px;
}
.news-event-item .item-right h2 {
  margin-top: 0;
}
.news-event-item a.button-blue {
  font: 400 18px 'Roboto Condensed';
  text-transform: uppercase;
}
.news-event-item a.button-blue .fa {
  margin: -4px 4px 0 -4px;
}
.statement .news-event-item {
  border-bottom: 0;
  border-top: 1px solid #cde2a8;
  margin: 0;
  padding: 40px 250px 20px;
}
.statement .news-event-item .item-left {
  width: 220px;
}
.statement .news-event-item .item-left img {
  float: right;
  width: 120px;
}
.statement .news-event-item .item-right {
  width: 220px;
}
.statement .news-event-item .item-right h2,
.statement .news-event-item .item-right p {
  text-shadow: 1px 2px 1px #787878;
}
.statement .news-event-item .item-right h2 {
  font-weight: bold;
}
.statement .news-event-item .item-right h2 a {
  color: #fff;
}
.statement .news-event-item .item-right p {
  font-size: 16px;
  line-height: 22px;
}
.job-opportunities {
  border-top: 1px solid #e8eaeb;
  padding: 20px 0 0;
}
.job-opportunities h2,
.job-opportunities h3 {
  margin-top: 0;
}
.job-opportunities .gform_heading {
  margin: 0 0 20px;
}
.gform_body ul {
  margin: 0;
  padding: 0;
}
.gform_body ul,
.gform_body li {
  list-style-type: none !important;
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.gform_body .gfield_html {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
}
.gform_body .gfield_html p {
  font-weight: 300;
}
.gform_body li.gfield {
  margin-bottom: 19px;
  clear: both;
}
.gform_body label.gfield_label {
  display: inline-block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 4px 34px 0 0;
  width: 100px;
  vertical-align: top;
}
.gform_body .gfield_required {
  color: #ff0000;
  margin: 0 0 0 1px;
  padding: 0;
}
.gform_body .ginput_container {
  display: inline-block;
  vertical-align: top;
}
.gform_body .ginput_container input[type="text"],
.gform_body .ginput_container input[type="tel"],
.gform_body .ginput_container input[type="email"],
.gform_body .ginput_container textarea {
  width: 340px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  color: #292219;
  font-size: 14px;
}
.gform_body .ginput_container input[type="text"].small,
.gform_body .ginput_container input[type="tel"].small,
.gform_body .ginput_container input[type="email"].small,
.gform_body .ginput_container textarea.small {
  width: 60px;
}
.gform_body .ginput_container input {
  height: 30px;
  line-height: 30px;
}
.gform_body .ginput_container textarea {
  height: 150px;
  overflow: auto;
}
.gform_body .ginput_container .validation_message {
  margin-left: 0;
}
.gform_body .gfield_error input,
.gform_body .gfield_error textarea,
.gform_body .gfield_error select {
  border-color: #ff0000;
}
.gform_body .validation_message {
  margin-left: 137px;
  color: #ff0000;
}
.gform_wrapper .validation_error {
  color: #ff0000;
  margin-bottom: 10px;
}
.gform_footer {
  margin: 22px 0 0 134px;
  padding: 0;
}
.gform_footer button {
  background: #16abde;
  border: none;
  border-radius: 30px;
  margin: 0;
  padding: 0 30px 0 17px;
  color: #ffffff;
  position: relative;
}
.gform_footer button .fa {
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 16px;
}
.gform_footer button .text {
  display: inline-block;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 47px;
  margin: 0;
  padding: 0 0 0 30px;
  text-transform: uppercase;
}
.gform_footer button:hover {
  background: #00b6f4;
}
.gform_footer .gform_ajax_spinner {
  margin-left: 10px;
}
.gform_confirmation_message {
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #16abde;
}
#footer-wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 12px;
  position: relative;
  background: #212e39;
}
#footer {
  margin: 0 auto 20px auto;
  padding-top: 20px;
  position: relative;
  color: #ffffff;
  font-family: #212e39;
  font-size: 12px;
}
#footer .nav {
  margin: 0 auto 30px auto;
  text-align: center;
}
#footer .nav li {
  border-left: 1px solid #3f4d59;
  border-width: 0 0 0 1px;
  border-image: url(/wp-content/themes/spectral-systems/images/nav-sep-bot.png) 0 1;
}
#footer .nav li a {
  color: #16abde;
}
#footer .nav li.current-menu-item a,
#footer .nav li.current-menu-ancestor a,
#footer .nav li a:hover {
  text-decoration: none;
  color: #ffffff;
}
#footer .nav li:first-child {
  border: none;
}
#footer .info {
  width: 520px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}
#footer .info .left {
  width: 40%;
}
#footer .info .mid {
  width: 45%;
}
#footer .info .right {
  width: 15%;
}
#footer .info .name {
  font-weight: bold;
}
#footer .info .fa {
  font-size: 18px;
  width: 20px;
  display: inline-block;
  margin-right: 12px;
}
#footer .info span {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
#footer .info .email,
#footer .info a,
#footer .info a span {
  color: #16abde;
}
#footer .info a {
  display: inline-block;
}
#footer .info a:hover {
  color: #ffffff;
}
#footer .info .social a {
  display: inline-block;
}
#footer .info .social a .fa {
  font-size: 30px;
}
#footer .info .social a:nth-child(odd) {
  margin-right: 10px;
}
#footer .second-nav {
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
}
#footer .copyright {
  margin: 10px auto 0 auto;
  text-align: center;
  color: #5d646a;
  font-size: 11px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
}
.wp-pagenavi .pages:after {
  content: '|';
  font-size: 18px;
  padding-left: 10px;
}
.alignleft,
.aligncenter,
.alignright {
  margin: 10px !important;
}
.alignleft {
  float: left;
  margin-left: 0 !important;
}
.alignright {
  float: right;
  margin-right: -10px !important;
}
.aligncenter,
.aligncenter .wp-caption-text {
  text-align: center;
}
.wp-caption-text {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
  font-style: none !important;
  font-size: 14px !important;
  color: #333333;
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
  line-height: 18px !important;
}
.shadow {
  box-shadow: 0 0 10px -1px #200369;
}
a.fa {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #16abde;
}
a.fa span {
  padding-left: 5px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
a.fa:hover {
  text-decoration: none;
  cursor: pointer;
  color: #2558a2;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  display: inline-block;
  border: none;
  border-radius: 30px;
  margin: 0;
  padding: 10px 22px;
  color: #ffffff;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  text-shadow: none !important;
  box-shadow: none !important;
  background: #e58f33 !important;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background: #e57906 !important;
}
table.cart input.button {
  background: #16abde !important;
}
table.cart input.button:hover {
  background: #00b6f4 !important;
}
table.cart input.button.alt {
  background: #e58f33 !important;
}
table.cart input.button.alt:hover {
  background: #e57906 !important;
}
a.button-blue,
button.button-blue,
a.button-orange,
button.button-orange,
a.button-download {
  display: inline-block;
  border: none;
  border-radius: 30px;
  margin: 0;
  padding: 10px 22px;
  color: #ffffff;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  outline: none !important;
}
a.button-blue > i.fa,
button.button-blue > i.fa,
a.button-orange > i.fa,
button.button-orange > i.fa,
a.button-download > i.fa {
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
}
a.button-blue > span,
button.button-blue > span,
a.button-orange > span,
button.button-orange > span,
a.button-download > span {
  padding-left: 10px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  vertical-align: baseline;
}
a.button-blue:hover,
button.button-blue:hover,
a.button-orange:hover,
button.button-orange:hover,
a.button-download:hover {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
a.button-blue,
button.button-blue {
  background: #16abde;
}
a.button-blue:hover,
button.button-blue:hover {
  background: #00b6f4;
}
a.button-orange,
button.button-orange {
  background: #e58f33;
}
a.button-orange:hover,
button.button-orange:hover {
  background: #e57906;
}
a.button-green {
  display: inline-block;
  background: #ffffff;
  border: none;
  border-radius: 20px;
  margin: 0;
  padding: 10px;
  color: #9bc451;
  position: relative;
  font-size: 16px;
  line-height: 16px;
}
a.button-green i.fa {
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
a.button-green span {
  padding-left: 6px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  vertical-align: baseline;
}
a.button-green:hover {
  text-decoration: none;
  cursor: pointer;
  background: #6d9328;
  color: #ffffff;
}
a.button-download {
  color: #16abde;
  padding: 0;
  font-weight: 500;
}
a.button-download > span {
  text-transform: none;
}
a.button-download:hover {
  color: #2558a2;
}
.roboto-condensed {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.roboto {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
.relative {
  position: relative;
}
.logo {
  border: none;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 960px;
  min-width: 960px;
}
.wrap-inner {
  width:  - 40px;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  float: right;
}
.half {
  width: 50%;
}
.header-font {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.body-font {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration: underline;
}
.cycle-slideshow {
  width: 100%;
}
.cycle-slideshow img {
  width: 100%;
  height: auto;
}
@media (min-width: 971px) {
  .desktop-hide {
    display: none;
  }
}
@media (max-width: 970px) {
  * {
    outline: 0;
  }
  body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-smoothing: subpixel-antialiased;
  }
  img {
    max-width: 100%;
  }
  .mobile-hide {
    display: none;
  }
  .modal-home .modal-lg {
    width: 100%;
  }
  .modal-home .modal-left {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .modal-home .modal-right {
    float: none;
    width: 100%;
  }
  #content-inner-wrap {
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .column-left {
    float: left;
    margin-bottom: 30px;
    width: 100%;
  }
  .column-left.desktop-hide {
    margin-top: 30px;
  }
  .content-right {
    float: left;
    width: 100%;
  }
  .content-bottom {
    height: auto;
    background-size: cover;
    padding: 50px 15px;
  }
  .content-bottom li {
    clear: left;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
  }
  .content-bottom li:after {
    clear: left;
  }
  .content-bottom li img {
    margin-bottom: 30px;
  }
  .wrap {
    height: auto;
    min-width: 100%;
    width: 100%;
  }
  #footer {
    padding: 20px 15px;
    text-align: center;
  }
  #footer .nav {
    height: auto;
  }
  #footer .nav ul.menu {
    height: auto;
  }
  #footer .nav ul.menu li {
    height: auto;
  }
  #footer .info {
    width: 100%;
  }
  #footer .info .left,
  #footer .info .mid,
  #footer .info .right {
    margin-bottom: 20px;
    width: 100%;
  }
  div.home .content-top {
    height: auto;
  }
  div.home .content-top > .wrap {
    position: relative;
    width: 100% !important;
    margin: 0 auto;
    height: auto;
    overflow: visible;
  }
  div.home .content-top .slides {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    position: relative !important;
    top: 0;
  }
  div.home .content-top .slides .slide {
    width: 100% !important;
    position: relative !important;
  }
  div.home .content-top .slides .slide img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    position: relative !important;
  }
  div.home .content-top .slides .overlay {
    bottom: 10px;
    background: transparent;
    height: 40px;
  }
  div.home .content-top .slides .overlay .title {
    display: none;
  }
  div.home .content-top .slides .overlay .button-arrow {
    top: 0;
    margin: 0;
  }
  div.home .content-top .slides .overlay .button-arrow .fa {
    font-size: 18px;
    position: absolute;
    top: 7px;
    left: 15px;
  }
  div.home .content-top .slides .overlay .button-arrow span {
    font-size: 14px;
    line-height: 34px;
  }
  div.home .content-top .controls {
    width: 100% !important;
    top: 40%;
  }
  div.home .capabilities li {
    margin-bottom: 30px;
  }
  .page-contact .content-right {
    max-width: 100%;
  }
  .woocommerce .category-image img {
    max-width: 100%;
  }
  .woocommerce ul.products li.product-category.first {
    clear: none;
    margin: 5px;
  }
  .woocommerce .product-materials li.last,
  .woocommerce .product-materials li.first {
    clear: none;
    margin: 10px;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary {
    float: none;
    width: 100% !important;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images {
    float: none;
    margin: 0 0 20px 0 !important;
    width: 100% !important;
  }
  .woocommerce .category-info .left {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .woocommerce .category-info .right {
    float: none;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
  .woocommerce .left {
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input {
    width: 46%;
  }
  .woocommerce-cart .actions .button {
    margin-left: 0px !important;
  }
  body.single-product .related.products ul.grid li,
  body.single-product .related.products ul.grid li.first {
    margin: 10px;
  }
  body.single-product .entry-wrap .product-select li {
    height: auto;
  }
  body.single-product .entry-wrap .product-select li .title {
    float: none;
    width: 100%;
  }
  body.single-product .entry-wrap .product-select li .sku {
    float: none;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .alignleft,
  .alignright {
    float: none;
    margin: 0 !important;
  }
  .gform_footer {
    margin: 22px 0 0 0;
  }
  div.home .slides .overlay {
    bottom: 0 !important;
    height: 32px !important;
  }
  div.home .slides .overlay .button-arrow {
    top: 0 !important;
    padding: 0 23px 0 7px !important;
  }
  div.home .slides .overlay .button-arrow .fa {
    font-size: 14px !important;
    top: 8px !important;
  }
  div.home .slides .overlay .button-arrow span {
    font-size: 10px !important;
    line-height: 28px !important;
  }
}
#mobile-header h1 {
  float: left;
  margin-top: 20px;
  margin-bottom: 0;
  width: 190px;
}
#mobile-header .navbar-toggle {
  background-color: transparent;
  padding: 0px;
  margin: 23px 20px;
  float: left;
  position: relative;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#mobile-header .navbar-toggle .icon-bar {
  display: block;
  height: 5px;
  width: 40px;
  border-radius: 4px;
  margin-top: 0px;
  transition: all 0.3s;
  background-color: #24a2dc;
}
#mobile-header .navbar-toggle .icon-bar.two {
  margin-top: 6px;
}
#mobile-header .navbar-toggle .icon-bar.three {
  margin-top: 6px;
}
#mobile-header .navbar-toggle.open .one {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: relative;
  top: 11px;
}
#mobile-header .navbar-toggle.open .two {
  opacity: 0;
}
#mobile-header .navbar-toggle.open .three {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: relative;
  top: -11px;
}
#mobile-header .cart-icon {
  float: right;
  font-size: 24px;
  margin-top: 20px;
  margin-right: 20px;
}
#mobile-nav {
  display: none;
  height: 100%;
  background-color: #24a2dc;
  border: none;
  position: relative;
  width: 100%;
  top: 0px;
  margin-bottom: 0px;
  z-index: 1000;
}
#mobile-nav #mobile-search {
  border-bottom: 1px solid #50b5e3;
}
#mobile-nav #mobile-search form {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 15px;
}
#mobile-nav #mobile-search form input {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 6px 44px 6px 10px;
  width: 100%;
}
#mobile-nav #mobile-search form button {
  border: 0;
  background-color: transparent;
  color: #24a2dc;
  position: absolute;
  font-size: 16px;
  right: 8px;
  top: 8px;
  height: 44px;
  width: 44px;
}
#mobile-nav #mobile-menu {
  background-color: #24a2dc;
  margin: 0px;
  height: auto;
}
#mobile-nav #mobile-menu > li {
  background-color: #24a2dc;
  border-bottom: 1px solid #50b5e3;
  padding: 0 15px;
}
#mobile-nav #mobile-menu > li.open {
  background-color: #2091c6;
}
#mobile-nav #mobile-menu > li > a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-top: 13px;
  padding-bottom: 12px;
  transition: none;
  width: 88%;
}
#mobile-nav #mobile-menu > li > a:hover,
#mobile-nav #mobile-menu > li > a:active,
#mobile-nav #mobile-menu > li > a:focus {
  background-color: transparent;
}
#mobile-nav #mobile-menu > li ul.sub-menu {
  display: none;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  position: relative;
  float: none;
  border-radius: 0px;
  padding: 0px;
  border: 0px solid transparent;
  box-shadow: none;
  width: 100%;
}
#mobile-nav #mobile-menu > li ul.sub-menu li {
  padding: 6px 0px 6px 15px;
}
#mobile-nav #mobile-menu > li ul.sub-menu li a {
  color: #FFFFFF;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#mobile-nav #mobile-menu > li ul.sub-menu li a:hover,
#mobile-nav #mobile-menu > li ul.sub-menu li a:active,
#mobile-nav #mobile-menu > li ul.sub-menu li a:focus {
  background-color: transparent;
  color: #FFFFFF;
}
#mobile-nav #mobile-menu > li ul.sub-menu li:first-child a {
  padding-top: 0px;
}
#mobile-nav #mobile-menu > li ul.sub-menu li:last-child a {
  padding-bottom: 8px;
}
#mobile-nav #mobile-menu > li ul.sub-menu li:hover,
#mobile-nav #mobile-menu > li ul.sub-menu li:active,
#mobile-nav #mobile-menu > li ul.sub-menu li:focus {
  background-color: transparent;
}
#mobile-nav #mobile-menu > li .toggle-dropdown {
  cursor: pointer;
  display: inline-block;
  text-align: right;
  width: 12%;
}
#mobile-nav #mobile-menu > li .toggle-dropdown i {
  color: #FFFFFF;
  margin-right: 10px;
  font-size: 20px;
}
#mobile-nav .menu-links {
  padding: 30px 15px;
}
#mobile-nav .menu-links a {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 970px) {
  #mobile-nav {
    display: none;
  }
}
.header-logo img {
  max-width: 300px;
  max-height: 78px;
  padding-top: 10px;
}
.header-logo-mobile img {
  max-height: 41px;
}
