@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

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

.text-info {
  color: #31708f; }

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

.text-warning {
  color: #8a6d3b; }

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

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

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

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

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

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

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

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

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

.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;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 742px; } }
  @media (min-width: 992px) {
    .container {
      width: 962px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1180px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -11px;
  margin-right: -11px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #adadad;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #adadad; }
  .form-control::-webkit-input-placeholder {
    color: #adadad; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

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

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

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

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

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

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

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

.form-horizontal .form-group {
  margin-left: -11px;
  margin-right: -11px; }
  .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;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 11px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default, .btn-back {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-back:focus, .btn-default.focus, .focus.btn-back {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .btn-back:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-back:active, .btn-default.active, .active.btn-back,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.btn-back {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-back:active:hover, .btn-default:active:focus, .btn-back:active:focus, .btn-default:active.focus, .btn-back:active.focus, .btn-default.active:hover, .active.btn-back:hover, .btn-default.active:focus, .active.btn-back:focus, .btn-default.active.focus, .active.focus.btn-back,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .dropdown-toggle.btn-back:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .dropdown-toggle.btn-back:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.btn-back {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-back:active, .btn-default.active, .active.btn-back,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.btn-back {
    background-image: none; }
  .btn-default.disabled:hover, .disabled.btn-back:hover, .btn-default.disabled:focus, .disabled.btn-back:focus, .btn-default.disabled.focus, .disabled.focus.btn-back, .btn-default[disabled]:hover, [disabled].btn-back:hover, .btn-default[disabled]:focus, [disabled].btn-back:focus, .btn-default[disabled].focus, [disabled].focus.btn-back,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-back:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-back:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .focus.btn-back {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .btn-back .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    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: #777777;
    text-decoration: none; }

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

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

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

.btn-block {
  display: block;
  width: 100%; }

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 11px;
  padding-left: 11px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -11px;
  margin-left: -11px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 11px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -11px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -11px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -11px;
  margin-right: -11px;
  padding: 10px 11px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 11px;
      margin-right: 11px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -11px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.event-detail ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px; }
  .event-detail ul li {
    line-height: 21px;
    position: relative;
    padding-left: 18px;
    margin: 0 0 10px 20px;
    font-size: 15px; }
    @media (max-width: 768px) {
      .event-detail ul li {
        padding-left: 0;
        margin-left: 0; } }
    .event-detail ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 7px;
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #00a8e1;
      margin-right: 12px; }
      @media (max-width: 768px) {
        .event-detail ul li:before {
          position: relative;
          top: -2px; } }

main, .text-area {
  font-size: 17px;
  line-height: 22px; }
  main.text-area, .text-area.text-area {
    padding-top: 26px;
    padding-bottom: 26px; }
  main h1, .text-area h1 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 20px; }
  main h2, .text-area h2 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px; }
  main a, .text-area a {
    color: #132b45;
    text-decoration: underline; }
    main a:hover, .text-area a:hover {
      color: #00a8e1; }
  main ul, .text-area ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
    /* NO BULLET for WooCommerce error messages */ }
    @media (max-width: 768px) {
      main ul, .text-area ul {
        padding-left: 0; } }
    main ul li, .text-area ul li {
      line-height: 21px;
      position: relative;
      padding-left: 18px;
      margin: 0 0 10px 20px;
      font-size: 15px; }
      @media (max-width: 768px) {
        main ul li, .text-area ul li {
          padding-left: 0;
          margin-left: 0; } }
      main ul li:before, .text-area ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #00a8e1;
        margin-right: 12px; }
        @media (max-width: 768px) {
          main ul li:before, .text-area ul li:before {
            position: relative;
            top: -2px; } }
    main ul.woocommerce-error li:before, .text-area ul.woocommerce-error li:before {
      content: none;
      width: 0; }
  main ol, .text-area ol {
    clear: left;
    float: left;
    list-style: decimal inside;
    width: 100%;
    padding: 0 0 23px 23px;
    font-size: 15px; }
    main ol li, .text-area ol li {
      clear: left;
      float: left;
      width: 100%;
      padding: 0;
      margin-bottom: 10px; }

p {
  margin-bottom: 20px;
  font-size: 15px; }

.pagination_container {
  clear: left;
  float: right;
  width: 100%; }
  .pagination_container .pagination {
    clear: left;
    float: right;
    width: auto; }
    .pagination_container .pagination a, .pagination_container .pagination span {
      display: block;
      float: left;
      text-align: center;
      text-decoration: none;
      padding: 6px 14px;
      margin-left: 4px;
      font-weight: bold;
      border: none; }
      .pagination_container .pagination a.inactive, .pagination_container .pagination span.inactive {
        color: #132b45;
        background-color: #00a8e1; }
      .pagination_container .pagination a:hover, .pagination_container .pagination a.current, .pagination_container .pagination span:hover, .pagination_container .pagination span.current {
        color: #132b45;
        background-color: #efefef; }

.breadcrumbs-container {
  background-color: #efefef; }
  .breadcrumbs-container .breadcrumbs {
    padding: 20px 0;
    margin: 0; }
    .breadcrumbs-container .breadcrumbs a {
      color: #132b45;
      text-decoration: underline; }

header {
  position: relative;
  padding: 0; }
  header .header-content {
    padding-top: 8px;
    position: absolute;
    width: 100%;
    z-index: 999; }
    @media (max-width: 992px) {
      header .header-content {
        position: static;
        background-color: #132b45; } }
    header .header-content .logo {
      display: inline-block; }
    header .header-content .col-sm-2 {
      margin-top: 20px; }
      @media (max-width: 992px) {
        header .header-content .col-sm-2 {
          margin-top: 45px;
          width: 115px;
          float: left; } }
      @media screen and (max-width: 850px) {
        header .header-content .col-sm-2 {
          margin-top: 23px;
          margin-bottom: 30px; } }
      @media (max-width: 768px) {
        header .header-content .col-sm-2 {
          margin-top: 5px;
          margin-bottom: 15px;
          float: none;
          width: 100%;
          text-align: center; } }
    @media (max-width: 992px) {
      header .header-content .col-sm-10 {
        width: calc(100% - 115px);
        float: right; } }
    @media (max-width: 768px) {
      header .header-content .col-sm-10 {
        float: none;
        width: 100%;
        text-align: center; } }
    header .header-content .assets {
      padding-top: 25px; }
      @media (max-width: 768px) {
        header .header-content .assets {
          float: none; } }
      header .header-content .assets .loggedinnav {
        display: inline-block;
        float: left; }
        @media (max-width: 768px) {
          header .header-content .assets .loggedinnav {
            width: 100%;
            float: none; } }
        @media (max-width: 768px) {
          header .header-content .assets .loggedinnav a.cart-contents, header .header-content .assets .loggedinnav a.btn-logout {
            margin-left: 5px; } }
        header .header-content .assets .loggedinnav .account {
          display: inline-block;
          float: left;
          border-radius: 4px;
          transition: all 0.4s linear; }
          @media (max-width: 768px) {
            header .header-content .assets .loggedinnav .account {
              float: none;
              position: relative;
              top: -15px; } }
          header .header-content .assets .loggedinnav .account:hover {
            background-color: #00a8e1; }
        header .header-content .assets .loggedinnav .btn-logout {
          color: white;
          font-size: 15px;
          line-height: 15px;
          padding: 10px 13px;
          border-radius: 3px;
          border: 1px solid white;
          height: 38px;
          margin-left: 18px;
          transition: all 0.4s linear;
          position: relative;
          top: -15px; }
          header .header-content .assets .loggedinnav .btn-logout:hover {
            background-color: #00a8e1; }
          header .header-content .assets .loggedinnav .btn-logout i {
            font-size: 11px;
            margin-left: 24px; }
        header .header-content .assets .loggedinnav .cart-contents {
          float: right;
          color: white;
          font-size: 14px;
          line-height: 14px;
          font-weight: 400;
          padding: 12px 12px 12px 50px;
          margin-left: 18px;
          background-image: url("../images/icon-header-basket.png");
          background-repeat: no-repeat;
          background-position: 13px 5px;
          text-align: left;
          border-top: 1px solid transparent;
          border-left: 1px solid transparent;
          border-right: 1px solid transparent; }
          header .header-content .assets .loggedinnav .cart-contents:hover {
            text-decoration: none; }
        header .header-content .assets .loggedinnav .minibasket {
          display: inline-block;
          position: relative; }
          @media (max-width: 768px) {
            header .header-content .assets .loggedinnav .minibasket {
              position: static; } }
          header .header-content .assets .loggedinnav .minibasket > .widget_shopping_cart_content {
            display: none;
            background-color: white; }
          header .header-content .assets .loggedinnav .minibasket:hover .cart-contents, header .header-content .assets .loggedinnav .minibasket.added .cart-contents {
            background-color: white;
            color: #5b5b5b;
            border-top-color: #efefef;
            border-left-color: #efefef;
            border-right-color: #efefef;
            position: relative;
            background-image: url("../images/basket-grey.png"); }
            header .header-content .assets .loggedinnav .minibasket:hover .cart-contents:after, header .header-content .assets .loggedinnav .minibasket.added .cart-contents:after {
              content: '';
              position: absolute;
              height: 15px;
              bottom: -15px;
              background-color: white;
              border-left: 1px solid #efefef;
              border-right: 1px solid #efefef;
              left: -1px;
              right: -1px; }
          header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content {
            display: inline-block;
            z-index: 1;
            position: absolute;
            left: auto;
            right: 0;
            top: 50px;
            background-color: white;
            padding: 20px;
            border-left: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
            border-right: 1px solid #efefef;
            min-width: 650px; }
            @media (max-width: 1200px) {
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content {
                left: 18px;
                min-width: 650px;
                top: 50px; } }
            @media (max-width: 992px) {
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content {
                min-width: 550px; } }
            @media (max-width: 768px) {
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content {
                left: 0;
                top: 70px; } }
            header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table {
              width: 100%;
              margin-bottom: 1em;
              text-align: left; }
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table .product-subtotal, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table .product-subtotal {
                vertical-align: top; }
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table .product-thumbnail, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table .product-thumbnail {
                padding-right: 15px !important; }
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table .product-name a, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table .product-name a {
                color: #132b45; }
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table .product-remove, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table .product-remove {
                font-size: 1.75em;
                font-weight: bold;
                padding-right: 15px !important; }
                header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table .product-remove a, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table .product-remove a {
                  color: red; }
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table tr, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table tr {
                border-top: 1px solid #efefef; }
              header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table .cart-subtotal, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table .cart-subtotal {
                border-bottom: 1px solid #efefef; }
                header .header-content .assets .loggedinnav .minibasket:hover .widget_shopping_cart_content table .cart-subtotal :last-child, header .header-content .assets .loggedinnav .minibasket.added .widget_shopping_cart_content table .cart-subtotal :last-child {
                  text-align: right;
                  font-weight: bold; }
      header .header-content .assets #searchform.search-form {
        float: left;
        margin: 0 0 0 25px; }
        @media (max-width: 992px) {
          header .header-content .assets #searchform.search-form {
            margin: 0; } }
        @media (max-width: 768px) {
          header .header-content .assets #searchform.search-form {
            float: none;
            display: block;
            clear: both;
            margin-top: 20px; } }
        header .header-content .assets #searchform.search-form .searchform-inner {
          background: none;
          border: 1px solid white;
          min-height: 38px; }
          @media (max-width: 768px) {
            header .header-content .assets #searchform.search-form .searchform-inner .form-group {
              float: left;
              width: calc(100% - 30px);
              margin-bottom: 0; } }
          header .header-content .assets #searchform.search-form .searchform-inner .form-group .form-control {
            border-radius: 0;
            border: none;
            padding: 4px 12px;
            min-width: 222px;
            height: 36px; }
            @media (max-width: 768px) {
              header .header-content .assets #searchform.search-form .searchform-inner .form-group .form-control {
                min-width: auto; } }
          header .header-content .assets #searchform.search-form .searchform-inner .searchbutton {
            width: 38px;
            height: 36px;
            background-color: #132b45;
            background-image: url("../images/icon-header-search.png");
            background-repeat: no-repeat;
            background-position: center;
            transition: all 0.4s linear; }
            header .header-content .assets #searchform.search-form .searchform-inner .searchbutton:hover {
              background-color: #00a8e1; }
            @media (max-width: 768px) {
              header .header-content .assets #searchform.search-form .searchform-inner .searchbutton {
                width: 30px;
                height: 36px;
                position: relative; } }
      header .header-content .assets .lang {
        display: inline-block;
        float: left;
        margin-left: 25px;
        border-radius: 4px;
        transition: all 0.4s linear; }
        header .header-content .assets .lang:hover {
          background-color: #00a8e1; }
  header.no-slider-rev .header-content {
    position: static;
    background-color: #132b45; }

nav#main-nav {
  clear: both;
  float: right;
  width: 100%; }
  nav#main-nav .menu-main-navigation-container {
    clear: both;
    float: right; }
    nav#main-nav .menu-main-navigation-container ul {
      list-style: none;
      margin-top: 25px; }
      nav#main-nav .menu-main-navigation-container ul li {
        float: left;
        width: auto;
        padding: 0;
        position: relative; }
        nav#main-nav .menu-main-navigation-container ul li:last-of-type .sub-menu, nav#main-nav .menu-main-navigation-container ul li:nth-last-of-type(2) .sub-menu {
          left: auto;
          right: 0; }
          nav#main-nav .menu-main-navigation-container ul li:last-of-type .sub-menu:before, nav#main-nav .menu-main-navigation-container ul li:nth-last-of-type(2) .sub-menu:before {
            margin-left: 82%; }
        nav#main-nav .menu-main-navigation-container ul li a {
          display: inline-block;
          color: white;
          font-size: 17px;
          padding: 7px 10px;
          margin: 3px; }

