@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,400;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  font-weight: 900;
  color: #345298; }

/*! skeleton-framework | 1.1.1 | MIT | 5/12/2016 */
/* Table of contents
- Base Styles
- Grid
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
html {
  box-sizing: border-box; }

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

body {
  background-color: #fff;
  font-size: 100%;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #343a40;
  margin: 0px; }

p, td, tr, li {
  font-size: 1em; }

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

/*.row {
  margin-left: -$container-padding;
  margin-right: -$container-padding;
}*/
.row::before,
.row::after {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

[class*='column'] {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.xs-one[class*='column'] {
  width: 8.3333333333%; }

.xs-two[class*='column'] {
  width: 16.6666666666%; }

.xs-three[class*='column'],
.xs-one-quarter[class*='column'] {
  width: 24.9999999999%; }

.xs-four[class*='column'],
.xs-one-third[class*='column'] {
  width: 33.3333333332%; }

.xs-five[class*='column'] {
  width: 41.6666666665%; }

.xs-six[class*='column'],
.xs-one-half[class*='column'] {
  width: 49.9999999998%; }

.xs-seven[class*='column'] {
  width: 58.3333333331%; }

.xs-eight[class*='column'],
.xs-two-thirds[class*='column'] {
  width: 66.6666666664%; }

.xs-nine[class*='column'] {
  width: 74.9999999997%; }

.xs-ten[class*='column'] {
  width: 83.333333333%; }

.xs-eleven[class*='column'] {
  width: 91.6666666663%; }

.xs-twelve[class*='column'] {
  width: 99.9999999996%; }

[class*='xs-'][class*='column'] ~ [class*='xs-'][class*='column'] {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  [class*='column'] ~ [class*='column'] {
    margin-top: 0; }

  .one[class*='column'] {
    width: 8.3333333333%; }

  .two[class*='column'] {
    width: 16.6666666666%; }

  .three[class*='column'],
  .one-quarter[class*='column'] {
    width: 24.9999999999%; }

  .four[class*='column'],
  .one-third[class*='column'] {
    width: 33.3333333332%; }

  .five[class*='column'] {
    width: 41.6666666665%; }

  .six[class*='column'],
  .one-half[class*='column'] {
    width: 49.9999999998%; }

  .seven[class*='column'] {
    width: 58.3333333331%; }

  .eight[class*='column'],
  .two-thirds[class*='column'] {
    width: 66.6666666664%; }

  .nine[class*='column'] {
    width: 74.9999999997%; }

  .ten[class*='column'] {
    width: 83.333333333%; }

  .eleven[class*='column'] {
    width: 91.6666666663%; }

  .twelve[class*='column'] {
    width: 99.9999999996%; }

  .offset-by-one[class*='column'] {
    margin-left: 8.3333333333%; }

  .offset-by-two[class*='column'] {
    margin-left: 16.6666666666%; }

  .offset-by-three[class*='column'],
  .offset-by-one-quarter[class*='column'] {
    margin-left: 24.9999999999%; }

  .offset-by-four[class*='column'],
  .offset-by-one-third[class*='column'] {
    margin-left: 33.3333333332%; }

  .offset-by-five[class*='column'] {
    margin-left: 41.6666666665%; }

  .offset-by-six[class*='column'],
  .offset-by-one-half[class*='column'] {
    margin-left: 49.9999999998%; }

  .offset-by-seven[class*='column'] {
    margin-left: 58.3333333331%; }

  .offset-by-eight[class*='column'],
  .offset-by-two-thirds[class*='column'] {
    margin-left: 66.6666666664%; }

  .offset-by-nine[class*='column'] {
    margin-left: 74.9999999997%; }

  .offset-by-ten[class*='column'] {
    margin-left: 83.333333333%; }

  .offset-by-eleven[class*='column'] {
    margin-left: 91.6666666663%; }

  .sm-one[class*='column'] {
    width: 8.3333333333%; }

  .sm-two[class*='column'] {
    width: 16.6666666666%; }

  .sm-three[class*='column'],
  .sm-one-quarter[class*='column'] {
    width: 24.9999999999%; }

  .sm-four[class*='column'],
  .sm-one-third[class*='column'] {
    width: 33.3333333332%; }

  .sm-five[class*='column'] {
    width: 41.6666666665%; }

  .sm-six[class*='column'],
  .sm-one-half[class*='column'] {
    width: 49.9999999998%; }

  .sm-seven[class*='column'] {
    width: 58.3333333331%; }

  .sm-eight[class*='column'],
  .sm-two-thirds[class*='column'] {
    width: 66.6666666664%; }

  .sm-nine[class*='column'] {
    width: 74.9999999997%; }

  .sm-ten[class*='column'] {
    width: 83.333333333%; }

  .sm-eleven[class*='column'] {
    width: 91.6666666663%; }

  .sm-twelve[class*='column'] {
    width: 99.9999999996%; }

  .sm-offset-by-one[class*='column'] {
    margin-left: 8.3333333333%; }

  .sm-offset-by-two[class*='column'] {
    margin-left: 16.6666666666%; }

  .sm-offset-by-three[class*='column'],
  .sm-offset-by-one-quarter[class*='column'] {
    margin-left: 24.9999999999%; }

  .sm-offset-by-four[class*='column'],
  .sm-offset-by-one-third[class*='column'] {
    margin-left: 33.3333333332%; }

  .sm-offset-by-five[class*='column'] {
    margin-left: 41.6666666665%; }

  .sm-offset-by-six[class*='column'],
  .sm-offset-by-one-half[class*='column'] {
    margin-left: 49.9999999998%; }

  .sm-offset-by-seven[class*='column'] {
    margin-left: 58.3333333331%; }

  .sm-offset-by-eight[class*='column'],
  .sm-offset-by-two-thirds[class*='column'] {
    margin-left: 66.6666666664%; }

  .sm-offset-by-nine[class*='column'] {
    margin-left: 74.9999999997%; }

  .sm-offset-by-ten[class*='column'] {
    margin-left: 83.333333333%; }

  .sm-offset-by-eleven[class*='column'] {
    margin-left: 91.6666666663%; } }
@media screen and (min-width: 992px) {
  .md-one[class*='column'] {
    width: 8.3333333333%; }

  .md-two[class*='column'] {
    width: 16.6666666666%; }

  .md-three[class*='column'],
  .md-one-quarter[class*='column'] {
    width: 24.9999999999%; }

  .md-four[class*='column'],
  .md-one-third[class*='column'] {
    width: 33.3333333332%; }

  .md-five[class*='column'] {
    width: 41.6666666665%; }

  .md-six[class*='column'],
  .md-one-half[class*='column'] {
    width: 49.9999999998%; }

  .md-seven[class*='column'] {
    width: 58.3333333331%; }

  .md-eight[class*='column'],
  .md-two-thirds[class*='column'] {
    width: 66.6666666664%; }

  .md-nine[class*='column'] {
    width: 74.9999999997%; }

  .md-ten[class*='column'] {
    width: 83.333333333%; }

  .md-eleven[class*='column'] {
    width: 91.6666666663%; }

  .md-twelve[class*='column'] {
    width: 99.9999999996%; }

  .md-offset-by-one[class*='column'] {
    margin-left: 8.3333333333%; }

  .md-offset-by-two[class*='column'] {
    margin-left: 16.6666666666%; }

  .md-offset-by-three[class*='column'],
  .md-offset-by-one-quarter[class*='column'] {
    margin-left: 24.9999999999%; }

  .md-offset-by-four[class*='column'],
  .md-offset-by-one-third[class*='column'] {
    margin-left: 33.3333333332%; }

  .md-offset-by-five[class*='column'] {
    margin-left: 41.6666666665%; }

  .md-offset-by-six[class*='column'],
  .md-offset-by-one-half[class*='column'] {
    margin-left: 49.9999999998%; }

  .md-offset-by-seven[class*='column'] {
    margin-left: 58.3333333331%; }

  .md-offset-by-eight[class*='column'],
  .md-offset-by-two-thirds[class*='column'] {
    margin-left: 66.6666666664%; }

  .md-offset-by-nine[class*='column'] {
    margin-left: 74.9999999997%; }

  .md-offset-by-ten[class*='column'] {
    margin-left: 83.333333333%; }

  .md-offset-by-eleven[class*='column'] {
    margin-left: 91.6666666663%; } }
@media screen and (min-width: 1200px) {
  .lg-one[class*='column'] {
    width: 8.3333333333%; }

  .lg-two[class*='column'] {
    width: 16.6666666666%; }

  .lg-three[class*='column'],
  .lg-one-quarter[class*='column'] {
    width: 24.9999999999%; }

  .lg-four[class*='column'],
  .lg-one-third[class*='column'] {
    width: 33.3333333332%; }

  .lg-five[class*='column'] {
    width: 41.6666666665%; }

  .lg-six[class*='column'],
  .lg-one-half[class*='column'] {
    width: 49.9999999998%; }

  .lg-seven[class*='column'] {
    width: 58.3333333331%; }

  .lg-eight[class*='column'],
  .lg-two-thirds[class*='column'] {
    width: 66.6666666664%; }

  .lg-nine[class*='column'] {
    width: 74.9999999997%; }

  .lg-ten[class*='column'] {
    width: 83.333333333%; }

  .lg-eleven[class*='column'] {
    width: 91.6666666663%; }

  .lg-twelve[class*='column'] {
    width: 99.9999999996%; }

  .lg-offset-by-one[class*='column'] {
    margin-left: 8.3333333333%; }

  .lg-offset-by-two[class*='column'] {
    margin-left: 16.6666666666%; }

  .lg-offset-by-three[class*='column'],
  .lg-offset-by-one-quarter[class*='column'] {
    margin-left: 24.9999999999%; }

  .lg-offset-by-four[class*='column'],
  .lg-offset-by-one-third[class*='column'] {
    margin-left: 33.3333333332%; }

  .lg-offset-by-five[class*='column'] {
    margin-left: 41.6666666665%; }

  .lg-offset-by-six[class*='column'],
  .lg-offset-by-one-half[class*='column'] {
    margin-left: 49.9999999998%; }

  .lg-offset-by-seven[class*='column'] {
    margin-left: 58.3333333331%; }

  .lg-offset-by-eight[class*='column'],
  .lg-offset-by-two-thirds[class*='column'] {
    margin-left: 66.6666666664%; }

  .lg-offset-by-nine[class*='column'] {
    margin-left: 74.9999999997%; }

  .lg-offset-by-ten[class*='column'] {
    margin-left: 83.333333333%; }

  .lg-offset-by-eleven[class*='column'] {
    margin-left: 91.6666666663%; } }
/* Base Typo
 ------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 900;
  margin-bottom: 2rem; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em;
  line-height: 172%; }

h3 {
  font-size: 1.6em;
  line-height: 160%; }

h4 {
  font-size: 1.4em;
  line-height: 160%; }

h5 {
  font-size: 1.2em;
  line-height: 160%; }

h6 {
  font-size: 1.1em;
  line-height: 160%; }

/* Larger than phablet */
@media (min-width: 560px) {
  /* h1 {
     font-size: 3.2rem;
   }
   h2 {
     font-size: 2.6rem;
   }
   h3 {
     font-size: 2.2rem;
   }
   h4 {
     font-size: 1.6rem;
   }
   h5 {
     font-size: 1.5rem;
   }
   h6 {
     font-size: 1.2rem;
   }*/ }
p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #345298;
  text-decoration: none; }

a:hover {
  color: #000; }

/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-primary {
  color: #345298; }

.text-success {
  color: #5cb85c; }

.text-danger {
  color: #d9534f; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.9rem;
  color: #fff;
  text-align: center;
  font-size: .9rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #345298;
  cursor: pointer;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border: transparent; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background: #6785cb;
  outline: 0; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  color: #345298; }

.button.btnFull,
button.btnFull {
  width: 100%; }

.button:disabled,
.button:disabled:hover,
button[disabled],
.button[disabled],
.button-primary[disabled],
.button-success[disabled],
.button-danger[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  border: #345298;
  color: #345298;
  cursor: not-allowed; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  border: #345298;
  color: #fff;
  background-color: #345298;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #345298;
  border-color: #345298; }

.button.button-primary:active,
button.button-primary:active,
input[type="submit"].button-primary:active,
input[type="reset"].button-primary:active,
input[type="button"].button-primary:active {
  color: #fff;
  background-color: #35539a;
  border-color: #157b9b; }

.button.button-primary:disabled,
button.button-primary:disabled,
input[type="submit"].button-primary:disabled,
input[type="reset"].button-primary:disabled,
input[type="button"].button-primary:disabled {
  color: #fff;
  cursor: not-allowed;
  background-color: #7CD9F8;
  border-color: #7CD9F8; }

@media screen and (max-width: 768px) {
  button, .button {
    padding: 0 0.5rem;
    font-size: 0.8rem; } }
.cfSite .btn {
  background-color: #ad2323 !important; }
  .cfSite .btn:hover {
    background-color: #af2323 !important; }

/* Contact Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#contact_form label {
  display: none; }

form label + i,
form label + i {
  position: absolute;
  font-size: 14px !important;
  left: 25px;
  top: 13px;
  color: #345298; }

form label + i + .form-control {
  padding-left: 45px; }

.form-control {
  display: block;
  width: 100%; }

.form-group {
  margin-bottom: 14px;
  position: relative; }

input[type="email"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 0.4rem 0.6rem;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  -webkit-transition: border 0.2s;
  transition: border 0.2s; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select:not([size]),
textarea:not([rows]) {
  height: 2.5rem;
  width: 100%; }

input.inputHalf {
  width: 50%; }

input.inputQuarter {
  width: 25%; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 4rem;
  resize: vertical;
  height: auto !important;
  font-size: 100%;
  line-height: 1.6;
  font-weight: 300;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #345298;
  outline: 0; }

.error,
.has-error,
.has-error:focus,
.simplesearch-highlight {
  color: #d9534f; }

.success,
.has-success,
.has-success:focus {
  color: #5cb85c; }

label,
legend {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol,
ul {
  padding-left: 28px;
  margin-top: 0;
  list-style: none; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem; }

ul.bullet li {
  margin-bottom: 7px; }
  ul.bullet li:before {
    content: "\f061";
    font-family: "FontAwesome";
    color: #345298;
    margin-right: 6px;
    font-size: 0.8em; }

/* Cards */
.card {
  border: 1px solid #E1E1E1;
  padding: 15px 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 1px 1px 1px #E1E1E1;
  min-height: 160px;
  margin-bottom: 1rem; }

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card p {
  margin-bottom: 1.2rem; }

a.card {
  display: block;
  color: #757575;
  text-decoration: none;
  -webkit-transition: color .3s, border-color .3s, -webkit-transform .3s;
  transition: color .3s, border-color .3s, -webkit-transform .3s;
  transition: color .3s, transform .3s, border-color .3s;
  transition: color .3s, transform .3s, border-color .3s, -webkit-transform .3s; }

a.card:hover,
a.card:active {
  color: black;
  border-color: #8A8A8A;
  -webkit-transform: translateX(-2px) translateY(-2px);
  transform: translateX(-2px) translateY(-2px); }

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  overflow-x: auto; }

@media (max-width: 560px) {
  pre > code {
    white-space: nowrap; } }
.alert {
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  padding: 10px 15px; }

.alert.alert-primary {
  border: 1px solid #33C3F0;
  color: #fff;
  background-color: #33C3F0; }

.alert.alert-success {
  border: 1px solid #2ecc71;
  color: #fff;
  background-color: #2ecc71; }

.alert.alert-danger {
  border: 1px solid #e74c3c;
  color: #fff;
  background-color: #e74c3c; }

.table-responsive {
  overflow-x: auto; }

.table-responsive th,
.table-responsive td {
  white-space: nowrap; }

table {
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
  width: 100%; }

th,
td {
  padding: 0.75rem 1rem; }

th {
  text-align: left; }

td {
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1; }

td:first-child {
  border-left: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

tr th {
  border-bottom: 1px solid #000; }

@media (min-width: 560px) {
  th:first-child,
  td:first-child {
    padding-left: 1rem; } }
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem; }

.alert {
  margin-bottom: 1rem; }

.u-full-width {
  width: 100%; }

.u-max-full-width {
  max-width: 100%; }

/* Floats */
.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Positioning */
.u-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/**
 * Note:
 *
 * Nest this class inside something with `position: relative` to have
 * your element centered relative to its containing element.
 *
 * Use this class without nesting it to have your element centered relative
 * to the viewport.
 */
.u-center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

/* Type */
.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

.u-text-left {
  text-align: left !important; }

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

/* Peek a boo */
.u-hide {
  display: none !important; }

.u-show {
  display: block !important; }

.u-invisible {
  visibility: hidden !important; }

.u-visible {
  visibility: visible !important; }

/* spacng */
.m-0 {
  margin: 0 !important; }

.m-t {
  margin-top: 14px; }

.m-r {
  margin-right: 14px; }

.m-b {
  margin-bottom: 14px; }

.m-l {
  margin-left: 14px; }

.m-t-2 {
  margin-top: 28px; }

.m-t-3 {
  margin-top: 42px; }

.m-t-4 {
  margin-top: 56px; }

.m-b-2 {
  margin-bottom: 28px; }

.m-b-3 {
  margin-bottom: 42px; }

.m-b-4 {
  margin-bottom: 56px; }

.p-0 {
  padding: 0 !important; }

.p-t {
  padding-top: 14px; }

.p-r {
  padding-right: 14px; }

.p-b {
  padding-bottom: 14px; }

.p-l {
  padding-left: 14px; }

.p-t-2 {
  padding-top: 28px; }

.p-t-3 {
  padding-top: 42px; }

.p-b-2 {
  padding-bottom: 28px; }

.p-b-3 {
  padding-bottom: 42px; }

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

/* Misc */
hr {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #d9e1f2; }

/* Clearing */
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both; }

/*****
* Media Queries
*
* Note: The best way to structure the use of media queries is to create the
* queries near the relevant code. For example, if you wanted to change the
* styles for buttons on small devices, paste the mobile query code up in the
* buttons section and style it there.
*****/
@media (min-width: 480px) {
  /* Larger than mobile */ }
@media (min-width: 768px) {
  /* Larger than phablet (also point when grid becomes active) */ }
@media (min-width: 992px) {
  /* Larger than tablet */ }
@media (min-width: 1200px) {
  /* Larger than desktop */ }
/* ====================================================================================================
	MINIMAL CSS3 MENU
==================================================================================================== */
.minimal-menu {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 0;
  margin-top: 0px;
  /*-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);*/
  display: flex;
  justify-content: flex-end;
  width: 100%; }

.minimal-menu h3 {
  font-weight: normal; }

.minimal-menu a, .minimal-menu li.submenu a {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  cursor: pointer; }

.minimal-menu ul,
.minimal-menu ul li,
.minimal-menu ul li a {
  position: relative; }

.minimal-menu ul {
  z-index: 300; }

.minimal-menu ul li {
  padding-bottom: 15px; }

.minimal-menu ul li a {
  display: block;
  padding: 5px;
  line-height: 20px;
  text-decoration: none;
  font-size: .9em; }

.minimal-menu > ul > li > a {
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #345298; }

.minimal-menu ul li.submenu > a:before,
.minimal-menu ul li.submenu > a:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; }

.minimal-menu ul li.submenu > a:before {
  margin-left: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.minimal-menu ul li.submenu > a:after {
  margin-left: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* RESPONSIVE
================================================== */
@media only screen and (min-width: 1200px) {
  .minimal-menu ul li.submenu > a:after {
    margin-left: -1px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* Basic
  ----------------*/
  .minimal-menu.basic {
    /*background: $white;*/ }

  .minimal-menu.basic > ul > li > a {
    color: #345298; }

  .minimal-menu.basic > ul > li:hover > a,
  .minimal-menu.basic > ul > li.active > a {
    		/*background: $primary;
            @include border-radius(5px);*/
    color: #6c757d; }

  .minimal-menu.basic > ul > li.submenu > a:after
   {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    bottom: 12px; }

  .minimal-menu.basic ul ul li:hover > a {
    /*background: $white;*/
    color: #fff; }

  .minimal-menu.basic > ul > li.submenu > a:before,
  .minimal-menu.basic > ul > li.submenu > a:after {
    /*background: $white;*/ }

  input[type="checkbox"].minimal-menu-button,
  .minimal-menu-button {
    display: none; }

  .minimal-menu.pos-fixed {
    position: fixed;
    top: -2px;
    left: -2px;
    right: -2px;
    z-index: 9999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

  .minimal-menu a {
    white-space: nowrap; }

  .minimal-menu > ul {
    margin-bottom: -15px !important;
    padding: 5px;
    text-align: center; }

  .minimal-menu ul li {
    display: inline-block; }

  .minimal-menu ul li.submenu:hover > a:before,
  .minimal-menu ul li.submenu:hover > a:after {
    /*bottom: -20px;*/
    opacity: 0.5; }

  /*** submenu ***/
  .minimal-menu ul ul, .minimal-menu ul .menu-wrapper {
    position: absolute;
    display: block;
    visibility: hidden;
    z-index: 1;
    height: auto;
    right: 3px;
    top: 87%;
    margin: 0;
    padding: 0;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .minimal-menu ul li:hover > ul, .minimal-menu ul li:hover > .menu-wrapper {
    visibility: visible;
    padding: 10px 0;
    opacity: 1; }

  .minimal-menu ul ul li {
    display: block;
    overflow: hidden;
    height: auto;
    padding: 10px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    border-bottom: 1px solid #273e72; }

  .minimal-menu ul ul li:last-child {
    border: none; }

  .minimal-menu ul ul li a {
    color: #345298;
    background: #fff; }

  .minimal-menu ul ul li:hover > a {
    color: #6c757d; }

  .minimal-menu ul li:hover ul li {
    overflow: visible;
    padding: 0 10px; }

  .minimal-menu ul ul li.submenu > a:before,
  .minimal-menu ul ul li.submenu > a:after {
    left: auto;
    top: 50%;
    right: 0;
    background: #ccc; }

  .minimal-menu ul ul li.submenu > a:before {
    margin-top: -1px; }

  .minimal-menu ul ul li.submenu > a:after {
    margin-top: 2px; }

  .minimal-menu ul ul li.submenu > a:hover:before,
  .minimal-menu ul ul li.submenu > a:hover:after {
    right: -13px; }

  .minimal-menu ul ul ul {
    right: 100%;
    top: -11px; }

  /* Megamenu */
  .minimal-menu ul li.megamenu {
    position: static; }

  .minimal-menu ul .menu-wrapper {
    position: absolute;
    left: -1px;
    top: 100%;
    margin-top: -5px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

  .minimal-menu ul .menu-wrapper a {
    white-space: inherit; }

  .minimal-menu ul .menu-wrapper .menu-col {
    position: relative;
    float: left;
    width: 23%;
    margin: 0 1%; }

  .minimal-menu ul .menu-wrapper h3 {
    margin: 20px 15px;
    line-height: 22px;
    color: #345298; }

  .minimal-menu ul .menu-wrapper ul {
    position: relative;
    visibility: hidden;
    height: 100%;
    border: 0;
    opacity: 1;
    background: transparent; }

  .minimal-menu ul li:hover > .menu-wrapper ul {
    visibility: visible; }

  .minimal-menu ul .menu-wrapper ul li {
    padding: 0 10px; }

  .minimal-menu .show-submenu {
    display: none; } }
@media only screen and (max-width: 1200px) {
  /* White
  ----------------*/
  .minimal-menu {
    margin: 0; }

  .minimal-menu.basic {
    background: #345298; }

  .minimal-menu.basic h3,
  .minimal-menu.basic ul li a {
    color: #fff !important;
    border-bottom-color: #345298; }

  .minimal-menu.basic h3 {
    background: rgba(0, 0, 0, 0.05); }

  .minimal-menu.basic ul li a:hover,
  .minimal-menu.basic ul li.submenu:hover,
  .minimal-menu.basic ul li.active a {
    background: rgba(0, 0, 0, 0.8);
    color: #6c757d; }

  .minimal-menu {
    border-color: rgba(255, 255, 255, 0.3); }

  .minimal-menu-button, .minimal-menu {
    position: fixed;
    right: 20px;
    top: 0;
    z-index: 9999; }

  input.minimal-menu-button {
    display: none; }

  /******
  	burger style menu
  ******/
  .minimal-menu-button {
    display: inline-block;
    cursor: pointer; }

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #345298;
    margin: 6px 0;
    transition: 0.4s; }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); }

  .change .bar2 {
    opacity: 0; }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); }

  /******/
  /*label.minimal-menu-button {
  	display: inline-block;
  	width: 50px;
  	height: 50px;
  	text-transform: uppercase;
  	background: $white;
  	color: $blue;
  	cursor: pointer;
  	line-height: 30px;
  	border-top: 10px solid $blue;
  	border-bottom: 10px solid $blue;
  	/*text-indent: -9999px;*/
  	/*
  	@include transition(all,0.5s,ease-out);
  	text-align: center;
  	font-size: 14px;
  }
  label.minimal-menu-button:hover {
  	background: $primary;
  }*/
  /*label.minimal-menu-button:before {
  	position: absolute;
  	content: '';
  	width: 30px;
  	height: 5px;
  	left: 10px;
  	bottom: 13px;
  	border-top: 13px double $black;
  	border-bottom: 4px solid $black;
  	z-index: 1;
  }*/
  .minimal-menu {
    overflow: auto;
    left: -100%;
    bottom: 0;
    width: 55%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out; }

  #mobile-nav:checked + .minimal-menu {
    visibility: visible;
    left: 0;
    opacity: 1; }

  .minimal-menu h3, .minimal-menu ul li a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #1a294c;
    color: #fff; }

  .minimal-menu h3 {
    line-height: 1em;
    margin: 0;
    padding: 20px 0 20px 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }

  .minimal-menu ul {
    margin: 0;
    padding: 0;
    width: 100%; }

  .minimal-menu li, .minimal-menu a {
    display: block; }

  .minimal-menu li {
    position: relative; }

  .minimal-menu a:hover {
    background: #efefef;
    color: #345298; }

  .minimal-menu ul > li {
    padding-bottom: 0; }

  .minimal-menu ul ul a {
    padding-left: 40px; }

  .minimal-menu ul ul ul a {
    padding-left: 55px; }

  .minimal-menu ul ul ul ul a {
    padding-left: 70px; }

  .minimal-menu ul li.submenu > a:before,
  .minimal-menu ul li.submenu > a:after {
    top: 50%;
    left: auto;
    right: 12px; }

  .minimal-menu.basic ul li.submenu a:before,
  .minimal-menu.basic ul li.submenu a:after {
    background: #fff; }

  .minimal-menu ul li.submenu > a:before {
    margin-top: -2px; }

  .minimal-menu ul li.submenu > a:after {
    margin-top: 1px; }

  .minimal-menu .show-submenu {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    min-width: 100%;
    min-height: 40px;
    margin: 0;
    opacity: 0;
    -webkit-appearance: none; }

  .minimal-menu .show-submenu + ul,
  .minimal-menu .show-submenu + .menu-wrapper {
    display: none;
    visibility: hidden; }

  .minimal-menu .show-submenu:checked + ul,
  .minimal-menu .show-submenu:checked + .menu-wrapper {
    display: block;
    visibility: visible; } }
@media only screen and (max-width: 480px) {
  .minimal-menu {
    width: 70%; } }
@media print {
  .minimal-menu,
  .minimal-menu-button {
    display: none; } }
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0px;
  background: #f2f0f0;
  border: none;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }
.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 24px;
  display: inline-block;
  content: '\f001';
  color: #fff; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.btnMenu {
  display: none;
  padding: 20px;
  display: block;
  background: white;
  color: #fff; }

.btnMenu i.fa {
  float: right; }

.vertical-menu {
  min-width: 300px;
  display: inline-block;
  line-height: 18px;
  width: 100%; }

.vertical-menu .menu {
  width: 100%;
  padding-left: 0px; }

.vertical-menu ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px; }
  .vertical-menu ul li {
    border-bottom: 1px solid white; }

.vertical-menu .menu li a {
  color: #345298;
  display: block;
  padding: 15px 20px;
  background: #e9ecef; }

.vertical-menu .menu li a:hover {
  background: #345298;
  color: #fff;
  cursor: pointer; }

.vertical-menu .menu i.fa {
  font-size: 12px;
  line-height: 18px;
  float: right;
  margin-left: 10px; }

.vertical-menu .menu ul {
  display: none; }

.vertical-menu .menu ul li a {
  background: #adb5bd;
  color: #fff; }

.vertical-menu .menu .active > a {
  background: #273e72;
  color: #fff; }

/*  Breadcrumbs
=====================================================================*/
ol.breadcrumb {
  margin: 0.2rem 0; }

.breadcrumb li.disabled {
  display: none; }

.breadcrumb li {
  display: inline-block; }

.breadcrumb li.active {
  color: black; }

.breadcrumb li:nth-child(2).active {
  color: white; }

.breadcrumb a,
ol.breadcrumb i {
  color: white;
  text-decoration: none; }

ol.breadcrumb i {
  margin-right: 6px; }

.breadcrumb a:hover {
  color: black; }

.c-steps-indicator {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.c-step {
  background-color: #345298;
  color: #fff; }
  .c-step a:hover, .c-step a:focus {
    color: black;
    text-decoration: underline; }

.c-step:after {
  border: solid #fff;
  box-shadow: 5px -5px 0 3px #345298; }

.c-step.active {
  color: #000;
  background-color: #8da4d8; }
  .c-step.active:after {
    box-shadow: 6px -6px 0 3px #8da4d8;
    background: #345298; }
  .c-step.active + .c-step:after {
    background: #8da4d8; }

/**
 * Account part of the checkout
 */
.c-checkout-account > div > h2:first-of-type {
  margin-top: 0; }

.c-checkout-existing-user {
  border-right: 1px dashed #ccc; }

@media all and (max-width: 1024px) {
  .c-checkout-existing-user {
    border-right: none;
    border-bottom: 1px dashed #ccc; } }
/**
 * Buttons
 */
.c-button {
  background: #345298; }
  .c-button:hover, .c-button:focus {
    color: black;
    background: #7bdb8c; }

.c-primary-button {
  background: #8da4d8; }

.c-checkout label {
  display: block;
  width: 100%;
  font-weight: bold; }
.c-checkout input[type="text"], .c-checkout input[type="url"], .c-checkout input[type="email"], .c-checkout input[type="number"], .c-checkout select {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0 1em;
  display: block;
  height: 3em; }
.c-checkout .c-field {
  padding: 0;
  margin: 0.5em 0; }
  .c-checkout .c-field.error {
    border: 1px solid #61151c;
    border-radius: 3px;
    background-color: rgba(200, 41, 44, 0.7);
    color: #fff; }

.c-cart-message {
  border: 1px solid #ddd;
  background-color: rgba(200, 200, 200, 0.7);
  padding: 0 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.c-cart-error {
  border: 1px solid #61151c;
  background-color: rgba(200, 41, 44, 0.7);
  color: #fff;
  padding: 1em 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.c-checkout-mode {
  border: 1px solid transparent;
  background-color: #8da4d8;
  color: #000;
  padding: 0 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.c-cart-summary-item td {
  vertical-align: top; }

.c-cart-summary-items {
  border-collapse: collapse;
  width: 100%; }

.c-cart-summary-item-total {
  white-space: nowrap; }

.c-cart-summary-totals-label {
  text-align: right;
  padding: 0.25em 1em 0.25em 0.5em; }

.c-cart-summary-totals-value {
  padding: 0.25em 0 0.25em; }

.c-cart-summary-item-details, .c-cart-summary-item-total {
  padding: 0.25em 0 0.25em; }

.c-cart-summary-totals-label-subtotal, .c-cart-summary-totals-subtotal,
.c-cart-summary-totals-label-total, .c-cart-summary-totals-total {
  border-top: 2px solid #919191; }

.c-cart-items, .c-cart-totals {
  width: 100%;
  border-collapse: collapse; }
  .c-cart-items td, .c-cart-items th, .c-cart-totals td, .c-cart-totals th {
    padding: 0.5em 1em;
    text-align: left;
    border-collapse: collapse;
    vertical-align: middle;
    border: 1px solid #adb5bd; }
  .c-cart-items td.c-cart-item-image img, .c-cart-totals td.c-cart-item-image img {
    max-width: 150px;
    max-height: 125px;
    object-fit: contain; }
  .c-cart-items .c-cart-item-remove, .c-cart-totals .c-cart-item-remove {
    text-align: right; }

.c-cart-header th {
  text-transform: uppercase; }

.c-cart-item, .c-cart-total-item {
  background: #f4f4f4; }
  .c-cart-item.c-cart-item-even, .c-cart-item.c-cart-total-item-even, .c-cart-total-item.c-cart-item-even, .c-cart-total-item.c-cart-total-item-even {
    background: white; }

.c-cart-item-quantity-input {
  width: 5em;
  line-height: 1em;
  display: block;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 1em; }

.c-cart-optional > h3:first-of-type {
  margin-top: 0; }

.c-cart-coupon-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.c-cart-coupon-form input[type=text] {
  width: 50%;
  display: inline-block;
  font-size: 1em; }
.c-cart-coupon-form input[type=submit] {
  display: inline-block; }

#c-cart-coupon-label {
  opacity: 0;
  width: 0;
  height: 0; }
  #c-cart-coupon-label + label {
    font-weight: normal; }
    #c-cart-coupon-label + label:hover, #c-cart-coupon-label + label:focus {
      cursor: pointer;
      text-decoration: underline; }
  #c-cart-coupon-label:focus + label {
    text-decoration: underline; }
  #c-cart-coupon-label + label + form {
    display: none; }
  #c-cart-coupon-label:checked {
    display: none; }
    #c-cart-coupon-label:checked + label {
      display: none; }
    #c-cart-coupon-label:checked + label + form {
      display: block; }

.c-submit {
  text-align: right;
  margin: 1em 0; }
  .c-submit .c-button {
    font-size: 1.2em; }

.c-shipping-address, .c-billing-address {
  padding-left: 1em;
  border-left: 0.5em solid #345298; }

.c-method-gateway-form, .c-method-details {
  display: none;
  padding-top: 1em; }

.c-method-wrapper {
  position: relative; }

.c-method-radio {
  position: absolute;
  top: 0.75em;
  left: 0.5em; }

.c-method-radio:checked + .c-method-section {
  background: #8da4d8; }
  .c-method-radio:checked + .c-method-section .c-method-gateway-form, .c-method-radio:checked + .c-method-section .c-method-details {
    display: block; }

.c-method-section {
  margin: 1em 0 1em 0;
  padding: 0.5em;
  background: #345298;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }
  .c-method-section > label {
    cursor: pointer;
    padding-left: 1.5em;
    color: #fff; }
    .c-method-section > label:hover {
      color: #000; }

.c-method-description {
  margin-bottom: 0; }

.c-checkout .c-creditcard-expiration input {
  display: inline-block;
  max-width: 10em; }

.c-checkout .c-creditcard-cvc input {
  max-width: 8em; }

.c-checkout .c-creditcard-number input {
  max-width: 25em; }

.c-checkout .c-creditcard-payment-errors {
  color: #61151c; }

/**
 * Some basic styling for Stripe
 */
.StripeElement {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0 1em;
  display: block;
  border: 1px solid transparent;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

/**
 * Mollie issuers
 */
.c-checkout .c-payment-method-options, .c-checkout .c-shipping-method-options {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .c-checkout .c-payment-method-options .c-payment-method-issuers__container, .c-checkout .c-payment-method-options .c-shipping-method-opts__container, .c-checkout .c-shipping-method-options .c-payment-method-issuers__container, .c-checkout .c-shipping-method-options .c-shipping-method-opts__container {
    display: none;
    border-left: 2px solid #219653;
    border-right: 2px solid #219653;
    border-bottom: 2px solid #219653;
    margin-top: -2px;
    background: #345298;
    padding: 0.5rem;
    border-radius: 0 0 0.25rem 0.25rem; }
.c-checkout .c-payment-method-option__input:checked + .c-payment-method-option__label + .c-payment-method-issuers__container,
.c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-option__label + .c-shipping-method-opts__container {
  display: block; }
.c-checkout .c-payment-method-issuers, .c-checkout .c-shipping-method-opts {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.c-checkout .c-payment-method-issuer, .c-checkout .c-payment-method-option,
.c-checkout .c-shipping-method-opt, .c-checkout .c-shipping-method-option {
  position: relative;
  overflow: hidden; }
  .c-checkout .c-payment-method-issuer:first-child, .c-checkout .c-payment-method-option:first-child,
  .c-checkout .c-shipping-method-opt:first-child, .c-checkout .c-shipping-method-option:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }
  .c-checkout .c-payment-method-issuer:last-child, .c-checkout .c-payment-method-option:last-child,
  .c-checkout .c-shipping-method-opt:last-child, .c-checkout .c-shipping-method-option:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }
.c-checkout .c-payment-method-issuer__input, .c-checkout .c-payment-method-option__input,
.c-checkout .c-shipping-method-opt__input, .c-checkout .c-shipping-method-option__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0; }
  .c-checkout .c-payment-method-issuer__input:checked + .c-payment-method-issuer__label, .c-checkout .c-payment-method-issuer__input:checked + .c-payment-method-option__label,
  .c-checkout .c-payment-method-issuer__input:checked + .c-shipping-method-opt__label, .c-checkout .c-payment-method-issuer__input:checked + .c-shipping-method-option__label, .c-checkout .c-payment-method-option__input:checked + .c-payment-method-issuer__label, .c-checkout .c-payment-method-option__input:checked + .c-payment-method-option__label,
  .c-checkout .c-payment-method-option__input:checked + .c-shipping-method-opt__label, .c-checkout .c-payment-method-option__input:checked + .c-shipping-method-option__label,
  .c-checkout .c-shipping-method-opt__input:checked + .c-payment-method-issuer__label,
  .c-checkout .c-shipping-method-opt__input:checked + .c-payment-method-option__label,
  .c-checkout .c-shipping-method-opt__input:checked + .c-shipping-method-opt__label,
  .c-checkout .c-shipping-method-opt__input:checked + .c-shipping-method-option__label, .c-checkout .c-shipping-method-option__input:checked + .c-payment-method-issuer__label, .c-checkout .c-shipping-method-option__input:checked + .c-payment-method-option__label,
  .c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-opt__label, .c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-option__label {
    font-weight: bold;
    border-color: #219653;
    background: #f1f1f1;
    color: inherit;
    border-radius: 3px; }
.c-checkout .c-payment-method-issuer__label, .c-checkout .c-payment-method-option__label,
.c-checkout .c-shipping-method-opt__label, .c-checkout .c-shipping-method-option__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem;
  border: 2px solid transparent;
  cursor: pointer;
  font-weight: normal;
  background-color: #fff; }
.c-checkout .c-payment-method__panel {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 3px; }
.c-checkout .c-payment-method-issuer__image, .c-checkout .c-payment-method-option__image,
.c-checkout .c-shipping-method-opt__image, .c-checkout .c-shipping-method-option__image {
  margin-right: 0.5rem; }
.c-checkout .c-shipping-method-opt__label > span {
  flex: 1; }
.c-checkout .c-shipping-method-opt__price {
  text-align: right; }
.c-checkout .c-shipping-method-extra-opts__label {
  font-weight: bold;
  margin-bottom: 0; }
.c-checkout .c-shipping-method-extra-opt, .c-checkout .c-shipping-method-time-opt {
  margin: 0.5rem 0;
  border-radius: 0.25rem;
  overflow: hidden; }
.c-checkout .c-pickuplocation {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
.c-checkout .c-pickuplocation__address {
  margin-top: 0; }
.c-checkout .c-pickuplocation__openinghours {
  list-style-type: none;
  margin-left: auto;
  color: #fff; }
.c-checkout .c-pickuplocation__openinghour {
  display: flex; }
  .c-checkout .c-pickuplocation__openinghour > span {
    flex: 1 0 50%;
    padding: 0 0.5em;
    font-size: 0.9em; }

.c-wrapper, .c-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.c-steps-indicator {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1em; }

.c-steps-indicator.c-steps-1 li {
  width: 100%; }

.c-steps-indicator.c-steps-2 li {
  width: 50%; }

.c-steps-indicator.c-steps-3 li {
  width: 33.33333%; }

.c-steps-indicator.c-steps-4 li {
  width: 25%; }

.c-steps-indicator.c-steps-5 li {
  width: 20%; }

.c-steps-indicator.c-steps-6 li {
  width: 16.66667%; }

.c-steps-indicator.c-steps-7 li {
  width: 14.28571%; }

.c-step {
  position: relative;
  float: left;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
  text-align: center;
  padding-left: 1em; }

.c-step:after {
  content: '';
  position: absolute;
  left: -1.25em;
  margin-right: 0.4em;
  width: 1.75em;
  padding-top: 1.75em;
  z-index: 1;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0; }

.c-step a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%; }

.c-step:first-of-type:after {
  display: none; }

@media all and (max-width: 1024px) {
  .c-steps-indicator.c-steps-1 li {
    width: 100%; }

  .c-steps-indicator.c-steps-2 li {
    width: 100%; }

  .c-steps-indicator.c-steps-3 li {
    width: 100%; }

  .c-steps-indicator.c-steps-4 li {
    width: 100%; }

  .c-steps-indicator.c-steps-5 li {
    width: 100%; }

  .c-steps-indicator.c-steps-6 li {
    width: 100%; }

  .c-steps-indicator.c-steps-7 li {
    width: 100%; }

  .c-step {
    height: 3em;
    padding-top: 0.75em;
    padding-left: 0; }

  .c-step:after {
    left: 46%;
    bottom: 2.5em; } }
/**
 * Account section of the checkout
 */
.c-checkout-account {
  max-width: 800px;
  margin: 2em auto;
  overflow: hidden; }

.c-checkout-account > div {
  width: 50%;
  padding: 2em 1em;
  text-align: center; }

.c-checkout-existing-user {
  width: 50%;
  float: left; }

.c-checkout-new-user {
  width: 50%;
  margin-left: 50%; }

@media all and (max-width: 1024px) {
  .c-checkout-account > div {
    width: 100%; }

  .c-checkout-existing-user {
    float: none; }

  .c-checkout-new-user {
    margin-left: 0; } }
.c-cart-actions .c-cart-optional {
  width: 45%;
  float: left; }
.c-cart-actions .c-cart-totals-wrapper {
  width: 55%;
  margin-left: 45%; }

.c-checkout-step {
  width: 60%;
  float: left; }

.c-checkout-summary {
  width: 40%;
  margin-left: 60%;
  padding-left: 1em;
  padding-top: 0.5em; }

.c-checkout-address .c-separate-billing-checkbox, .c-checkout-address .c-separate-billing-label {
  display: inline; }
.c-checkout-address .c-separate-billing-checkbox + .c-separate-billing-label + .c-checkout-billing-address {
  display: none; }
.c-checkout-address .c-separate-billing-checkbox:checked + .c-separate-billing-label + .c-checkout-billing-address {
  display: block; }

@media all and (max-width: 1024px) {
  .c-checkout-step {
    width: 100%;
    float: none; }

  .c-checkout-summary {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 1em; }

  .c-cart-actions .c-cart-optional {
    width: 100%;
    float: none; }
  .c-cart-actions .c-cart-totals-wrapper {
    width: 100%;
    margin-left: 0; } }
/*//////////////////////////////////////////////////////////
	SITE SPECIFIC STYLES						         */
body {
  background: #fff;
  padding: 0 10px; }

@media screen and (min-width: 768px) {
  body {
    padding: 0px;
    margin: 0px; } }
p {
  margin-bottom: 1.2rem; }

.blue {
  color: #345298; }

.red {
  color: #ad2323; }

.bgRed {
  background: #ad2323; }

.bgBlue {
  background: #345298; }

.bgGray100 {
  background: #f2f0f0; }

.logo {
  font-size: 2.3rem;
  margin: 14px 0 0 0; }
  .logo h1 {
    margin-bottom: 0px; }
  .logo a {
    color: #000; }
    .logo a span {
      display: none; }
    .logo a:hover {
      color: #ad2323; }

.headerTopInfo ul {
  margin: 14px 0 0 0;
  float: right;
  color: #345298; }
  .headerTopInfo ul li {
    float: left;
    line-height: 1.8rem;
    padding: 10px; }

@media only screen and (max-width: 1200px) {
  .headerTopInfo {
    float: right;
    margin-top: 42px; } }
@media only screen and (max-width: 768px) {
  .headerTopInfo {
    float: none;
    margin-top: 14px; }
    .headerTopInfo ul {
      float: none; }
      .headerTopInfo ul li {
        float: none; }

  .logo {
    margin: 0 auto; } }
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  border-radius: 0; }

.phone {
  font-weight: 400;
  display: flex;
  justify-content: flex-end; }
  .phone i {
    line-height: 40px;
    margin-right: 10px; }

.mainContent img,
img.borderRadius {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem; }

.featureBox h4 {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 1.3em; }

.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText p {
  color: white; }

div.pdf a {
  background: url(../images/icon-pdf.gif) no-repeat 0px 0px;
  padding: 0px 0px 0px 35px;
  line-height: 32px;
  display: block;
  margin-bottom: 14px; }

.productCategory h2 {
  font-size: 1.2rem;
  line-height: 1.6rem; }

.page-heading {
  text-transform: uppercase;
  position: relative; }
  .page-heading img {
    max-height: 200px;
    width: 100vw; }
  .page-heading span {
    font-family: "Merriweather", serif;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1em;
    padding: 10px 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #345298; }
  .page-heading div {
    width: 100%;
    height: 100px;
    display: inline-block;
    margin: auto;
    padding-top: 23px; }
    .page-heading div h1 {
      color: #fff;
      text-align: center; }

.mainContent {
  margin: 0; }

/* SEARCH
	*******************************/
.search {
  margin-bottom: 0px;
  text-align: right;
  position: relative;
  margin-right: 40px; }
  .search input[type=submit] {
    height: 1.8rem;
    line-height: 1.8rem;
    background: #345298;
    transition: opacity 100ms ease-in-out;
    color: #fff;
    border-radius: 0px 4px 4px 0;
    border-color: #ced4da;
    position: absolute;
    padding: 0 0.9rem; }
    .search input[type=submit]:hover {
      opacity: .5; }
  .search input[type=text] {
    transition: opacity 100ms ease-in-out;
    border-radius: 4px 0px 0px 4px;
    height: 1.8rem;
    margin-bottom: 0px; }
    .search input[type=text]:focus {
      border-color: #345298; }

/* SOCIAL
**************************************************/
ul.social-widget {
  display: block;
  text-align: left;
  margin-bottom: 5px; }

@media screen and (min-width: 768px) {
  ul.social-widget {
    text-align: right; } }
ul.social-widget li {
  list-style: none;
  display: inline-block; }

#map {
  overflow: hidden; }

/* BOXES
**************************************************/
.boxes-content {
  min-height: 300px; }

@media screen and (min-width: 770px) {
  .boxes-content {
    min-height: 560px; } }
@media screen and (min-width: 1020px) {
  .boxes-content {
    min-height: 360px; } }
.boxes-content {
  text-align: center;
  background: #fff;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 20px;
  box-shadow: 0px 1px 4px 6px #dee2e6; }

.boxes-text .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%); }

.boxes-title {
  text-align: center;
  background-image: linear-gradient(to top, #840808, #b82626);
  position: absolute;
  left: 0;
  right: 0;
  padding: 6px 0;
  width: 80%;
  margin: 0 auto;
  top: -30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.boxes-title h2 {
  padding: 6px 0;
  color: #fff !important;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: -1px -1px 2px #666666;
  font-weight: 300; }

.boxes-text {
  padding: 60px 20px 20px; }

.boxes-text .fas {
  font-size: 2em;
  color: #ad2323; }

/* old site boxes */
.box {
  display: block; }

.box-content {
  overflow: hidden; }

.box-title a h2 {
  color: #000; }
  .box-title a h2:hover {
    color: #ad2323; }

.box-text img {
  opacity: 1; }
  .box-text imghover {
    opacity: .8; }

.box-title h2::after,
.bx-wrapper {
  box-shadow: none;
  margin: 0;
  border: none; }
  .box-title h2::after img,
  .bx-wrapper img {
    height: 300px; }

.bx-window {
  border: 1px #ccc solid; }

#slider {
  overflow: hidden;
  width: 640px;
  height: 210px;
  background: #fff; }

#slider div.slider-outer {
  float: left;
  width: 620px;
  height: 210px;
  padding: 10p; }

.bx-pager a {
  width: 14px;
  height: 14px;
  margin: 7px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  background-color: #f5f5f5;
  color: #666;
  display: block;
  float: left;
  cursor: pointer; }

.bx-pager a:visited {
  color: #666; }

.bx-pager a:hover {
  background-color: white;
  color: #000; }

.bx-pager a.active {
  background-color: white;
  color: #000; }

.bx-wrapper .bx-controls-direction a {
  top: -26px; }

.bx-wrapper .bx-next {
  right: 5px; }

.bx-wrapper .bx-prev {
  left: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: white; }

.slider-left {
  width: 50%;
  float: left;
  padding: 10px; }

.slider-right {
  width: 50%;
  float: right;
  margin: 0;
  padding: 10px; }

.slider-right img {
  border: 2px #fff solid; }

.slider-left h2 {
  font-size: 1.3em;
  margin: 1rem 0;
  line-height: 1.3em; }

.bx-wrapper #slider2 .bx-caption {
  bottom: 25%;
  left: 10%;
  width: 80%;
  background: none;
  text-align: center; }
  .bx-wrapper #slider2 .bx-caption span {
    font-size: 2.2em; }

#slider2 > div {
  background: #345298; }

.bx-wrapper img {
  margin: 0 auto;
  max-height: 100%; }

.mainSlider .bx-controls .bx-pager {
  bottom: 14px; }

/*
	=	=	=	=	=	=	=	=	 Footer */
footer {
  border-top: 1px dotted #fff;
  padding-top: 56px;
  font-size: .9rem;
  margin-top: 56px;
  background: #345298;
  color: #fff;
  width: 100%; }
  footer a {
    color: #000; }
    footer a:hover {
      color: #fff; }

footer ul.social-widget {
  text-align: left; }

.bottom {
  background: #000;
  color: #fff;
  margin-top: 56px;
  font-size: .9rem; }

.to-top {
  border-radius: 50%;
  padding: 11px 6px;
  background: #345298;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff; }

/* Sidebar
**************************************************/
ul.sidebar {
  text-align: left; }

.prductCategory h2 {
  font-size: 1rem;
  line-height: 1.6rem; }

/* Charvo Ltd and Finishing buttons
**************************************************/
.charvoLtdFin {
  min-height: 390px; }

.charvoLtdFinWrap .charvoLtdFin {
  align-items: center;
  background: #345298;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 40px;
  position: relative;
  z-index: 1; }

.charvoLtdFinWrap .charvoLtdFin:before {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
  height: 150px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 150px;
  z-index: -1; }

.charvoLtdFinWrap .columns:last-child .charvoLtdFin {
  background: #ad2323; }

.charvoLtdFinWrap .charvoLtdFin h2,
.charvoLtdFinText {
  color: #fff; }

.charvoLtdFinText p {
  font-size: 1.2em; }

/* Charvo Finishing specific styles
**************************************************/
.headerImage {
  max-height: 345px;
  background: #ad2323; }
  .headerImage img {
    margin: 0 auto; }

.cfSite .minimal-menu ul li a,
.cfSite .vertical-menu .menu li a,
.cfSite .headerTopInfo ul,
.cfSite ul.bullet li:before,
.cfSite h1, .cfSite h2, .cfSite h3, .cfSite h4, .cfSite h5, .cfSite h6,
.cfSite a.cart {
  color: #ad2323; }
.cfSite .search input[type="submit"],
.cfSite .bar1, .cfSite .bar2, .cfSite .bar3,
.cfSite .vertical-menu .menu .active > a,
.cfSite .vertical-menu .menu li a:hover,
.cfSite .page-heading span,
.cfSite .to-top {
  background: #ad2323; }
.cfSite .vertical-menu .menu li a:hover,
.cfSite .vertical-menu .menu .active a {
  color: #fff; }
.cfSite .button, .cfSite a.button {
  background: #ad2323;
  border: none; }
  .cfSite .button:hover, .cfSite a.button:hover {
    background: #dd5959; }
.cfSite footer {
  background: #ad2323;
  color: #fff; }
  .cfSite footer a {
    color: #fff; }
    .cfSite footer a:hover {
      color: #000; }

.c-step a {
  color: #fff; }

/* Modal window
**************************************************/
.modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px; }

.animate-opacity {
  animation: opac 0.8s; }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Media Queries
**************************************************/
@media screen and (max-width: 992px) {
  .bottom, .box-text {
    text-align: center; } }
@media screen and (max-width: 768px) {
  footer ul.social-widget,
  .homeFeature h4,
  .container {
    text-align: center; }

  .footerRight {
    text-align: center;
    background: #ced4da; }

  .bottom {
    margin-top: 0px; }

  .b-r-3 {
    border: none; }

  .bx-wrapper #slider2 .bx-caption span {
    font-size: 1.6em; } }