body.news nav#main-nav .menu-main-navigation-container ul li.menu-item-66 a,
body.product nav#main-nav .menu-main-navigation-container ul li.menu-item-57 a,
body.productcat nav#main-nav .menu-main-navigation-container ul li.menu-item-57 a,
nav#main-nav .menu-main-navigation-container ul li.current-page-ancestor a,
nav#main-nav .menu-main-navigation-container ul li.current_page_item a,
nav#main-nav .menu-main-navigation-container ul li:hover a {
  color: #132b45;
  text-decoration: none;
  background-color: white;
  border-radius: 45px; }

nav#main-nav .menu-main-navigation-container ul li:hover ul {
  display: block !important; }

nav#main-nav .menu-main-navigation-container .sub-menu {
  display: none;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 0;
  width: 280px;
  padding-top: 20px;
  list-style: none; }
  nav#main-nav .menu-main-navigation-container .sub-menu:before {
    content: '';
    display: inline-block;
    position: relative;
    bottom: -2px;
    width: 0;
    height: 0;
    margin-left: 10%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white; }
  nav#main-nav .menu-main-navigation-container .sub-menu li {
    width: 100%;
    background: white;
    padding: 0 12px; }
    nav#main-nav .menu-main-navigation-container .sub-menu li a {
      position: relative;
      display: block;
      color: #5b5b5b !important;
      font-size: 15px;
      padding: 16px 12px 16px 6px;
      text-decoration: none;
      border-radius: 0 !important;
      border-left: none !important;
      border-bottom: 1px solid #efefef;
      transition: all 0.4s linear; }
      nav#main-nav .menu-main-navigation-container .sub-menu li a:after {
        content: '\f054';
        position: absolute;
        top: 18px;
        right: 3px;
        color: #132b45;
        font-family: 'FontAwesome';
        transition: all 0.4s linear; }
      nav#main-nav .menu-main-navigation-container .sub-menu li a:hover {
        color: #00a8e1 !important; }
        nav#main-nav .menu-main-navigation-container .sub-menu li a:hover:after {
          opacity: 0; }
    nav#main-nav .menu-main-navigation-container .sub-menu li:last-of-type a {
      border-bottom: none; }

#sidebar {
  clear: left;
  float: left;
  width: 23.728%;
  /* 280px */ }
  @media (max-width: 768px) {
    #sidebar {
      width: 100%;
      float: none; } }
  #sidebar .tree-parent {
    clear: left;
    float: left;
    width: 100%; }
    @media (max-width: 850px) {
      #sidebar .tree-parent {
        display: none; } }
    #sidebar .tree-parent a {
      clear: left;
      float: left;
      width: 100%;
      text-decoration: none;
      padding: 2px 12px 19px;
      font-size: 19px;
      line-height: 21px;
      font-weight: bold;
      color: #6f6660;
      background: #ffffff; }
    #sidebar .tree-parent span a {
      text-decoration: none; }
  #sidebar ul.submenu {
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    background: #f5f4f1;
    margin-bottom: 25px; }
    @media (max-width: 850px) {
      #sidebar ul.submenu {
        display: none; } }
    #sidebar ul.submenu li {
      clear: left;
      float: left;
      width: 100%;
      background: white;
      padding: 0 12px; }
      #sidebar ul.submenu li:nth-last-child(1) {
        border-bottom: none; }
      #sidebar ul.submenu li a {
        position: relative;
        display: block;
        color: #5b5b5b;
        font-size: 15px;
        padding: 16px 14px 16px 0;
        text-decoration: none;
        border-radius: 0 !important;
        border-left: none !important;
        border-bottom: 1px solid #efefef;
        transition: all 0.4s linear; }
        #sidebar ul.submenu li a:after {
          content: '\f054';
          position: absolute;
          top: 18px;
          right: 3px;
          color: #132b45;
          font-family: 'FontAwesome';
          transition: all 0.4s linear; }
        #sidebar ul.submenu li a:hover {
          color: #00a8e1 !important; }
          #sidebar ul.submenu li a:hover:after {
            opacity: 0; }

body.event li.page-item-41 a,
body.news li.page-item-39 a,
ul.submenu li a.current-request,
ul.submenu li a:hover,
ul.submenu li.current-cat a,
ul.submenu li.current_page_item a {
  color: #00a8e1 !important; }
  body.event li.page-item-41 a:after,
  body.news li.page-item-39 a:after,
  ul.submenu li a.current-request:after,
  ul.submenu li a:hover:after,
  ul.submenu li.current-cat a:after,
  ul.submenu li.current_page_item a:after {
    opacity: 0; }

ul.submenu li ul {
  display: none;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  border: none;
  padding: 0 0 10px 25px; }
  ul.submenu li ul li {
    clear: left;
    float: left;
    width: 100%;
    border-bottom: none; }
    ul.submenu li ul li a {
      clear: left;
      float: left;
      width: 100%;
      text-decoration: none;
      padding: 8px 16px 8px 30px;
      font-weight: normal !important;
      color: #6f6660 !important;
      background: none !important; }

ul.submenu li.current-cat ul,
ul.submenu li.current-cat-ancestor ul,
ul.submenu li.current-cat-parent ul,
ul.submenu li.current-product-ancestor ul,
ul.submenu li.current-product-parent ul {
  display: block; }

ul.submenu.cats li.current-cat-parent.open a,
ul.submenu.cats li.current-menu-parent a {
  font-weight: bold !important;
  color: #1ba5e3 !important;
  background: url("images/bullet8.png") right 17px no-repeat; }

ul.submenu.cats li.current-product-ancestor.open ul li ul {
  display: none; }

ul.submenu.cats li.current-product-ancestor.open ul li a {
  font-weight: normal !important;
  color: #6f6660 !important; }

ul.submenu.cats li.current-product-ancestor.open ul li.open a {
  font-weight: bold !important;
  color: #1ba5e3 !important; }

ul.submenu.cats li.current-product-ancestor.open ul li.open ul {
  display: block; }

ul.submenu.cats li ul li a,
ul.submenu.cats li.current-cat-parent.open ul li a {
  font-weight: normal !important;
  color: #6f6660 !important; }

ul.submenu.cats li ul li.current-cat-parent ul li a {
  font-weight: normal !important;
  color: #6f6660 !important; }

ul.submenu.cats li.current-product-ancestor.open ul li.current-cat-parent ul li a {
  font-weight: normal !important;
  color: #6f6660 !important; }

ul.submenu.cats li.current-product-ancestor.open ul li.current-cat-parent ul li.current-product.current_page_item a {
  font-weight: bold !important;
  color: #1ba5e3 !important; }

ul.submenu.cats li ul li.current-cat-parent ul li.current-product a,
ul.submenu.cats li ul li.current-cat-parent ul li.current_page_item a,
ul.submenu.cats li.current-cat-parent.open ul li.current-cat a {
  font-weight: bold !important;
  color: #1ba5e3 !important; }

ul.submenu.cats li.current-cat-parent.open ul li.current-cat ul li a {
  font-weight: normal !important;
  color: #6f6660 !important; }

.home-page-text {
  text-align: center;
  padding: 30px 0;
  background-color: #efefef; }
  .home-page-text h1 {
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 20px;
    padding: 0; }
  .home-page-text p {
    margin: 0;
    padding: 0; }

.four-images-area {
  display: block;
  clear: left; }

.knowledge-base .kb-trigger-container {
  text-align: center;
  background-color: #efefef;
  padding: 33px 0;
  margin-bottom: 38px; }
  .knowledge-base .kb-trigger-container .kb-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .knowledge-base .kb-trigger-container .kb-trigger h2 {
      display: inline-block;
      color: #132b45;
      font-size: 22px;
      line-height: 26px;
      font-weight: 400;
      margin: 0 50px; }
    .knowledge-base .kb-trigger-container .kb-trigger i {
      color: #132b45;
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      background-color: #00a8e1; }
    .knowledge-base .kb-trigger-container .kb-trigger:hover {
      text-decoration: none; }
    .knowledge-base .kb-trigger-container .kb-trigger:focus {
      text-decoration: none;
      outline: none; }

.knowledge-base .kb-collapse-content {
  padding: 25px 0 80px; }

@media (max-width: 992px) {
  .latest-news .col-sm-3 {
    margin-top: 20px; } }

.latest-news h2 {
  color: #132b45;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  background-color: #efefef;
  padding: 33px 0;
  margin-bottom: 38px; }

.latest-news .title {
  text-decoration: none !important; }

.latest-news h3 {
  color: #132b45;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 10px; }

.latest-news p {
  padding: 0;
  line-height: 18px;
  margin-bottom: 8px; }

.latest-news a {
  color: #132b45;
  text-decoration: underline; }

.latest-news .date {
  margin-bottom: 10px; }

.category-filter .title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #efefef; }

.category-filter ul {
  clear: left;
  float: left;
  padding: 0;
  margin-bottom: 40px; }
  .category-filter ul li {
    clear: none;
    float: left;
    color: #132b45;
    font-size: 16px;
    font-weight: bold;
    padding: 0 55px 5px 0;
    cursor: pointer; }
    .category-filter ul li:before {
      content: '';
      position: relative;
      top: 0px;
      display: inline-block;
      width: 13px;
      height: 13px;
      border-radius: 100%;
      border: 1px solid #132b45;
      background-color: transparent;
      margin-right: 8px; }
    .category-filter ul li.active:before {
      background-color: #132b45; }

dl.expertise_options {
  clear: left;
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
  display: block; }
  dl.expertise_options.dontshow {
    display: none; }
  dl.expertise_options.show {
    display: block; }
  dl.expertise_options dt {
    clear: left;
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 25px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef; }
  dl.expertise_options dd {
    clear: none;
    float: left;
    color: #132b45;
    width: 50%;
    padding: 7px 43px 40px;
    /*background: url('../images/icon-pdf.jpg') 0 0 no-repeat;*/
    background: url("../images/pdf-file-format-symbol.svg") 0 0 no-repeat;
    background-size: 31px 31px;
    /* as per jpgs above */
    /*.doc {
    	background-image: url('../images/icon-word.jpg');
    }
    .xls {
    	background-image: url('../images/icon-excel.jpg');
    }
    .dm3 {
    	background-image: url('../images/icon-dm3.jpg');
    }
    .zip {
    	background-image: url('../images/icon-zip.jpg');
    }
    .pdf {
    	background-image: url('../images/icon-pdf.jpg');
    }
    .picture {
        background-image: url('../images/image-icon.jpg');
    }*/ }
    @media (max-width: 768px) {
      dl.expertise_options dd {
        width: 100%; } }
    dl.expertise_options dd.msi {
      background-image: url("../images/msi-file-format-symbol.svg"); }
    dl.expertise_options dd.zip {
      background-image: url("../images/zip-file-format.svg"); }
    dl.expertise_options dd.exe {
      background-image: url("../images/exe-file-format-variant.svg"); }
    dl.expertise_options dd .checker {
      margin-right: 12px; }
      dl.expertise_options dd .checker input {
        margin: 0;
        padding: 0; }
    dl.expertise_options dd .title {
      font-size: 15px;
      line-height: 19px;
      clear: none;
      float: left;
      width: calc(100% - 30px); }

a.download,
input[type=submit].download {
  clear: both;
  float: right;
  width: auto;
  max-height: 37px;
  color: #132b45;
  padding: 7px 85px 7px 15px;
  background-color: #efefef;
  background-image: url("../images/button-image.png");
  background-repeat: no-repeat;
  background-position: center right;
  border: none;
  cursor: pointer; }
  a.download:hover,
  input[type=submit].download:hover {
    opacity: 0.5; }
  a.download.disabled:hover,
  input[type=submit].download.disabled:hover {
    opacity: inherit;
    cursor: default; }

.accordion {
  width: 100%;
  padding: 0 0 13px 0; }

.ui-accordion {
  width: 100%; }

/* this is the clickable region to activate the accordion */
.ui-accordion + h1, .ui-accordion + h2, .ui-accordion + h3, .ui-accordion + h4, .ui-accordion + h5, .ui-accordion + h6 {
  clear: both; }

.ui-accordion:last-of-type {
  padding-bottom: 40px; }

.ui-accordion .ui-accordion-header {
  display: inline-block;
  position: relative;
  zoom: 1;
  outline: none;
  width: 100%;
  cursor: pointer;
  padding: 15px 60px 13px 20px;
  border: none;
  color: #132b45;
  background-color: #efefef;
  font-size: 1em;
  font-weight: bold;
  margin-top: 12px; }
  .ui-accordion .ui-accordion-header:after {
    content: '\f054';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #00a8e1; }
  .ui-accordion .ui-accordion-header:hover:after, .ui-accordion .ui-accordion-header.ui-state-active:after {
    color: #132b45;
    content: '\f078'; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-content {
  width: 100%;
  border-top: 0;
  position: relative;
  top: 1px;
  display: none;
  zoom: 1;
  padding: 25px 0; }
  .ui-accordion .ui-accordion-content:after {
    content: "";
    display: table;
    clear: both; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

.woocommerce .ui-accordion:last-of-type {
  padding-bottom: 0; }

main table {
  clear: left;
  float: left;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 25px;
  font-size: 15px; }
  main table th {
    font-weight: normal; }
  main table thead {
    clear: left;
    width: 100%; }
  main table tbody {
    clear: left;
    width: 100%; }
  main table tr:nth-child(1) {
    clear: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ebecf0;
    border-left: 1px solid #ebecf0; }
  main table td {
    clear: none;
    width: auto;
    padding: 5px;
    border-top: 1px solid #ebecf0;
    border-right: 1px solid #ebecf0;
    text-align: left;
    line-height: 1.3em; }
  main table th, main table tr.head td {
    clear: none;
    width: auto;
    padding: 5px;
    border-top: 1px solid #1ba5e3;
    border-right: 1px solid #1ba5e3;
    color: #ffffff;
    background: #1ba5e3;
    text-align: left;
    line-height: 1.3em;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6; }
  main table.no-border th, main table.no-border td, main table.no-border tr, main table.no-border tr.head td {
    border: none; }
  main table.no-border th, main table.no-border tr.head td {
    color: #5b5b5b;
    background: transparent;
    opacity: 1; }

.wpcf7 {
  clear: left;
  display: block;
  width: 100%;
  margin: 0 auto; }

form.wpcf7-form {
  clear: left;
  float: left;
  width: 100%;
  padding: 0; }

dl.contactform {
  clear: none;
  float: left;
  width: 50%; }
  @media (max-width: 768px) {
    dl.contactform {
      float: none;
      width: 100%; } }

.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  width: 100%; }
  .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    width: 100%; }
    .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
      width: calc(100% - 24px); }

#wpcf7-f231-p1479-o1 dl.contactform, .wpcf7-form dl.contactform {
  width: 50%;
  padding-right: 25px; }
  @media (max-width: 768px) {
    #wpcf7-f231-p1479-o1 dl.contactform, .wpcf7-form dl.contactform {
      width: 100%;
      padding-right: 0; } }
  #wpcf7-f231-p1479-o1 dl.contactform .wpcf7-list-item-label, .wpcf7-form dl.contactform .wpcf7-list-item-label {
    font-size: 13px;
    float: right; }
  #wpcf7-f231-p1479-o1 dl.contactform .captcha span, .wpcf7-form dl.contactform .captcha span {
    font-size: 17px; }
  #wpcf7-f231-p1479-o1 dl.contactform small, .wpcf7-form dl.contactform small {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400; }

.col-1 dl.contactform,
.col-2 dl.contactform {
  width: 100%;
  margin-bottom: 0; }

dl.contactform dt {
  clear: left;
  float: left;
  width: 100%;
  padding: 0 0 13px;
  font-size: 1.3em;
  font-weight: 400; }

dl.contactform dt.captcha {
  padding-bottom: 15px; }

dl.contactform dt.captcha span {
  clear: left;
  float: left;
  width: auto;
  padding-right: 15px; }

dl.contactform dt.captcha img {
  clear: none;
  float: left;
  padding: 0; }

dl.contactform dd.radios {
  clear: none;
  width: 70%;
  padding-top: 2px;
  font-size: 1em;
  color: #6f6660; }
  dl.contactform dd.radios label {
    clear: none;
    float: left;
    width: 100%; }
    dl.contactform dd.radios label .radio {
      clear: left;
      float: left;
      width: 13px; }
      dl.contactform dd.radios label .radio span {
        clear: none;
        float: left;
        width: auto;
        padding-left: 8px; }
    dl.contactform dd.radios label input {
      clear: none;
      float: left;
      width: 13px; }

dl.contactform dd {
  clear: none;
  float: left;
  width: 100%;
  padding: 0 0 13px 0; }
  dl.contactform dd input, dl.contactform dd select, dl.contactform dd textarea {
    clear: left;
    float: left;
    width: 100%;
    color: #6f6660;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 7px 10px 8px 10px;
    border: 1px solid #dedede; }
  dl.contactform dd input[type=text], dl.contactform dd textarea {
    /* !!! BLACKPIG: DO NOT use hand pointer over text boxes! */
    cursor: text; }
  dl.contactform dd input.error {
    font-weight: normal;
    border: 1px solid #990000; }
  dl.contactform dd input[readonly] {
    background-color: #eeeeee;
    cursor: default; }

dl.contactform a.button, dl.contactform .woocommerce a.button.alt, .woocommerce dl.contactform a.button.alt, dl.contactform .woocommerce button.alt.button, .woocommerce dl.contactform button.alt.button, dl.contactform .woocommerce input.alt.button, .woocommerce dl.contactform input.alt.button, dl.contactform .woocommerce input.alt.submit, .woocommerce dl.contactform input.alt.submit, dl.contactform .woocommerce .alt.checkout-button, .woocommerce dl.contactform .alt.checkout-button, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit {
  border-radius: 0;
  float: right; }

a.button.save, .woocommerce a.save.button.alt, .woocommerce button.save.alt.button, .woocommerce input.save.alt.button, .woocommerce input.save.alt.submit, .woocommerce .save.alt.checkout-button, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .save.alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .save.alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .save.alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .save.alt.wpcf7-submit {
  color: #ffffff;
  background-color: #1ba5e3; }

span.msg.ok {
  color: #398f14; }

/* !!! BLACKPIG: our script makes this full width so don't undo that here! */
/*dl.contactform dd select[name=shipping_alt] {
  width: auto;
}*/
.woocommerce {
  clear: left;
  float: left;
  width: 100%; }
  .woocommerce .addresses .address:after {
    content: '';
    display: table;
    clear: both; }
  .woocommerce #addresses {
    clear: left;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef; }
    .woocommerce #addresses > div {
      border-bottom: none; }
    .woocommerce #addresses .address_block {
      clear: none;
      float: left;
      width: calc(50% - 20px); }
      .woocommerce #addresses .address_block:nth-child(odd) {
        margin-right: 20px; }
      .woocommerce #addresses .address_block dl {
        width: 100%; }
      @media (max-width: 768px) {
        .woocommerce #addresses .address_block {
          width: 100%;
          float: none; } }
    .woocommerce #addresses .address {
      font-size: 15px;
      line-height: 19px; }
      .woocommerce #addresses .address h3 {
        color: #5b5b5b;
        font-size: 19px;
        line-height: 23px;
        background-color: #efefef;
        padding: 18px 24px;
        margin-bottom: 20px; }
  .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce input.alt.submit, .woocommerce .alt.checkout-button, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit, .woocommerce button.button, .woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce input.alt.submit, .woocommerce .alt.checkout-button, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit, .woocommerce input.button, .woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce input.alt.submit, .woocommerce .alt.checkout-button, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit, .woocommerce input.submit, .woocommerce .checkout-button, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .wpcf7-submit {
    clear: both;
    float: left;
    width: auto;
    height: 37px;
    color: #132b45;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 7px 85px 7px 15px;
    background-color: #efefef;
    background-image: url("../images/button-image.png");
    background-repeat: no-repeat;
    background-position: center right;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-font-smoothing: antialiased; }
    .woocommerce a.button:hover, .woocommerce button.alt.button:hover, .woocommerce input.alt.button:hover, .woocommerce input.alt.submit:hover, .woocommerce .alt.checkout-button:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit:hover, .woocommerce button.button:hover, .woocommerce a.alt.button:hover, .woocommerce input.alt.button:hover, .woocommerce input.alt.submit:hover, .woocommerce .alt.checkout-button:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit:hover, .woocommerce input.button:hover, .woocommerce a.alt.button:hover, .woocommerce button.alt.button:hover, .woocommerce input.alt.submit:hover, .woocommerce .alt.checkout-button:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit:hover, .woocommerce input.submit:hover, .woocommerce .checkout-button:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .wpcf7-submit:hover {
      opacity: 0.5;
      color: #132b45;
      background-color: #efefef;
      background-image: url("../images/button-image.png"); }
    .woocommerce a.button.disabled:hover, .woocommerce button.disabled.alt.button:hover, .woocommerce input.disabled.alt.button:hover, .woocommerce input.disabled.alt.submit:hover, .woocommerce .disabled.alt.checkout-button:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .disabled.alt.wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .disabled.alt.wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .disabled.alt.wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .disabled.alt.wpcf7-submit:hover, .woocommerce button.button.disabled:hover, .woocommerce a.disabled.alt.button:hover, .woocommerce input.disabled.alt.button:hover, .woocommerce input.disabled.alt.submit:hover, .woocommerce .disabled.alt.checkout-button:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .disabled.alt.wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .disabled.alt.wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .disabled.alt.wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .disabled.alt.wpcf7-submit:hover, .woocommerce input.button.disabled:hover, .woocommerce a.disabled.alt.button:hover, .woocommerce button.disabled.alt.button:hover, .woocommerce input.disabled.alt.submit:hover, .woocommerce .disabled.alt.checkout-button:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .disabled.alt.wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .disabled.alt.wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .disabled.alt.wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .disabled.alt.wpcf7-submit:hover, .woocommerce input.submit.disabled:hover, .woocommerce .checkout-button.disabled:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .disabled.wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .disabled.wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .disabled.wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .disabled.wpcf7-submit:hover {
      opacity: inherit;
      cursor: default; }

/* !!! BLACKPIG: billing address too */
.woocommerce #addresses .address_block dl.address dd .checker,
.woocommerce dl.address dd .checker {
  margin-right: 8px; }

dl.contactform dd textarea {
  height: 130px; }
  dl.contactform dd textarea[name='order_comments'] {
    height: 65px;
    /* Checkout: Order Notes */ }

/*dl.contactform dd.submit input,
.form-row input.button,
form input.button{
clear: left;
float: right;
width: auto;
min-height: 38px;
color: #ffffff;
font-size: 1em;
font-weight: bold;
text-decoration: none;
padding: 11px 120px 10px 15px;
background: #1ba5e3 url(images/bullet2.png) right 12px no-repeat;
cursor: pointer;
border: none;
}*/
.form-row input.button, .form-row .woocommerce a.alt.button, .woocommerce .form-row a.alt.button, .form-row .woocommerce button.alt.button, .woocommerce .form-row button.alt.button, .form-row .woocommerce input.alt.button, .woocommerce .form-row input.alt.button, .form-row .woocommerce input.alt.submit, .woocommerce .form-row input.alt.submit, .form-row .woocommerce .alt.checkout-button, .woocommerce .form-row .alt.checkout-button, .form-row .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .form-row .alt.wpcf7-submit, .form-row #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .form-row .alt.wpcf7-submit, .form-row .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .form-row .alt.wpcf7-submit, .form-row .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .form-row .alt.wpcf7-submit,
form input.button,
form .woocommerce a.alt.button, .woocommerce
form a.alt.button,
form .woocommerce button.alt.button, .woocommerce
form button.alt.button,
form .woocommerce input.alt.button, .woocommerce
form input.alt.button,
form .woocommerce input.alt.submit, .woocommerce
form input.alt.submit,
form .woocommerce .alt.checkout-button, .woocommerce
form .alt.checkout-button,
form .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform
form .alt.wpcf7-submit,
form #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce
form .alt.wpcf7-submit,
form .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform
form .alt.wpcf7-submit,
form .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce
form .alt.wpcf7-submit {
  float: left;
  clear: none;
  display: inline-block;
  padding-right: 85px; }

.form-row input:last-child {
  margin-left: 2rem; }

dl.contactform dd.submit input:hover {
  opacity: 0.5; }

dl.contactform small {
  clear: left;
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 700; }

dl.contactform dt small {
  padding-bottom: 0; }

p.mandatory {
  font-size: 1em;
  font-style: italic; }

dl.contactform dd.hiddenvalue span.wpcf7-list-item-label {
  display: none; }

dl.contactform dd span.wpcf7-list-item {
  clear: none;
  float: left;
  width: auto; }

dl.contactform dd span.wpcf7-list-item input {
  clear: none;
  float: left;
  width: 30px; }

dl.contactform dd span.wpcf7-list-item-label {
  clear: none;
  float: left;
  width: auto;
  font-size: 14px;
  padding: 0 15px 0 5px;
  font-weight: 400; }

div.wpcf7-response-output {
  clear: left;
  float: left;
  width: 100%;
  font-size: 1em;
  margin-bottom: 15px; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 5px;
  color: #398f14; }

div.wpcf7-spam-blocked {
  border: 2px solid #e2202b;
  padding: 5px;
  color: #e2202b; }

div.wpcf7-validation-errors {
  border: 2px solid #e2202b;
  padding: 5px;
  color: #e2202b; }

span.wpcf7-form-control-wrap {
  position: relative; }

dl.contactform dd span.wpcf7-not-valid-tip {
  clear: left;
  float: left;
  width: 100%;
  font-size: 1em;
  color: #e2202b;
  padding-bottom: 15px; }

span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  display: block; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 .watermark {
  color: #888; }

.screen-reader-response {
  display: none; }

input.error,
.acc_signup_box input.input-text.error,
.select2-container.error .select2-choice {
  border: 1px solid #990000; }

.mismatch {
  padding-top: 5px;
  color: #990000;
  display: inline-block; }

#ui-datepicker-div {
  background: #ffffff;
  padding: 13px;
  display: none; }

.ui-datepicker-prev {
  clear: left;
  float: left;
  width: 50%;
  text-align: left;
  padding-bottom: 10px;
  cursor: pointer; }

.ui-datepicker-next {
  clear: none;
  float: right;
  width: auto;
  text-align: right;
  padding-bottom: 10px;
  cursor: pointer; }

.ui-datepicker-title {
  clear: left;
  float: left;
  width: auto;
  font-weight: 700;
  padding-bottom: 10px; }

table.ui-datepicker-calendar {
  clear: left; }

table.ui-datepicker-calendar td {
  width: 30px;
  padding-bottom: 10px;
  text-align: center; }

table.ui-datepicker-calendar td a {
  width: 30px; }

div.selector {
  position: relative;
  overflow: hidden;
  clear: left;
  float: left;
  width: 100% !important;
  color: #6f6660;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  border: 1px solid #dedede; }
  div.selector span {
    clear: left;
    float: left;
    width: 100% !important;
    color: #6f6660;
    font-size: 1em;
    padding: 10px 10px 11px;
    background: #ffffff url("../images/icon-select-dropdown.png") right center no-repeat;
    border: none; }
  div.selector select {
    clear: left;
    float: left;
    opacity: 0;
    background: #ffffff;
    position: absolute;
    height: 36px;
    top: 2px;
    left: 0px;
    width: 100%;
    cursor: pointer;
    border: none !important; }
    div.selector select option {
      padding: 5px 10px 5px 10px;
      font-size: 0.9em;
      border-left: 1px solid #ced0d0;
      border-right: 1px solid #ced0d0; }
  div.selector .select2-container .select2-choice {
    border-radius: 0 !important;
    border: none !important; }

.select2-drop-active {
  padding-top: 8px;
  border: 1px solid #dedede;
  border-radius: 0; }

dd.select2 > div.selector > span,
p.form-row > div.selector > span {
  display: none; }

dd.select2 > div.selector .select2-choice .select2-arrow,
p.form-row > div.selector .select2-choice .select2-arrow {
  display: none; }

@-moz-document url-prefix() {
  div.selector span {
    /*color: #b2adaa;*/
    color: #6f6660; } }

div.checker {
  clear: none;
  float: left;
  position: relative;
  background: none;
  width: 18px; }
  div.checker input {
    width: 18px;
    height: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer; }

form label.check {
  clear: none !important;
  float: left !important;
  width: auto !important;
  padding: 3px 15px 0 7px !important; }

div.checker span {
  clear: left;
  float: left;
  width: 18px;
  height: 18px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: url("../images/filter-checkbox-new.jpg") 0 -18px no-repeat; }

div.checker.active span {
  background: url("../images/filter-checkbox-new.jpg") 0 0 no-repeat; }

div.checker span.checked {
  background: url("../images/filter-checkbox-new.jpg") 0 0 no-repeat; }

div.checker.active span.checked {
  background: url("../images/filter-checkbox-new.jpg") 0 0 no-repeat; }

dl.contactform dd.checkbox span.wpcf7-list-item-label {
  clear: none !important;
  float: left !important;
  width: auto !important;
  padding: 6px 15px 0 7px !important; }

dl.contactform dd.checkbox .checker {
  padding-bottom: 0; }

dl.contactform dd.checkbox small {
  clear: left;
  float: left;
  width: 100%;
  padding: 0 0 0 35px; }

form div.radio input {
  width: 26px;
  height: 25px;
  opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

form div.radio span {
  clear: left;
  float: left;
  width: 13px;
  height: 13px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: url("../images/filter-radio.png") 0 -13px no-repeat; }

form div.radio.active span {
  background: url("../images/filter-radio.png") 0 0 no-repeat; }

form div.radio span.checked {
  background: url("../images/filter-radio.png") 0 0 no-repeat; }

form div.radio.active span.checked {
  background: url("../images/filter-radio.png") 0 0 no-repeat; }

.acc_login {
  clear: left;
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-bottom: 34px;
  margin-bottom: 40px; }
  .acc_login h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef; }
  .acc_login form {
    clear: left;
    float: left;
    width: 100%; }
    .acc_login form input.input-text {
      float: left;
      width: 32.033%;
      color: #6f6660;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      cursor: pointer;
      padding: 7px 10px 8px 10px;
      border: 1px solid #dedede;
      margin-right: 20px; }
      @media (max-width: 768px) {
        .acc_login form input.input-text {
          width: 100%;
          margin-right: 0; } }
    .acc_login form .submit {
      clear: none; }
    .acc_login form .rememberforget {
      font-size: 14px;
      line-height: 16px;
      clear: left;
      float: left;
      width: 100%;
      margin-top: 20px; }
      .acc_login form .rememberforget label {
        font-weight: 400;
        margin: 0 17px 0 12px; }
      .acc_login form .rememberforget a.lost {
        padding: 3px 0 0 0; }

.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0; }

.acc_signup {
  clear: left;
  float: left;
  width: 100%; }
  .acc_signup h2 {
    margin-bottom: 40px; }
  .acc_signup .acc_signup_box {
    clear: none;
    float: left; }
    .acc_signup .acc_signup_box p.question {
      padding-bottom: 10px; }
    .acc_signup .acc_signup_box p.password {
      padding-bottom: 0; }
    .acc_signup .acc_signup_box .form-row {
      padding: 0;
      margin: 0; }
    .acc_signup .acc_signup_box input.input-text, .acc_signup .acc_signup_box textarea {
      clear: left;
      float: left;
      width: 100%;
      color: #6f6660;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      cursor: pointer;
      padding: 7px 10px 8px 10px;
      border: 1px solid #dedede;
      margin-bottom: 13px; }
    .acc_signup .acc_signup_box textarea {
      height: 130px; }
    .acc_signup .acc_signup_box .selector {
      margin-bottom: 14px; }
    .acc_signup .acc_signup_box #uniform-prodinfo, .acc_signup .acc_signup_box #uniform-terms, .acc_signup .acc_signup_box #uniform-tandc {
      clear: left;
      float: left;
      width: auto;
      margin: 0 8px 10px 0; }
    .acc_signup .acc_signup_box .checkboxes, .acc_signup .acc_signup_box .checkboxes .checkit {
      clear: left;
      float: left;
      width: 100%;
      margin: 15px 0 30px; }
      .acc_signup .acc_signup_box .checkboxes .prodinfo_label label, .acc_signup .acc_signup_box .checkboxes .terms_label label, .acc_signup .acc_signup_box .checkboxes .checkit .prodinfo_label label, .acc_signup .acc_signup_box .checkboxes .checkit .terms_label label {
        font-size: 14px;
        font-weight: 400;
        line-height: initial; }
    .acc_signup .acc_signup_box.acc_signup_box_left {
      width: 40.677%; }
      @media (max-width: 768px) {
        .acc_signup .acc_signup_box.acc_signup_box_left {
          width: 100%; } }
    .acc_signup .acc_signup_box.acc_signup_box_right {
      float: right;
      width: 50.762%; }
      @media (max-width: 768px) {
        .acc_signup .acc_signup_box.acc_signup_box_right {
          width: 100%; } }
      .acc_signup .acc_signup_box.acc_signup_box_right ul {
        padding-left: 0; }
        .acc_signup .acc_signup_box.acc_signup_box_right ul li {
          clear: none;
          background: none;
          padding: 0 10px 10px 0;
          width: 25%;
          color: #6f6660; }
      .acc_signup .acc_signup_box.acc_signup_box_right .shipping {
        font-size: 15px;
        line-height: 19px; }
        .acc_signup .acc_signup_box.acc_signup_box_right .shipping tr {
          border: none; }
          .acc_signup .acc_signup_box.acc_signup_box_right .shipping tr td {
            font-size: 15px;
            line-height: 19px;
            vertical-align: top;
            padding: 15px 10px;
            border: none;
            border: 1px solid #dedede; }
            .acc_signup .acc_signup_box.acc_signup_box_right .shipping tr td.currency {
              text-align: center;
              background-color: #efefef;
              border-bottom: 1px solid white; }
              .acc_signup .acc_signup_box.acc_signup_box_right .shipping tr td.currency.last {
                border-bottom: 1px solid #dedede; }
              .acc_signup .acc_signup_box.acc_signup_box_right .shipping tr td.currency.base {
                background-color: transparent; }

.testimonials.wide blockquote {
  width: 100%;
  float: none;
  margin: 0; }

.testimonials blockquote {
  border: 1px solid #efefef;
  display: inline-block;
  width: 100%;
  padding: 0;
  width: calc(50% - 10px);
  float: left; }
  .testimonials blockquote:nth-child(3n-2) {
    margin-right: 10px; }
  .testimonials blockquote:nth-child(2n+1) {
    clear: left; }
  @media (max-width: 768px) {
    .testimonials blockquote {
      width: 100%;
      float: none;
      clear: none; } }
  .testimonials blockquote cite {
    padding: 15px;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    background-color: #efefef;
    clear: left;
    float: left;
    width: 100%;
    font-weight: bold;
    font-style: normal;
    border-bottom: 2px solid #ffffff; }
  .testimonials blockquote p {
    padding: 15px;
    clear: both;
    font-size: 15px; }

.list_testimonials .testimonials blockquote {
  background-color: #efefef; }
  .list_testimonials .testimonials blockquote p {
    margin: 0 0 0 0; }

.list_testimonials .testimonials cite {
  border-bottom: none; }

.product-finder {
  margin-bottom: 40px; }
  .product-finder .form-control {
    height: 64px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 5px 32px;
    border: 2px solid #efefef;
    border-radius: 33px;
    box-shadow: none;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 768px) {
      .product-finder .form-control {
        height: 50px;
        font-size: 16px;
        padding: 5px 15px; } }

.product-listing.full-width main {
  width: 100%; }

.woocommerce-pagination {
  clear: both; }

.product .onsale, .slide-container .onsale {
  position: absolute;
  right: 0;
  width: auto;
  color: white;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  border-radius: 0 0 0 10px;
  background-color: #132b45;
  padding: 10px 12px;
  z-index: 1; }

.slide-container {
  position: relative; }
  .slide-container .onsale {
    right: 15px; }

main > h2 + .products {
  margin-top: 20px; }

.products {
  margin-top: 50px;
  padding: 0;
  position: relative; }
  .products li.product {
    clear: none;
    float: left;
    width: calc((100% / 3) - 13.33333px);
    background: none;
    padding: 0;
    margin: 0 20px 20px 0;
    position: relative; }
    @media (max-width: 992px) {
      .products li.product {
        width: calc(50% - 10px); } }
    @media (max-width: 768px) {
      .products li.product {
        width: 100%; } }
    .products li.product:before {
      display: none; }
    .products li.product:nth-of-type(2n) {
      margin-right: 20px; }
      @media (max-width: 992px) {
        .products li.product:nth-of-type(2n) {
          margin-right: 0; } }
    .products li.product:nth-of-type(3n) {
      margin-right: 0; }
    .products li.product:nth-of-type(3n+1) {
      clear: left; }
      @media (max-width: 992px) {
        .products li.product:nth-of-type(3n+1) {
          clear: none; } }
    @media (max-width: 992px) {
      .products li.product:nth-of-type(2n+1) {
        clear: left; } }
    .products li.product a {
      clear: left;
      float: left;
      width: 100%;
      color: #5b5b5b;
      font-size: 15px;
      line-height: 19px;
      font-weight: 400;
      text-decoration: none; }
      .products li.product a img {
        clear: left;
        width: 100%; }
      .products li.product a h3 {
        color: #132b45;
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px; }
        .products li.product a h3:after {
          content: '\f054';
          position: relative;
          top: -2px;
          margin-left: 12px;
          font-family: 'FontAwesome';
          font-size: 11px; }
    .products li.product .zoom {
      position: absolute;
      top: 100px;
      right: 0;
      width: auto;
      color: white;
      font-size: 17px;
      line-height: 19px;
      text-transform: uppercase;
      border-radius: 10px 0 0 10px;
      background-color: #132b45;
      padding: 10px 12px;
      z-index: 1;
      cursor: pointer;
      font-weight: bold;
      text-decoration: none; }
    .products li.product.hover + .hover-box {
      padding: 20px;
      border: 2px solid #efefef;
      display: block;
      position: absolute;
      width: 100%;
      max-width: 610px;
      background-color: white;
      z-index: 2;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .products li.product.hover + .hover-box .close {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        color: white;
        font-size: 17px;
        line-height: 19px;
        text-transform: uppercase;
        border-radius: 0 0 0 10px;
        background-color: #132b45;
        padding: 10px 12px;
        z-index: 1;
        cursor: pointer;
        font-weight: bold;
        text-decoration: none; }
      .products li.product.hover + .hover-box li {
        width: 100%; }
        .products li.product.hover + .hover-box li:nth-of-type(2n+2) {
          float: none; }
      .products li.product.hover + .hover-box h3 {
        font-size: 1em;
        margin-bottom: 1em;
        padding-right: 20px; }
      .products li.product.hover + .hover-box .prodcontent > a {
        color: #5b5b5b;
        font-size: 17px; }
      .products li.product.hover + .hover-box .featured-strapline {
        display: block; }
      .products li.product.hover + .hover-box .moreinfo {
        float: right !important; }
  .products .hover-box {
    display: none; }

@media (max-width: 768px) {
  .product .slide-container {
    width: 100%;
    float: none; } }

.product .slide-container ul li:before {
  display: none; }

.product .slide-container .featured-strapline-container {
  background-color: #efefef; }
  .product .slide-container .featured-strapline-container .featured-strapline span {
    font-size: 19px;
    line-height: 23px;
    font-weight: 400; }
  .product .slide-container .featured-strapline-container .featured-strapline img {
    border: 2px solid white; }

.product .prodcontent {
  clear: none;
  float: right;
  width: 54.66%; }
  @media (max-width: 768px) {
    .product .prodcontent {
      width: 100%;
      float: none; } }
  .product .prodcontent ul {
    padding-left: 0; }
  .product .prodcontent .boxout {
    clear: left;
    float: left;
    width: 100%;
    border: 2px solid #efefef;
    padding: 15px 15px 25px 15px; }
    .product .prodcontent .boxout form {
      clear: left;
      float: left;
      width: 100%; }
      .product .prodcontent .boxout form .addtoorder {
        float: right !important; }
      .product .prodcontent .boxout form a.added_to_cart {
        display: none;
        /* DO NOT show 'View Basket' link */ }
    .product .prodcontent .boxout span {
      clear: left;
      float: left;
      width: 100%; }
      .product .prodcontent .boxout span.title {
        font-size: 17px;
        line-height: 21px;
        font-weight: bold;
        margin-bottom: 3px; }
      .product .prodcontent .boxout span.partnumber {
        font-size: 13px;
        line-height: 17px;
        padding-bottom: 25px; }
    .product .prodcontent .boxout dl {
      clear: left;
      float: left;
      width: 100%;
      padding-bottom: 25px; }
      .product .prodcontent .boxout dl dt {
        clear: left;
        float: left;
        width: 30%;
        font-size: 17px;
        line-height: 21px;
        font-weight: bold;
        padding: 8px 15px 10px 25px; }
        @media (max-width: 768px) {
          .product .prodcontent .boxout dl dt {
            width: 100%;
            float: none;
            padding: 8px 0 10px 0; } }
      .product .prodcontent .boxout dl dd {
        clear: none;
        float: left;
        width: 50%;
        padding: 0 0 10px 0;
        font-weight: normal;
        font-size: 17px;
        line-height: 21px; }
        @media (max-width: 768px) {
          .product .prodcontent .boxout dl dd {
            width: 100%;
            float: none; } }
        .product .prodcontent .boxout dl dd.price {
          padding: 8px 0 10px 0; }
  .product .prodcontent .woocommerce button.button.added:after, .product .prodcontent .woocommerce a.added.alt.button:after, .product .prodcontent .woocommerce input.added.alt.button:after, .product .prodcontent .woocommerce input.added.alt.submit:after, .product .prodcontent .woocommerce .added.alt.checkout-button:after, .product .prodcontent .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .added.alt.wpcf7-submit:after, .product .prodcontent #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .added.alt.wpcf7-submit:after, #wpcf7-f231-p1479-o1 dl.contactform .product .prodcontent .woocommerce .added.alt.wpcf7-submit:after, .product .prodcontent .woocommerce .wpcf7-form dl.contactform .added.alt.wpcf7-submit:after, .product .prodcontent .wpcf7-form dl.contactform .woocommerce .added.alt.wpcf7-submit:after, .wpcf7-form dl.contactform .product .prodcontent .woocommerce .added.alt.wpcf7-submit:after {
    content: initial;
    /* DO NOT show TICK as product gets added */ }

.product .prodcontent .boxout dd.price span,
.product .quickbuylist dd.price span {
  clear: none;
  float: none;
  width: auto;
  display: inline;
  font-weight: bold;
  color: #c93b56; }

.product .quickbuylist dd.price span.was {
  clear: left;
  float: left; }

.product .quickbuylist dd.price span.now {
  clear: none; }

.product .prodcontent .boxout dd.price span.amount,
.product .quickbuylist dd.price span.amount {
  font-weight: normal;
  color: #6f6660 !important; }

.product .quickbuylist dd.price span.amount {
  padding-right: 5px; }

.product .prodcontent .boxout dd.price span.saledesc,
.product .quickbuylist dd.price span.saledesc {
  padding-top: 5px;
  clear: left;
  float: left; }

.product .upsells {
  width: 100%;
  clear: both;
  float: left; }
  .product .upsells h2 {
    color: #5b5b5b;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    background-color: #efefef;
    padding: 17px;
    margin: 30px 0; }

.product .divswitcher {
  clear: left;
  float: left;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 25px; }
  .product .divswitcher .tabs {
    clear: left;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0; }
    .product .divswitcher .tabs li {
      position: relative;
      max-width: 135px;
      margin: 0;
      color: #132b45;
      font-weight: 400;
      padding: 12px;
      border-right: 1px solid #ffffff;
      background-color: #efefef;
      display: inline-block;
      width: 100%;
      cursor: pointer; }
      @media (max-width: 768px) {
        .product .divswitcher .tabs li {
          max-width: none; } }
      .product .divswitcher .tabs li:before {
        display: none; }
      .product .divswitcher .tabs li:after {
        content: '\f054';
        position: relative;
        top: 2px;
        float: right;
        font-family: 'FontAwesome';
        font-size: 11px; }
      .product .divswitcher .tabs li:hover {
        background-color: #cecece; }
      .product .divswitcher .tabs li.selected {
        color: white;
        background-color: #132b45;
        opacity: 1.0;
        cursor: default; }
        .product .divswitcher .tabs li.selected:after {
          display: none; }
      .product .divswitcher .tabs li:nth-of-type(1) {
        clear: left; }
  .product .divswitcher .divswitchercontent {
    display: none;
    clear: left;
    float: left;
    width: 100%;
    border: 2px solid #efefef;
    padding: 25px 20px 0 20px; }
    .product .divswitcher .divswitchercontent.active {
      display: block; }

#divswitchercontent2 {
  padding-left: 30px; }
  #divswitchercontent2 a {
    clear: none;
    float: left;
    padding: 10px;
    width: 15%;
    margin: 0 15px 15px 0; }
    #divswitchercontent2 a:nth-child(6n+6) {
      margin-right: 0; }
    #divswitchercontent2 a img {
      clear: left;
      float: left;
      width: 100%; }
      #divswitchercontent2 a img:hover {
        opacity: 0.5; }

ul.tab_downloads {
  padding-left: 0; }

ul.tab_downloads li {
  clear: none;
  width: 50%;
  padding: 0 0 40px 43px;
  /*background: url('../images/icon-pdf.jpg') 0 0 no-repeat;*/
  background: url("../images/pdf-file-format-symbol.svg") 0 0 no-repeat;
  background-size: 31px 31px;
  /* as per jpgs above */ }
  ul.tab_downloads li:before {
    display: none; }
  @media (max-width: 768px) {
    ul.tab_downloads li {
      width: 100%; } }
  ul.tab_downloads li.msi {
    background-image: url("../images/msi-file-format-symbol.svg"); }
  ul.tab_downloads li.zip {
    background-image: url("../images/zip-file-format.svg"); }
  ul.tab_downloads li.exe {
    background-image: url("../images/exe-file-format-variant.svg"); }

/*#divswitchercontent3 ul.tab_downloads li.doc {
	background-image: url('../images/icon-word.jpg');
}
#divswitchercontent3 ul.tab_downloads li.xls {
	background-image: url('../images/icon-excel.jpg');
}
#divswitchercontent3 ul.tab_downloads li.dm3 {
	background-image: url('../images/icon-dm3.jpg');
}
#divswitchercontent3 ul.tab_downloads li.zip {
	background-image: url('../images/icon-zip.jpg');
}
#divswitchercontent3 ul.tab_downloads li.pdf {
	background-image: url('../images/icon-pdf.jpg');
}*/
ul.tab_downloads li .checker {
  margin-right: 10px; }

#divswitchercontent4 {
  padding: 12px 20px; }

div.woof_products_top_panel {
  z-index: 0; }

.woof_sid_auto_shortcode {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  margin-bottom: 11px;
  clear: both; }
  .woof_sid_auto_shortcode.woof {
    padding: 0; }
  .woof_sid_auto_shortcode .woof_container {
    float: left;
    width: 96%;
    min-width: 0;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .woof_sid_auto_shortcode .woof_container {
        width: 100%; } }

.woof label {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400; }

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background-image: url("../images/sprite-skin-microfluidics.png") !important; }

.irs-min, .irs-max {
  color: #5b5b5b;
  font-size: 12px !important;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #efefef !important;
  border-radius: 3px; }

.irs-from, .irs-to, .irs-single {
  font-size: 12px !important;
  background: #132b45 !important; }

.irs-grid-text {
  color: #5b5b5b !important; }

.woof_container_inner h4 {
  font-weight: normal;
  margin-bottom: 8px; }

.woof_container_inner .checker {
  margin-top: 1px; }

.woof_container_inner .woof_list li {
  margin: 0 !important;
  padding: 0 0 6px 0 !important; }

.woof_checkbox_label {
  margin-left: 15px;
  width: calc(100% - 33px); }

.woof_list .woof_checkbox_label {
  padding: 0;
  margin-bottom: 0; }

body.filter-popup-open {
  overflow: hidden; }

@media (max-width: 850px) {
  .sidebarshop#sidebar {
    width: 100%; } }

.sidebarshop h2 {
  font-size: 1.5em;
  margin-bottom: 2em; }

.sidebarshop h3 {
  text-transform: uppercase;
  font-size: 1.25em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid black; }

.sidebarshop .filter-wrap:after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 850px) {
  .sidebarshop .filter-wrap {
    display: none; } }

.sidebarshop .filter-wrap .close {
  display: none; }

@media (max-width: 850px) {
  .sidebarshop .filter-wrap.open {
    display: block;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 10;
    padding: 2em 20px; }
    .sidebarshop .filter-wrap.open .close {
      display: block;
      padding: 10px;
      cursor: pointer;
      float: right; } }

.sidebarshop .mob-filter-btn {
  display: none; }
  @media (max-width: 850px) {
    .sidebarshop .mob-filter-btn {
      display: block; } }

.randd-links {
  padding: 50px 0; }
  .randd-links .randd-link {
    text-decoration: none;
    display: inline-block; }
    .randd-links .randd-link h4 {
      color: #132b45;
      font-size: 20px;
      line-height: 24px;
      margin-top: 10px; }
      .randd-links .randd-link h4:after {
        content: '\f054';
        position: relative;
        top: -2px;
        margin-left: 12px;
        font-family: 'FontAwesome';
        font-size: 11px; }

.randd-news h3 {
  color: #5b5b5b;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  background-color: #efefef;
  padding: 17px;
  margin: 30px 0 25px; }

.our-team {
  margin-top: 60px; }
  .our-team .team-member {
    color: #5b5b5b;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 32px;
    text-decoration: none;
    outline: none; }
    .our-team .team-member .thumb {
      display: block;
      position: relative; }
      .our-team .team-member .thumb:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        transition: all 0.4s linear; }
    .our-team .team-member h2 {
      color: #132b45;
      font-size: 17px;
      line-height: 21px;
      margin: 12px 0 7px; }
      .our-team .team-member h2 i {
        font-size: 11px;
        margin-left: 9px; }
    .our-team .team-member:hover .thumb:after {
      background-color: rgba(0, 168, 225, 0.4); }
  .our-team .modal-content {
    border-radius: 0; }
    .our-team .modal-content .modal-body {
      font-size: 15px;
      line-height: 19px; }
      .our-team .modal-content .modal-body h3 {
        color: #132b45;
        font-size: 19px;
        line-height: 23px;
        margin: 17px 0 14px; }
      .our-team .modal-content .modal-body p:last-child {
        margin-bottom: 0; }
      .our-team .modal-content .modal-body .close {
        position: absolute;
        top: 23px;
        right: 23px;
        color: white;
        font-size: 17px;
        padding: 4px 10px;
        background-color: #132b45;
        border: none; }

.modal-backdrop.in {
  opacity: 0.8; }

.map-key {
  padding: 25px;
  margin-bottom: 15px;
  background-color: #efefef; }
  .map-key h2 {
    font-size: 22px;
    line-height: 39px;
    font-weight: normal;
    margin: 0; }
  .map-key .offices img, .map-key .distributors img {
    margin-right: 12px; }
  .map-key .offices {
    margin-right: 40px; }

.map {
  margin-bottom: 50px; }

.nav-justified, .nav-tabs.nav-justified {
  border-bottom: 4px solid #132b45;
  margin-bottom: 20px; }
  .nav-justified li a, .nav-tabs.nav-justified li a {
    color: #132b45;
    font-size: 17px;
    padding: 15px 20px;
    border-color: #efefef;
    background-color: #efefef;
    border-radius: 30px 30px 0 0; }
    .nav-justified li a:after, .nav-tabs.nav-justified li a:after {
      content: '\f054';
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 12px;
      margin-left: 12px; }
  .nav-justified li.active a {
    color: white !important;
    border-color: #132b45 !important;
    background-color: #132b45 !important; }
    .nav-justified li.active a:after {
      display: none; }

.tab-content .tab-pane .tel {
  color: #132b45;
  font-size: 19px;
  line-height: 23px; }
  .tab-content .tab-pane .tel img {
    margin-right: 10px; }

.tab-content .tab-pane h2 {
  color: #5b5b5b;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  background-color: #efefef;
  padding: 17px;
  margin: 30px 0 25px; }

.tab-content .tab-pane a.download,
.tab-content .tab-pane input[type=submit] {
  clear: both;
  float: right;
  width: auto;
  max-height: 37px;
  color: #132b45;
  font-size: 17px;
  padding: 7px 85px 7px 15px;
  background-color: #efefef;
  background-image: url("../images/button-image.png");
  background-repeat: no-repeat;
  background-position: center right;
  border: none;
  cursor: pointer; }
  .tab-content .tab-pane a.download:hover,
  .tab-content .tab-pane input[type=submit]:hover {
    opacity: 0.5; }
  .tab-content .tab-pane a.download.disabled:hover,
  .tab-content .tab-pane input[type=submit].disabled:hover {
    opacity: inherit;
    cursor: default; }

.events h3 {
  font-size: 19px;
  line-height: 23px;
  padding-bottom: 20px;
  margin: 60px 0 0;
  border-bottom: 1px solid #efefef; }

.events .event-list {
  margin-bottom: 40px; }
  .events .event-list .event {
    padding: 25px 0;
    border-bottom: 1px solid #efefef; }
    .events .event-list .event h4 {
      color: #132b45;
      font-size: 17px;
      line-height: 21px;
      margin-bottom: 6px; }
      .events .event-list .event h4 a {
        text-decoration: none; }
    @media (max-width: 768px) {
      .events .event-list .event .text-right {
        float: none; } }
    @media (max-width: 768px) {
      .events .event-list .event .text-right .btn {
        margin-top: 10px; } }
    .events .event-list .event p {
      margin: 0; }
    .events .event-list .event .btn-default, .events .event-list .event .btn-back {
      margin: 0; }
    .events .event-list .event .separator {
      color: #00a8e1;
      margin: 0 10px; }

.events .modal .modal-dialog {
  max-width: 500px;
  width: 100%; }
  .events .modal .modal-dialog .modal-content {
    float: left;
    clear: both;
    border-radius: 0;
    box-shadow: none; }
    .events .modal .modal-dialog .modal-content .modal-header {
      clear: both;
      text-align: right;
      border: none; }
      .events .modal .modal-dialog .modal-content .modal-header .close {
        color: white;
        font-size: 17px;
        padding: 4px 10px;
        background-color: #132b45;
        border: none; }
    .events .modal .modal-dialog .modal-content .modal-body {
      float: left;
      clear: both;
      padding: 0 34px 20px; }
      .events .modal .modal-dialog .modal-content .modal-body h2 {
        font-size: 27px;
        line-height: 31px;
        font-weight: 400; }
      .events .modal .modal-dialog .modal-content .modal-body .wpcf7-form {
        width: 100%; }
        .events .modal .modal-dialog .modal-content .modal-body .wpcf7-form .contactform {
          width: 100%;
          float: none;
          clear: none;
          padding: 0; }

.events .past-events {
  margin-top: 60px; }
  .events .past-events .panel-heading a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #132b45;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    text-decoration: none;
    background-color: #efefef;
    padding: 14px 20px;
    height: 50px; }
    .events .past-events .panel-heading a:after {
      content: '\f078';
      font-family: 'FontAwesome';
      font-size: 14px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 100%;
      background-color: #00a8e1; }
    .events .past-events .panel-heading a.collapsed:after {
      content: '\f054'; }

.event-detail {
  background-color: #efefef; }
  .event-detail h2 {
    font-size: 27px;
    line-height: 31px;
    font-weight: 400; }
  .event-detail .details {
    padding-top: 40px; }
    .event-detail .details h2 {
      font-weight: 700;
      margin-bottom: 20px; }
    .event-detail .details h3 {
      font-size: 19px;
      line-height: 23px;
      margin-bottom: 6px; }
    .event-detail .details .location-date {
      margin-bottom: 20px; }
      .event-detail .details .location-date .divider {
        color: #00a8e1;
        margin: 0 7px; }
  .event-detail .form-container {
    float: left;
    clear: both;
    padding: 25px 25px 0;
    border-radius: 30px 30px 0 0;
    background-color: white; }
    .event-detail .form-container h2 {
      padding-left: 25px; }
    .event-detail .form-container .wpcf7-form {
      width: 100%; }
      .event-detail .form-container .wpcf7-form p:first-of-type {
        font-size: 17px;
        line-height: 21px;
        padding-left: 25px; }
      .event-detail .form-container .wpcf7-form .contactform {
        width: 100%;
        float: none;
        clear: none;
        padding: 0; }
        .event-detail .form-container .wpcf7-form .contactform .submit {
          padding-bottom: 0; }

.back {
  padding-top: 40px; }

.news-item {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #efefef; }
  .news-item .title {
    color: #132b45;
    font-size: 19px;
    line-height: 23px;
    text-decoration: none; }
  .news-item .small {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 8px; }
  .news-item p {
    margin-bottom: 8px; }

.whr-date {
  float: none; }

.whr-info {
  padding: 12px 0 0 12px; }

.whr-items {
  padding: 0; }
  .whr-items > .whr-item {
    margin: 0;
    padding: 0; }
    .whr-items > .whr-item:before {
      display: none; }

.cta {
  position: relative;
  clear: both; }
  .cta a {
    display: block;
    color: #5b5b5b;
    background-color: #efefef;
    text-decoration: none;
    cursor: default;
    pointer-events: none; }
  .cta.has-link a {
    cursor: pointer;
    pointer-events: auto; }
    .cta.has-link a:before {
      content: '\f054';
      position: absolute;
      right: 15px;
      bottom: 16px;
      color: #132b45;
      font-family: 'FontAwesome';
      font-size: 14px;
      line-height: 14px;
      z-index: 1;
      transition: all 0.2s linear; }
    .cta.has-link a:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      color: #132b45;
      transition: all 0.2s linear;
      border-left: 80px solid transparent;
      border-bottom: 80px solid #00a8e1; }
    .cta.has-link a:hover {
      color: #132b45; }
      .cta.has-link a:hover:before {
        right: 13px;
        bottom: 14px;
        color: white; }
      .cta.has-link a:hover:after {
        border-left: 70px solid transparent;
        border-bottom: 70px solid #00a8e1; }
  .cta a .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .cta a .row {
        display: block; } }
  .cta a .cta-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 768px) {
      .cta a .cta-img {
        height: 150px; } }
  .cta a .cta-text {
    font-size: 17px;
    line-height: 21px;
    padding: 40px 90px 40px 30px; }
    @media (max-width: 1200px) {
      .cta a .cta-text {
        padding: 30px 70px 30px 20px; } }
    @media (max-width: 992px) {
      .cta a .cta-text {
        padding: 30px 40px 30px 10px; } }
    @media (max-width: 768px) {
      .cta a .cta-text {
        padding: 20px 40px 20px 20px; } }
    .cta a .cta-text h2 {
      color: #132b45;
      font-size: 22px;
      line-height: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
    .cta a .cta-text p {
      margin: 0; }
  .cta + .description-2 {
    margin-top: 20px; }

#sidebar .ctaimg {
  clear: left;
  float: left;
  width: 100%; }

#sidebar .ctalink {
  position: relative;
  display: block;
  overflow: hidden;
  color: #5b5b5b;
  background-color: #efefef;
  clear: left;
  float: left;
  width: 100%;
  text-decoration: none;
  padding: 26px 40px 26px 22px;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 25px; }
  #sidebar .ctalink:before {
    content: '\f054';
    position: absolute;
    right: 6px;
    bottom: 6px;
    color: #132b45;
    font-family: 'FontAwesome';
    font-size: 11px;
    line-height: 11px;
    z-index: 1;
    transition: all 0.2s linear; }
  #sidebar .ctalink:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    color: #132b45;
    transition: all 0.2s linear;
    border-left: 40px solid transparent;
    border-bottom: 40px solid #00a8e1; }
  #sidebar .ctalink:hover {
    color: #132b45; }
    #sidebar .ctalink:hover:before {
      right: 9px;
      bottom: 9px;
      color: white; }
    #sidebar .ctalink:hover:after {
      border-left: 50px solid transparent;
      border-bottom: 50px solid #00a8e1; }

.cta a .row {
  margin: 0; }

@media (min-width: 768px) {
  .cta a .col-sm-5 {
    padding: 0;
    width: 385px;
    min-height: 165px; } }

@media (min-width: 768px) {
  .cta a .col-sm-7 {
    width: calc(100% - 385px); } }

.cta a .cta-text {
  padding: 30px; }

.cta.has-link .cta-text {
  padding: 30px 40px 30px 30px; }

.btn-prod-finder {
  color: white;
  background-color: #00a8e1;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  padding: 15px 32px;
  min-height: 64px;
  border: none;
  border-radius: 33px;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s linear; }
  @media (max-width: 768px) {
    .btn-prod-finder {
      padding: 10px 15px;
      min-height: 50px; } }
  .btn-prod-finder:after {
    content: '\f002';
    position: relative;
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 28px;
    margin-left: 45px; }
    @media (max-width: 768px) {
      .btn-prod-finder:after {
        margin-left: 0; } }
  .btn-prod-finder:hover {
    color: white;
    box-shadow: inset 1px 1px 15px #006f95; }
  @media (max-width: 768px) {
    .btn-prod-finder span {
      display: none; } }

.btn-kb {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #132b45;
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
  background-color: #efefef;
  border: none;
  border-radius: 0;
  padding: 18px 20px;
  margin-bottom: 20px;
  min-height: 78px; }
  @media (max-width: 768px) {
    .btn-kb {
      padding: 18px 15px; } }
  .btn-kb img {
    margin-right: 15px; }
  .btn-kb:after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 100%;
    background-color: #00a8e1; }
    @media (max-width: 768px) {
      .btn-kb:after {
        width: 40px; } }

.btn-default, .btn-back {
  position: relative;
  color: #132b45;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  background-color: #efefef;
  border: none;
  border-radius: 0;
  padding: 12px 70px 12px 20px;
  margin-bottom: 20px;
  min-height: 40px; }
  .btn-default:after, .btn-back:after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: #00a8e1; }
  .btn-default:hover, .btn-back:hover {
    opacity: 0.5; }

.btn-back {
  padding: 12px 20px 12px 70px; }
  .btn-back:after {
    content: '\f053';
    left: 0;
    right: auto; }

.coupon input.button, .coupon .woocommerce a.alt.button, .woocommerce .coupon a.alt.button, .coupon .woocommerce button.alt.button, .woocommerce .coupon button.alt.button, .coupon .woocommerce input.alt.button, .woocommerce .coupon input.alt.button, .coupon .woocommerce input.alt.submit, .woocommerce .coupon input.alt.submit, .coupon .woocommerce .alt.checkout-button, .woocommerce .coupon .alt.checkout-button, .coupon .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .coupon .alt.wpcf7-submit, .coupon #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .coupon .alt.wpcf7-submit, .coupon .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .coupon .alt.wpcf7-submit, .coupon .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .coupon .alt.wpcf7-submit, .checkout-button, #wpcf7-f231-p1479-o1 dl.contactform .wpcf7-submit, .wpcf7-form dl.contactform .wpcf7-submit, input#place_order, .moreinfo, .btn-bp {
  clear: none !important;
  float: right !important;
  width: auto !important;
  height: 37px;
  color: #132b45;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  padding: 7px 85px 7px 15px;
  background-color: #efefef;
  background-image: url("../images/button-image.png");
  background-repeat: no-repeat;
  background-position: center right;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }
  .coupon input.button:hover, .coupon .woocommerce a.alt.button:hover, .woocommerce .coupon a.alt.button:hover, .coupon .woocommerce button.alt.button:hover, .woocommerce .coupon button.alt.button:hover, .coupon .woocommerce input.alt.submit:hover, .woocommerce .coupon input.alt.submit:hover, .coupon .woocommerce .alt.checkout-button:hover, .woocommerce .coupon .alt.checkout-button:hover, .coupon .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .alt.wpcf7-submit:hover, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .coupon .alt.wpcf7-submit:hover, .coupon #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .alt.wpcf7-submit:hover, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .coupon .alt.wpcf7-submit:hover, .coupon .woocommerce .wpcf7-form dl.contactform .alt.wpcf7-submit:hover, .woocommerce .wpcf7-form dl.contactform .coupon .alt.wpcf7-submit:hover, .coupon .wpcf7-form dl.contactform .woocommerce .alt.wpcf7-submit:hover, .wpcf7-form dl.contactform .woocommerce .coupon .alt.wpcf7-submit:hover, .checkout-button:hover, #wpcf7-f231-p1479-o1 dl.contactform .wpcf7-submit:hover, .wpcf7-form dl.contactform .wpcf7-submit:hover, input#place_order:hover, .moreinfo:hover, .btn-bp:hover {
    opacity: 0.5;
    color: #132b45;
    text-decoration: none;
    background-color: #efefef;
    background-image: url("../images/button-image.png"); }
  .coupon input.button.moreinfo, .coupon .woocommerce a.moreinfo.alt.button, .woocommerce .coupon a.moreinfo.alt.button, .coupon .woocommerce button.moreinfo.alt.button, .woocommerce .coupon button.moreinfo.alt.button, .coupon .woocommerce input.moreinfo.alt.submit, .woocommerce .coupon input.moreinfo.alt.submit, .coupon .woocommerce .moreinfo.alt.checkout-button, .woocommerce .coupon .moreinfo.alt.checkout-button, .coupon .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .moreinfo.alt.wpcf7-submit, .woocommerce #wpcf7-f231-p1479-o1 dl.contactform .coupon .moreinfo.alt.wpcf7-submit, .coupon #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .moreinfo.alt.wpcf7-submit, #wpcf7-f231-p1479-o1 dl.contactform .woocommerce .coupon .moreinfo.alt.wpcf7-submit, .coupon .woocommerce .wpcf7-form dl.contactform .moreinfo.alt.wpcf7-submit, .woocommerce .wpcf7-form dl.contactform .coupon .moreinfo.alt.wpcf7-submit, .coupon .wpcf7-form dl.contactform .woocommerce .moreinfo.alt.wpcf7-submit, .wpcf7-form dl.contactform .woocommerce .coupon .moreinfo.alt.wpcf7-submit, .checkout-button.moreinfo, #wpcf7-f231-p1479-o1 dl.contactform .moreinfo.wpcf7-submit, .wpcf7-form dl.contactform .moreinfo.wpcf7-submit, input#place_order.moreinfo, .moreinfo.moreinfo, .btn-bp.moreinfo {
    float: left !important;
    margin-top: 30px; }

body:not(.loggedin).post-127 #sidebar {
  display: none; }

body:not(.loggedin).post-127 main {
  float: left;
  width: 100%; }

.woocommerce h2 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 700; }

.woocommerce h3 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 40px; }

.woocommerce a.remove {
  display: inline-block;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  width: 23px;
  height: 23px; }

.woocommerce .addresses h3 {
  color: #5b5b5b;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  background-color: #efefef;
  padding: 18px 24px;
  margin-bottom: 20px; }

.woocommerce .col2-set {
  float: left; }

.woocommerce .order_details li:before {
  display: none; }

#add_payment_method #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:before {
  display: none; }

.recent-orders {
  margin: 40px 0;
  padding: 40px 0 30px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

.customer-details {
  float: left;
  width: 100%;
  margin: 40px 0;
  padding: 40px 0 30px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  .customer-details .orderstuff {
    margin: 0;
    padding: 0; }

.edit-account .contactform {
  padding-right: 25px; }

table.order_confirmation {
  float: none; }
  table.order_confirmation tr {
    border: none; }
    table.order_confirmation tr th {
      color: #5b5b5b !important;
      font-size: 19px;
      line-height: 23px;
      font-weight: 400;
      padding: 15px 20px;
      background-color: #efefef;
      border-top: none;
      border-right: 1px solid white;
      opacity: 1; }
      @media (max-width: 768px) {
        table.order_confirmation tr th {
          padding: 15px 5px; } }
    table.order_confirmation tr td {
      border: none;
      font-size: 16px;
      line-height: 20px;
      padding: 15px 20px !important; }
      @media (max-width: 768px) {
        table.order_confirmation tr td {
          padding: 15px 5px !important; } }
      table.order_confirmation tr td.order-actions {
        padding: 15px 0 !important; }
        table.order_confirmation tr td.order-actions .button:not(:last-of-type) {
          margin-bottom: 6px; }

.step-indicator {
  margin-bottom: 30px; }

table.cart, table.shop_table {
  border: none !important;
  font-size: 15px;
  line-height: 19px; }
  table.cart tr, table.shop_table tr {
    border-left: none !important; }
    table.cart tr td, table.shop_table tr td {
      border-right: none !important;
      border-left: none !important;
      border-bottom: none !important;
      padding: 15px 0 !important; }
  table.cart.cart thead, table.shop_table.cart thead {
    display: none; }
  table.cart.cart td div.selector span, table.shop_table.cart td div.selector span {
    font-size: 0.8em;
    background-position: right -2px; }
  table.cart.cart td a, table.shop_table.cart td a {
    text-decoration: none;
    font-weight: bold; }
  table.cart.cart td.product-price, table.shop_table.cart td.product-price {
    font-weight: 700; }
  table.cart.cart td.product-subtotal, table.shop_table.cart td.product-subtotal {
    font-weight: 700; }
  table.cart.cart td.product-thumbnail a, table.shop_table.cart td.product-thumbnail a {
    clear: left;
    float: left;
    width: auto;
    padding: 6px;
    background-color: #efefef; }
    table.cart.cart td.product-thumbnail a:hover, table.shop_table.cart td.product-thumbnail a:hover {
      opacity: 0.5; }
    table.cart.cart td.product-thumbnail a img, table.shop_table.cart td.product-thumbnail a img {
      clear: left;
      float: left;
      width: 52px;
      border: 1px solid white; }
  table.cart.cart .partnumber, table.cart.cart .product-name a, table.shop_table.cart .partnumber, table.shop_table.cart .product-name a {
    clear: left;
    float: left;
    width: 100%;
    padding-bottom: 5px; }

table.cart td.product-subtotal, table.shop_table tr td:nth-child(2) {
  text-align: right; }

.actions {
  padding-top: 15px; }
  .actions .actionbutton {
    clear: none;
    width: auto;
    color: #132b45;
    background-color: #ffffff;
    padding: 9px 22px;
    border: 1px solid #132b45;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400 !important;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    -webkit-font-smoothing: antialiased; }
    .actions .actionbutton:hover {
      opacity: 0.5; }

.place-order .pay-wrapper {
  float: right; }
  .place-order .pay-wrapper .actionbutton {
    text-decoration: none;
    clear: none;
    width: auto;
    color: #132b45;
    background-color: #ffffff;
    padding: 9px 22px;
    border: 1px solid #132b45;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400 !important;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    -webkit-font-smoothing: antialiased; }
    .place-order .pay-wrapper .actionbutton:hover {
      opacity: 0.5; }

.coupon {
  clear: left;
  float: left;
  width: 38.474%;
  padding: 19px 13px 30px;
  border: 1px solid #dedede; }
  @media (max-width: 768px) {
    .coupon {
      width: 100%;
      float: none; } }
  .coupon .coupon_code {
    clear: left;
    float: left;
    width: auto;
    padding-top: 10px; }
  .coupon label {
    clear: left;
    float: left;
    width: auto;
    padding-top: 10px;
    font-size: 15px;
    line-height: 19px; }
  .coupon input#coupon_code {
    clear: none;
    float: right;
    width: 55.187%;
    padding: 8px 10px;
    background: #ffffff;
    color: #5b5b5b;
    line-height: 1.3em;
    margin: 0 0 30px 13px;
    border: 1px solid #dedede; }

.cart_totals .amount {
  font-weight: 700; }

.cart_totals .alt {
  margin-left: 20px !important; }

@media (max-width: 768px) {
  .cart_totals .button {
    margin-bottom: 10px; } }

.woocommerce .cart-collaterals .cross-sells {
  width: 100%; }
  @media (max-width: 768px) {
    .woocommerce .cart-collaterals .cross-sells {
      margin-top: 20px; } }

.woocommerce .cart-collaterals .cross-sells ul.products li {
  width: 21%;
  /*position: static; mucks up absolute zoom x */ }
  @media (max-width: 768px) {
    .woocommerce .cart-collaterals .cross-sells ul.products li {
      width: 49%; } }

footer .main-footer {
  background-color: #e6f6fc;
  padding: 45px 0 25px;
  margin-top: 50px; }
  footer .main-footer p {
    padding-bottom: 0;
    margin-bottom: 0; }
  footer .main-footer h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px; }
    @media (max-width: 768px) {
      footer .main-footer h4 {
        margin-top: 40px; } }
  footer .main-footer ul {
    list-style: none; }
    footer .main-footer ul + h4 {
      margin-top: 60px; }
      @media (max-width: 768px) {
        footer .main-footer ul + h4 {
          margin-top: 40px; } }
    footer .main-footer ul li {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 14px; }
      footer .main-footer ul li a {
        color: #5b5b5b; }
  footer .main-footer .social-strip {
    font-weight: 700; }
    footer .main-footer .social-strip a {
      display: inline-block;
      margin-left: 8px; }

footer .sub-footer {
  color: white;
  background-color: #132b45;
  font-size: 12px;
  line-height: 14px;
  padding: 25px 0; }
  footer .sub-footer p {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 24px; }
    footer .sub-footer p a {
      color: white;
      text-decoration: underline; }
    footer .sub-footer p span {
      margin: 0 2px; }

#microfluidic-calculator h2 {
  background-color: #efefef;
  padding: 20px;
  font-weight: 400; }

#microfluidic-calculator .step-indicator {
  margin-top: 30px; }
  #microfluidic-calculator .step-indicator .container {
    width: 100%; }

#microfluidic-calculator .step:after {
  content: "";
  display: table;
  clear: both; }

#microfluidic-calculator .calc_foot {
  margin-top: 2em;
  padding-top: 2em; }
  #microfluidic-calculator .calc_foot p:first-child {
    clear: both;
    margin-top: 2em; }

#microfluidic-calculator .input-wrap {
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    #microfluidic-calculator .input-wrap.three label {
      display: block;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0; }
    #microfluidic-calculator .input-wrap.three input[type=text], #microfluidic-calculator .input-wrap.three input[type=number] {
      max-width: none; } }
  #microfluidic-calculator .input-wrap.units-row label:first-child {
    font-weight: normal;
    min-width: 140px; }
  #microfluidic-calculator .input-wrap.units-row label:not(:first-child) {
    min-width: 90px; }
  @media (max-width: 992px) {
    #microfluidic-calculator .input-wrap.units-row label:first-child {
      display: block; }
    #microfluidic-calculator .input-wrap.units-row .radio {
      margin-top: 0; } }
  #microfluidic-calculator .input-wrap input[type=text], #microfluidic-calculator .input-wrap input[type=number] {
    height: 43px;
    padding: 10px 10px 11px; }
    #microfluidic-calculator .input-wrap input[type=text] + label, #microfluidic-calculator .input-wrap input[type=number] + label {
      margin-left: 5px; }
  #microfluidic-calculator .input-wrap input[type=text], #microfluidic-calculator .input-wrap input[type=number], #microfluidic-calculator .input-wrap .selector {
    max-width: 300px;
    width: 100%; }
  #microfluidic-calculator .input-wrap .selector {
    display: inline-block;
    float: none; }
  #microfluidic-calculator .input-wrap label {
    font-weight: bold; }
  #microfluidic-calculator .input-wrap .radio {
    display: inline-block; }
    #microfluidic-calculator .input-wrap .radio input[type=radio] {
      display: none; }
    #microfluidic-calculator .input-wrap .radio span {
      position: relative;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      border: 1px solid #142B44;
      display: inline-block; }
      #microfluidic-calculator .input-wrap .radio span.checked {
        background-color: #142B44; }
  #microfluidic-calculator .input-wrap.select-wrap label:first-child {
    position: relative;
    bottom: 15px; }

#microfluidic-calculator .wrap-two {
  clear: both; }
  #microfluidic-calculator .wrap-two .wrap-item {
    width: 50%;
    float: left;
    vertical-align: middle; }
    #microfluidic-calculator .wrap-two .wrap-item.center {
      text-align: center; }
      #microfluidic-calculator .wrap-two .wrap-item.center.mobile {
        text-align: left; }
        @media (max-width: 992px) {
          #microfluidic-calculator .wrap-two .wrap-item.center.mobile {
            text-align: center; } }
    #microfluidic-calculator .wrap-two .wrap-item img {
      max-width: inherit;
      display: inline-block; }
      #microfluidic-calculator .wrap-two .wrap-item img + .input-wrap {
        margin-top: 10px; }
    @media (max-width: 992px) {
      #microfluidic-calculator .wrap-two .wrap-item {
        float: none;
        width: 100%; }
        #microfluidic-calculator .wrap-two .wrap-item:last-child {
          margin-top: 20px; } }

#microfluidic-calculator .btn-bp.back {
  float: left !important;
  background-image: url("../images/button-image-flip.png");
  padding: 7px 45px 7px 55px;
  background-position: center left; }

#microfluidic-calculator .calc-controls {
  margin-top: 80px; }

#microfluidic-calculator .step[data-sequence="5"] .input-wrap label:first-child {
  min-width: 110px; }

#microfluidic-calculator table {
  max-width: 550px;
  float: none; }
  #microfluidic-calculator table tr, #microfluidic-calculator table th, #microfluidic-calculator table td {
    border: none; }
  #microfluidic-calculator table th {
    background-color: transparent;
    color: #5b5b5b;
    opacity: 1; }
  #microfluidic-calculator table tr td:nth-child(1) {
    font-weight: normal; }
  #microfluidic-calculator table tr td:nth-child(3) {
    font-weight: bold; }

/*# sourceMappingURL=styles.css.map */
