/* -------------- */
/* DEFAULT COLORS */
/* -------------- */
.btn span {
  background: rgba(255, 255, 255, 0.2);
}
.btn i {
  color: white !important;
}

.btn-default {
  background: #6c6c6c !important;
  color: white !important;
}
.btn-default:hover {
  background: #404040 !important;
}

.btn-warning {
  background: #f18d38 !important;
  color: white !important;
}
.btn-warning:hover {
  background: #e57211 !important;
}

.btn-danger {
  background: #e74c3c !important;
  color: white !important;
}
.btn-danger:hover {
  background: #d62c1a !important;
}

.btn-success {
  background: #427e77 !important;
  color: white !important;
}
.btn-success:hover {
  background: #305d57 !important;
}

.btn-info {
  background: #5d89ac !important;
  color: white !important;
}
.btn-info:hover {
  background: #486f8e !important;
}

.panel-default .panel-heading {
  background: #6c6c6c !important;
}
.panel-default .panel-heading a, .panel-default .panel-heading a:hover {
  color: white !important;
}
.panel-default .panel-title {
  color: white !important;
}

.panel-warning .panel-heading {
  background: #f18d38 !important;
}
.panel-warning .panel-heading a, .panel-warning .panel-heading a:hover {
  color: white !important;
}
.panel-warning .panel-title {
  color: white !important;
}

.panel-danger .panel-heading {
  background: #e74c3c !important;
}
.panel-danger .panel-heading a, .panel-danger .panel-heading a:hover {
  color: white !important;
}
.panel-danger .panel-title {
  color: white !important;
}

.panel-success .panel-heading {
  background: #427e77 !important;
}
.panel-success .panel-heading a, .panel-success .panel-heading a:hover {
  color: white !important;
}
.panel-success .panel-title {
  color: white !important;
}

.panel-info .panel-heading {
  background: #5d89ac !important;
}
.panel-info .panel-heading a, .panel-info .panel-heading a:hover {
  color: white !important;
}
.panel-info .panel-title {
  color: white !important;
}

.alert-warning {
  background: #f18d38;
  color: white !important;
}
.alert-warning a {
  color: white !important;
  text-decoration: underline;
}
.alert-warning .btn, .alert-warning .button {
  background: white !important;
  color: #f18d38 !important;
  text-decoration: none;
}

.alert-danger {
  background: #e74c3c;
  color: white !important;
}
.alert-danger a {
  color: white !important;
  text-decoration: underline;
}
.alert-danger .btn, .alert-danger .button {
  background: white !important;
  color: #e74c3c !important;
  text-decoration: none;
}

.alert-success {
  background: #427e77;
  color: white !important;
}
.alert-success a {
  color: white !important;
  text-decoration: underline;
}
.alert-success .btn, .alert-success .button {
  background: white !important;
  color: #427e77 !important;
  text-decoration: none;
}

.alert-info {
  background: #5d89ac;
  color: white !important;
}
.alert-info a {
  color: white !important;
  text-decoration: underline;
}
.alert-info .btn, .alert-info .button {
  background: white !important;
  color: #5d89ac !important;
  text-decoration: none;
}

.progress-bar-default {
  box-shadow: none;
  background: #6c6c6c;
}
.progress-bar-default span {
  color: white;
}

.progress-bar-default.progress-striped .progress-bar, .progress-striped .progress-bar-default {
  background-color: #6c6c6c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background: #f18d38;
  box-shadow: none;
}
.progress-bar-warning span {
  color: white;
}

.progress-bar-warning.progress-striped .progress-bar, .progress-striped .progress-bar-warning {
  background-color: #f18d38;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  box-shadow: none;
  background: #e74c3c;
}
.progress-bar-danger span {
  color: white;
}

.progress-bar-danger.progress-striped .progress-bar, .progress-striped .progress-bar-danger {
  background-color: #e74c3c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
  box-shadow: none;
  background: #427e77;
}
.progress-bar-success span {
  color: white;
}

.progress-bar-success.progress-striped .progress-bar, .progress-striped .progress-bar-success {
  background-color: #427e77;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  box-shadow: none;
  background: #5d89ac;
}
.progress-bar-info span {
  color: white;
}

.progress-bar-info.progress-striped .progress-bar, .progress-striped .progress-bar-info {
  background-color: #5d89ac;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.figure-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.figure-overlay .figure-caption-title, .figure-overlay .figure-caption-description {
  color: white;
}
.figure-overlay .figure-icon {
  border-color: rgba(255, 255, 255, 0.8);
}
.figure-overlay small {
  color: rgba(255, 255, 255, 0.8) !important;
}
.figure-overlay svg {
  stroke: white !important;
}
.figure-overlay .bordered:after {
  background: white !important;
}
.figure-overlay .btn {
  background: white !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.figure-overlay .btn:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

.mfp-bg {
  background: rgba(255, 255, 255, 0.95);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: white;
}

.mfp-counter, .mfp-preloader {
  color: black;
}

button.mfp-arrow {
  background: rgba(0, 0, 0, 0.9) !important;
}

.mfp-arrow:before {
  color: white;
}

.go-top {
  background: #1c1c1c !important;
}
.go-top i {
  color: white;
}

.carousel-control {
  color: white !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.carousel-caption, .carousel-caption h3 {
  color: white !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}

.carousel-indicators li.active {
  background: white;
  border-color: white;
}

.flex-direction-nav a {
  color: white !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.flex-control-nav a {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.flex-control-nav a.flex-active {
  background: white;
}

.flexslider figcaption {
  background: rgba(0, 0, 0, 0.2);
}
.flexslider figcaption h3, .flexslider figcaption p {
  color: white;
}

.ls-fullwidth .ls-nav-prev:after, .ls-fullwidth .ls-nav-next:after {
  color: white !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.gform_wrapper .gfield_required.gfield_error, .gform_wrapper .gfield_error .gfield_label, .gform_wrapper .gfield_contains_required.gfield_error {
  color: #a82315;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border: 1px solid rgba(214, 44, 26, 0.5);
  background: rgba(231, 76, 60, 0.5);
  color: #a82315;
}

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  box-shadow: 0px 3px 0px #e74c3c;
}

.validation_error {
  background: #e74c3c;
  color: white;
}

.validation_error hr {
  border-top-color: #e74c3c;
}

.validation_error .alert-link {
  color: #e6e6e6;
}

.panel-bbpress .bbp-template-notice {
  color: #e74c3c;
}

[role="alert"] {
  color: #e74c3c;
}
[role="alert"].wpcf7-mail-sent-ok {
  color: #427e77;
}
/* - White - */
.swatch-white, [class*="swatch-"] .swatch-white {
  background: white;
  color: #4c4c4c;
}
.swatch-white h1, .swatch-white h2, .swatch-white h3, .swatch-white h4, .swatch-white h5, .swatch-white h6, [class*="swatch-"] .swatch-white h1, [class*="swatch-"] .swatch-white h2, [class*="swatch-"] .swatch-white h3, [class*="swatch-"] .swatch-white h4, [class*="swatch-"] .swatch-white h5, [class*="swatch-"] .swatch-white h6 {
  color: #1c1c1c;
}
.swatch-white h1 small, .swatch-white h2 small, .swatch-white h3 small, .swatch-white h4 small, .swatch-white h5 small, .swatch-white h6 small, [class*="swatch-"] .swatch-white h1 small, [class*="swatch-"] .swatch-white h2 small, [class*="swatch-"] .swatch-white h3 small, [class*="swatch-"] .swatch-white h4 small, [class*="swatch-"] .swatch-white h5 small, [class*="swatch-"] .swatch-white h6 small {
  color: rgba(28, 28, 28, 0.8);
}
.swatch-white a, [class*="swatch-"] .swatch-white a {
  color: #6a989e;
}
.swatch-white a:hover, [class*="swatch-"] .swatch-white a:hover {
  color: #4f9bc2;
}
.swatch-white small, [class*="swatch-"] .swatch-white small {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white small a, [class*="swatch-"] .swatch-white small a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white small a:hover, [class*="swatch-"] .swatch-white small a:hover {
  color: #6a989e;
}
.swatch-white i, [class*="swatch-"] .swatch-white i {
  color: #4c4c4c;
}
.swatch-white blockquote:before, [class*="swatch-"] .swatch-white blockquote:before {
  background-color: #6a989e;
}
.swatch-white blockquote small, .swatch-white blockquote footer, [class*="swatch-"] .swatch-white blockquote small, [class*="swatch-"] .swatch-white blockquote footer {
  color: #1c1c1c;
}
.swatch-white ::selection, [class*="swatch-"] .swatch-white ::selection {
  background: #6a989e;
  color: white;
}
.swatch-white ::-moz-selection, [class*="swatch-"] .swatch-white ::-moz-selection {
  background: #6a989e;
  color: white;
}
.swatch-white hr, [class*="swatch-"] .swatch-white hr {
  border-top-color: #e9e9e9;
}
.swatch-white pre, [class*="swatch-"] .swatch-white pre {
  background: #1c1c1c;
  color: white;
}
.swatch-white .active, [class*="swatch-"] .swatch-white .active {
  color: #4f9bc2;
}
.swatch-white .btn-primary, .swatch-white button, .swatch-white input[type="submit"], [class*="swatch-"] .swatch-white .btn-primary, [class*="swatch-"] .swatch-white button, [class*="swatch-"] .swatch-white input[type="submit"] {
  background-color: #6a989e;
  color: white;
}
.swatch-white .btn-primary:hover, .swatch-white button:hover, .swatch-white input[type="submit"]:hover, [class*="swatch-"] .swatch-white .btn-primary:hover, [class*="swatch-"] .swatch-white button:hover, [class*="swatch-"] .swatch-white input[type="submit"]:hover {
  background-color: rgba(147, 209, 217, 0.9);
  color: white;
}
.swatch-white .btn-primary.btn-icon-left span, .swatch-white .btn-primary.btn-icon-right span, .swatch-white button.btn-icon-left span, .swatch-white button.btn-icon-right span, .swatch-white input[type="submit"].btn-icon-left span, .swatch-white input[type="submit"].btn-icon-right span, [class*="swatch-"] .swatch-white .btn-primary.btn-icon-left span, [class*="swatch-"] .swatch-white .btn-primary.btn-icon-right span, [class*="swatch-"] .swatch-white button.btn-icon-left span, [class*="swatch-"] .swatch-white button.btn-icon-right span, [class*="swatch-"] .swatch-white input[type="submit"].btn-icon-left span, [class*="swatch-"] .swatch-white input[type="submit"].btn-icon-right span {
  background-color: rgba(255, 255, 255, 0.3);
}
.swatch-white .btn-primary i, [class*="swatch-"] .swatch-white .btn-primary i {
  color: white !important;
}
.swatch-white .btn-link, [class*="swatch-"] .swatch-white .btn-link {
  background: none;
  color: #6a989e;
  text-decoration: none;
  box-shadow: 0px 0px 0px 1px #6a989e inset;
}
.swatch-white .btn-link span, [class*="swatch-"] .swatch-white .btn-link span {
  background: none;
}
.swatch-white .btn-link i, [class*="swatch-"] .swatch-white .btn-link i {
  color: #6a989e !important;
}
.swatch-white .btn-link:hover, [class*="swatch-"] .swatch-white .btn-link:hover {
  text-decoration: none;
  background-color: #6a989e;
  color: white;
  box-shadow: 0px 0px 0px 1px #6a989e;
}
.swatch-white .btn-link:hover i, [class*="swatch-"] .swatch-white .btn-link:hover i {
  color: white !important;
}
.swatch-white .open .dropdown-toggle.btn-primary, [class*="swatch-"] .swatch-white .open .dropdown-toggle.btn-primary {
  background-color: #6a989e;
  color: white;
}
.swatch-white .btn-group .dropdown-menu, [class*="swatch-"] .swatch-white .btn-group .dropdown-menu {
  background-color: #6a989e;
}
.swatch-white .btn-group .dropdown-menu > li > a, [class*="swatch-"] .swatch-white .btn-group .dropdown-menu > li > a {
  color: white;
  box-shadow: 0px -1px 0px #6cbfea;
}
.swatch-white .btn-group .dropdown-menu > li:first-child > a, [class*="swatch-"] .swatch-white .btn-group .dropdown-menu > li:first-child > a {
  box-shadow: none;
}
.swatch-white .btn-group .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-white .btn-group .dropdown-menu > li > a:hover {
  background: #a1d6f1;
}
.swatch-white .label-primary, [class*="swatch-"] .swatch-white .label-primary {
  background: #6a989e;
  color: white;
}
.swatch-white .label-primary a, [class*="swatch-"] .swatch-white .label-primary a {
  color: white;
}
.swatch-white select, .swatch-white textarea, .swatch-white input, .swatch-white .uneditable-input, .swatch-white .input-group-btn, [class*="swatch-"] .swatch-white select, [class*="swatch-"] .swatch-white textarea, [class*="swatch-"] .swatch-white input, [class*="swatch-"] .swatch-white .uneditable-input, [class*="swatch-"] .swatch-white .input-group-btn {
  background: #e9e9e9;
  color: #4c4c4c;
}
.swatch-white select:-moz-placeholder, .swatch-white textarea:-moz-placeholder, .swatch-white input:-moz-placeholder, .swatch-white .uneditable-input:-moz-placeholder, .swatch-white .input-group-btn:-moz-placeholder, [class*="swatch-"] .swatch-white select:-moz-placeholder, [class*="swatch-"] .swatch-white textarea:-moz-placeholder, [class*="swatch-"] .swatch-white input:-moz-placeholder, [class*="swatch-"] .swatch-white .uneditable-input:-moz-placeholder, [class*="swatch-"] .swatch-white .input-group-btn:-moz-placeholder {
  color: #8c8c8c;
}
.swatch-white select::-moz-placeholder, .swatch-white textarea::-moz-placeholder, .swatch-white input::-moz-placeholder, .swatch-white .uneditable-input::-moz-placeholder, .swatch-white .input-group-btn::-moz-placeholder, [class*="swatch-"] .swatch-white select::-moz-placeholder, [class*="swatch-"] .swatch-white textarea::-moz-placeholder, [class*="swatch-"] .swatch-white input::-moz-placeholder, [class*="swatch-"] .swatch-white .uneditable-input::-moz-placeholder, [class*="swatch-"] .swatch-white .input-group-btn::-moz-placeholder {
  color: #8c8c8c;
}
.swatch-white select:-ms-input-placeholder, .swatch-white textarea:-ms-input-placeholder, .swatch-white input:-ms-input-placeholder, .swatch-white .uneditable-input:-ms-input-placeholder, .swatch-white .input-group-btn:-ms-input-placeholder, [class*="swatch-"] .swatch-white select:-ms-input-placeholder, [class*="swatch-"] .swatch-white textarea:-ms-input-placeholder, [class*="swatch-"] .swatch-white input:-ms-input-placeholder, [class*="swatch-"] .swatch-white .uneditable-input:-ms-input-placeholder, [class*="swatch-"] .swatch-white .input-group-btn:-ms-input-placeholder {
  color: #8c8c8c;
}
.swatch-white select::-webkit-input-placeholder, .swatch-white textarea::-webkit-input-placeholder, .swatch-white input::-webkit-input-placeholder, .swatch-white .uneditable-input::-webkit-input-placeholder, .swatch-white .input-group-btn::-webkit-input-placeholder, [class*="swatch-"] .swatch-white select::-webkit-input-placeholder, [class*="swatch-"] .swatch-white textarea::-webkit-input-placeholder, [class*="swatch-"] .swatch-white input::-webkit-input-placeholder, [class*="swatch-"] .swatch-white .uneditable-input::-webkit-input-placeholder, [class*="swatch-"] .swatch-white .input-group-btn::-webkit-input-placeholder {
  color: #8c8c8c;
}
.swatch-white input:focus, .swatch-white textarea:focus, .swatch-white select.form-control:focus, [class*="swatch-"] .swatch-white input:focus, [class*="swatch-"] .swatch-white textarea:focus, [class*="swatch-"] .swatch-white select.form-control:focus {
  -webkit-box-shadow: 0px 3px 0px #6a989e;
  -moz-box-shadow: 0px 3px 0px #6a989e;
  box-shadow: 0px 3px 0px #6a989e;
}
.swatch-white input[type="checkbox"], .swatch-white input[type="radio"], [class*="swatch-"] .swatch-white input[type="checkbox"], [class*="swatch-"] .swatch-white input[type="radio"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.swatch-white .form-icon-group i, [class*="swatch-"] .swatch-white .form-icon-group i {
  color: #6a989e;
}
.swatch-white input[type="button"], [class*="swatch-"] .swatch-white input[type="button"] {
  background: #6a989e;
  color: white;
}
.swatch-white .select-wrap, [class*="swatch-"] .swatch-white .select-wrap {
  background: #e9e9e9;
}
.swatch-white .select-wrap:after, [class*="swatch-"] .swatch-white .select-wrap:after {
  color: #4c4c4c;
}
.swatch-white .table th, [class*="swatch-"] .swatch-white .table th {
  background-color: #6a989e;
  text-transform: uppercase;
  color: white;
}
.swatch-white .table th, .swatch-white .table td, .swatch-white .table-bordered, [class*="swatch-"] .swatch-white .table th, [class*="swatch-"] .swatch-white .table td, [class*="swatch-"] .swatch-white .table-bordered {
  border-color: #e9e9e9;
}
.swatch-white .table-hover tbody tr:hover th, [class*="swatch-"] .swatch-white .table-hover tbody tr:hover th {
  background: #e9e9e9;
}
.swatch-white .table-striped > tbody > tr:nth-child(odd) > td, .swatch-white .table-striped > tbody > tr:nth-child(odd) > th, .swatch-white .table-hover > tbody > tr:hover > td, .swatch-white .table-hover > tbody > tr:hover > th, [class*="swatch-"] .swatch-white .table-striped > tbody > tr:nth-child(odd) > td, [class*="swatch-"] .swatch-white .table-striped > tbody > tr:nth-child(odd) > th, [class*="swatch-"] .swatch-white .table-hover > tbody > tr:hover > td, [class*="swatch-"] .swatch-white .table-hover > tbody > tr:hover > th {
  background: #e9e9e9;
}
.swatch-white#masthead, [class*="swatch-"] .swatch-white#masthead {
  border-color: white;
}
.swatch-white.navbar, [class*="swatch-"] .swatch-white.navbar {
  background: white;
  color: #1c1c1c;
}
.swatch-white .navbar-text, [class*="swatch-"] .swatch-white .navbar-text {
  color: #1c1c1c;
}
.swatch-white.navbar .navbar-brand, [class*="swatch-"] .swatch-white.navbar .navbar-brand {
  color: #1c1c1c;
}
.swatch-white.navbar .navbar-brand:hover, [class*="swatch-"] .swatch-white.navbar .navbar-brand:hover {
  color: #1c1c1c;
}
.swatch-white.navbar .nav > li > a, [class*="swatch-"] .swatch-white.navbar .nav > li > a {
  color: #4c4c4c;
}
.swatch-white.navbar .nav > li > a:hover, .swatch-white.navbar .nav > li > a:focus, [class*="swatch-"] .swatch-white.navbar .nav > li > a:hover, [class*="swatch-"] .swatch-white.navbar .nav > li > a:focus {
  color: #6a989e;
  background: none;
}
.swatch-white.navbar .nav > li > a:before, [class*="swatch-"] .swatch-white.navbar .nav > li > a:before {
  background-color: #6a989e;
}
.swatch-white.navbar a .menu-icon, [class*="swatch-"] .swatch-white.navbar a .menu-icon {
  color: #4c4c4c;
}
.swatch-white.navbar a:hover .menu-icon, [class*="swatch-"] .swatch-white.navbar a:hover .menu-icon {
  color: #6a989e;
}
.swatch-white.navbar .dropdown-menu a:hover .menu-icon, [class*="swatch-"] .swatch-white.navbar .dropdown-menu a:hover .menu-icon {
  color: white;
}
.swatch-white .navbar-toggle, [class*="swatch-"] .swatch-white .navbar-toggle {
  background: none !important;
}
.swatch-white .navbar-toggle .icon-bar, [class*="swatch-"] .swatch-white .navbar-toggle .icon-bar {
  background-color: #1c1c1c;
}
.swatch-white .navbar-toggle:hover, [class*="swatch-"] .swatch-white .navbar-toggle:hover {
  background: none;
}
.swatch-white.navbar .nav > li > a:focus, .swatch-white.navbar .nav > li > a:hover, .swatch-white.navbar .nav > .active > a, .swatch-white.navbar .nav > .active > a:hover, .swatch-white.navbar .nav > .current-menu-parent > a, .swatch-white.navbar .nav > .current-menu-ancestor > a, .swatch-white.navbar .nav > .current-menu-item > a, .swatch-white.navbar .nav > .current-menu-item > a:hover, .swatch-white.navbar .nav > .current-menu-item > a:focus, .swatch-white.navbar .nav > .active > a:focus, .swatch-white.navbar .nav li.dropdown.open > .dropdown-toggle, .swatch-white.navbar .nav li.dropdown.active > .dropdown-toggle, .swatch-white.navbar .nav li.dropdown.open.active > .dropdown-toggle, [class*="swatch-"] .swatch-white.navbar .nav > li > a:focus, [class*="swatch-"] .swatch-white.navbar .nav > li > a:hover, [class*="swatch-"] .swatch-white.navbar .nav > .active > a, [class*="swatch-"] .swatch-white.navbar .nav > .active > a:hover, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-parent > a, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-ancestor > a, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a:hover, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a:focus, [class*="swatch-"] .swatch-white.navbar .nav > .active > a:focus, [class*="swatch-"] .swatch-white.navbar .nav li.dropdown.open > .dropdown-toggle, [class*="swatch-"] .swatch-white.navbar .nav li.dropdown.active > .dropdown-toggle, [class*="swatch-"] .swatch-white.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #6a989e;
}
.swatch-white.navbar .nav > li > a:focus:before, .swatch-white.navbar .nav > li > a:hover:before, .swatch-white.navbar .nav > .active > a:before, .swatch-white.navbar .nav > .active > a:hover:before, .swatch-white.navbar .nav > .current-menu-parent > a:before, .swatch-white.navbar .nav > .current-menu-ancestor > a:before, .swatch-white.navbar .nav > .current-menu-item > a:before, .swatch-white.navbar .nav > .current-menu-item > a:hover:before, .swatch-white.navbar .nav > .current-menu-item > a:focus:before, .swatch-white.navbar .nav > .active > a:focus:before, .swatch-white.navbar .nav li.dropdown.open > .dropdown-toggle:before, .swatch-white.navbar .nav li.dropdown.active > .dropdown-toggle:before, .swatch-white.navbar .nav li.dropdown.open.active > .dropdown-toggle:before, [class*="swatch-"] .swatch-white.navbar .nav > li > a:focus:before, [class*="swatch-"] .swatch-white.navbar .nav > li > a:hover:before, [class*="swatch-"] .swatch-white.navbar .nav > .active > a:before, [class*="swatch-"] .swatch-white.navbar .nav > .active > a:hover:before, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-parent > a:before, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-ancestor > a:before, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a:before, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a:hover:before, [class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a:focus:before, [class*="swatch-"] .swatch-white.navbar .nav > .active > a:focus:before, [class*="swatch-"] .swatch-white.navbar .nav li.dropdown.open > .dropdown-toggle:before, [class*="swatch-"] .swatch-white.navbar .nav li.dropdown.active > .dropdown-toggle:before, [class*="swatch-"] .swatch-white.navbar .nav li.dropdown.open.active > .dropdown-toggle:before {
  background-color: #6a989e;
}
.swatch-white.navbar .nav > .disabled > a, [class*="swatch-"] .swatch-white.navbar .nav > .disabled > a {
  color: #1c1c1c;
}
.swatch-white.navbar .nav > .disabled > a:before, [class*="swatch-"] .swatch-white.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-white .dropdown-menu, [class*="swatch-"] .swatch-white .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px #6a989e inset;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px #6a989e inset;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px #6a989e inset;
}
.swatch-white .dropdown-menu > li > a, [class*="swatch-"] .swatch-white .dropdown-menu > li > a {
  color: #1c1c1c;
}
.swatch-white .dropdown-menu > li > a:hover, .swatch-white .dropdown-menu > .active > a, .swatch-white .dropdown-menu > .active > a:hover, .swatch-white .dropdown-menu > .active > a:focus, [class*="swatch-"] .swatch-white .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a:hover, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a:focus {
  background: #6a989e;
  color: white;
}
.swatch-white .dropdown-menu > li > a:hover i, .swatch-white .dropdown-menu > .active > a i, .swatch-white .dropdown-menu > .active > a:hover i, .swatch-white .dropdown-menu > .active > a:focus i, [class*="swatch-"] .swatch-white .dropdown-menu > li > a:hover i, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a i, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a:hover i, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a:focus i {
  color: white;
}
.swatch-white .dropdown-menu > li.disabled > a:hover, [class*="swatch-"] .swatch-white .dropdown-menu > li.disabled > a:hover {
  color: #1c1c1c;
}
.swatch-white.navbar .nav > li > .dropdown-menu:after, .swatch-white.navbar .nav > li > .dropdown-menu:before, [class*="swatch-"] .swatch-white.navbar .nav > li > .dropdown-menu:after, [class*="swatch-"] .swatch-white.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-white.navbar-scrolled, [class*="swatch-"] .swatch-white.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95);
}
.swatch-white .dropdown-submenu > a:after, [class*="swatch-"] .swatch-white .dropdown-submenu > a:after {
  border-left-color: #6a989e !important;
}
.swatch-white .dropdown-submenu > a:hover:after, [class*="swatch-"] .swatch-white .dropdown-submenu > a:hover:after {
  border-left-color: white !important;
}
.swatch-white .dropdown-menu .divider, [class*="swatch-"] .swatch-white .dropdown-menu .divider {
  background-color: rgba(233, 233, 233, 0.8);
}
.swatch-white.navbar .nav-highlight > a, [class*="swatch-"] .swatch-white.navbar .nav-highlight > a {
  color: white !important;
}
.swatch-white.navbar .nav-highlight > a:after, [class*="swatch-"] .swatch-white.navbar .nav-highlight > a:after {
  background: #6a989e;
}
.swatch-white.navbar .nav-highlight > a:hover, [class*="swatch-"] .swatch-white.navbar .nav-highlight > a:hover {
  color: white !important;
}
.swatch-white.navbar .nav-highlight > a:hover:after, [class*="swatch-"] .swatch-white.navbar .nav-highlight > a:hover:after {
  background: rgba(130, 201, 237, 0.8);
}
.swatch-white.navbar li.nav-highlight-ghost > a, [class*="swatch-"] .swatch-white.navbar li.nav-highlight-ghost > a {
  color: #6a989e;
}
.swatch-white.navbar li.nav-highlight-ghost > a:after, [class*="swatch-"] .swatch-white.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #6a989e;
}
.swatch-white.navbar li.nav-highlight-ghost > a:hover, [class*="swatch-"] .swatch-white.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(130, 201, 237, 0.8);
}
.swatch-white.navbar li.nav-highlight-ghost > a:hover:after, [class*="swatch-"] .swatch-white.navbar li.nav-highlight-ghost > a:hover:after {
  border-color: rgba(130, 201, 237, 0.8);
}
.transparent-header .swatch-white.navbar, .transparent-header [class*="swatch-"] .swatch-white.navbar {
  background: none;
}
.transparent-header .swatch-white.navbar-scrolled, .transparent-header [class*="swatch-"] .swatch-white.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
}
.transparent-header .swatch-white.search-active, .transparent-header [class*="swatch-"] .swatch-white.search-active {
  background: white !important;
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a, [class*="swatch-"] .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a {
  color: #1c1c1c;
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover, [class*="swatch-"] .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {
  background: transparent;
  color: #6a989e;
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover .menu-icon, [class*="swatch-"] .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover .menu-icon {
  color: #6a989e;
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a, [class*="swatch-"] .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a {
  color: #6a989e;
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > p, [class*="swatch-"] .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > p {
  border-bottom-color: rgba(233, 233, 233, 0.8);
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li:before, [class*="swatch-"] .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
  background: rgba(233, 233, 233, 0.8);
}
@media (max-width: 992px) {
  .swatch-white.navbar .nav > li > a, [class*="swatch-"] .swatch-white.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-white.navbar .dropdown-menu, [class*="swatch-"] .swatch-white.navbar .dropdown-menu {
    background: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-white.navbar .dropdown-menu > li > a, [class*="swatch-"] .swatch-white.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-white.navbar .dropdown-menu > li > a:hover, .swatch-white.navbar .dropdown-menu > li > a:focus, .swatch-white.navbar .dropdown-menu > li.active > a, [class*="swatch-"] .swatch-white.navbar .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-white.navbar .dropdown-menu > li > a:focus, [class*="swatch-"] .swatch-white.navbar .dropdown-menu > li.active > a {
    background: #6a989e;
    color: white;
  }
  .swatch-white .dropdown-submenu > ul > li > a, [class*="swatch-"] .swatch-white .dropdown-submenu > ul > li > a {
    background: #e9e9e9;
  }
  .swatch-white .dropdown-submenu > ul > li > a:hover, [class*="swatch-"] .swatch-white .dropdown-submenu > ul > li > a:hover {
    background: #e9e9e9;
  }
  .swatch-white .dropdown-submenu > a:after, [class*="swatch-"] .swatch-white .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #6a989e !important;
  }
  .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover, [class*="swatch-"] .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {
    background: #6a989e;
    color: white;
  }
  .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li:before, [class*="swatch-"] .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
    display: none;
  }
  .swatch-white .nav-highlight > a, [class*="swatch-"] .swatch-white .nav-highlight > a {
    color: #6a989e !important;
  }
  .swatch-white .nav-highlight > a:after, [class*="swatch-"] .swatch-white .nav-highlight > a:after {
    background: transparent;
  }
  .swatch-white .nav-highlight > a:hover, [class*="swatch-"] .swatch-white .nav-highlight > a:hover {
    color: #6a989e !important;
  }
  .swatch-white .nav-highlight > a:hover:after, [class*="swatch-"] .swatch-white .nav-highlight > a:hover:after {
    background: transparent;
  }
  .transparent-header .swatch-white .navbar-collapse, .transparent-header [class*="swatch-"] .swatch-white .navbar-collapse {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
.swatch-white .pagination > li > a, .swatch-white .pagination > li > span, [class*="swatch-"] .swatch-white .pagination > li > a, [class*="swatch-"] .swatch-white .pagination > li > span {
  background: #6a989e;
  color: white;
}
.swatch-white .pagination > .active > a, .swatch-white .pagination > .active > span, .swatch-white .pagination > li > a:hover, [class*="swatch-"] .swatch-white .pagination > .active > a, [class*="swatch-"] .swatch-white .pagination > .active > span, [class*="swatch-"] .swatch-white .pagination > li > a:hover {
  background: rgba(130, 201, 237, 0.8);
}
.swatch-white .pagination > .active > a i, .swatch-white .pagination > .active > span i, .swatch-white .pagination > li > a:hover i, [class*="swatch-"] .swatch-white .pagination > .active > a i, [class*="swatch-"] .swatch-white .pagination > .active > span i, [class*="swatch-"] .swatch-white .pagination > li > a:hover i {
  color: white;
}
.swatch-white .pagination > li:first-child i, .swatch-white .pagination > li:last-child i, [class*="swatch-"] .swatch-white .pagination > li:first-child i, [class*="swatch-"] .swatch-white .pagination > li:last-child i {
  color: white;
}
.swatch-white .pagination > li.disabled span i, [class*="swatch-"] .swatch-white .pagination > li.disabled span i {
  color: rgba(255, 255, 255, 0.4);
}
.swatch-white .pager > li > a, [class*="swatch-"] .swatch-white .pager > li > a {
  background: #6a989e;
  color: white;
}
.swatch-white .pager > li > a i, [class*="swatch-"] .swatch-white .pager > li > a i {
  color: white;
}
.swatch-white .tooltip-inner, [class*="swatch-"] .swatch-white .tooltip-inner {
  background-color: #6a989e;
  color: white;
}
.swatch-white .tooltip.in, [class*="swatch-"] .swatch-white .tooltip.in {
  opacity: 1;
}
.swatch-white .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-white .tooltip.top .tooltip-arrow {
  border-top-color: #6a989e;
}
.swatch-white .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-white .tooltip.right .tooltip-arrow {
  border-right-color: #6a989e;
}
.swatch-white .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-white .tooltip.left .tooltip-arrow {
  border-left-color: #6a989e;
}
.swatch-white .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-white .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6a989e;
}
.swatch-white .jumbotron, [class*="swatch-"] .swatch-white .jumbotron {
  background: #e9e9e9;
}
.swatch-white .progress-bar-primary, [class*="swatch-"] .swatch-white .progress-bar-primary {
  background: #6a989e;
  box-shadow: none;
}
.swatch-white .progress-bar-primary span, [class*="swatch-"] .swatch-white .progress-bar-primary span {
  color: white;
}
.swatch-white .progress-bar-primary.progress-striped .progress-bar, .swatch-white .progress-striped .progress-bar-primary, [class*="swatch-"] .swatch-white .progress-bar-primary.progress-striped .progress-bar, [class*="swatch-"] .swatch-white .progress-striped .progress-bar-primary {
  background-color: #6a989e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.swatch-white .badge, [class*="swatch-"] .swatch-white .badge {
  background: #6a989e;
  color: white;
}
.swatch-white .tab-content, .swatch-white .nav-tabs .active a, .swatch-white .tab-content, .swatch-white .nav-tabs .active a:hover, [class*="swatch-"] .swatch-white .tab-content, [class*="swatch-"] .swatch-white .nav-tabs .active a, [class*="swatch-"] .swatch-white .tab-content, [class*="swatch-"] .swatch-white .nav-tabs .active a:hover {
  background: #6a989e;
}
.swatch-white .nav-tabs > li > a:hover, .swatch-white .nav-tabs > li > a:focus, [class*="swatch-"] .swatch-white .nav-tabs > li > a:hover, [class*="swatch-"] .swatch-white .nav-tabs > li > a:focus {
  color: white;
  background-color: #6a989e;
}
.swatch-white .nav-tabs > li.active > a, [class*="swatch-"] .swatch-white .nav-tabs > li.active > a {
  color: white;
}
.swatch-white .nav-tabs > li.active > a:hover, [class*="swatch-"] .swatch-white .nav-tabs > li.active > a:hover {
  color: white;
}
.swatch-white .nav-pills > li > a .badge, [class*="swatch-"] .swatch-white .nav-pills > li > a .badge {
  background: #6a989e;
  color: white;
}
.swatch-white .nav-pills > .active > a, .swatch-white .nav-pills > .active > a:hover, .swatch-white .nav-pills > li > a:hover, .swatch-white .nav-pills > li > a:focus, [class*="swatch-"] .swatch-white .nav-pills > .active > a, [class*="swatch-"] .swatch-white .nav-pills > .active > a:hover, [class*="swatch-"] .swatch-white .nav-pills > li > a:hover, [class*="swatch-"] .swatch-white .nav-pills > li > a:focus {
  background: #6a989e;
  color: white;
}
.swatch-white .nav-pills > .active > a .badge, .swatch-white .nav-pills > .active > a:hover .badge, .swatch-white .nav-pills > li > a:hover .badge, .swatch-white .nav-pills > li > a:focus .badge, [class*="swatch-"] .swatch-white .nav-pills > .active > a .badge, [class*="swatch-"] .swatch-white .nav-pills > .active > a:hover .badge, [class*="swatch-"] .swatch-white .nav-pills > li > a:hover .badge, [class*="swatch-"] .swatch-white .nav-pills > li > a:focus .badge {
  background: white;
  color: #6a989e;
}
.swatch-white .nav-pills > .active > a:hover, .swatch-white .nav-pills > .active > a:hover:hover, .swatch-white .nav-pills > li > a:hover:hover, .swatch-white .nav-pills > li > a:focus:hover, [class*="swatch-"] .swatch-white .nav-pills > .active > a:hover, [class*="swatch-"] .swatch-white .nav-pills > .active > a:hover:hover, [class*="swatch-"] .swatch-white .nav-pills > li > a:hover:hover, [class*="swatch-"] .swatch-white .nav-pills > li > a:focus:hover {
  color: white;
}
.swatch-white .tab-pane, .swatch-white .tab-pane.active, [class*="swatch-"] .swatch-white .tab-pane, [class*="swatch-"] .swatch-white .tab-pane.active {
  color: white;
}
.swatch-white .tab-pane h1, .swatch-white .tab-pane h2, .swatch-white .tab-pane h3, .swatch-white .tab-pane h4, .swatch-white .tab-pane h5, .swatch-white .tab-pane h6, .swatch-white .tab-pane a, .swatch-white .tab-pane p, .swatch-white .tab-pane.active h1, .swatch-white .tab-pane.active h2, .swatch-white .tab-pane.active h3, .swatch-white .tab-pane.active h4, .swatch-white .tab-pane.active h5, .swatch-white .tab-pane.active h6, .swatch-white .tab-pane.active a, .swatch-white .tab-pane.active p, [class*="swatch-"] .swatch-white .tab-pane h1, [class*="swatch-"] .swatch-white .tab-pane h2, [class*="swatch-"] .swatch-white .tab-pane h3, [class*="swatch-"] .swatch-white .tab-pane h4, [class*="swatch-"] .swatch-white .tab-pane h5, [class*="swatch-"] .swatch-white .tab-pane h6, [class*="swatch-"] .swatch-white .tab-pane a, [class*="swatch-"] .swatch-white .tab-pane p, [class*="swatch-"] .swatch-white .tab-pane.active h1, [class*="swatch-"] .swatch-white .tab-pane.active h2, [class*="swatch-"] .swatch-white .tab-pane.active h3, [class*="swatch-"] .swatch-white .tab-pane.active h4, [class*="swatch-"] .swatch-white .tab-pane.active h5, [class*="swatch-"] .swatch-white .tab-pane.active h6, [class*="swatch-"] .swatch-white .tab-pane.active a, [class*="swatch-"] .swatch-white .tab-pane.active p {
  color: white;
}
.swatch-white .tab-pane .btn, .swatch-white .tab-pane.active .btn, [class*="swatch-"] .swatch-white .tab-pane .btn, [class*="swatch-"] .swatch-white .tab-pane.active .btn {
  color: #6a989e !important;
  background: white !important;
}
.swatch-white .tab-pane .tooltip-inner, .swatch-white .tab-pane.active .tooltip-inner, [class*="swatch-"] .swatch-white .tab-pane .tooltip-inner, [class*="swatch-"] .swatch-white .tab-pane.active .tooltip-inner {
  background-color: white;
  color: #6a989e;
}
.swatch-white .tab-pane .tooltip.top .tooltip-arrow, .swatch-white .tab-pane.active .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-white .tab-pane .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-white .tab-pane.active .tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.swatch-white .tab-pane .tooltip.right .tooltip-arrow, .swatch-white .tab-pane.active .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-white .tab-pane .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-white .tab-pane.active .tooltip.right .tooltip-arrow {
  border-right-color: white;
}
.swatch-white .tab-pane .tooltip.left .tooltip-arrow, .swatch-white .tab-pane.active .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-white .tab-pane .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-white .tab-pane.active .tooltip.left .tooltip-arrow {
  border-left-color: white;
}
.swatch-white .tab-pane .tooltip.bottom .tooltip-arrow, .swatch-white .tab-pane.active .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-white .tab-pane .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-white .tab-pane.active .tooltip.bottom .tooltip-arrow {
  border-bottom-color: white;
}
.swatch-white .panel, .swatch-white .well, [class*="swatch-"] .swatch-white .panel, [class*="swatch-"] .swatch-white .well {
  background: #e9e9e9;
}
.swatch-white .panel-primary .panel-heading, [class*="swatch-"] .swatch-white .panel-primary .panel-heading {
  background: #6a989e;
}
.swatch-white .panel-primary .panel-heading a, .swatch-white .panel-primary .panel-heading .panel-title, [class*="swatch-"] .swatch-white .panel-primary .panel-heading a, [class*="swatch-"] .swatch-white .panel-primary .panel-heading .panel-title {
  color: white;
  text-decoration: none;
}
.swatch-white .panel-primary > .panel-heading + .panel-collapse .panel-body, [class*="swatch-"] .swatch-white .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3face3;
}
.swatch-white .panel-footer, [class*="swatch-"] .swatch-white .panel-footer {
  background: #98d3f0;
  border-color: #6cbfea;
}
.swatch-white .panel .table, [class*="swatch-"] .swatch-white .panel .table {
  box-shadow: 0px 0px 0px 1px #e9e9e9 inset;
}
.swatch-white .panel .table th, [class*="swatch-"] .swatch-white .panel .table th {
  background: #e9e9e9;
  color: #1c1c1c;
}
.swatch-white .portfolio-title, [class*="swatch-"] .swatch-white .portfolio-title {
  background: #6a989e;
  color: white;
}
.swatch-white .portfolio-nav svg, [class*="swatch-"] .swatch-white .portfolio-nav svg {
  stroke: #4c4c4c;
}
.swatch-white .social-icons li a, [class*="swatch-"] .swatch-white .social-icons li a {
  background-color: #6a989e;
}
.swatch-white .social-icons li a i, [class*="swatch-"] .swatch-white .social-icons li a i {
  color: white;
}
.swatch-white .social-icons li a:not([data-iconcolor]):hover, [class*="swatch-"] .swatch-white .social-icons li a:not([data-iconcolor]):hover {
  background-color: rgba(130, 201, 237, 0.8);
}
.swatch-white .social-simple li a i, [class*="swatch-"] .swatch-white .social-simple li a i {
  color: #4c4c4c;
}
.swatch-white .social-simple li a:not([data-iconcolor]):hover i, [class*="swatch-"] .swatch-white .social-simple li a:not([data-iconcolor]):hover i {
  color: #6a989e;
}
.swatch-white .box-inner, [class*="swatch-"] .swatch-white .box-inner {
  background-color: #e9e9e9;
}
.swatch-white .box:not(.box-simple) a.box-inner:hover, [class*="swatch-"] .swatch-white .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0px 0px 0px 1px #4c4c4c inset;
}
.swatch-white .box:not(.box-simple) a.box-inner:hover svg, [class*="swatch-"] .swatch-white .box:not(.box-simple) a.box-inner:hover svg {
  stroke: #4c4c4c;
}
.swatch-white .bordered:after, [class*="swatch-"] .swatch-white .bordered:after {
  background-color: #1c1c1c;
}
.swatch-white .bordered-link:after, [class*="swatch-"] .swatch-white .bordered-link:after {
  background-color: #6a989e !important;
}
.swatch-white .bordered > a:after, [class*="swatch-"] .swatch-white .bordered > a:after {
  background-color: #6a989e;
}
.swatch-white .bordered-link:after, [class*="swatch-"] .swatch-white .bordered-link:after {
  background-color: #6a989e !important;
}
.swatch-white #infscr-loading, [class*="swatch-"] .swatch-white #infscr-loading {
  background: #6a989e;
  color: white;
}
.swatch-white .counter .value, [class*="swatch-"] .swatch-white .counter .value {
  color: #1c1c1c;
}
.swatch-white .scroll-to, [class*="swatch-"] .swatch-white .scroll-to {
  border-color: #6a989e;
}
.swatch-white .scroll-to svg, [class*="swatch-"] .swatch-white .scroll-to svg {
  stroke: #6a989e;
}
.swatch-white .scroll-to:hover, [class*="swatch-"] .swatch-white .scroll-to:hover {
  border-color: #4c4c4c;
}
.swatch-white .scroll-to:hover svg, [class*="swatch-"] .swatch-white .scroll-to:hover svg {
  stroke: #4c4c4c;
}
.swatch-white .map-marker-label, [class*="swatch-"] .swatch-white .map-marker-label {
  border-top-color: #6a989e;
}
.swatch-white .tag-list span, [class*="swatch-"] .swatch-white .tag-list span {
  background: #6a989e;
  color: white;
}
.swatch-white .mejs-audio, [class*="swatch-"] .swatch-white .mejs-audio {
  background-color: #6a989e;
  color: white;
}
.swatch-white .mejs-container .mejs-controls .mejs-time span, [class*="swatch-"] .swatch-white .mejs-container .mejs-controls .mejs-time span {
  color: white;
}
.swatch-white .mejs-controls .mejs-button button:hover, [class*="swatch-"] .swatch-white .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-white .mejs-controls .mejs-time-rail .mejs-time-loaded, [class*="swatch-"] .swatch-white .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: white;
}
.swatch-white .mejs-controls .mejs-time-rail .mejs-time-current, .swatch-white .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, [class*="swatch-"] .swatch-white .mejs-controls .mejs-time-rail .mejs-time-current, [class*="swatch-"] .swatch-white .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #e9e9e9;
}
.swatch-white .post:after, [class*="swatch-"] .swatch-white .post:after {
  background: #e9e9e9;
}
.swatch-white .post-icon, [class*="swatch-"] .swatch-white .post-icon {
  background: #6a989e;
}
.swatch-white .post-icon i, [class*="swatch-"] .swatch-white .post-icon i {
  color: white;
}
.swatch-white .post-search-icon, [class*="swatch-"] .swatch-white .post-search-icon {
  color: white;
  text-shadow: 2px 2px 1px rgba(28, 28, 28, 0.2);
}
.swatch-white .post-extras a, [class*="swatch-"] .swatch-white .post-extras a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white .post-extras a:hover, [class*="swatch-"] .swatch-white .post-extras a:hover {
  color: #6a989e;
}
.swatch-white .post-extras i, [class*="swatch-"] .swatch-white .post-extras i {
  color: #4c4c4c;
}
.swatch-white .post-more-link i, [class*="swatch-"] .swatch-white .post-more-link i {
  color: #6a989e;
}
.swatch-white .media-inner:after, [class*="swatch-"] .swatch-white .media-inner:after {
  background: #6a989e;
}
.swatch-white .author-info, [class*="swatch-"] .swatch-white .author-info {
  background-color: #6a989e;
  color: white;
}
.swatch-white .author-info .media-heading, [class*="swatch-"] .swatch-white .author-info .media-heading {
  color: white;
}
.swatch-white .author-info .media-heading:after, [class*="swatch-"] .swatch-white .author-info .media-heading:after {
  background: white;
}
.post-masonry .swatch-white:hover, .post-masonry [class*="swatch-"] .swatch-white:hover {
  color: #4c4c4c;
}
.swatch-white .breadcrumb-blog a, .swatch-white .breadcrumb-blog .active, [class*="swatch-"] .swatch-white .breadcrumb-blog a, [class*="swatch-"] .swatch-white .breadcrumb-blog .active {
  color: #4c4c4c;
}
.swatch-white .breadcrumb-blog a:hover, [class*="swatch-"] .swatch-white .breadcrumb-blog a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white .post-related-post, [class*="swatch-"] .swatch-white .post-related-post {
  background-color: #6a989e;
}
.swatch-white .post-related-post a, [class*="swatch-"] .swatch-white .post-related-post a {
  background: rgba(28, 28, 28, 0.9);
  color: white;
}
.swatch-white .post-related-post a:hover, [class*="swatch-"] .swatch-white .post-related-post a:hover {
  color: white;
}
.swatch-white .post-related-post small, [class*="swatch-"] .swatch-white .post-related-post small {
  background: white;
  color: #1c1c1c;
}
.swatch-white .post-related-post blockquote, [class*="swatch-"] .swatch-white .post-related-post blockquote {
  color: white;
}
.swatch-white .post-related-post blockquote small, [class*="swatch-"] .swatch-white .post-related-post blockquote small {
  background: rgba(28, 28, 28, 0.9);
  color: white;
}
.swatch-white .post-related-post blockquote:before, [class*="swatch-"] .swatch-white .post-related-post blockquote:before {
  background-color: #63bce9;
}
.swatch-white .post-sticky, [class*="swatch-"] .swatch-white .post-sticky {
  background: rgba(130, 201, 237, 0.8);
}
.swatch-white .post-sticky i, [class*="swatch-"] .swatch-white .post-sticky i {
  color: white;
}
.swatch-white .gform_wrapper .gsection, [class*="swatch-"] .swatch-white .gform_wrapper .gsection {
  border-color: #e9e9e9;
}
.swatch-white .gf_progressbar, [class*="swatch-"] .swatch-white .gf_progressbar {
  background: #e9e9e9;
}
.swatch-white .gf_progressbar_percentage, [class*="swatch-"] .swatch-white .gf_progressbar_percentage {
  background: #6a989e;
  color: white;
}
.swatch-white .sidebar, [class*="swatch-"] .swatch-white .sidebar {
  color: #4c4c4c;
}
.swatch-white .sidebar h3, [class*="swatch-"] .swatch-white .sidebar h3 {
  color: #1c1c1c;
}
.swatch-white .sidebar a, [class*="swatch-"] .swatch-white .sidebar a {
  color: #4c4c4c;
}
.swatch-white .sidebar a:hover, [class*="swatch-"] .swatch-white .sidebar a:hover {
  color: #6a989e;
}
.swatch-white .sidebar-header:after, [class*="swatch-"] .swatch-white .sidebar-header:after {
  background: #6a989e;
}
.swatch-white .sidebar-widget .post-icon, [class*="swatch-"] .swatch-white .sidebar-widget .post-icon {
  background: #6a989e;
}
.swatch-white .sidebar-widget .post-icon i, [class*="swatch-"] .swatch-white .sidebar-widget .post-icon i {
  color: white;
}
.swatch-white .widget_recent_entries li, [class*="swatch-"] .swatch-white .widget_recent_entries li {
  border-color: #e9e9e9;
}
.swatch-white .widget_tag_cloud ul a, [class*="swatch-"] .swatch-white .widget_tag_cloud ul a {
  background: #6a989e;
  color: white;
}
.swatch-white .widget_tag_cloud ul a:hover, [class*="swatch-"] .swatch-white .widget_tag_cloud ul a:hover {
  background: rgba(130, 201, 237, 0.9);
  color: white;
}
.swatch-white .widget_calendar tbody a, [class*="swatch-"] .swatch-white .widget_calendar tbody a {
  background: #6a989e;
  color: white;
}
.swatch-white .widget_calendar tbody a:hover, [class*="swatch-"] .swatch-white .widget_calendar tbody a:hover {
  background: #63bce9;
  color: white;
}
.swatch-white .widget_calendar tfoot, [class*="swatch-"] .swatch-white .widget_calendar tfoot {
  background: #e9e9e9;
}
.swatch-white .widget_nav_menu .sub-menu li:before, [class*="swatch-"] .swatch-white .widget_nav_menu .sub-menu li:before {
  color: #e9e9e9;
}
.swatch-white .widget_oxy_twitter li:before, [class*="swatch-"] .swatch-white .widget_oxy_twitter li:before {
  color: #6a989e;
}
.swatch-white .top-search form, [class*="swatch-"] .swatch-white .top-search form {
  background-color: white;
}
.swatch-white .top-search input, [class*="swatch-"] .swatch-white .top-search input {
  background: none;
  color: #4c4c4c;
}
.swatch-white .top-search input:focus, [class*="swatch-"] .swatch-white .top-search input:focus {
  box-shadow: none;
}
.swatch-white .top-search input:-moz-placeholder, [class*="swatch-"] .swatch-white .top-search input:-moz-placeholder {
  color: #4c4c4c;
}
.swatch-white .top-search input::-moz-placeholder, [class*="swatch-"] .swatch-white .top-search input::-moz-placeholder {
  color: #4c4c4c;
}
.swatch-white .top-search input:-ms-input-placeholder, [class*="swatch-"] .swatch-white .top-search input:-ms-input-placeholder {
  color: #4c4c4c;
}
.swatch-white .top-search input::-webkit-input-placeholder, [class*="swatch-"] .swatch-white .top-search input::-webkit-input-placeholder {
  color: #4c4c4c;
}
.swatch-white .top-search .search-close, [class*="swatch-"] .swatch-white .top-search .search-close {
  color: #6a989e;
}
.swatch-white .top-search svg, [class*="swatch-"] .swatch-white .top-search svg {
  stroke: #4c4c4c;
}
.swatch-white.top-bar a, [class*="swatch-"] .swatch-white.top-bar a {
  color: #1c1c1c;
}
.swatch-white.top-bar a:hover, [class*="swatch-"] .swatch-white.top-bar a:hover {
  color: #6a989e;
}
.swatch-white.top-bar .sidebar-widget:after, [class*="swatch-"] .swatch-white.top-bar .sidebar-widget:after {
  background: #e9e9e9;
}
.swatch-white .widget_swatch_wpml_language_selector li:before, [class*="swatch-"] .swatch-white .widget_swatch_wpml_language_selector li:before {
  background: #e9e9e9;
}
.swatch-white .button, [class*="swatch-"] .swatch-white .button {
  background: #6a989e;
  color: white;
}
.swatch-white .button:hover, [class*="swatch-"] .swatch-white .button:hover {
  background: rgba(130, 201, 237, 0.9);
  color: white;
}
.swatch-white.section-commerce .breadcrumb, [class*="swatch-"] .swatch-white.section-commerce .breadcrumb {
  background: none;
  color: #4c4c4c;
}
.swatch-white.section-commerce .breadcrumb a, [class*="swatch-"] .swatch-white.section-commerce .breadcrumb a {
  color: #6a989e;
}
.swatch-white.section-commerce .breadcrumb > li + li:before, [class*="swatch-"] .swatch-white.section-commerce .breadcrumb > li + li:before {
  color: #6a989e;
}
.swatch-white .woocommerce-ordering .select-wrap, [class*="swatch-"] .swatch-white .woocommerce-ordering .select-wrap {
  background: #6a989e;
}
.swatch-white .woocommerce-ordering .select-wrap:after, [class*="swatch-"] .swatch-white .woocommerce-ordering .select-wrap:after {
  color: white;
}
.swatch-white .woocommerce-ordering select, [class*="swatch-"] .swatch-white .woocommerce-ordering select {
  color: white;
  background: transparent;
}
.swatch-white .onsale, [class*="swatch-"] .swatch-white .onsale {
  background: #6a989e;
  color: white;
}
.swatch-white .price, [class*="swatch-"] .swatch-white .price {
  color: #1c1c1c;
}
.swatch-white .page-numbers a, .swatch-white .page-numbers span, [class*="swatch-"] .swatch-white .page-numbers a, [class*="swatch-"] .swatch-white .page-numbers span {
  color: white;
}
.swatch-white .page-numbers li, [class*="swatch-"] .swatch-white .page-numbers li {
  background: #6a989e;
}
.swatch-white .page-numbers .current, .swatch-white .page-numbers li a:hover, [class*="swatch-"] .swatch-white .page-numbers .current, [class*="swatch-"] .swatch-white .page-numbers li a:hover {
  background: #e9e9e9;
  color: #4c4c4c;
}
.swatch-white #reviews .comment, [class*="swatch-"] .swatch-white #reviews .comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swatch-white #reviews .form-control, [class*="swatch-"] .swatch-white #reviews .form-control {
  background: white;
}
.swatch-white #reviews input[type="submit"], [class*="swatch-"] .swatch-white #reviews input[type="submit"] {
  background: white;
  color: #6a989e;
}
.swatch-white .related h2, .swatch-white .cross-sells h2, .swatch-white .upsells h2, [class*="swatch-"] .swatch-white .related h2, [class*="swatch-"] .swatch-white .cross-sells h2, [class*="swatch-"] .swatch-white .upsells h2 {
  background: #6a989e;
  color: white;
}
.swatch-white .product-category h3, [class*="swatch-"] .swatch-white .product-category h3 {
  background: rgba(130, 201, 237, 0.85);
  color: white;
}
.swatch-white .product-category h3 mark, [class*="swatch-"] .swatch-white .product-category h3 mark {
  background: #6a989e;
  color: white;
}
.swatch-white .product-nav a i, [class*="swatch-"] .swatch-white .product-nav a i {
  background: #6a989e;
  color: white;
}
.swatch-white .product-images figcaption, [class*="swatch-"] .swatch-white .product-images figcaption {
  box-shadow: none;
  background: #6a989e;
}
.swatch-white .product-images figcaption i, [class*="swatch-"] .swatch-white .product-images figcaption i {
  color: white;
}
.swatch-white .product-images .flex-active, [class*="swatch-"] .swatch-white .product-images .flex-active {
  -webkit-box-shadow: 0px 3px 0px #6a989e;
  -moz-box-shadow: 0px 3px 0px #6a989e;
  box-shadow: 0px 3px 0px #6a989e;
}
.swatch-white .order_details, [class*="swatch-"] .swatch-white .order_details {
  background: #e9e9e9;
}
.swatch-white .order_details li, [class*="swatch-"] .swatch-white .order_details li {
  border-color: white;
}
.swatch-white .cart_list li, [class*="swatch-"] .swatch-white .cart_list li {
  border-color: #e9e9e9;
}
.swatch-white .cart-actions, [class*="swatch-"] .swatch-white .cart-actions {
  background: white;
}
.swatch-white .widget_product_tag_cloud a, [class*="swatch-"] .swatch-white .widget_product_tag_cloud a {
  background: #6a989e;
  color: white;
}
.swatch-white .widget_product_tag_cloud a:hover, [class*="swatch-"] .swatch-white .widget_product_tag_cloud a:hover {
  background: rgba(130, 201, 237, 0.9);
  color: white;
}
.swatch-white .product_list_widget li, [class*="swatch-"] .swatch-white .product_list_widget li {
  border-color: #e9e9e9;
}
.swatch-white .star-rating, [class*="swatch-"] .swatch-white .star-rating {
  color: #6a989e;
}
.swatch-white .widget_price_filter .ui-slider .ui-slider-range, [class*="swatch-"] .swatch-white .widget_price_filter .ui-slider .ui-slider-range {
  background: #e9e9e9;
}
.swatch-white .widget_price_filter .ui-slider .ui-slider-handle, [class*="swatch-"] .swatch-white .widget_price_filter .ui-slider .ui-slider-handle {
  background: #6a989e;
}
.swatch-white .widget_product_search form:after, [class*="swatch-"] .swatch-white .widget_product_search form:after {
  color: white;
}
.swatch-white .bbp-forums-list li, [class*="swatch-"] .swatch-white .bbp-forums-list li {
  border-left-color: #6a989e;
}
.swatch-white .bbp-topic-freshness-author:after, [class*="swatch-"] .swatch-white .bbp-topic-freshness-author:after {
  background: #6a989e;
}
.swatch-white .bbp-topic-permalink i, [class*="swatch-"] .swatch-white .bbp-topic-permalink i {
  color: #6a989e;
}
.swatch-white .panel-bbpress, [class*="swatch-"] .swatch-white .panel-bbpress {
  background: white;
}
.swatch-white .panel-bbpress .panel-heading, [class*="swatch-"] .swatch-white .panel-bbpress .panel-heading {
  border-color: #6a989e;
}
.swatch-white .panel-bbpress .panel-body, [class*="swatch-"] .swatch-white .panel-bbpress .panel-body {
  border-color: #e9e9e9;
}
.swatch-white .panel-bbpress .panel-warning, [class*="swatch-"] .swatch-white .panel-bbpress .panel-warning {
  color: #6a989e;
  border-color: #e9e9e9;
}
.swatch-white .panel-bbpress .bbp-template-notice, [class*="swatch-"] .swatch-white .panel-bbpress .bbp-template-notice {
  border-color: #e9e9e9;
}
.swatch-white .panel-bbpress .panel-footer, [class*="swatch-"] .swatch-white .panel-bbpress .panel-footer {
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.swatch-white .label-bbpress, [class*="swatch-"] .swatch-white .label-bbpress {
  background: transparent;
  color: #6a989e;
}
.swatch-white .bbp-reply-content, [class*="swatch-"] .swatch-white .bbp-reply-content {
  border-color: #e9e9e9;
}
.swatch-white .bbp-reply-content .media-heading, [class*="swatch-"] .swatch-white .bbp-reply-content .media-heading {
  background: #f6f6f6;
  border-color: gainsboro;
}
.swatch-white .bbp_author_details img, [class*="swatch-"] .swatch-white .bbp_author_details img {
  background: white;
  box-shadow: 0px 0px 0px 4px #e9e9e9;
}
.swatch-white .bbp_author_details:after, [class*="swatch-"] .swatch-white .bbp_author_details:after {
  background: #e9e9e9;
}
.swatch-white .bbp_author_details:hover img, [class*="swatch-"] .swatch-white .bbp_author_details:hover img {
  box-shadow: 0px 0px 0px 4px #6a989e;
}
.swatch-white .bbpress-header .breadcrumb a, .swatch-white .bbpress-header .breadcrumb .active, [class*="swatch-"] .swatch-white .bbpress-header .breadcrumb a, [class*="swatch-"] .swatch-white .bbpress-header .breadcrumb .active {
  color: #4c4c4c;
}
.swatch-white .bbpress-header .breadcrumb a:hover, [class*="swatch-"] .swatch-white .bbpress-header .breadcrumb a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white .bbp-topic-tags a, [class*="swatch-"] .swatch-white .bbp-topic-tags a {
  background: #6a989e;
  color: white;
}
.swatch-white .bbp-topic-tags a:hover, [class*="swatch-"] .swatch-white .bbp-topic-tags a:hover {
  background: rgba(130, 201, 237, 0.9);
}
.swatch-white .bbp-logged-in, [class*="swatch-"] .swatch-white .bbp-logged-in {
  background: #e9e9e9;
}
.swatch-white .bbp-logged-in .button, .swatch-white .bbp-logged-in .button:hover, [class*="swatch-"] .swatch-white .bbp-logged-in .button, [class*="swatch-"] .swatch-white .bbp-logged-in .button:hover {
  color: white;
}
.swatch-white .post-count, [class*="swatch-"] .swatch-white .post-count {
  background: #6a989e;
  color: white;
}
/* - Blue - */
.swatch-blue, [class*="swatch-"] .swatch-blue {
  background: #6a989e;
  color: white;
}
.swatch-blue h1, .swatch-blue h2, .swatch-blue h3, .swatch-blue h4, .swatch-blue h5, .swatch-blue h6, [class*="swatch-"] .swatch-blue h1, [class*="swatch-"] .swatch-blue h2, [class*="swatch-"] .swatch-blue h3, [class*="swatch-"] .swatch-blue h4, [class*="swatch-"] .swatch-blue h5, [class*="swatch-"] .swatch-blue h6 {
  color: white;
}
.swatch-blue h1 small, .swatch-blue h2 small, .swatch-blue h3 small, .swatch-blue h4 small, .swatch-blue h5 small, .swatch-blue h6 small, [class*="swatch-"] .swatch-blue h1 small, [class*="swatch-"] .swatch-blue h2 small, [class*="swatch-"] .swatch-blue h3 small, [class*="swatch-"] .swatch-blue h4 small, [class*="swatch-"] .swatch-blue h5 small, [class*="swatch-"] .swatch-blue h6 small {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue a, [class*="swatch-"] .swatch-blue a {
  color: #3b83a8;
}
.swatch-blue a:hover, [class*="swatch-"] .swatch-blue a:hover {
  color: #1f5f7f;
}
.swatch-blue small, [class*="swatch-"] .swatch-blue small {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue small a, [class*="swatch-"] .swatch-blue small a {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue small a:hover, [class*="swatch-"] .swatch-blue small a:hover {
  color: #3b83a8;
}
.swatch-blue i, [class*="swatch-"] .swatch-blue i {
  color: #3b83a8;
}
.swatch-blue blockquote:before, [class*="swatch-"] .swatch-blue blockquote:before {
  background-color: white;
}
.swatch-blue blockquote small, .swatch-blue blockquote footer, [class*="swatch-"] .swatch-blue blockquote small, [class*="swatch-"] .swatch-blue blockquote footer {
  color: white;
}
.swatch-blue ::selection, [class*="swatch-"] .swatch-blue ::selection {
  background: white;
  color: #6a989e;
}
.swatch-blue ::-moz-selection, [class*="swatch-"] .swatch-blue ::-moz-selection {
  background: white;
  color: #6a989e;
}
.swatch-blue hr, [class*="swatch-"] .swatch-blue hr {
  border-top-color: #58a8d1;
}
.swatch-blue pre, [class*="swatch-"] .swatch-blue pre {
  background: white;
  color: #6a989e;
}
.swatch-blue .active, [class*="swatch-"] .swatch-blue .active {
  color: #1f5f7f;
}
.swatch-blue .btn-primary, .swatch-blue button, .swatch-blue input[type="submit"], [class*="swatch-"] .swatch-blue .btn-primary, [class*="swatch-"] .swatch-blue button, [class*="swatch-"] .swatch-blue input[type="submit"] {
  background-color: whitesmoke;
  color: #6a989e;
}
.swatch-blue .btn-primary:hover, .swatch-blue button:hover, .swatch-blue input[type="submit"]:hover, [class*="swatch-"] .swatch-blue .btn-primary:hover, [class*="swatch-"] .swatch-blue button:hover, [class*="swatch-"] .swatch-blue input[type="submit"]:hover {
  background-color: rgba(245, 245, 245, 0.9);
  color: #6a989e;
}
.swatch-blue .btn-primary.btn-icon-left span, .swatch-blue .btn-primary.btn-icon-right span, .swatch-blue button.btn-icon-left span, .swatch-blue button.btn-icon-right span, .swatch-blue input[type="submit"].btn-icon-left span, .swatch-blue input[type="submit"].btn-icon-right span, [class*="swatch-"] .swatch-blue .btn-primary.btn-icon-left span, [class*="swatch-"] .swatch-blue .btn-primary.btn-icon-right span, [class*="swatch-"] .swatch-blue button.btn-icon-left span, [class*="swatch-"] .swatch-blue button.btn-icon-right span, [class*="swatch-"] .swatch-blue input[type="submit"].btn-icon-left span, [class*="swatch-"] .swatch-blue input[type="submit"].btn-icon-right span {
  background-color: rgba(0, 0, 0, 0.075);
}
.swatch-blue .btn-primary i, [class*="swatch-"] .swatch-blue .btn-primary i {
  color: #6a989e !important;
}
.swatch-blue .btn-link, [class*="swatch-"] .swatch-blue .btn-link {
  background: none;
  color: whitesmoke;
  text-decoration: none;
  box-shadow: 0px 0px 0px 1px whitesmoke inset;
}
.swatch-blue .btn-link span, [class*="swatch-"] .swatch-blue .btn-link span {
  background: none;
}
.swatch-blue .btn-link i, [class*="swatch-"] .swatch-blue .btn-link i {
  color: whitesmoke !important;
}
.swatch-blue .btn-link:hover, [class*="swatch-"] .swatch-blue .btn-link:hover {
  text-decoration: none;
  background-color: whitesmoke;
  color: #6a989e;
  box-shadow: 0px 0px 0px 1px whitesmoke;
}
.swatch-blue .btn-link:hover i, [class*="swatch-"] .swatch-blue .btn-link:hover i {
  color: #6a989e !important;
}
.swatch-blue .open .dropdown-toggle.btn-primary, [class*="swatch-"] .swatch-blue .open .dropdown-toggle.btn-primary {
  background-color: whitesmoke;
  color: #6a989e;
}
.swatch-blue .btn-group .dropdown-menu, [class*="swatch-"] .swatch-blue .btn-group .dropdown-menu {
  background-color: whitesmoke;
}
.swatch-blue .btn-group .dropdown-menu > li > a, [class*="swatch-"] .swatch-blue .btn-group .dropdown-menu > li > a {
  color: #6a989e;
  box-shadow: 0px -1px 0px #e8e8e8;
}
.swatch-blue .btn-group .dropdown-menu > li:first-child > a, [class*="swatch-"] .swatch-blue .btn-group .dropdown-menu > li:first-child > a {
  box-shadow: none;
}
.swatch-blue .btn-group .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-blue .btn-group .dropdown-menu > li > a:hover {
  background: white;
}
.swatch-blue .label-primary, [class*="swatch-"] .swatch-blue .label-primary {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .label-primary a, [class*="swatch-"] .swatch-blue .label-primary a {
  color: #6a989e;
}
.swatch-blue select, .swatch-blue textarea, .swatch-blue input, .swatch-blue .uneditable-input, .swatch-blue .input-group-btn, [class*="swatch-"] .swatch-blue select, [class*="swatch-"] .swatch-blue textarea, [class*="swatch-"] .swatch-blue input, [class*="swatch-"] .swatch-blue .uneditable-input, [class*="swatch-"] .swatch-blue .input-group-btn {
  background: #f0f0f0;
  color: #3b83a8;
}
.swatch-blue select:-moz-placeholder, .swatch-blue textarea:-moz-placeholder, .swatch-blue input:-moz-placeholder, .swatch-blue .uneditable-input:-moz-placeholder, .swatch-blue .input-group-btn:-moz-placeholder, [class*="swatch-"] .swatch-blue select:-moz-placeholder, [class*="swatch-"] .swatch-blue textarea:-moz-placeholder, [class*="swatch-"] .swatch-blue input:-moz-placeholder, [class*="swatch-"] .swatch-blue .uneditable-input:-moz-placeholder, [class*="swatch-"] .swatch-blue .input-group-btn:-moz-placeholder {
  color: #86caec;
}
.swatch-blue select::-moz-placeholder, .swatch-blue textarea::-moz-placeholder, .swatch-blue input::-moz-placeholder, .swatch-blue .uneditable-input::-moz-placeholder, .swatch-blue .input-group-btn::-moz-placeholder, [class*="swatch-"] .swatch-blue select::-moz-placeholder, [class*="swatch-"] .swatch-blue textarea::-moz-placeholder, [class*="swatch-"] .swatch-blue input::-moz-placeholder, [class*="swatch-"] .swatch-blue .uneditable-input::-moz-placeholder, [class*="swatch-"] .swatch-blue .input-group-btn::-moz-placeholder {
  color: #86caec;
}
.swatch-blue select:-ms-input-placeholder, .swatch-blue textarea:-ms-input-placeholder, .swatch-blue input:-ms-input-placeholder, .swatch-blue .uneditable-input:-ms-input-placeholder, .swatch-blue .input-group-btn:-ms-input-placeholder, [class*="swatch-"] .swatch-blue select:-ms-input-placeholder, [class*="swatch-"] .swatch-blue textarea:-ms-input-placeholder, [class*="swatch-"] .swatch-blue input:-ms-input-placeholder, [class*="swatch-"] .swatch-blue .uneditable-input:-ms-input-placeholder, [class*="swatch-"] .swatch-blue .input-group-btn:-ms-input-placeholder {
  color: #86caec;
}
.swatch-blue select::-webkit-input-placeholder, .swatch-blue textarea::-webkit-input-placeholder, .swatch-blue input::-webkit-input-placeholder, .swatch-blue .uneditable-input::-webkit-input-placeholder, .swatch-blue .input-group-btn::-webkit-input-placeholder, [class*="swatch-"] .swatch-blue select::-webkit-input-placeholder, [class*="swatch-"] .swatch-blue textarea::-webkit-input-placeholder, [class*="swatch-"] .swatch-blue input::-webkit-input-placeholder, [class*="swatch-"] .swatch-blue .uneditable-input::-webkit-input-placeholder, [class*="swatch-"] .swatch-blue .input-group-btn::-webkit-input-placeholder {
  color: #86caec;
}
.swatch-blue input:focus, .swatch-blue textarea:focus, .swatch-blue select.form-control:focus, [class*="swatch-"] .swatch-blue input:focus, [class*="swatch-"] .swatch-blue textarea:focus, [class*="swatch-"] .swatch-blue select.form-control:focus {
  -webkit-box-shadow: 0px 3px 0px #3b83a8;
  -moz-box-shadow: 0px 3px 0px #3b83a8;
  box-shadow: 0px 3px 0px #3b83a8;
}
.swatch-blue input[type="checkbox"], .swatch-blue input[type="radio"], [class*="swatch-"] .swatch-blue input[type="checkbox"], [class*="swatch-"] .swatch-blue input[type="radio"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.swatch-blue .form-icon-group i, [class*="swatch-"] .swatch-blue .form-icon-group i {
  color: #3b83a8;
}
.swatch-blue input[type="button"], [class*="swatch-"] .swatch-blue input[type="button"] {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .select-wrap, [class*="swatch-"] .swatch-blue .select-wrap {
  background: #f0f0f0;
}
.swatch-blue .select-wrap:after, [class*="swatch-"] .swatch-blue .select-wrap:after {
  color: #3b83a8;
}
.swatch-blue .table th, [class*="swatch-"] .swatch-blue .table th {
  background-color: white;
  text-transform: uppercase;
  color: #6a989e;
}
.swatch-blue .table th, .swatch-blue .table td, .swatch-blue .table-bordered, [class*="swatch-"] .swatch-blue .table th, [class*="swatch-"] .swatch-blue .table td, [class*="swatch-"] .swatch-blue .table-bordered {
  border-color: #58a8d1;
}
.swatch-blue .table-hover tbody tr:hover th, [class*="swatch-"] .swatch-blue .table-hover tbody tr:hover th {
  background: #58a8d1;
}
.swatch-blue .table-striped > tbody > tr:nth-child(odd) > td, .swatch-blue .table-striped > tbody > tr:nth-child(odd) > th, .swatch-blue .table-hover > tbody > tr:hover > td, .swatch-blue .table-hover > tbody > tr:hover > th, [class*="swatch-"] .swatch-blue .table-striped > tbody > tr:nth-child(odd) > td, [class*="swatch-"] .swatch-blue .table-striped > tbody > tr:nth-child(odd) > th, [class*="swatch-"] .swatch-blue .table-hover > tbody > tr:hover > td, [class*="swatch-"] .swatch-blue .table-hover > tbody > tr:hover > th {
  background: #58a8d1;
}
.swatch-blue#masthead, [class*="swatch-"] .swatch-blue#masthead {
  border-color: #6a989e;
}
.swatch-blue.navbar, [class*="swatch-"] .swatch-blue.navbar {
  background: #6a989e;
  color: white;
}
.swatch-blue .navbar-text, [class*="swatch-"] .swatch-blue .navbar-text {
  color: white;
}
.swatch-blue.navbar .navbar-brand, [class*="swatch-"] .swatch-blue.navbar .navbar-brand {
  color: white;
}
.swatch-blue.navbar .navbar-brand:hover, [class*="swatch-"] .swatch-blue.navbar .navbar-brand:hover {
  color: white;
}
.swatch-blue.navbar .nav > li > a, [class*="swatch-"] .swatch-blue.navbar .nav > li > a {
  color: white;
}
.swatch-blue.navbar .nav > li > a:hover, .swatch-blue.navbar .nav > li > a:focus, [class*="swatch-"] .swatch-blue.navbar .nav > li > a:hover, [class*="swatch-"] .swatch-blue.navbar .nav > li > a:focus {
  color: #3b83a8;
  background: none;
}
.swatch-blue.navbar .nav > li > a:before, [class*="swatch-"] .swatch-blue.navbar .nav > li > a:before {
  background-color: #3b83a8;
}
.swatch-blue.navbar a .menu-icon, [class*="swatch-"] .swatch-blue.navbar a .menu-icon {
  color: white;
}
.swatch-blue.navbar a:hover .menu-icon, [class*="swatch-"] .swatch-blue.navbar a:hover .menu-icon {
  color: #3b83a8;
}
.swatch-blue.navbar .dropdown-menu a:hover .menu-icon, [class*="swatch-"] .swatch-blue.navbar .dropdown-menu a:hover .menu-icon {
  color: #6a989e;
}
.swatch-blue .navbar-toggle, [class*="swatch-"] .swatch-blue .navbar-toggle {
  background: none !important;
}
.swatch-blue .navbar-toggle .icon-bar, [class*="swatch-"] .swatch-blue .navbar-toggle .icon-bar {
  background-color: white;
}
.swatch-blue .navbar-toggle:hover, [class*="swatch-"] .swatch-blue .navbar-toggle:hover {
  background: none;
}
.swatch-blue.navbar .nav > li > a:focus, .swatch-blue.navbar .nav > li > a:hover, .swatch-blue.navbar .nav > .active > a, .swatch-blue.navbar .nav > .active > a:hover, .swatch-blue.navbar .nav > .current-menu-parent > a, .swatch-blue.navbar .nav > .current-menu-ancestor > a, .swatch-blue.navbar .nav > .current-menu-item > a, .swatch-blue.navbar .nav > .current-menu-item > a:hover, .swatch-blue.navbar .nav > .current-menu-item > a:focus, .swatch-blue.navbar .nav > .active > a:focus, .swatch-blue.navbar .nav li.dropdown.open > .dropdown-toggle, .swatch-blue.navbar .nav li.dropdown.active > .dropdown-toggle, .swatch-blue.navbar .nav li.dropdown.open.active > .dropdown-toggle, [class*="swatch-"] .swatch-blue.navbar .nav > li > a:focus, [class*="swatch-"] .swatch-blue.navbar .nav > li > a:hover, [class*="swatch-"] .swatch-blue.navbar .nav > .active > a, [class*="swatch-"] .swatch-blue.navbar .nav > .active > a:hover, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-parent > a, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-ancestor > a, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a:hover, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a:focus, [class*="swatch-"] .swatch-blue.navbar .nav > .active > a:focus, [class*="swatch-"] .swatch-blue.navbar .nav li.dropdown.open > .dropdown-toggle, [class*="swatch-"] .swatch-blue.navbar .nav li.dropdown.active > .dropdown-toggle, [class*="swatch-"] .swatch-blue.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #3b83a8;
}
.swatch-blue.navbar .nav > li > a:focus:before, .swatch-blue.navbar .nav > li > a:hover:before, .swatch-blue.navbar .nav > .active > a:before, .swatch-blue.navbar .nav > .active > a:hover:before, .swatch-blue.navbar .nav > .current-menu-parent > a:before, .swatch-blue.navbar .nav > .current-menu-ancestor > a:before, .swatch-blue.navbar .nav > .current-menu-item > a:before, .swatch-blue.navbar .nav > .current-menu-item > a:hover:before, .swatch-blue.navbar .nav > .current-menu-item > a:focus:before, .swatch-blue.navbar .nav > .active > a:focus:before, .swatch-blue.navbar .nav li.dropdown.open > .dropdown-toggle:before, .swatch-blue.navbar .nav li.dropdown.active > .dropdown-toggle:before, .swatch-blue.navbar .nav li.dropdown.open.active > .dropdown-toggle:before, [class*="swatch-"] .swatch-blue.navbar .nav > li > a:focus:before, [class*="swatch-"] .swatch-blue.navbar .nav > li > a:hover:before, [class*="swatch-"] .swatch-blue.navbar .nav > .active > a:before, [class*="swatch-"] .swatch-blue.navbar .nav > .active > a:hover:before, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-parent > a:before, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-ancestor > a:before, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a:before, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a:hover:before, [class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a:focus:before, [class*="swatch-"] .swatch-blue.navbar .nav > .active > a:focus:before, [class*="swatch-"] .swatch-blue.navbar .nav li.dropdown.open > .dropdown-toggle:before, [class*="swatch-"] .swatch-blue.navbar .nav li.dropdown.active > .dropdown-toggle:before, [class*="swatch-"] .swatch-blue.navbar .nav li.dropdown.open.active > .dropdown-toggle:before {
  background-color: #3b83a8;
}
.swatch-blue.navbar .nav > .disabled > a, [class*="swatch-"] .swatch-blue.navbar .nav > .disabled > a {
  color: white;
}
.swatch-blue.navbar .nav > .disabled > a:before, [class*="swatch-"] .swatch-blue.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-blue .dropdown-menu, [class*="swatch-"] .swatch-blue .dropdown-menu {
  background-color: rgba(130, 201, 237, 0.95);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px white inset;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px white inset;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px white inset;
}
.swatch-blue .dropdown-menu > li > a, [class*="swatch-"] .swatch-blue .dropdown-menu > li > a {
  color: white;
}
.swatch-blue .dropdown-menu > li > a:hover, .swatch-blue .dropdown-menu > .active > a, .swatch-blue .dropdown-menu > .active > a:hover, .swatch-blue .dropdown-menu > .active > a:focus, [class*="swatch-"] .swatch-blue .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-blue .dropdown-menu > .active > a, [class*="swatch-"] .swatch-blue .dropdown-menu > .active > a:hover, [class*="swatch-"] .swatch-blue .dropdown-menu > .active > a:focus {
  background: #3b83a8;
  color: #6a989e;
}
.swatch-blue .dropdown-menu > li > a:hover i, .swatch-blue .dropdown-menu > .active > a i, .swatch-blue .dropdown-menu > .active > a:hover i, .swatch-blue .dropdown-menu > .active > a:focus i, [class*="swatch-"] .swatch-blue .dropdown-menu > li > a:hover i, [class*="swatch-"] .swatch-blue .dropdown-menu > .active > a i, [class*="swatch-"] .swatch-blue .dropdown-menu > .active > a:hover i, [class*="swatch-"] .swatch-blue .dropdown-menu > .active > a:focus i {
  color: #6a989e;
}
.swatch-blue .dropdown-menu > li.disabled > a:hover, [class*="swatch-"] .swatch-blue .dropdown-menu > li.disabled > a:hover {
  color: white;
}
.swatch-blue.navbar .nav > li > .dropdown-menu:after, .swatch-blue.navbar .nav > li > .dropdown-menu:before, [class*="swatch-"] .swatch-blue.navbar .nav > li > .dropdown-menu:after, [class*="swatch-"] .swatch-blue.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-blue.navbar-scrolled, [class*="swatch-"] .swatch-blue.navbar-scrolled {
  background: rgba(130, 201, 237, 0.95);
}
.swatch-blue .dropdown-submenu > a:after, [class*="swatch-"] .swatch-blue .dropdown-submenu > a:after {
  border-left-color: #3b83a8 !important;
}
.swatch-blue .dropdown-submenu > a:hover:after, [class*="swatch-"] .swatch-blue .dropdown-submenu > a:hover:after {
  border-left-color: #6a989e !important;
}
.swatch-blue .dropdown-menu .divider, [class*="swatch-"] .swatch-blue .dropdown-menu .divider {
  background-color: rgba(88, 168, 209, 0.8);
}
.swatch-blue.navbar .nav-highlight > a, [class*="swatch-"] .swatch-blue.navbar .nav-highlight > a {
  color: #6a989e !important;
}
.swatch-blue.navbar .nav-highlight > a:after, [class*="swatch-"] .swatch-blue.navbar .nav-highlight > a:after {
  background: #3b83a8;
}
.swatch-blue.navbar .nav-highlight > a:hover, [class*="swatch-"] .swatch-blue.navbar .nav-highlight > a:hover {
  color: #6a989e !important;
}
.swatch-blue.navbar .nav-highlight > a:hover:after, [class*="swatch-"] .swatch-blue.navbar .nav-highlight > a:hover:after {
  background: rgba(59, 131, 168, 0.8);
}
.swatch-blue.navbar li.nav-highlight-ghost > a, [class*="swatch-"] .swatch-blue.navbar li.nav-highlight-ghost > a {
  color: #3b83a8;
}
.swatch-blue.navbar li.nav-highlight-ghost > a:after, [class*="swatch-"] .swatch-blue.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #3b83a8;
}
.swatch-blue.navbar li.nav-highlight-ghost > a:hover, [class*="swatch-"] .swatch-blue.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(59, 131, 168, 0.8);
}
.swatch-blue.navbar li.nav-highlight-ghost > a:hover:after, [class*="swatch-"] .swatch-blue.navbar li.nav-highlight-ghost > a:hover:after {
  border-color: rgba(59, 131, 168, 0.8);
}
.transparent-header .swatch-blue.navbar, .transparent-header [class*="swatch-"] .swatch-blue.navbar {
  background: none;
}
.transparent-header .swatch-blue.navbar-scrolled, .transparent-header [class*="swatch-"] .swatch-blue.navbar-scrolled {
  background: rgba(130, 201, 237, 0.95) !important;
}
.transparent-header .swatch-blue.search-active, .transparent-header [class*="swatch-"] .swatch-blue.search-active {
  background: #6a989e !important;
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a, [class*="swatch-"] .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a {
  color: white;
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover, [class*="swatch-"] .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {
  background: transparent;
  color: #3b83a8;
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover .menu-icon, [class*="swatch-"] .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover .menu-icon {
  color: #3b83a8;
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a, [class*="swatch-"] .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a {
  color: #3b83a8;
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > p, [class*="swatch-"] .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > p {
  border-bottom-color: rgba(88, 168, 209, 0.8);
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li:before, [class*="swatch-"] .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
  background: rgba(88, 168, 209, 0.8);
}
@media (max-width: 992px) {
  .swatch-blue.navbar .nav > li > a, [class*="swatch-"] .swatch-blue.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-blue.navbar .dropdown-menu, [class*="swatch-"] .swatch-blue.navbar .dropdown-menu {
    background: #58a8d1;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-blue.navbar .dropdown-menu > li > a, [class*="swatch-"] .swatch-blue.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-blue.navbar .dropdown-menu > li > a:hover, .swatch-blue.navbar .dropdown-menu > li > a:focus, .swatch-blue.navbar .dropdown-menu > li.active > a, [class*="swatch-"] .swatch-blue.navbar .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-blue.navbar .dropdown-menu > li > a:focus, [class*="swatch-"] .swatch-blue.navbar .dropdown-menu > li.active > a {
    background: #3b83a8;
    color: #6a989e;
  }
  .swatch-blue .dropdown-submenu > ul > li > a, [class*="swatch-"] .swatch-blue .dropdown-submenu > ul > li > a {
    background: #58a8d1;
  }
  .swatch-blue .dropdown-submenu > ul > li > a:hover, [class*="swatch-"] .swatch-blue .dropdown-submenu > ul > li > a:hover {
    background: #58a8d1;
  }
  .swatch-blue .dropdown-submenu > a:after, [class*="swatch-"] .swatch-blue .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #3b83a8 !important;
  }
  .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover, [class*="swatch-"] .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {
    background: #3b83a8;
    color: #6a989e;
  }
  .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li:before, [class*="swatch-"] .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
    display: none;
  }
  .swatch-blue .nav-highlight > a, [class*="swatch-"] .swatch-blue .nav-highlight > a {
    color: #3b83a8 !important;
  }
  .swatch-blue .nav-highlight > a:after, [class*="swatch-"] .swatch-blue .nav-highlight > a:after {
    background: transparent;
  }
  .swatch-blue .nav-highlight > a:hover, [class*="swatch-"] .swatch-blue .nav-highlight > a:hover {
    color: #3b83a8 !important;
  }
  .swatch-blue .nav-highlight > a:hover:after, [class*="swatch-"] .swatch-blue .nav-highlight > a:hover:after {
    background: transparent;
  }
  .transparent-header .swatch-blue .navbar-collapse, .transparent-header [class*="swatch-"] .swatch-blue .navbar-collapse {
    background: rgba(130, 201, 237, 0.95) !important;
  }
}
.swatch-blue .pagination > li > a, .swatch-blue .pagination > li > span, [class*="swatch-"] .swatch-blue .pagination > li > a, [class*="swatch-"] .swatch-blue .pagination > li > span {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .pagination > .active > a, .swatch-blue .pagination > .active > span, .swatch-blue .pagination > li > a:hover, [class*="swatch-"] .swatch-blue .pagination > .active > a, [class*="swatch-"] .swatch-blue .pagination > .active > span, [class*="swatch-"] .swatch-blue .pagination > li > a:hover {
  background: rgba(245, 245, 245, 0.8);
}
.swatch-blue .pagination > .active > a i, .swatch-blue .pagination > .active > span i, .swatch-blue .pagination > li > a:hover i, [class*="swatch-"] .swatch-blue .pagination > .active > a i, [class*="swatch-"] .swatch-blue .pagination > .active > span i, [class*="swatch-"] .swatch-blue .pagination > li > a:hover i {
  color: #6a989e;
}
.swatch-blue .pagination > li:first-child i, .swatch-blue .pagination > li:last-child i, [class*="swatch-"] .swatch-blue .pagination > li:first-child i, [class*="swatch-"] .swatch-blue .pagination > li:last-child i {
  color: #6a989e;
}
.swatch-blue .pagination > li.disabled span i, [class*="swatch-"] .swatch-blue .pagination > li.disabled span i {
  color: rgba(130, 201, 237, 0.4);
}
.swatch-blue .pager > li > a, [class*="swatch-"] .swatch-blue .pager > li > a {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .pager > li > a i, [class*="swatch-"] .swatch-blue .pager > li > a i {
  color: #6a989e;
}
.swatch-blue .tooltip-inner, [class*="swatch-"] .swatch-blue .tooltip-inner {
  background-color: white;
  color: #6a989e;
}
.swatch-blue .tooltip.in, [class*="swatch-"] .swatch-blue .tooltip.in {
  opacity: 1;
}
.swatch-blue .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-blue .tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.swatch-blue .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-blue .tooltip.right .tooltip-arrow {
  border-right-color: white;
}
.swatch-blue .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-blue .tooltip.left .tooltip-arrow {
  border-left-color: white;
}
.swatch-blue .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-blue .tooltip.bottom .tooltip-arrow {
  border-bottom-color: white;
}
.swatch-blue .jumbotron, [class*="swatch-"] .swatch-blue .jumbotron {
  background: #58a8d1;
}
.swatch-blue .progress-bar-primary, [class*="swatch-"] .swatch-blue .progress-bar-primary {
  background: whitesmoke;
  box-shadow: none;
}
.swatch-blue .progress-bar-primary span, [class*="swatch-"] .swatch-blue .progress-bar-primary span {
  color: #6a989e;
}
.swatch-blue .progress-bar-primary.progress-striped .progress-bar, .swatch-blue .progress-striped .progress-bar-primary, [class*="swatch-"] .swatch-blue .progress-bar-primary.progress-striped .progress-bar, [class*="swatch-"] .swatch-blue .progress-striped .progress-bar-primary {
  background-color: whitesmoke;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.swatch-blue .badge, [class*="swatch-"] .swatch-blue .badge {
  background: white;
  color: #6a989e;
}
.swatch-blue .tab-content, .swatch-blue .nav-tabs .active a, .swatch-blue .tab-content, .swatch-blue .nav-tabs .active a:hover, [class*="swatch-"] .swatch-blue .tab-content, [class*="swatch-"] .swatch-blue .nav-tabs .active a, [class*="swatch-"] .swatch-blue .tab-content, [class*="swatch-"] .swatch-blue .nav-tabs .active a:hover {
  background: white;
}
.swatch-blue .nav-tabs > li > a:hover, .swatch-blue .nav-tabs > li > a:focus, [class*="swatch-"] .swatch-blue .nav-tabs > li > a:hover, [class*="swatch-"] .swatch-blue .nav-tabs > li > a:focus {
  color: #6a989e;
  background-color: white;
}
.swatch-blue .nav-tabs > li.active > a, [class*="swatch-"] .swatch-blue .nav-tabs > li.active > a {
  color: #6a989e;
}
.swatch-blue .nav-tabs > li.active > a:hover, [class*="swatch-"] .swatch-blue .nav-tabs > li.active > a:hover {
  color: #6a989e;
}
.swatch-blue .nav-pills > li > a .badge, [class*="swatch-"] .swatch-blue .nav-pills > li > a .badge {
  background: white;
  color: #6a989e;
}
.swatch-blue .nav-pills > .active > a, .swatch-blue .nav-pills > .active > a:hover, .swatch-blue .nav-pills > li > a:hover, .swatch-blue .nav-pills > li > a:focus, [class*="swatch-"] .swatch-blue .nav-pills > .active > a, [class*="swatch-"] .swatch-blue .nav-pills > .active > a:hover, [class*="swatch-"] .swatch-blue .nav-pills > li > a:hover, [class*="swatch-"] .swatch-blue .nav-pills > li > a:focus {
  background: white;
  color: #6a989e;
}
.swatch-blue .nav-pills > .active > a .badge, .swatch-blue .nav-pills > .active > a:hover .badge, .swatch-blue .nav-pills > li > a:hover .badge, .swatch-blue .nav-pills > li > a:focus .badge, [class*="swatch-"] .swatch-blue .nav-pills > .active > a .badge, [class*="swatch-"] .swatch-blue .nav-pills > .active > a:hover .badge, [class*="swatch-"] .swatch-blue .nav-pills > li > a:hover .badge, [class*="swatch-"] .swatch-blue .nav-pills > li > a:focus .badge {
  background: #6a989e;
  color: white;
}
.swatch-blue .nav-pills > .active > a:hover, .swatch-blue .nav-pills > .active > a:hover:hover, .swatch-blue .nav-pills > li > a:hover:hover, .swatch-blue .nav-pills > li > a:focus:hover, [class*="swatch-"] .swatch-blue .nav-pills > .active > a:hover, [class*="swatch-"] .swatch-blue .nav-pills > .active > a:hover:hover, [class*="swatch-"] .swatch-blue .nav-pills > li > a:hover:hover, [class*="swatch-"] .swatch-blue .nav-pills > li > a:focus:hover {
  color: #6a989e;
}
.swatch-blue .tab-pane, .swatch-blue .tab-pane.active, [class*="swatch-"] .swatch-blue .tab-pane, [class*="swatch-"] .swatch-blue .tab-pane.active {
  color: #6a989e;
}
.swatch-blue .tab-pane h1, .swatch-blue .tab-pane h2, .swatch-blue .tab-pane h3, .swatch-blue .tab-pane h4, .swatch-blue .tab-pane h5, .swatch-blue .tab-pane h6, .swatch-blue .tab-pane a, .swatch-blue .tab-pane p, .swatch-blue .tab-pane.active h1, .swatch-blue .tab-pane.active h2, .swatch-blue .tab-pane.active h3, .swatch-blue .tab-pane.active h4, .swatch-blue .tab-pane.active h5, .swatch-blue .tab-pane.active h6, .swatch-blue .tab-pane.active a, .swatch-blue .tab-pane.active p, [class*="swatch-"] .swatch-blue .tab-pane h1, [class*="swatch-"] .swatch-blue .tab-pane h2, [class*="swatch-"] .swatch-blue .tab-pane h3, [class*="swatch-"] .swatch-blue .tab-pane h4, [class*="swatch-"] .swatch-blue .tab-pane h5, [class*="swatch-"] .swatch-blue .tab-pane h6, [class*="swatch-"] .swatch-blue .tab-pane a, [class*="swatch-"] .swatch-blue .tab-pane p, [class*="swatch-"] .swatch-blue .tab-pane.active h1, [class*="swatch-"] .swatch-blue .tab-pane.active h2, [class*="swatch-"] .swatch-blue .tab-pane.active h3, [class*="swatch-"] .swatch-blue .tab-pane.active h4, [class*="swatch-"] .swatch-blue .tab-pane.active h5, [class*="swatch-"] .swatch-blue .tab-pane.active h6, [class*="swatch-"] .swatch-blue .tab-pane.active a, [class*="swatch-"] .swatch-blue .tab-pane.active p {
  color: #6a989e;
}
.swatch-blue .tab-pane .btn, .swatch-blue .tab-pane.active .btn, [class*="swatch-"] .swatch-blue .tab-pane .btn, [class*="swatch-"] .swatch-blue .tab-pane.active .btn {
  color: white !important;
  background: #6a989e !important;
}
.swatch-blue .tab-pane .tooltip-inner, .swatch-blue .tab-pane.active .tooltip-inner, [class*="swatch-"] .swatch-blue .tab-pane .tooltip-inner, [class*="swatch-"] .swatch-blue .tab-pane.active .tooltip-inner {
  background-color: #6a989e;
  color: white;
}
.swatch-blue .tab-pane .tooltip.top .tooltip-arrow, .swatch-blue .tab-pane.active .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-blue .tab-pane .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-blue .tab-pane.active .tooltip.top .tooltip-arrow {
  border-top-color: #6a989e;
}
.swatch-blue .tab-pane .tooltip.right .tooltip-arrow, .swatch-blue .tab-pane.active .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-blue .tab-pane .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-blue .tab-pane.active .tooltip.right .tooltip-arrow {
  border-right-color: #6a989e;
}
.swatch-blue .tab-pane .tooltip.left .tooltip-arrow, .swatch-blue .tab-pane.active .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-blue .tab-pane .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-blue .tab-pane.active .tooltip.left .tooltip-arrow {
  border-left-color: #6a989e;
}
.swatch-blue .tab-pane .tooltip.bottom .tooltip-arrow, .swatch-blue .tab-pane.active .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-blue .tab-pane .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-blue .tab-pane.active .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6a989e;
}
.swatch-blue .panel, .swatch-blue .well, [class*="swatch-"] .swatch-blue .panel, [class*="swatch-"] .swatch-blue .well {
  background: #58a8d1;
}
.swatch-blue .panel-primary .panel-heading, [class*="swatch-"] .swatch-blue .panel-primary .panel-heading {
  background: whitesmoke;
}
.swatch-blue .panel-primary .panel-heading a, .swatch-blue .panel-primary .panel-heading .panel-title, [class*="swatch-"] .swatch-blue .panel-primary .panel-heading a, [class*="swatch-"] .swatch-blue .panel-primary .panel-heading .panel-title {
  color: #6a989e;
  text-decoration: none;
}
.swatch-blue .panel-primary > .panel-heading + .panel-collapse .panel-body, [class*="swatch-"] .swatch-blue .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cfcfcf;
}
.swatch-blue .panel-footer, [class*="swatch-"] .swatch-blue .panel-footer {
  background: white;
  border-color: #e8e8e8;
}
.swatch-blue .panel .table, [class*="swatch-"] .swatch-blue .panel .table {
  box-shadow: 0px 0px 0px 1px #58a8d1 inset;
}
.swatch-blue .panel .table th, [class*="swatch-"] .swatch-blue .panel .table th {
  background: #58a8d1;
  color: white;
}
.swatch-blue .portfolio-title, [class*="swatch-"] .swatch-blue .portfolio-title {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .portfolio-nav svg, [class*="swatch-"] .swatch-blue .portfolio-nav svg {
  stroke: white;
}
.swatch-blue .social-icons li a, [class*="swatch-"] .swatch-blue .social-icons li a {
  background-color: white;
}
.swatch-blue .social-icons li a i, [class*="swatch-"] .swatch-blue .social-icons li a i {
  color: #6a989e;
}
.swatch-blue .social-icons li a:not([data-iconcolor]):hover, [class*="swatch-"] .swatch-blue .social-icons li a:not([data-iconcolor]):hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.swatch-blue .social-simple li a i, [class*="swatch-"] .swatch-blue .social-simple li a i {
  color: white;
}
.swatch-blue .social-simple li a:not([data-iconcolor]):hover i, [class*="swatch-"] .swatch-blue .social-simple li a:not([data-iconcolor]):hover i {
  color: #3b83a8;
}
.swatch-blue .box-inner, [class*="swatch-"] .swatch-blue .box-inner {
  background-color: white;
}
.swatch-blue .box:not(.box-simple) a.box-inner:hover, [class*="swatch-"] .swatch-blue .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0px 0px 0px 1px #3b83a8 inset;
}
.swatch-blue .box:not(.box-simple) a.box-inner:hover svg, [class*="swatch-"] .swatch-blue .box:not(.box-simple) a.box-inner:hover svg {
  stroke: #3b83a8;
}
.swatch-blue .bordered:after, [class*="swatch-"] .swatch-blue .bordered:after {
  background-color: white;
}
.swatch-blue .bordered-link:after, [class*="swatch-"] .swatch-blue .bordered-link:after {
  background-color: #3b83a8 !important;
}
.swatch-blue .bordered > a:after, [class*="swatch-"] .swatch-blue .bordered > a:after {
  background-color: #3b83a8;
}
.swatch-blue .bordered-link:after, [class*="swatch-"] .swatch-blue .bordered-link:after {
  background-color: #3b83a8 !important;
}
.swatch-blue #infscr-loading, [class*="swatch-"] .swatch-blue #infscr-loading {
  background: white;
  color: #6a989e;
}
.swatch-blue .counter .value, [class*="swatch-"] .swatch-blue .counter .value {
  color: white;
}
.swatch-blue .scroll-to, [class*="swatch-"] .swatch-blue .scroll-to {
  border-color: #3b83a8;
}
.swatch-blue .scroll-to svg, [class*="swatch-"] .swatch-blue .scroll-to svg {
  stroke: #3b83a8;
}
.swatch-blue .scroll-to:hover, [class*="swatch-"] .swatch-blue .scroll-to:hover {
  border-color: #3b83a8;
}
.swatch-blue .scroll-to:hover svg, [class*="swatch-"] .swatch-blue .scroll-to:hover svg {
  stroke: #3b83a8;
}
.swatch-blue .map-marker-label, [class*="swatch-"] .swatch-blue .map-marker-label {
  border-top-color: #3b83a8;
}
.swatch-blue .tag-list span, [class*="swatch-"] .swatch-blue .tag-list span {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .mejs-audio, [class*="swatch-"] .swatch-blue .mejs-audio {
  background-color: white;
  color: #6a989e;
}
.swatch-blue .mejs-container .mejs-controls .mejs-time span, [class*="swatch-"] .swatch-blue .mejs-container .mejs-controls .mejs-time span {
  color: #6a989e;
}
.swatch-blue .mejs-controls .mejs-button button:hover, [class*="swatch-"] .swatch-blue .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-blue .mejs-controls .mejs-time-rail .mejs-time-loaded, [class*="swatch-"] .swatch-blue .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #6a989e;
}
.swatch-blue .mejs-controls .mejs-time-rail .mejs-time-current, .swatch-blue .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, [class*="swatch-"] .swatch-blue .mejs-controls .mejs-time-rail .mejs-time-current, [class*="swatch-"] .swatch-blue .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #58a8d1;
}
.swatch-blue .post:after, [class*="swatch-"] .swatch-blue .post:after {
  background: #58a8d1;
}
.swatch-blue .post-icon, [class*="swatch-"] .swatch-blue .post-icon {
  background: whitesmoke;
}
.swatch-blue .post-icon i, [class*="swatch-"] .swatch-blue .post-icon i {
  color: #6a989e;
}
.swatch-blue .post-search-icon, [class*="swatch-"] .swatch-blue .post-search-icon {
  color: #6a989e;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.2);
}
.swatch-blue .post-extras a, [class*="swatch-"] .swatch-blue .post-extras a {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue .post-extras a:hover, [class*="swatch-"] .swatch-blue .post-extras a:hover {
  color: #3b83a8;
}
.swatch-blue .post-extras i, [class*="swatch-"] .swatch-blue .post-extras i {
  color: white;
}
.swatch-blue .post-more-link i, [class*="swatch-"] .swatch-blue .post-more-link i {
  color: #3b83a8;
}
.swatch-blue .media-inner:after, [class*="swatch-"] .swatch-blue .media-inner:after {
  background: white;
}
.swatch-blue .author-info, [class*="swatch-"] .swatch-blue .author-info {
  background-color: white;
  color: #6a989e;
}
.swatch-blue .author-info .media-heading, [class*="swatch-"] .swatch-blue .author-info .media-heading {
  color: #6a989e;
}
.swatch-blue .author-info .media-heading:after, [class*="swatch-"] .swatch-blue .author-info .media-heading:after {
  background: #6a989e;
}
.post-masonry .swatch-blue:hover, .post-masonry [class*="swatch-"] .swatch-blue:hover {
  color: white;
}
.swatch-blue .breadcrumb-blog a, .swatch-blue .breadcrumb-blog .active, [class*="swatch-"] .swatch-blue .breadcrumb-blog a, [class*="swatch-"] .swatch-blue .breadcrumb-blog .active {
  color: white;
}
.swatch-blue .breadcrumb-blog a:hover, [class*="swatch-"] .swatch-blue .breadcrumb-blog a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue .post-related-post, [class*="swatch-"] .swatch-blue .post-related-post {
  background-color: white;
}
.swatch-blue .post-related-post a, [class*="swatch-"] .swatch-blue .post-related-post a {
  background: rgba(255, 255, 255, 0.9);
  color: #6a989e;
}
.swatch-blue .post-related-post a:hover, [class*="swatch-"] .swatch-blue .post-related-post a:hover {
  color: #6a989e;
}
.swatch-blue .post-related-post small, [class*="swatch-"] .swatch-blue .post-related-post small {
  background: #6a989e;
  color: white;
}
.swatch-blue .post-related-post blockquote, [class*="swatch-"] .swatch-blue .post-related-post blockquote {
  color: #6a989e;
}
.swatch-blue .post-related-post blockquote small, [class*="swatch-"] .swatch-blue .post-related-post blockquote small {
  background: rgba(255, 255, 255, 0.9);
  color: #6a989e;
}
.swatch-blue .post-related-post blockquote:before, [class*="swatch-"] .swatch-blue .post-related-post blockquote:before {
  background-color: #ededed;
}
.swatch-blue .post-sticky, [class*="swatch-"] .swatch-blue .post-sticky {
  background: rgba(245, 245, 245, 0.8);
}
.swatch-blue .post-sticky i, [class*="swatch-"] .swatch-blue .post-sticky i {
  color: #6a989e;
}
.swatch-blue .gform_wrapper .gsection, [class*="swatch-"] .swatch-blue .gform_wrapper .gsection {
  border-color: #58a8d1;
}
.swatch-blue .gf_progressbar, [class*="swatch-"] .swatch-blue .gf_progressbar {
  background: #58a8d1;
}
.swatch-blue .gf_progressbar_percentage, [class*="swatch-"] .swatch-blue .gf_progressbar_percentage {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .sidebar, [class*="swatch-"] .swatch-blue .sidebar {
  color: white;
}
.swatch-blue .sidebar h3, [class*="swatch-"] .swatch-blue .sidebar h3 {
  color: white;
}
.swatch-blue .sidebar a, [class*="swatch-"] .swatch-blue .sidebar a {
  color: white;
}
.swatch-blue .sidebar a:hover, [class*="swatch-"] .swatch-blue .sidebar a:hover {
  color: #3b83a8;
}
.swatch-blue .sidebar-header:after, [class*="swatch-"] .swatch-blue .sidebar-header:after {
  background: white;
}
.swatch-blue .sidebar-widget .post-icon, [class*="swatch-"] .swatch-blue .sidebar-widget .post-icon {
  background: whitesmoke;
}
.swatch-blue .sidebar-widget .post-icon i, [class*="swatch-"] .swatch-blue .sidebar-widget .post-icon i {
  color: #6a989e;
}
.swatch-blue .widget_recent_entries li, [class*="swatch-"] .swatch-blue .widget_recent_entries li {
  border-color: #58a8d1;
}
.swatch-blue .widget_tag_cloud ul a, [class*="swatch-"] .swatch-blue .widget_tag_cloud ul a {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .widget_tag_cloud ul a:hover, [class*="swatch-"] .swatch-blue .widget_tag_cloud ul a:hover {
  background: rgba(245, 245, 245, 0.9);
  color: #6a989e;
}
.swatch-blue .widget_calendar tbody a, [class*="swatch-"] .swatch-blue .widget_calendar tbody a {
  background: white;
  color: #6a989e;
}
.swatch-blue .widget_calendar tbody a:hover, [class*="swatch-"] .swatch-blue .widget_calendar tbody a:hover {
  background: #ededed;
  color: #6a989e;
}
.swatch-blue .widget_calendar tfoot, [class*="swatch-"] .swatch-blue .widget_calendar tfoot {
  background: #58a8d1;
}
.swatch-blue .widget_nav_menu .sub-menu li:before, [class*="swatch-"] .swatch-blue .widget_nav_menu .sub-menu li:before {
  color: #58a8d1;
}
.swatch-blue .widget_oxy_twitter li:before, [class*="swatch-"] .swatch-blue .widget_oxy_twitter li:before {
  color: white;
}
.swatch-blue .top-search form, [class*="swatch-"] .swatch-blue .top-search form {
  background-color: #6a989e;
}
.swatch-blue .top-search input, [class*="swatch-"] .swatch-blue .top-search input {
  background: none;
  color: white;
}
.swatch-blue .top-search input:focus, [class*="swatch-"] .swatch-blue .top-search input:focus {
  box-shadow: none;
}
.swatch-blue .top-search input:-moz-placeholder, [class*="swatch-"] .swatch-blue .top-search input:-moz-placeholder {
  color: white;
}
.swatch-blue .top-search input::-moz-placeholder, [class*="swatch-"] .swatch-blue .top-search input::-moz-placeholder {
  color: white;
}
.swatch-blue .top-search input:-ms-input-placeholder, [class*="swatch-"] .swatch-blue .top-search input:-ms-input-placeholder {
  color: white;
}
.swatch-blue .top-search input::-webkit-input-placeholder, [class*="swatch-"] .swatch-blue .top-search input::-webkit-input-placeholder {
  color: white;
}
.swatch-blue .top-search .search-close, [class*="swatch-"] .swatch-blue .top-search .search-close {
  color: #3b83a8;
}
.swatch-blue .top-search svg, [class*="swatch-"] .swatch-blue .top-search svg {
  stroke: #3b83a8;
}
.swatch-blue.top-bar a, [class*="swatch-"] .swatch-blue.top-bar a {
  color: white;
}
.swatch-blue.top-bar a:hover, [class*="swatch-"] .swatch-blue.top-bar a:hover {
  color: #3b83a8;
}
.swatch-blue.top-bar .sidebar-widget:after, [class*="swatch-"] .swatch-blue.top-bar .sidebar-widget:after {
  background: #58a8d1;
}
.swatch-blue .widget_swatch_wpml_language_selector li:before, [class*="swatch-"] .swatch-blue .widget_swatch_wpml_language_selector li:before {
  background: #58a8d1;
}
.swatch-blue .button, [class*="swatch-"] .swatch-blue .button {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .button:hover, [class*="swatch-"] .swatch-blue .button:hover {
  background: rgba(245, 245, 245, 0.9);
  color: #6a989e;
}
.swatch-blue.section-commerce .breadcrumb, [class*="swatch-"] .swatch-blue.section-commerce .breadcrumb {
  background: none;
  color: white;
}
.swatch-blue.section-commerce .breadcrumb a, [class*="swatch-"] .swatch-blue.section-commerce .breadcrumb a {
  color: #3b83a8;
}
.swatch-blue.section-commerce .breadcrumb > li + li:before, [class*="swatch-"] .swatch-blue.section-commerce .breadcrumb > li + li:before {
  color: #3b83a8;
}
.swatch-blue .woocommerce-ordering .select-wrap, [class*="swatch-"] .swatch-blue .woocommerce-ordering .select-wrap {
  background: whitesmoke;
}
.swatch-blue .woocommerce-ordering .select-wrap:after, [class*="swatch-"] .swatch-blue .woocommerce-ordering .select-wrap:after {
  color: #6a989e;
}
.swatch-blue .woocommerce-ordering select, [class*="swatch-"] .swatch-blue .woocommerce-ordering select {
  color: #6a989e;
  background: transparent;
}
.swatch-blue .onsale, [class*="swatch-"] .swatch-blue .onsale {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .price, [class*="swatch-"] .swatch-blue .price {
  color: white;
}
.swatch-blue .page-numbers a, .swatch-blue .page-numbers span, [class*="swatch-"] .swatch-blue .page-numbers a, [class*="swatch-"] .swatch-blue .page-numbers span {
  color: #6a989e;
}
.swatch-blue .page-numbers li, [class*="swatch-"] .swatch-blue .page-numbers li {
  background: whitesmoke;
}
.swatch-blue .page-numbers .current, .swatch-blue .page-numbers li a:hover, [class*="swatch-"] .swatch-blue .page-numbers .current, [class*="swatch-"] .swatch-blue .page-numbers li a:hover {
  background: #58a8d1;
  color: white;
}
.swatch-blue #reviews .comment, [class*="swatch-"] .swatch-blue #reviews .comment {
  border-bottom: 1px solid rgba(130, 201, 237, 0.2);
}
.swatch-blue #reviews .form-control, [class*="swatch-"] .swatch-blue #reviews .form-control {
  background: #6a989e;
}
.swatch-blue #reviews input[type="submit"], [class*="swatch-"] .swatch-blue #reviews input[type="submit"] {
  background: #6a989e;
  color: whitesmoke;
}
.swatch-blue .related h2, .swatch-blue .cross-sells h2, .swatch-blue .upsells h2, [class*="swatch-"] .swatch-blue .related h2, [class*="swatch-"] .swatch-blue .cross-sells h2, [class*="swatch-"] .swatch-blue .upsells h2 {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .product-category h3, [class*="swatch-"] .swatch-blue .product-category h3 {
  background: rgba(245, 245, 245, 0.85);
  color: #6a989e;
}
.swatch-blue .product-category h3 mark, [class*="swatch-"] .swatch-blue .product-category h3 mark {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .product-nav a i, [class*="swatch-"] .swatch-blue .product-nav a i {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .product-images figcaption, [class*="swatch-"] .swatch-blue .product-images figcaption {
  box-shadow: none;
  background: whitesmoke;
}
.swatch-blue .product-images figcaption i, [class*="swatch-"] .swatch-blue .product-images figcaption i {
  color: #6a989e;
}
.swatch-blue .product-images .flex-active, [class*="swatch-"] .swatch-blue .product-images .flex-active {
  -webkit-box-shadow: 0px 3px 0px white;
  -moz-box-shadow: 0px 3px 0px white;
  box-shadow: 0px 3px 0px white;
}
.swatch-blue .order_details, [class*="swatch-"] .swatch-blue .order_details {
  background: #58a8d1;
}
.swatch-blue .order_details li, [class*="swatch-"] .swatch-blue .order_details li {
  border-color: #80bddc;
}
.swatch-blue .cart_list li, [class*="swatch-"] .swatch-blue .cart_list li {
  border-color: #58a8d1;
}
.swatch-blue .cart-actions, [class*="swatch-"] .swatch-blue .cart-actions {
  background: #6a989e;
}
.swatch-blue .widget_product_tag_cloud a, [class*="swatch-"] .swatch-blue .widget_product_tag_cloud a {
  background: white;
  color: #6a989e;
}
.swatch-blue .widget_product_tag_cloud a:hover, [class*="swatch-"] .swatch-blue .widget_product_tag_cloud a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #6a989e;
}
.swatch-blue .product_list_widget li, [class*="swatch-"] .swatch-blue .product_list_widget li {
  border-color: #58a8d1;
}
.swatch-blue .star-rating, [class*="swatch-"] .swatch-blue .star-rating {
  color: #3b83a8;
}
.swatch-blue .widget_price_filter .ui-slider .ui-slider-range, [class*="swatch-"] .swatch-blue .widget_price_filter .ui-slider .ui-slider-range {
  background: #58a8d1;
}
.swatch-blue .widget_price_filter .ui-slider .ui-slider-handle, [class*="swatch-"] .swatch-blue .widget_price_filter .ui-slider .ui-slider-handle {
  background: white;
}
.swatch-blue .widget_product_search form:after, [class*="swatch-"] .swatch-blue .widget_product_search form:after {
  color: #6a989e;
}
.swatch-blue .bbp-forums-list li, [class*="swatch-"] .swatch-blue .bbp-forums-list li {
  border-left-color: whitesmoke;
}
.swatch-blue .bbp-topic-freshness-author:after, [class*="swatch-"] .swatch-blue .bbp-topic-freshness-author:after {
  background: whitesmoke;
}
.swatch-blue .bbp-topic-permalink i, [class*="swatch-"] .swatch-blue .bbp-topic-permalink i {
  color: #3b83a8;
}
.swatch-blue .panel-bbpress, [class*="swatch-"] .swatch-blue .panel-bbpress {
  background: #6a989e;
}
.swatch-blue .panel-bbpress .panel-heading, [class*="swatch-"] .swatch-blue .panel-bbpress .panel-heading {
  border-color: whitesmoke;
}
.swatch-blue .panel-bbpress .panel-body, [class*="swatch-"] .swatch-blue .panel-bbpress .panel-body {
  border-color: #58a8d1;
}
.swatch-blue .panel-bbpress .panel-warning, [class*="swatch-"] .swatch-blue .panel-bbpress .panel-warning {
  color: #3b83a8;
  border-color: #58a8d1;
}
.swatch-blue .panel-bbpress .bbp-template-notice, [class*="swatch-"] .swatch-blue .panel-bbpress .bbp-template-notice {
  border-color: #58a8d1;
}
.swatch-blue .panel-bbpress .panel-footer, [class*="swatch-"] .swatch-blue .panel-bbpress .panel-footer {
  background: #58a8d1;
  border-color: #58a8d1;
}
.swatch-blue .label-bbpress, [class*="swatch-"] .swatch-blue .label-bbpress {
  background: transparent;
  color: #3b83a8;
}
.swatch-blue .bbp-reply-content, [class*="swatch-"] .swatch-blue .bbp-reply-content {
  border-color: #58a8d1;
}
.swatch-blue .bbp-reply-content .media-heading, [class*="swatch-"] .swatch-blue .bbp-reply-content .media-heading {
  background: #6cb2d7;
  border-color: #449ecb;
}
.swatch-blue .bbp_author_details img, [class*="swatch-"] .swatch-blue .bbp_author_details img {
  background: #6a989e;
  box-shadow: 0px 0px 0px 4px #58a8d1;
}
.swatch-blue .bbp_author_details:after, [class*="swatch-"] .swatch-blue .bbp_author_details:after {
  background: #58a8d1;
}
.swatch-blue .bbp_author_details:hover img, [class*="swatch-"] .swatch-blue .bbp_author_details:hover img {
  box-shadow: 0px 0px 0px 4px #3b83a8;
}
.swatch-blue .bbpress-header .breadcrumb a, .swatch-blue .bbpress-header .breadcrumb .active, [class*="swatch-"] .swatch-blue .bbpress-header .breadcrumb a, [class*="swatch-"] .swatch-blue .bbpress-header .breadcrumb .active {
  color: white;
}
.swatch-blue .bbpress-header .breadcrumb a:hover, [class*="swatch-"] .swatch-blue .bbpress-header .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue .bbp-topic-tags a, [class*="swatch-"] .swatch-blue .bbp-topic-tags a {
  background: whitesmoke;
  color: #6a989e;
}
.swatch-blue .bbp-topic-tags a:hover, [class*="swatch-"] .swatch-blue .bbp-topic-tags a:hover {
  background: rgba(245, 245, 245, 0.9);
}
.swatch-blue .bbp-logged-in, [class*="swatch-"] .swatch-blue .bbp-logged-in {
  background: #58a8d1;
}
.swatch-blue .bbp-logged-in .button, .swatch-blue .bbp-logged-in .button:hover, [class*="swatch-"] .swatch-blue .bbp-logged-in .button, [class*="swatch-"] .swatch-blue .bbp-logged-in .button:hover {
  color: #6a989e;
}
.swatch-blue .post-count, [class*="swatch-"] .swatch-blue .post-count {
  background: whitesmoke;
  color: #6a989e;
}
/* - Gray - */
.swatch-gray, [class*="swatch-"] .swatch-gray {
  background: #e9e9e9;
  color: #4c4c4c;
}
.swatch-gray h1, .swatch-gray h2, .swatch-gray h3, .swatch-gray h4, .swatch-gray h5, .swatch-gray h6, [class*="swatch-"] .swatch-gray h1, [class*="swatch-"] .swatch-gray h2, [class*="swatch-"] .swatch-gray h3, [class*="swatch-"] .swatch-gray h4, [class*="swatch-"] .swatch-gray h5, [class*="swatch-"] .swatch-gray h6 {
  color: #1c1c1c;
}
.swatch-gray h1 small, .swatch-gray h2 small, .swatch-gray h3 small, .swatch-gray h4 small, .swatch-gray h5 small, .swatch-gray h6 small, [class*="swatch-"] .swatch-gray h1 small, [class*="swatch-"] .swatch-gray h2 small, [class*="swatch-"] .swatch-gray h3 small, [class*="swatch-"] .swatch-gray h4 small, [class*="swatch-"] .swatch-gray h5 small, [class*="swatch-"] .swatch-gray h6 small {
  color: rgba(28, 28, 28, 0.8);
}
.swatch-gray a, [class*="swatch-"] .swatch-gray a {
  color: #6a989e;
}
.swatch-gray a:hover, [class*="swatch-"] .swatch-gray a:hover {
  color: #4f9bc2;
}
.swatch-gray small, [class*="swatch-"] .swatch-gray small {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray small a, [class*="swatch-"] .swatch-gray small a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray small a:hover, [class*="swatch-"] .swatch-gray small a:hover {
  color: #6a989e;
}
.swatch-gray i, [class*="swatch-"] .swatch-gray i {
  color: #4c4c4c;
}
.swatch-gray blockquote:before, [class*="swatch-"] .swatch-gray blockquote:before {
  background-color: #6a989e;
}
.swatch-gray blockquote small, .swatch-gray blockquote footer, [class*="swatch-"] .swatch-gray blockquote small, [class*="swatch-"] .swatch-gray blockquote footer {
  color: #1c1c1c;
}
.swatch-gray ::selection, [class*="swatch-"] .swatch-gray ::selection {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray ::-moz-selection, [class*="swatch-"] .swatch-gray ::-moz-selection {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray hr, [class*="swatch-"] .swatch-gray hr {
  border-top-color: #c9c7c7;
}
.swatch-gray pre, [class*="swatch-"] .swatch-gray pre {
  background: #1c1c1c;
  color: #e9e9e9;
}
.swatch-gray .active, [class*="swatch-"] .swatch-gray .active {
  color: #4f9bc2;
}
.swatch-gray .btn-primary, .swatch-gray button, .swatch-gray input[type="submit"], [class*="swatch-"] .swatch-gray .btn-primary, [class*="swatch-"] .swatch-gray button, [class*="swatch-"] .swatch-gray input[type="submit"] {
  background-color: #6a989e;
  color: white;
}
.swatch-gray .btn-primary:hover, .swatch-gray button:hover, .swatch-gray input[type="submit"]:hover, [class*="swatch-"] .swatch-gray .btn-primary:hover, [class*="swatch-"] .swatch-gray button:hover, [class*="swatch-"] .swatch-gray input[type="submit"]:hover {
  background-color: rgba(130, 201, 237, 0.9);
  color: white;
}
.swatch-gray .btn-primary.btn-icon-left span, .swatch-gray .btn-primary.btn-icon-right span, .swatch-gray button.btn-icon-left span, .swatch-gray button.btn-icon-right span, .swatch-gray input[type="submit"].btn-icon-left span, .swatch-gray input[type="submit"].btn-icon-right span, [class*="swatch-"] .swatch-gray .btn-primary.btn-icon-left span, [class*="swatch-"] .swatch-gray .btn-primary.btn-icon-right span, [class*="swatch-"] .swatch-gray button.btn-icon-left span, [class*="swatch-"] .swatch-gray button.btn-icon-right span, [class*="swatch-"] .swatch-gray input[type="submit"].btn-icon-left span, [class*="swatch-"] .swatch-gray input[type="submit"].btn-icon-right span {
  background-color: rgba(255, 255, 255, 0.3);
}
.swatch-gray .btn-primary i, [class*="swatch-"] .swatch-gray .btn-primary i {
  color: white !important;
}
.swatch-gray .btn-link, [class*="swatch-"] .swatch-gray .btn-link {
  background: none;
  color: #6a989e;
  text-decoration: none;
  box-shadow: 0px 0px 0px 1px #6a989e inset;
}
.swatch-gray .btn-link span, [class*="swatch-"] .swatch-gray .btn-link span {
  background: none;
}
.swatch-gray .btn-link i, [class*="swatch-"] .swatch-gray .btn-link i {
  color: #6a989e !important;
}
.swatch-gray .btn-link:hover, [class*="swatch-"] .swatch-gray .btn-link:hover {
  text-decoration: none;
  background-color: #6a989e;
  color: white;
  box-shadow: 0px 0px 0px 1px #6a989e;
}
.swatch-gray .btn-link:hover i, [class*="swatch-"] .swatch-gray .btn-link:hover i {
  color: white !important;
}
.swatch-gray .open .dropdown-toggle.btn-primary, [class*="swatch-"] .swatch-gray .open .dropdown-toggle.btn-primary {
  background-color: #6a989e;
  color: white;
}
.swatch-gray .btn-group .dropdown-menu, [class*="swatch-"] .swatch-gray .btn-group .dropdown-menu {
  background-color: #6a989e;
}
.swatch-gray .btn-group .dropdown-menu > li > a, [class*="swatch-"] .swatch-gray .btn-group .dropdown-menu > li > a {
  color: white;
  box-shadow: 0px -1px 0px #6cbfea;
}
.swatch-gray .btn-group .dropdown-menu > li:first-child > a, [class*="swatch-"] .swatch-gray .btn-group .dropdown-menu > li:first-child > a {
  box-shadow: none;
}
.swatch-gray .btn-group .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-gray .btn-group .dropdown-menu > li > a:hover {
  background: #a1d6f1;
}
.swatch-gray .label-primary, [class*="swatch-"] .swatch-gray .label-primary {
  background: #6a989e;
  color: white;
}
.swatch-gray .label-primary a, [class*="swatch-"] .swatch-gray .label-primary a {
  color: white;
}
.swatch-gray select, .swatch-gray textarea, .swatch-gray input, .swatch-gray .uneditable-input, .swatch-gray .input-group-btn, [class*="swatch-"] .swatch-gray select, [class*="swatch-"] .swatch-gray textarea, [class*="swatch-"] .swatch-gray input, [class*="swatch-"] .swatch-gray .uneditable-input, [class*="swatch-"] .swatch-gray .input-group-btn {
  background: white;
  color: #4c4c4c;
}
.swatch-gray select:-moz-placeholder, .swatch-gray textarea:-moz-placeholder, .swatch-gray input:-moz-placeholder, .swatch-gray .uneditable-input:-moz-placeholder, .swatch-gray .input-group-btn:-moz-placeholder, [class*="swatch-"] .swatch-gray select:-moz-placeholder, [class*="swatch-"] .swatch-gray textarea:-moz-placeholder, [class*="swatch-"] .swatch-gray input:-moz-placeholder, [class*="swatch-"] .swatch-gray .uneditable-input:-moz-placeholder, [class*="swatch-"] .swatch-gray .input-group-btn:-moz-placeholder {
  color: #8c8c8c;
}
.swatch-gray select::-moz-placeholder, .swatch-gray textarea::-moz-placeholder, .swatch-gray input::-moz-placeholder, .swatch-gray .uneditable-input::-moz-placeholder, .swatch-gray .input-group-btn::-moz-placeholder, [class*="swatch-"] .swatch-gray select::-moz-placeholder, [class*="swatch-"] .swatch-gray textarea::-moz-placeholder, [class*="swatch-"] .swatch-gray input::-moz-placeholder, [class*="swatch-"] .swatch-gray .uneditable-input::-moz-placeholder, [class*="swatch-"] .swatch-gray .input-group-btn::-moz-placeholder {
  color: #8c8c8c;
}
.swatch-gray select:-ms-input-placeholder, .swatch-gray textarea:-ms-input-placeholder, .swatch-gray input:-ms-input-placeholder, .swatch-gray .uneditable-input:-ms-input-placeholder, .swatch-gray .input-group-btn:-ms-input-placeholder, [class*="swatch-"] .swatch-gray select:-ms-input-placeholder, [class*="swatch-"] .swatch-gray textarea:-ms-input-placeholder, [class*="swatch-"] .swatch-gray input:-ms-input-placeholder, [class*="swatch-"] .swatch-gray .uneditable-input:-ms-input-placeholder, [class*="swatch-"] .swatch-gray .input-group-btn:-ms-input-placeholder {
  color: #8c8c8c;
}
.swatch-gray select::-webkit-input-placeholder, .swatch-gray textarea::-webkit-input-placeholder, .swatch-gray input::-webkit-input-placeholder, .swatch-gray .uneditable-input::-webkit-input-placeholder, .swatch-gray .input-group-btn::-webkit-input-placeholder, [class*="swatch-"] .swatch-gray select::-webkit-input-placeholder, [class*="swatch-"] .swatch-gray textarea::-webkit-input-placeholder, [class*="swatch-"] .swatch-gray input::-webkit-input-placeholder, [class*="swatch-"] .swatch-gray .uneditable-input::-webkit-input-placeholder, [class*="swatch-"] .swatch-gray .input-group-btn::-webkit-input-placeholder {
  color: #8c8c8c;
}
.swatch-gray input:focus, .swatch-gray textarea:focus, .swatch-gray select.form-control:focus, [class*="swatch-"] .swatch-gray input:focus, [class*="swatch-"] .swatch-gray textarea:focus, [class*="swatch-"] .swatch-gray select.form-control:focus {
  -webkit-box-shadow: 0px 3px 0px #6a989e;
  -moz-box-shadow: 0px 3px 0px #6a989e;
  box-shadow: 0px 3px 0px #6a989e;
}
.swatch-gray input[type="checkbox"], .swatch-gray input[type="radio"], [class*="swatch-"] .swatch-gray input[type="checkbox"], [class*="swatch-"] .swatch-gray input[type="radio"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.swatch-gray .form-icon-group i, [class*="swatch-"] .swatch-gray .form-icon-group i {
  color: #6a989e;
}
.swatch-gray input[type="button"], [class*="swatch-"] .swatch-gray input[type="button"] {
  background: #6a989e;
  color: white;
}
.swatch-gray .select-wrap, [class*="swatch-"] .swatch-gray .select-wrap {
  background: white;
}
.swatch-gray .select-wrap:after, [class*="swatch-"] .swatch-gray .select-wrap:after {
  color: #4c4c4c;
}
.swatch-gray .table th, [class*="swatch-"] .swatch-gray .table th {
  background-color: #6a989e;
  text-transform: uppercase;
  color: #e9e9e9;
}
.swatch-gray .table th, .swatch-gray .table td, .swatch-gray .table-bordered, [class*="swatch-"] .swatch-gray .table th, [class*="swatch-"] .swatch-gray .table td, [class*="swatch-"] .swatch-gray .table-bordered {
  border-color: #c9c7c7;
}
.swatch-gray .table-hover tbody tr:hover th, [class*="swatch-"] .swatch-gray .table-hover tbody tr:hover th {
  background: #c9c7c7;
}
.swatch-gray .table-striped > tbody > tr:nth-child(odd) > td, .swatch-gray .table-striped > tbody > tr:nth-child(odd) > th, .swatch-gray .table-hover > tbody > tr:hover > td, .swatch-gray .table-hover > tbody > tr:hover > th, [class*="swatch-"] .swatch-gray .table-striped > tbody > tr:nth-child(odd) > td, [class*="swatch-"] .swatch-gray .table-striped > tbody > tr:nth-child(odd) > th, [class*="swatch-"] .swatch-gray .table-hover > tbody > tr:hover > td, [class*="swatch-"] .swatch-gray .table-hover > tbody > tr:hover > th {
  background: #c9c7c7;
}
.swatch-gray#masthead, [class*="swatch-"] .swatch-gray#masthead {
  border-color: #e9e9e9;
}
.swatch-gray.navbar, [class*="swatch-"] .swatch-gray.navbar {
  background: #e9e9e9;
  color: #1c1c1c;
}
.swatch-gray .navbar-text, [class*="swatch-"] .swatch-gray .navbar-text {
  color: #1c1c1c;
}
.swatch-gray.navbar .navbar-brand, [class*="swatch-"] .swatch-gray.navbar .navbar-brand {
  color: #1c1c1c;
}
.swatch-gray.navbar .navbar-brand:hover, [class*="swatch-"] .swatch-gray.navbar .navbar-brand:hover {
  color: #1c1c1c;
}
.swatch-gray.navbar .nav > li > a, [class*="swatch-"] .swatch-gray.navbar .nav > li > a {
  color: #4c4c4c;
}
.swatch-gray.navbar .nav > li > a:hover, .swatch-gray.navbar .nav > li > a:focus, [class*="swatch-"] .swatch-gray.navbar .nav > li > a:hover, [class*="swatch-"] .swatch-gray.navbar .nav > li > a:focus {
  color: #6a989e;
  background: none;
}
.swatch-gray.navbar .nav > li > a:before, [class*="swatch-"] .swatch-gray.navbar .nav > li > a:before {
  background-color: #6a989e;
}
.swatch-gray.navbar a .menu-icon, [class*="swatch-"] .swatch-gray.navbar a .menu-icon {
  color: #4c4c4c;
}
.swatch-gray.navbar a:hover .menu-icon, [class*="swatch-"] .swatch-gray.navbar a:hover .menu-icon {
  color: #6a989e;
}
.swatch-gray.navbar .dropdown-menu a:hover .menu-icon, [class*="swatch-"] .swatch-gray.navbar .dropdown-menu a:hover .menu-icon {
  color: #e9e9e9;
}
.swatch-gray .navbar-toggle, [class*="swatch-"] .swatch-gray .navbar-toggle {
  background: none !important;
}
.swatch-gray .navbar-toggle .icon-bar, [class*="swatch-"] .swatch-gray .navbar-toggle .icon-bar {
  background-color: #1c1c1c;
}
.swatch-gray .navbar-toggle:hover, [class*="swatch-"] .swatch-gray .navbar-toggle:hover {
  background: none;
}
.swatch-gray.navbar .nav > li > a:focus, .swatch-gray.navbar .nav > li > a:hover, .swatch-gray.navbar .nav > .active > a, .swatch-gray.navbar .nav > .active > a:hover, .swatch-gray.navbar .nav > .current-menu-parent > a, .swatch-gray.navbar .nav > .current-menu-ancestor > a, .swatch-gray.navbar .nav > .current-menu-item > a, .swatch-gray.navbar .nav > .current-menu-item > a:hover, .swatch-gray.navbar .nav > .current-menu-item > a:focus, .swatch-gray.navbar .nav > .active > a:focus, .swatch-gray.navbar .nav li.dropdown.open > .dropdown-toggle, .swatch-gray.navbar .nav li.dropdown.active > .dropdown-toggle, .swatch-gray.navbar .nav li.dropdown.open.active > .dropdown-toggle, [class*="swatch-"] .swatch-gray.navbar .nav > li > a:focus, [class*="swatch-"] .swatch-gray.navbar .nav > li > a:hover, [class*="swatch-"] .swatch-gray.navbar .nav > .active > a, [class*="swatch-"] .swatch-gray.navbar .nav > .active > a:hover, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-parent > a, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-ancestor > a, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a:hover, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a:focus, [class*="swatch-"] .swatch-gray.navbar .nav > .active > a:focus, [class*="swatch-"] .swatch-gray.navbar .nav li.dropdown.open > .dropdown-toggle, [class*="swatch-"] .swatch-gray.navbar .nav li.dropdown.active > .dropdown-toggle, [class*="swatch-"] .swatch-gray.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #6a989e;
}
.swatch-gray.navbar .nav > li > a:focus:before, .swatch-gray.navbar .nav > li > a:hover:before, .swatch-gray.navbar .nav > .active > a:before, .swatch-gray.navbar .nav > .active > a:hover:before, .swatch-gray.navbar .nav > .current-menu-parent > a:before, .swatch-gray.navbar .nav > .current-menu-ancestor > a:before, .swatch-gray.navbar .nav > .current-menu-item > a:before, .swatch-gray.navbar .nav > .current-menu-item > a:hover:before, .swatch-gray.navbar .nav > .current-menu-item > a:focus:before, .swatch-gray.navbar .nav > .active > a:focus:before, .swatch-gray.navbar .nav li.dropdown.open > .dropdown-toggle:before, .swatch-gray.navbar .nav li.dropdown.active > .dropdown-toggle:before, .swatch-gray.navbar .nav li.dropdown.open.active > .dropdown-toggle:before, [class*="swatch-"] .swatch-gray.navbar .nav > li > a:focus:before, [class*="swatch-"] .swatch-gray.navbar .nav > li > a:hover:before, [class*="swatch-"] .swatch-gray.navbar .nav > .active > a:before, [class*="swatch-"] .swatch-gray.navbar .nav > .active > a:hover:before, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-parent > a:before, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-ancestor > a:before, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a:before, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a:hover:before, [class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a:focus:before, [class*="swatch-"] .swatch-gray.navbar .nav > .active > a:focus:before, [class*="swatch-"] .swatch-gray.navbar .nav li.dropdown.open > .dropdown-toggle:before, [class*="swatch-"] .swatch-gray.navbar .nav li.dropdown.active > .dropdown-toggle:before, [class*="swatch-"] .swatch-gray.navbar .nav li.dropdown.open.active > .dropdown-toggle:before {
  background-color: #6a989e;
}
.swatch-gray.navbar .nav > .disabled > a, [class*="swatch-"] .swatch-gray.navbar .nav > .disabled > a {
  color: #1c1c1c;
}
.swatch-gray.navbar .nav > .disabled > a:before, [class*="swatch-"] .swatch-gray.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-gray .dropdown-menu, [class*="swatch-"] .swatch-gray .dropdown-menu {
  background-color: rgba(233, 233, 233, 0.95);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px #6a989e inset;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px #6a989e inset;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px #6a989e inset;
}
.swatch-gray .dropdown-menu > li > a, [class*="swatch-"] .swatch-gray .dropdown-menu > li > a {
  color: #1c1c1c;
}
.swatch-gray .dropdown-menu > li > a:hover, .swatch-gray .dropdown-menu > .active > a, .swatch-gray .dropdown-menu > .active > a:hover, .swatch-gray .dropdown-menu > .active > a:focus, [class*="swatch-"] .swatch-gray .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-gray .dropdown-menu > .active > a, [class*="swatch-"] .swatch-gray .dropdown-menu > .active > a:hover, [class*="swatch-"] .swatch-gray .dropdown-menu > .active > a:focus {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .dropdown-menu > li > a:hover i, .swatch-gray .dropdown-menu > .active > a i, .swatch-gray .dropdown-menu > .active > a:hover i, .swatch-gray .dropdown-menu > .active > a:focus i, [class*="swatch-"] .swatch-gray .dropdown-menu > li > a:hover i, [class*="swatch-"] .swatch-gray .dropdown-menu > .active > a i, [class*="swatch-"] .swatch-gray .dropdown-menu > .active > a:hover i, [class*="swatch-"] .swatch-gray .dropdown-menu > .active > a:focus i {
  color: #e9e9e9;
}
.swatch-gray .dropdown-menu > li.disabled > a:hover, [class*="swatch-"] .swatch-gray .dropdown-menu > li.disabled > a:hover {
  color: #1c1c1c;
}
.swatch-gray.navbar .nav > li > .dropdown-menu:after, .swatch-gray.navbar .nav > li > .dropdown-menu:before, [class*="swatch-"] .swatch-gray.navbar .nav > li > .dropdown-menu:after, [class*="swatch-"] .swatch-gray.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-gray.navbar-scrolled, [class*="swatch-"] .swatch-gray.navbar-scrolled {
  background: rgba(233, 233, 233, 0.95);
}
.swatch-gray .dropdown-submenu > a:after, [class*="swatch-"] .swatch-gray .dropdown-submenu > a:after {
  border-left-color: #6a989e !important;
}
.swatch-gray .dropdown-submenu > a:hover:after, [class*="swatch-"] .swatch-gray .dropdown-submenu > a:hover:after {
  border-left-color: #e9e9e9 !important;
}
.swatch-gray .dropdown-menu .divider, [class*="swatch-"] .swatch-gray .dropdown-menu .divider {
  background-color: rgba(201, 199, 199, 0.8);
}
.swatch-gray.navbar .nav-highlight > a, [class*="swatch-"] .swatch-gray.navbar .nav-highlight > a {
  color: #e9e9e9 !important;
}
.swatch-gray.navbar .nav-highlight > a:after, [class*="swatch-"] .swatch-gray.navbar .nav-highlight > a:after {
  background: #6a989e;
}
.swatch-gray.navbar .nav-highlight > a:hover, [class*="swatch-"] .swatch-gray.navbar .nav-highlight > a:hover {
  color: #e9e9e9 !important;
}
.swatch-gray.navbar .nav-highlight > a:hover:after, [class*="swatch-"] .swatch-gray.navbar .nav-highlight > a:hover:after {
  background: rgba(130, 201, 237, 0.8);
}
.swatch-gray.navbar li.nav-highlight-ghost > a, [class*="swatch-"] .swatch-gray.navbar li.nav-highlight-ghost > a {
  color: #6a989e;
}
.swatch-gray.navbar li.nav-highlight-ghost > a:after, [class*="swatch-"] .swatch-gray.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #6a989e;
}
.swatch-gray.navbar li.nav-highlight-ghost > a:hover, [class*="swatch-"] .swatch-gray.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(130, 201, 237, 0.8);
}
.swatch-gray.navbar li.nav-highlight-ghost > a:hover:after, [class*="swatch-"] .swatch-gray.navbar li.nav-highlight-ghost > a:hover:after {
  border-color: rgba(130, 201, 237, 0.8);
}
.transparent-header .swatch-gray.navbar, .transparent-header [class*="swatch-"] .swatch-gray.navbar {
  background: none;
}
.transparent-header .swatch-gray.navbar-scrolled, .transparent-header [class*="swatch-"] .swatch-gray.navbar-scrolled {
  background: rgba(233, 233, 233, 0.95) !important;
}
.transparent-header .swatch-gray.search-active, .transparent-header [class*="swatch-"] .swatch-gray.search-active {
  background: #e9e9e9 !important;
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a, [class*="swatch-"] .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a {
  color: #1c1c1c;
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover, [class*="swatch-"] .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {
  background: transparent;
  color: #6a989e;
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover .menu-icon, [class*="swatch-"] .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover .menu-icon {
  color: #6a989e;
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a, [class*="swatch-"] .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a {
  color: #6a989e;
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > p, [class*="swatch-"] .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > p {
  border-bottom-color: rgba(201, 199, 199, 0.8);
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li:before, [class*="swatch-"] .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
  background: rgba(201, 199, 199, 0.8);
}
@media (max-width: 992px) {
  .swatch-gray.navbar .nav > li > a, [class*="swatch-"] .swatch-gray.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-gray.navbar .dropdown-menu, [class*="swatch-"] .swatch-gray.navbar .dropdown-menu {
    background: #c9c7c7;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-gray.navbar .dropdown-menu > li > a, [class*="swatch-"] .swatch-gray.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-gray.navbar .dropdown-menu > li > a:hover, .swatch-gray.navbar .dropdown-menu > li > a:focus, .swatch-gray.navbar .dropdown-menu > li.active > a, [class*="swatch-"] .swatch-gray.navbar .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-gray.navbar .dropdown-menu > li > a:focus, [class*="swatch-"] .swatch-gray.navbar .dropdown-menu > li.active > a {
    background: #6a989e;
    color: #e9e9e9;
  }
  .swatch-gray .dropdown-submenu > ul > li > a, [class*="swatch-"] .swatch-gray .dropdown-submenu > ul > li > a {
    background: #c9c7c7;
  }
  .swatch-gray .dropdown-submenu > ul > li > a:hover, [class*="swatch-"] .swatch-gray .dropdown-submenu > ul > li > a:hover {
    background: #c9c7c7;
  }
  .swatch-gray .dropdown-submenu > a:after, [class*="swatch-"] .swatch-gray .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #6a989e !important;
  }
  .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover, [class*="swatch-"] .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {
    background: #6a989e;
    color: #e9e9e9;
  }
  .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li:before, [class*="swatch-"] .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
    display: none;
  }
  .swatch-gray .nav-highlight > a, [class*="swatch-"] .swatch-gray .nav-highlight > a {
    color: #6a989e !important;
  }
  .swatch-gray .nav-highlight > a:after, [class*="swatch-"] .swatch-gray .nav-highlight > a:after {
    background: transparent;
  }
  .swatch-gray .nav-highlight > a:hover, [class*="swatch-"] .swatch-gray .nav-highlight > a:hover {
    color: #6a989e !important;
  }
  .swatch-gray .nav-highlight > a:hover:after, [class*="swatch-"] .swatch-gray .nav-highlight > a:hover:after {
    background: transparent;
  }
  .transparent-header .swatch-gray .navbar-collapse, .transparent-header [class*="swatch-"] .swatch-gray .navbar-collapse {
    background: rgba(233, 233, 233, 0.95) !important;
  }
}
.swatch-gray .pagination > li > a, .swatch-gray .pagination > li > span, [class*="swatch-"] .swatch-gray .pagination > li > a, [class*="swatch-"] .swatch-gray .pagination > li > span {
  background: #6a989e;
  color: white;
}
.swatch-gray .pagination > .active > a, .swatch-gray .pagination > .active > span, .swatch-gray .pagination > li > a:hover, [class*="swatch-"] .swatch-gray .pagination > .active > a, [class*="swatch-"] .swatch-gray .pagination > .active > span, [class*="swatch-"] .swatch-gray .pagination > li > a:hover {
  background: rgba(130, 201, 237, 0.8);
}
.swatch-gray .pagination > .active > a i, .swatch-gray .pagination > .active > span i, .swatch-gray .pagination > li > a:hover i, [class*="swatch-"] .swatch-gray .pagination > .active > a i, [class*="swatch-"] .swatch-gray .pagination > .active > span i, [class*="swatch-"] .swatch-gray .pagination > li > a:hover i {
  color: white;
}
.swatch-gray .pagination > li:first-child i, .swatch-gray .pagination > li:last-child i, [class*="swatch-"] .swatch-gray .pagination > li:first-child i, [class*="swatch-"] .swatch-gray .pagination > li:last-child i {
  color: white;
}
.swatch-gray .pagination > li.disabled span i, [class*="swatch-"] .swatch-gray .pagination > li.disabled span i {
  color: rgba(255, 255, 255, 0.4);
}
.swatch-gray .pager > li > a, [class*="swatch-"] .swatch-gray .pager > li > a {
  background: #6a989e;
  color: white;
}
.swatch-gray .pager > li > a i, [class*="swatch-"] .swatch-gray .pager > li > a i {
  color: white;
}
.swatch-gray .tooltip-inner, [class*="swatch-"] .swatch-gray .tooltip-inner {
  background-color: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .tooltip.in, [class*="swatch-"] .swatch-gray .tooltip.in {
  opacity: 1;
}
.swatch-gray .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-gray .tooltip.top .tooltip-arrow {
  border-top-color: #6a989e;
}
.swatch-gray .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-gray .tooltip.right .tooltip-arrow {
  border-right-color: #6a989e;
}
.swatch-gray .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-gray .tooltip.left .tooltip-arrow {
  border-left-color: #6a989e;
}
.swatch-gray .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-gray .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6a989e;
}
.swatch-gray .jumbotron, [class*="swatch-"] .swatch-gray .jumbotron {
  background: #c9c7c7;
}
.swatch-gray .progress-bar-primary, [class*="swatch-"] .swatch-gray .progress-bar-primary {
  background: #6a989e;
  box-shadow: none;
}
.swatch-gray .progress-bar-primary span, [class*="swatch-"] .swatch-gray .progress-bar-primary span {
  color: white;
}
.swatch-gray .progress-bar-primary.progress-striped .progress-bar, .swatch-gray .progress-striped .progress-bar-primary, [class*="swatch-"] .swatch-gray .progress-bar-primary.progress-striped .progress-bar, [class*="swatch-"] .swatch-gray .progress-striped .progress-bar-primary {
  background-color: #6a989e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.swatch-gray .badge, [class*="swatch-"] .swatch-gray .badge {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .tab-content, .swatch-gray .nav-tabs .active a, .swatch-gray .tab-content, .swatch-gray .nav-tabs .active a:hover, [class*="swatch-"] .swatch-gray .tab-content, [class*="swatch-"] .swatch-gray .nav-tabs .active a, [class*="swatch-"] .swatch-gray .tab-content, [class*="swatch-"] .swatch-gray .nav-tabs .active a:hover {
  background: #6a989e;
}
.swatch-gray .nav-tabs > li > a:hover, .swatch-gray .nav-tabs > li > a:focus, [class*="swatch-"] .swatch-gray .nav-tabs > li > a:hover, [class*="swatch-"] .swatch-gray .nav-tabs > li > a:focus {
  color: #e9e9e9;
  background-color: #6a989e;
}
.swatch-gray .nav-tabs > li.active > a, [class*="swatch-"] .swatch-gray .nav-tabs > li.active > a {
  color: #e9e9e9;
}
.swatch-gray .nav-tabs > li.active > a:hover, [class*="swatch-"] .swatch-gray .nav-tabs > li.active > a:hover {
  color: #e9e9e9;
}
.swatch-gray .nav-pills > li > a .badge, [class*="swatch-"] .swatch-gray .nav-pills > li > a .badge {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .nav-pills > .active > a, .swatch-gray .nav-pills > .active > a:hover, .swatch-gray .nav-pills > li > a:hover, .swatch-gray .nav-pills > li > a:focus, [class*="swatch-"] .swatch-gray .nav-pills > .active > a, [class*="swatch-"] .swatch-gray .nav-pills > .active > a:hover, [class*="swatch-"] .swatch-gray .nav-pills > li > a:hover, [class*="swatch-"] .swatch-gray .nav-pills > li > a:focus {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .nav-pills > .active > a .badge, .swatch-gray .nav-pills > .active > a:hover .badge, .swatch-gray .nav-pills > li > a:hover .badge, .swatch-gray .nav-pills > li > a:focus .badge, [class*="swatch-"] .swatch-gray .nav-pills > .active > a .badge, [class*="swatch-"] .swatch-gray .nav-pills > .active > a:hover .badge, [class*="swatch-"] .swatch-gray .nav-pills > li > a:hover .badge, [class*="swatch-"] .swatch-gray .nav-pills > li > a:focus .badge {
  background: #e9e9e9;
  color: #6a989e;
}
.swatch-gray .nav-pills > .active > a:hover, .swatch-gray .nav-pills > .active > a:hover:hover, .swatch-gray .nav-pills > li > a:hover:hover, .swatch-gray .nav-pills > li > a:focus:hover, [class*="swatch-"] .swatch-gray .nav-pills > .active > a:hover, [class*="swatch-"] .swatch-gray .nav-pills > .active > a:hover:hover, [class*="swatch-"] .swatch-gray .nav-pills > li > a:hover:hover, [class*="swatch-"] .swatch-gray .nav-pills > li > a:focus:hover {
  color: #e9e9e9;
}
.swatch-gray .tab-pane, .swatch-gray .tab-pane.active, [class*="swatch-"] .swatch-gray .tab-pane, [class*="swatch-"] .swatch-gray .tab-pane.active {
  color: #e9e9e9;
}
.swatch-gray .tab-pane h1, .swatch-gray .tab-pane h2, .swatch-gray .tab-pane h3, .swatch-gray .tab-pane h4, .swatch-gray .tab-pane h5, .swatch-gray .tab-pane h6, .swatch-gray .tab-pane a, .swatch-gray .tab-pane p, .swatch-gray .tab-pane.active h1, .swatch-gray .tab-pane.active h2, .swatch-gray .tab-pane.active h3, .swatch-gray .tab-pane.active h4, .swatch-gray .tab-pane.active h5, .swatch-gray .tab-pane.active h6, .swatch-gray .tab-pane.active a, .swatch-gray .tab-pane.active p, [class*="swatch-"] .swatch-gray .tab-pane h1, [class*="swatch-"] .swatch-gray .tab-pane h2, [class*="swatch-"] .swatch-gray .tab-pane h3, [class*="swatch-"] .swatch-gray .tab-pane h4, [class*="swatch-"] .swatch-gray .tab-pane h5, [class*="swatch-"] .swatch-gray .tab-pane h6, [class*="swatch-"] .swatch-gray .tab-pane a, [class*="swatch-"] .swatch-gray .tab-pane p, [class*="swatch-"] .swatch-gray .tab-pane.active h1, [class*="swatch-"] .swatch-gray .tab-pane.active h2, [class*="swatch-"] .swatch-gray .tab-pane.active h3, [class*="swatch-"] .swatch-gray .tab-pane.active h4, [class*="swatch-"] .swatch-gray .tab-pane.active h5, [class*="swatch-"] .swatch-gray .tab-pane.active h6, [class*="swatch-"] .swatch-gray .tab-pane.active a, [class*="swatch-"] .swatch-gray .tab-pane.active p {
  color: #e9e9e9;
}
.swatch-gray .tab-pane .btn, .swatch-gray .tab-pane.active .btn, [class*="swatch-"] .swatch-gray .tab-pane .btn, [class*="swatch-"] .swatch-gray .tab-pane.active .btn {
  color: #6a989e !important;
  background: #e9e9e9 !important;
}
.swatch-gray .tab-pane .tooltip-inner, .swatch-gray .tab-pane.active .tooltip-inner, [class*="swatch-"] .swatch-gray .tab-pane .tooltip-inner, [class*="swatch-"] .swatch-gray .tab-pane.active .tooltip-inner {
  background-color: #e9e9e9;
  color: #6a989e;
}
.swatch-gray .tab-pane .tooltip.top .tooltip-arrow, .swatch-gray .tab-pane.active .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-gray .tab-pane .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-gray .tab-pane.active .tooltip.top .tooltip-arrow {
  border-top-color: #e9e9e9;
}
.swatch-gray .tab-pane .tooltip.right .tooltip-arrow, .swatch-gray .tab-pane.active .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-gray .tab-pane .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-gray .tab-pane.active .tooltip.right .tooltip-arrow {
  border-right-color: #e9e9e9;
}
.swatch-gray .tab-pane .tooltip.left .tooltip-arrow, .swatch-gray .tab-pane.active .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-gray .tab-pane .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-gray .tab-pane.active .tooltip.left .tooltip-arrow {
  border-left-color: #e9e9e9;
}
.swatch-gray .tab-pane .tooltip.bottom .tooltip-arrow, .swatch-gray .tab-pane.active .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-gray .tab-pane .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-gray .tab-pane.active .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e9e9e9;
}
.swatch-gray .panel, .swatch-gray .well, [class*="swatch-"] .swatch-gray .panel, [class*="swatch-"] .swatch-gray .well {
  background: #c9c7c7;
}
.swatch-gray .panel-primary .panel-heading, [class*="swatch-"] .swatch-gray .panel-primary .panel-heading {
  background: #6a989e;
}
.swatch-gray .panel-primary .panel-heading a, .swatch-gray .panel-primary .panel-heading .panel-title, [class*="swatch-"] .swatch-gray .panel-primary .panel-heading a, [class*="swatch-"] .swatch-gray .panel-primary .panel-heading .panel-title {
  color: white;
  text-decoration: none;
}
.swatch-gray .panel-primary > .panel-heading + .panel-collapse .panel-body, [class*="swatch-"] .swatch-gray .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3face3;
}
.swatch-gray .panel-footer, [class*="swatch-"] .swatch-gray .panel-footer {
  background: #98d3f0;
  border-color: #6cbfea;
}
.swatch-gray .panel .table, [class*="swatch-"] .swatch-gray .panel .table {
  box-shadow: 0px 0px 0px 1px #c9c7c7 inset;
}
.swatch-gray .panel .table th, [class*="swatch-"] .swatch-gray .panel .table th {
  background: #c9c7c7;
  color: #1c1c1c;
}
.swatch-gray .portfolio-title, [class*="swatch-"] .swatch-gray .portfolio-title {
  background: #6a989e;
  color: white;
}
.swatch-gray .portfolio-nav svg, [class*="swatch-"] .swatch-gray .portfolio-nav svg {
  stroke: #4c4c4c;
}
.swatch-gray .social-icons li a, [class*="swatch-"] .swatch-gray .social-icons li a {
  background-color: #6a989e;
}
.swatch-gray .social-icons li a i, [class*="swatch-"] .swatch-gray .social-icons li a i {
  color: #e9e9e9;
}
.swatch-gray .social-icons li a:not([data-iconcolor]):hover, [class*="swatch-"] .swatch-gray .social-icons li a:not([data-iconcolor]):hover {
  background-color: rgba(130, 201, 237, 0.8);
}
.swatch-gray .social-simple li a i, [class*="swatch-"] .swatch-gray .social-simple li a i {
  color: #4c4c4c;
}
.swatch-gray .social-simple li a:not([data-iconcolor]):hover i, [class*="swatch-"] .swatch-gray .social-simple li a:not([data-iconcolor]):hover i {
  color: #6a989e;
}
.swatch-gray .box-inner, [class*="swatch-"] .swatch-gray .box-inner {
  background-color: white;
}
.swatch-gray .box:not(.box-simple) a.box-inner:hover, [class*="swatch-"] .swatch-gray .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0px 0px 0px 1px #4c4c4c inset;
}
.swatch-gray .box:not(.box-simple) a.box-inner:hover svg, [class*="swatch-"] .swatch-gray .box:not(.box-simple) a.box-inner:hover svg {
  stroke: #4c4c4c;
}
.swatch-gray .bordered:after, [class*="swatch-"] .swatch-gray .bordered:after {
  background-color: #1c1c1c;
}
.swatch-gray .bordered-link:after, [class*="swatch-"] .swatch-gray .bordered-link:after {
  background-color: #6a989e !important;
}
.swatch-gray .bordered > a:after, [class*="swatch-"] .swatch-gray .bordered > a:after {
  background-color: #6a989e;
}
.swatch-gray .bordered-link:after, [class*="swatch-"] .swatch-gray .bordered-link:after {
  background-color: #6a989e !important;
}
.swatch-gray #infscr-loading, [class*="swatch-"] .swatch-gray #infscr-loading {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .counter .value, [class*="swatch-"] .swatch-gray .counter .value {
  color: #1c1c1c;
}
.swatch-gray .scroll-to, [class*="swatch-"] .swatch-gray .scroll-to {
  border-color: #6a989e;
}
.swatch-gray .scroll-to svg, [class*="swatch-"] .swatch-gray .scroll-to svg {
  stroke: #6a989e;
}
.swatch-gray .scroll-to:hover, [class*="swatch-"] .swatch-gray .scroll-to:hover {
  border-color: #4c4c4c;
}
.swatch-gray .scroll-to:hover svg, [class*="swatch-"] .swatch-gray .scroll-to:hover svg {
  stroke: #4c4c4c;
}
.swatch-gray .map-marker-label, [class*="swatch-"] .swatch-gray .map-marker-label {
  border-top-color: #6a989e;
}
.swatch-gray .tag-list span, [class*="swatch-"] .swatch-gray .tag-list span {
  background: #6a989e;
  color: white;
}
.swatch-gray .mejs-audio, [class*="swatch-"] .swatch-gray .mejs-audio {
  background-color: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .mejs-container .mejs-controls .mejs-time span, [class*="swatch-"] .swatch-gray .mejs-container .mejs-controls .mejs-time span {
  color: #e9e9e9;
}
.swatch-gray .mejs-controls .mejs-button button:hover, [class*="swatch-"] .swatch-gray .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-gray .mejs-controls .mejs-time-rail .mejs-time-loaded, [class*="swatch-"] .swatch-gray .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #e9e9e9;
}
.swatch-gray .mejs-controls .mejs-time-rail .mejs-time-current, .swatch-gray .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, [class*="swatch-"] .swatch-gray .mejs-controls .mejs-time-rail .mejs-time-current, [class*="swatch-"] .swatch-gray .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #c9c7c7;
}

.swatch-gray .post-icon, [class*="swatch-"] .swatch-gray .post-icon {
  background: #6a989e;
}
.swatch-gray .post-icon i, [class*="swatch-"] .swatch-gray .post-icon i {
  color: white;
}
.swatch-gray .post-search-icon, [class*="swatch-"] .swatch-gray .post-search-icon {
  color: white;
  text-shadow: 2px 2px 1px rgba(28, 28, 28, 0.2);
}
.swatch-gray .post-extras a, [class*="swatch-"] .swatch-gray .post-extras a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray .post-extras a:hover, [class*="swatch-"] .swatch-gray .post-extras a:hover {
  color: #6a989e;
}
.swatch-gray .post-extras i, [class*="swatch-"] .swatch-gray .post-extras i {
  color: #4c4c4c;
}
.swatch-gray .post-more-link i, [class*="swatch-"] .swatch-gray .post-more-link i {
  color: #6a989e;
}
.swatch-gray .media-inner:after, [class*="swatch-"] .swatch-gray .media-inner:after {
  background: #6a989e;
}
.swatch-gray .author-info, [class*="swatch-"] .swatch-gray .author-info {
  background-color: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .author-info .media-heading, [class*="swatch-"] .swatch-gray .author-info .media-heading {
  color: #e9e9e9;
}
.swatch-gray .author-info .media-heading:after, [class*="swatch-"] .swatch-gray .author-info .media-heading:after {
  background: #e9e9e9;
}
.post-masonry .swatch-gray:hover, .post-masonry [class*="swatch-"] .swatch-gray:hover {
  color: #4c4c4c;
}
.swatch-gray .breadcrumb-blog a, .swatch-gray .breadcrumb-blog .active, [class*="swatch-"] .swatch-gray .breadcrumb-blog a, [class*="swatch-"] .swatch-gray .breadcrumb-blog .active {
  color: #4c4c4c;
}
.swatch-gray .breadcrumb-blog a:hover, [class*="swatch-"] .swatch-gray .breadcrumb-blog a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray .post-related-post, [class*="swatch-"] .swatch-gray .post-related-post {
  background-color: #6a989e;
}
.swatch-gray .post-related-post a, [class*="swatch-"] .swatch-gray .post-related-post a {
  background: rgba(28, 28, 28, 0.9);
  color: #e9e9e9;
}
.swatch-gray .post-related-post a:hover, [class*="swatch-"] .swatch-gray .post-related-post a:hover {
  color: #e9e9e9;
}
.swatch-gray .post-related-post small, [class*="swatch-"] .swatch-gray .post-related-post small {
  background: #e9e9e9;
  color: #1c1c1c;
}
.swatch-gray .post-related-post blockquote, [class*="swatch-"] .swatch-gray .post-related-post blockquote {
  color: #e9e9e9;
}
.swatch-gray .post-related-post blockquote small, [class*="swatch-"] .swatch-gray .post-related-post blockquote small {
  background: rgba(28, 28, 28, 0.9);
  color: #e9e9e9;
}
.swatch-gray .post-related-post blockquote:before, [class*="swatch-"] .swatch-gray .post-related-post blockquote:before {
  background-color: #63bce9;
}
.swatch-gray .post-sticky, [class*="swatch-"] .swatch-gray .post-sticky {
  background: rgba(130, 201, 237, 0.8);
}
.swatch-gray .post-sticky i, [class*="swatch-"] .swatch-gray .post-sticky i {
  color: white;
}
.swatch-gray .gform_wrapper .gsection, [class*="swatch-"] .swatch-gray .gform_wrapper .gsection {
  border-color: #c9c7c7;
}
.swatch-gray .gf_progressbar, [class*="swatch-"] .swatch-gray .gf_progressbar {
  background: #c9c7c7;
}
.swatch-gray .gf_progressbar_percentage, [class*="swatch-"] .swatch-gray .gf_progressbar_percentage {
  background: #6a989e;
  color: white;
}
.swatch-gray .sidebar, [class*="swatch-"] .swatch-gray .sidebar {
  color: #4c4c4c;
}
.swatch-gray .sidebar h3, [class*="swatch-"] .swatch-gray .sidebar h3 {
  color: #1c1c1c;
}
.swatch-gray .sidebar a, [class*="swatch-"] .swatch-gray .sidebar a {
  color: #4c4c4c;
}
.swatch-gray .sidebar a:hover, [class*="swatch-"] .swatch-gray .sidebar a:hover {
  color: #6a989e;
}
.swatch-gray .sidebar-header:after, [class*="swatch-"] .swatch-gray .sidebar-header:after {
  background: #6a989e;
}
.swatch-gray .sidebar-widget .post-icon, [class*="swatch-"] .swatch-gray .sidebar-widget .post-icon {
  background: #6a989e;
}
.swatch-gray .sidebar-widget .post-icon i, [class*="swatch-"] .swatch-gray .sidebar-widget .post-icon i {
  color: white;
}
.swatch-gray .widget_recent_entries li, [class*="swatch-"] .swatch-gray .widget_recent_entries li {
  border-color: #c9c7c7;
}
.swatch-gray .widget_tag_cloud ul a, [class*="swatch-"] .swatch-gray .widget_tag_cloud ul a {
  background: #6a989e;
  color: white;
}
.swatch-gray .widget_tag_cloud ul a:hover, [class*="swatch-"] .swatch-gray .widget_tag_cloud ul a:hover {
  background: rgba(130, 201, 237, 0.9);
  color: white;
}
.swatch-gray .widget_calendar tbody a, [class*="swatch-"] .swatch-gray .widget_calendar tbody a {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .widget_calendar tbody a:hover, [class*="swatch-"] .swatch-gray .widget_calendar tbody a:hover {
  background: #63bce9;
  color: #e9e9e9;
}
.swatch-gray .widget_calendar tfoot, [class*="swatch-"] .swatch-gray .widget_calendar tfoot {
  background: #c9c7c7;
}
.swatch-gray .widget_nav_menu .sub-menu li:before, [class*="swatch-"] .swatch-gray .widget_nav_menu .sub-menu li:before {
  color: #c9c7c7;
}
.swatch-gray .widget_oxy_twitter li:before, [class*="swatch-"] .swatch-gray .widget_oxy_twitter li:before {
  color: #6a989e;
}

.swatch-gray .post, [class*="swatch-"] .swatch-black .post-related-post {
  background-color: white;
}
.swatch-gray .post a, [class*="swatch-"] .swatch-black .post-related-post a {
  background: rgba(255, 255, 255, 0.9);
  color: black;
}
.swatch-gray .post a:hover, [class*="swatch-"] .swatch-black .post-related-post a:hover {
  color: black;
}
.swatch-gray .post small, [class*="swatch-"] .swatch-black .post-related-post small {
  background: black;
  color: white;
}
.swatch-gray .top-search form, [class*="swatch-"] .swatch-gray .top-search form {
  background-color: #e9e9e9;
}
.swatch-gray .top-search input, [class*="swatch-"] .swatch-gray .top-search input {
  background: none;
  color: #4c4c4c;
}
.swatch-gray .top-search input:focus, [class*="swatch-"] .swatch-gray .top-search input:focus {
  box-shadow: none;
}
.swatch-gray .top-search input:-moz-placeholder, [class*="swatch-"] .swatch-gray .top-search input:-moz-placeholder {
  color: #4c4c4c;
}
.swatch-gray .top-search input::-moz-placeholder, [class*="swatch-"] .swatch-gray .top-search input::-moz-placeholder {
  color: #4c4c4c;
}
.swatch-gray .top-search input:-ms-input-placeholder, [class*="swatch-"] .swatch-gray .top-search input:-ms-input-placeholder {
  color: #4c4c4c;
}
.swatch-gray .top-search input::-webkit-input-placeholder, [class*="swatch-"] .swatch-gray .top-search input::-webkit-input-placeholder {
  color: #4c4c4c;
}
.swatch-gray .top-search .search-close, [class*="swatch-"] .swatch-gray .top-search .search-close {
  color: #6a989e;
}
.swatch-gray .top-search svg, [class*="swatch-"] .swatch-gray .top-search svg {
  stroke: #4c4c4c;
}
.swatch-gray.top-bar a, [class*="swatch-"] .swatch-gray.top-bar a {
  color: #1c1c1c;
}
.swatch-gray.top-bar a:hover, [class*="swatch-"] .swatch-gray.top-bar a:hover {
  color: #6a989e;
}
.swatch-gray.top-bar .sidebar-widget:after, [class*="swatch-"] .swatch-gray.top-bar .sidebar-widget:after {
  background: #c9c7c7;
}
.swatch-gray .widget_swatch_wpml_language_selector li:before, [class*="swatch-"] .swatch-gray .widget_swatch_wpml_language_selector li:before {
  background: #c9c7c7;
}
.swatch-gray .button, [class*="swatch-"] .swatch-gray .button {
  background: #6a989e;
  color: white;
}
.swatch-gray .button:hover, [class*="swatch-"] .swatch-gray .button:hover {
  background: rgba(130, 201, 237, 0.9);
  color: white;
}
.swatch-gray.section-commerce .breadcrumb, [class*="swatch-"] .swatch-gray.section-commerce .breadcrumb {
  background: none;
  color: #4c4c4c;
}
.swatch-gray.section-commerce .breadcrumb a, [class*="swatch-"] .swatch-gray.section-commerce .breadcrumb a {
  color: #6a989e;
}
.swatch-gray.section-commerce .breadcrumb > li + li:before, [class*="swatch-"] .swatch-gray.section-commerce .breadcrumb > li + li:before {
  color: #6a989e;
}
.swatch-gray .woocommerce-ordering .select-wrap, [class*="swatch-"] .swatch-gray .woocommerce-ordering .select-wrap {
  background: #6a989e;
}
.swatch-gray .woocommerce-ordering .select-wrap:after, [class*="swatch-"] .swatch-gray .woocommerce-ordering .select-wrap:after {
  color: white;
}
.swatch-gray .woocommerce-ordering select, [class*="swatch-"] .swatch-gray .woocommerce-ordering select {
  color: white;
  background: transparent;
}
.swatch-gray .onsale, [class*="swatch-"] .swatch-gray .onsale {
  background: #6a989e;
  color: white;
}
.swatch-gray .price, [class*="swatch-"] .swatch-gray .price {
  color: #1c1c1c;
}
.swatch-gray .page-numbers a, .swatch-gray .page-numbers span, [class*="swatch-"] .swatch-gray .page-numbers a, [class*="swatch-"] .swatch-gray .page-numbers span {
  color: white;
}
.swatch-gray .page-numbers li, [class*="swatch-"] .swatch-gray .page-numbers li {
  background: #6a989e;
}
.swatch-gray .page-numbers .current, .swatch-gray .page-numbers li a:hover, [class*="swatch-"] .swatch-gray .page-numbers .current, [class*="swatch-"] .swatch-gray .page-numbers li a:hover {
  background: #c9c7c7;
  color: #4c4c4c;
}
.swatch-gray #reviews .comment, [class*="swatch-"] .swatch-gray #reviews .comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swatch-gray #reviews .form-control, [class*="swatch-"] .swatch-gray #reviews .form-control {
  background: #e9e9e9;
}
.swatch-gray #reviews input[type="submit"], [class*="swatch-"] .swatch-gray #reviews input[type="submit"] {
  background: white;
  color: #6a989e;
}
.swatch-gray .related h2, .swatch-gray .cross-sells h2, .swatch-gray .upsells h2, [class*="swatch-"] .swatch-gray .related h2, [class*="swatch-"] .swatch-gray .cross-sells h2, [class*="swatch-"] .swatch-gray .upsells h2 {
  background: #6a989e;
  color: white;
}
.swatch-gray .product-category h3, [class*="swatch-"] .swatch-gray .product-category h3 {
  background: rgba(130, 201, 237, 0.85);
  color: white;
}
.swatch-gray .product-category h3 mark, [class*="swatch-"] .swatch-gray .product-category h3 mark {
  background: #6a989e;
  color: white;
}
.swatch-gray .product-nav a i, [class*="swatch-"] .swatch-gray .product-nav a i {
  background: #6a989e;
  color: white;
}
.swatch-gray .product-images figcaption, [class*="swatch-"] .swatch-gray .product-images figcaption {
  box-shadow: none;
  background: #6a989e;
}
.swatch-gray .product-images figcaption i, [class*="swatch-"] .swatch-gray .product-images figcaption i {
  color: white;
}
.swatch-gray .product-images .flex-active, [class*="swatch-"] .swatch-gray .product-images .flex-active {
  -webkit-box-shadow: 0px 3px 0px #6a989e;
  -moz-box-shadow: 0px 3px 0px #6a989e;
  box-shadow: 0px 3px 0px #6a989e;
}
.swatch-gray .order_details, [class*="swatch-"] .swatch-gray .order_details {
  background: #c9c7c7;
}
.swatch-gray .order_details li, [class*="swatch-"] .swatch-gray .order_details li {
  border-color: #e2e1e1;
}
.swatch-gray .cart_list li, [class*="swatch-"] .swatch-gray .cart_list li {
  border-color: #c9c7c7;
}
.swatch-gray .cart-actions, [class*="swatch-"] .swatch-gray .cart-actions {
  background: #e9e9e9;
}
.swatch-gray .widget_product_tag_cloud a, [class*="swatch-"] .swatch-gray .widget_product_tag_cloud a {
  background: #6a989e;
  color: #e9e9e9;
}
.swatch-gray .widget_product_tag_cloud a:hover, [class*="swatch-"] .swatch-gray .widget_product_tag_cloud a:hover {
  background: rgba(130, 201, 237, 0.9);
  color: #e9e9e9;
}
.swatch-gray .product_list_widget li, [class*="swatch-"] .swatch-gray .product_list_widget li {
  border-color: #c9c7c7;
}
.swatch-gray .star-rating, [class*="swatch-"] .swatch-gray .star-rating {
  color: #6a989e;
}
.swatch-gray .widget_price_filter .ui-slider .ui-slider-range, [class*="swatch-"] .swatch-gray .widget_price_filter .ui-slider .ui-slider-range {
  background: #c9c7c7;
}
.swatch-gray .widget_price_filter .ui-slider .ui-slider-handle, [class*="swatch-"] .swatch-gray .widget_price_filter .ui-slider .ui-slider-handle {
  background: #6a989e;
}
.swatch-gray .widget_product_search form:after, [class*="swatch-"] .swatch-gray .widget_product_search form:after {
  color: #e9e9e9;
}
.swatch-gray .bbp-forums-list li, [class*="swatch-"] .swatch-gray .bbp-forums-list li {
  border-left-color: #6a989e;
}
.swatch-gray .bbp-topic-freshness-author:after, [class*="swatch-"] .swatch-gray .bbp-topic-freshness-author:after {
  background: #6a989e;
}
.swatch-gray .bbp-topic-permalink i, [class*="swatch-"] .swatch-gray .bbp-topic-permalink i {
  color: #6a989e;
}
.swatch-gray .panel-bbpress, [class*="swatch-"] .swatch-gray .panel-bbpress {
  background: #e9e9e9;
}
.swatch-gray .panel-bbpress .panel-heading, [class*="swatch-"] .swatch-gray .panel-bbpress .panel-heading {
  border-color: #6a989e;
}
.swatch-gray .panel-bbpress .panel-body, [class*="swatch-"] .swatch-gray .panel-bbpress .panel-body {
  border-color: #c9c7c7;
}
.swatch-gray .panel-bbpress .panel-warning, [class*="swatch-"] .swatch-gray .panel-bbpress .panel-warning {
  color: #6a989e;
  border-color: #c9c7c7;
}
.swatch-gray .panel-bbpress .bbp-template-notice, [class*="swatch-"] .swatch-gray .panel-bbpress .bbp-template-notice {
  border-color: #c9c7c7;
}
.swatch-gray .panel-bbpress .panel-footer, [class*="swatch-"] .swatch-gray .panel-bbpress .panel-footer {
  background: #c9c7c7;
  border-color: #c9c7c7;
}
.swatch-gray .label-bbpress, [class*="swatch-"] .swatch-gray .label-bbpress {
  background: transparent;
  color: #6a989e;
}
.swatch-gray .bbp-reply-content, [class*="swatch-"] .swatch-gray .bbp-reply-content {
  border-color: #c9c7c7;
}
.swatch-gray .bbp-reply-content .media-heading, [class*="swatch-"] .swatch-gray .bbp-reply-content .media-heading {
  background: #d6d4d4;
  border-color: #bcbaba;
}
.swatch-gray .bbp_author_details img, [class*="swatch-"] .swatch-gray .bbp_author_details img {
  background: #e9e9e9;
  box-shadow: 0px 0px 0px 4px #c9c7c7;
}
.swatch-gray .bbp_author_details:after, [class*="swatch-"] .swatch-gray .bbp_author_details:after {
  background: #c9c7c7;
}
.swatch-gray .bbp_author_details:hover img, [class*="swatch-"] .swatch-gray .bbp_author_details:hover img {
  box-shadow: 0px 0px 0px 4px #6a989e;
}
.swatch-gray .bbpress-header .breadcrumb a, .swatch-gray .bbpress-header .breadcrumb .active, [class*="swatch-"] .swatch-gray .bbpress-header .breadcrumb a, [class*="swatch-"] .swatch-gray .bbpress-header .breadcrumb .active {
  color: #4c4c4c;
}
.swatch-gray .bbpress-header .breadcrumb a:hover, [class*="swatch-"] .swatch-gray .bbpress-header .breadcrumb a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray .bbp-topic-tags a, [class*="swatch-"] .swatch-gray .bbp-topic-tags a {
  background: #6a989e;
  color: white;
}
.swatch-gray .bbp-topic-tags a:hover, [class*="swatch-"] .swatch-gray .bbp-topic-tags a:hover {
  background: rgba(130, 201, 237, 0.9);
}
.swatch-gray .bbp-logged-in, [class*="swatch-"] .swatch-gray .bbp-logged-in {
  background: #c9c7c7;
}
.swatch-gray .bbp-logged-in .button, .swatch-gray .bbp-logged-in .button:hover, [class*="swatch-"] .swatch-gray .bbp-logged-in .button, [class*="swatch-"] .swatch-gray .bbp-logged-in .button:hover {
  color: white;
}
.swatch-gray .post-count, [class*="swatch-"] .swatch-gray .post-count {
  background: #6a989e;
  color: white;
}
/* - Black - */
.swatch-black, [class*="swatch-"] .swatch-black {
  background: black;
  color: white;
}
.swatch-black h1, .swatch-black h2, .swatch-black h3, .swatch-black h4, .swatch-black h5, .swatch-black h6, [class*="swatch-"] .swatch-black h1, [class*="swatch-"] .swatch-black h2, [class*="swatch-"] .swatch-black h3, [class*="swatch-"] .swatch-black h4, [class*="swatch-"] .swatch-black h5, [class*="swatch-"] .swatch-black h6 {
  color: white;
}
.swatch-black h1 small, .swatch-black h2 small, .swatch-black h3 small, .swatch-black h4 small, .swatch-black h5 small, .swatch-black h6 small, [class*="swatch-"] .swatch-black h1 small, [class*="swatch-"] .swatch-black h2 small, [class*="swatch-"] .swatch-black h3 small, [class*="swatch-"] .swatch-black h4 small, [class*="swatch-"] .swatch-black h5 small, [class*="swatch-"] .swatch-black h6 small {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black a, [class*="swatch-"] .swatch-black a {
  color: white;
}
.swatch-black a:hover, [class*="swatch-"] .swatch-black a:hover {
  color: #d0d0d0;
}
.swatch-black small, [class*="swatch-"] .swatch-black small {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black small a, [class*="swatch-"] .swatch-black small a {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black small a:hover, [class*="swatch-"] .swatch-black small a:hover {
  color: white;
}
.swatch-black i, [class*="swatch-"] .swatch-black i {
  color: white;
}
.swatch-black blockquote:before, [class*="swatch-"] .swatch-black blockquote:before {
  background-color: white;
}
.swatch-black blockquote small, .swatch-black blockquote footer, [class*="swatch-"] .swatch-black blockquote small, [class*="swatch-"] .swatch-black blockquote footer {
  color: white;
}
.swatch-black ::selection, [class*="swatch-"] .swatch-black ::selection {
  background: white;
  color: black;
}
.swatch-black ::-moz-selection, [class*="swatch-"] .swatch-black ::-moz-selection {
  background: white;
  color: black;
}
.swatch-black hr, [class*="swatch-"] .swatch-black hr {
  border-top-color: #3c3c3c;
}
.swatch-black pre, [class*="swatch-"] .swatch-black pre {
  background: white;
  color: black;
}
.swatch-black .active, [class*="swatch-"] .swatch-black .active {
  color: #d0d0d0;
}
.swatch-black .btn-primary, .swatch-black button, .swatch-black input[type="submit"], [class*="swatch-"] .swatch-black .btn-primary, [class*="swatch-"] .swatch-black button, [class*="swatch-"] .swatch-black input[type="submit"] {
  background-color: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .btn-primary:hover, .swatch-black button:hover, .swatch-black input[type="submit"]:hover, [class*="swatch-"] .swatch-black .btn-primary:hover, [class*="swatch-"] .swatch-black button:hover, [class*="swatch-"] .swatch-black input[type="submit"]:hover {
  background-color: rgba(245, 245, 245, 0.9);
  color: #3c3c3c;
}
.swatch-black .btn-primary.btn-icon-left span, .swatch-black .btn-primary.btn-icon-right span, .swatch-black button.btn-icon-left span, .swatch-black button.btn-icon-right span, .swatch-black input[type="submit"].btn-icon-left span, .swatch-black input[type="submit"].btn-icon-right span, [class*="swatch-"] .swatch-black .btn-primary.btn-icon-left span, [class*="swatch-"] .swatch-black .btn-primary.btn-icon-right span, [class*="swatch-"] .swatch-black button.btn-icon-left span, [class*="swatch-"] .swatch-black button.btn-icon-right span, [class*="swatch-"] .swatch-black input[type="submit"].btn-icon-left span, [class*="swatch-"] .swatch-black input[type="submit"].btn-icon-right span {
  background-color: rgba(255, 255, 255, 0.05);
}
.swatch-black .btn-primary i, [class*="swatch-"] .swatch-black .btn-primary i {
  color: #3c3c3c !important;
}
.swatch-black .btn-link, [class*="swatch-"] .swatch-black .btn-link {
  background: none;
  color: whitesmoke;
  text-decoration: none;
  box-shadow: 0px 0px 0px 1px whitesmoke inset;
}
.swatch-black .btn-link span, [class*="swatch-"] .swatch-black .btn-link span {
  background: none;
}
.swatch-black .btn-link i, [class*="swatch-"] .swatch-black .btn-link i {
  color: whitesmoke !important;
}
.swatch-black .btn-link:hover, [class*="swatch-"] .swatch-black .btn-link:hover {
  text-decoration: none;
  background-color: whitesmoke;
  color: #3c3c3c;
  box-shadow: 0px 0px 0px 1px whitesmoke;
}
.swatch-black .btn-link:hover i, [class*="swatch-"] .swatch-black .btn-link:hover i {
  color: #3c3c3c !important;
}
.swatch-black .open .dropdown-toggle.btn-primary, [class*="swatch-"] .swatch-black .open .dropdown-toggle.btn-primary {
  background-color: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .btn-group .dropdown-menu, [class*="swatch-"] .swatch-black .btn-group .dropdown-menu {
  background-color: whitesmoke;
}
.swatch-black .btn-group .dropdown-menu > li > a, [class*="swatch-"] .swatch-black .btn-group .dropdown-menu > li > a {
  color: #3c3c3c;
  box-shadow: 0px -1px 0px #e8e8e8;
}
.swatch-black .btn-group .dropdown-menu > li:first-child > a, [class*="swatch-"] .swatch-black .btn-group .dropdown-menu > li:first-child > a {
  box-shadow: none;
}
.swatch-black .btn-group .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-black .btn-group .dropdown-menu > li > a:hover {
  background: white;
}
.swatch-black .label-primary, [class*="swatch-"] .swatch-black .label-primary {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .label-primary a, [class*="swatch-"] .swatch-black .label-primary a {
  color: #3c3c3c;
}
.swatch-black select, .swatch-black textarea, .swatch-black input, .swatch-black .uneditable-input, .swatch-black .input-group-btn, [class*="swatch-"] .swatch-black select, [class*="swatch-"] .swatch-black textarea, [class*="swatch-"] .swatch-black input, [class*="swatch-"] .swatch-black .uneditable-input, [class*="swatch-"] .swatch-black .input-group-btn {
  background: white;
  color: #1c1c1c;
}
.swatch-black select:-moz-placeholder, .swatch-black textarea:-moz-placeholder, .swatch-black input:-moz-placeholder, .swatch-black .uneditable-input:-moz-placeholder, .swatch-black .input-group-btn:-moz-placeholder, [class*="swatch-"] .swatch-black select:-moz-placeholder, [class*="swatch-"] .swatch-black textarea:-moz-placeholder, [class*="swatch-"] .swatch-black input:-moz-placeholder, [class*="swatch-"] .swatch-black .uneditable-input:-moz-placeholder, [class*="swatch-"] .swatch-black .input-group-btn:-moz-placeholder {
  color: #6c6c6c;
}
.swatch-black select::-moz-placeholder, .swatch-black textarea::-moz-placeholder, .swatch-black input::-moz-placeholder, .swatch-black .uneditable-input::-moz-placeholder, .swatch-black .input-group-btn::-moz-placeholder, [class*="swatch-"] .swatch-black select::-moz-placeholder, [class*="swatch-"] .swatch-black textarea::-moz-placeholder, [class*="swatch-"] .swatch-black input::-moz-placeholder, [class*="swatch-"] .swatch-black .uneditable-input::-moz-placeholder, [class*="swatch-"] .swatch-black .input-group-btn::-moz-placeholder {
  color: #6c6c6c;
}
.swatch-black select:-ms-input-placeholder, .swatch-black textarea:-ms-input-placeholder, .swatch-black input:-ms-input-placeholder, .swatch-black .uneditable-input:-ms-input-placeholder, .swatch-black .input-group-btn:-ms-input-placeholder, [class*="swatch-"] .swatch-black select:-ms-input-placeholder, [class*="swatch-"] .swatch-black textarea:-ms-input-placeholder, [class*="swatch-"] .swatch-black input:-ms-input-placeholder, [class*="swatch-"] .swatch-black .uneditable-input:-ms-input-placeholder, [class*="swatch-"] .swatch-black .input-group-btn:-ms-input-placeholder {
  color: #6c6c6c;
}
.swatch-black select::-webkit-input-placeholder, .swatch-black textarea::-webkit-input-placeholder, .swatch-black input::-webkit-input-placeholder, .swatch-black .uneditable-input::-webkit-input-placeholder, .swatch-black .input-group-btn::-webkit-input-placeholder, [class*="swatch-"] .swatch-black select::-webkit-input-placeholder, [class*="swatch-"] .swatch-black textarea::-webkit-input-placeholder, [class*="swatch-"] .swatch-black input::-webkit-input-placeholder, [class*="swatch-"] .swatch-black .uneditable-input::-webkit-input-placeholder, [class*="swatch-"] .swatch-black .input-group-btn::-webkit-input-placeholder {
  color: #6c6c6c;
}
.swatch-black input:focus, .swatch-black textarea:focus, .swatch-black select.form-control:focus, [class*="swatch-"] .swatch-black input:focus, [class*="swatch-"] .swatch-black textarea:focus, [class*="swatch-"] .swatch-black select.form-control:focus {
  -webkit-box-shadow: 0px 3px 0px #6a989e;
  -moz-box-shadow: 0px 3px 0px #6a989e;
  box-shadow: 0px 3px 0px #6a989e;
}
.swatch-black input[type="checkbox"], .swatch-black input[type="radio"], [class*="swatch-"] .swatch-black input[type="checkbox"], [class*="swatch-"] .swatch-black input[type="radio"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.swatch-black .form-icon-group i, [class*="swatch-"] .swatch-black .form-icon-group i {
  color: #6a989e;
}
.swatch-black input[type="button"], [class*="swatch-"] .swatch-black input[type="button"] {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .select-wrap, [class*="swatch-"] .swatch-black .select-wrap {
  background: white;
}
.swatch-black .select-wrap:after, [class*="swatch-"] .swatch-black .select-wrap:after {
  color: #1c1c1c;
}
.swatch-black .table th, [class*="swatch-"] .swatch-black .table th {
  background-color: white;
  text-transform: uppercase;
  color: black;
}
.swatch-black .table th, .swatch-black .table td, .swatch-black .table-bordered, [class*="swatch-"] .swatch-black .table th, [class*="swatch-"] .swatch-black .table td, [class*="swatch-"] .swatch-black .table-bordered {
  border-color: #3c3c3c;
}
.swatch-black .table-hover tbody tr:hover th, [class*="swatch-"] .swatch-black .table-hover tbody tr:hover th {
  background: #3c3c3c;
}
.swatch-black .table-striped > tbody > tr:nth-child(odd) > td, .swatch-black .table-striped > tbody > tr:nth-child(odd) > th, .swatch-black .table-hover > tbody > tr:hover > td, .swatch-black .table-hover > tbody > tr:hover > th, [class*="swatch-"] .swatch-black .table-striped > tbody > tr:nth-child(odd) > td, [class*="swatch-"] .swatch-black .table-striped > tbody > tr:nth-child(odd) > th, [class*="swatch-"] .swatch-black .table-hover > tbody > tr:hover > td, [class*="swatch-"] .swatch-black .table-hover > tbody > tr:hover > th {
  background: #3c3c3c;
}
.swatch-black#masthead, [class*="swatch-"] .swatch-black#masthead {
  border-color: black;
}
.swatch-black.navbar, [class*="swatch-"] .swatch-black.navbar {
  background: black;
  color: white;
}
.swatch-black .navbar-text, [class*="swatch-"] .swatch-black .navbar-text {
  color: white;
}
.swatch-black.navbar .navbar-brand, [class*="swatch-"] .swatch-black.navbar .navbar-brand {
  color: white;
}
.swatch-black.navbar .navbar-brand:hover, [class*="swatch-"] .swatch-black.navbar .navbar-brand:hover {
  color: white;
}
.swatch-black.navbar .nav > li > a, [class*="swatch-"] .swatch-black.navbar .nav > li > a {
  color: white;
}
.swatch-black.navbar .nav > li > a:hover, .swatch-black.navbar .nav > li > a:focus, [class*="swatch-"] .swatch-black.navbar .nav > li > a:hover, [class*="swatch-"] .swatch-black.navbar .nav > li > a:focus {
  color: white;
  background: none;
}
.swatch-black.navbar .nav > li > a:before, [class*="swatch-"] .swatch-black.navbar .nav > li > a:before {
  background-color: white;
}
.swatch-black.navbar a .menu-icon, [class*="swatch-"] .swatch-black.navbar a .menu-icon {
  color: white;
}
.swatch-black.navbar a:hover .menu-icon, [class*="swatch-"] .swatch-black.navbar a:hover .menu-icon {
  color: white;
}
.swatch-black.navbar .dropdown-menu a:hover .menu-icon, [class*="swatch-"] .swatch-black.navbar .dropdown-menu a:hover .menu-icon {
  color: black;
}
.swatch-black .navbar-toggle, [class*="swatch-"] .swatch-black .navbar-toggle {
  background: none !important;
}
.swatch-black .navbar-toggle .icon-bar, [class*="swatch-"] .swatch-black .navbar-toggle .icon-bar {
  background-color: white;
}
.swatch-black .navbar-toggle:hover, [class*="swatch-"] .swatch-black .navbar-toggle:hover {
  background: none;
}
.swatch-black.navbar .nav > li > a:focus, .swatch-black.navbar .nav > li > a:hover, .swatch-black.navbar .nav > .active > a, .swatch-black.navbar .nav > .active > a:hover, .swatch-black.navbar .nav > .current-menu-parent > a, .swatch-black.navbar .nav > .current-menu-ancestor > a, .swatch-black.navbar .nav > .current-menu-item > a, .swatch-black.navbar .nav > .current-menu-item > a:hover, .swatch-black.navbar .nav > .current-menu-item > a:focus, .swatch-black.navbar .nav > .active > a:focus, .swatch-black.navbar .nav li.dropdown.open > .dropdown-toggle, .swatch-black.navbar .nav li.dropdown.active > .dropdown-toggle, .swatch-black.navbar .nav li.dropdown.open.active > .dropdown-toggle, [class*="swatch-"] .swatch-black.navbar .nav > li > a:focus, [class*="swatch-"] .swatch-black.navbar .nav > li > a:hover, [class*="swatch-"] .swatch-black.navbar .nav > .active > a, [class*="swatch-"] .swatch-black.navbar .nav > .active > a:hover, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-parent > a, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-ancestor > a, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a:hover, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a:focus, [class*="swatch-"] .swatch-black.navbar .nav > .active > a:focus, [class*="swatch-"] .swatch-black.navbar .nav li.dropdown.open > .dropdown-toggle, [class*="swatch-"] .swatch-black.navbar .nav li.dropdown.active > .dropdown-toggle, [class*="swatch-"] .swatch-black.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: white;
}
.swatch-black.navbar .nav > li > a:focus:before, .swatch-black.navbar .nav > li > a:hover:before, .swatch-black.navbar .nav > .active > a:before, .swatch-black.navbar .nav > .active > a:hover:before, .swatch-black.navbar .nav > .current-menu-parent > a:before, .swatch-black.navbar .nav > .current-menu-ancestor > a:before, .swatch-black.navbar .nav > .current-menu-item > a:before, .swatch-black.navbar .nav > .current-menu-item > a:hover:before, .swatch-black.navbar .nav > .current-menu-item > a:focus:before, .swatch-black.navbar .nav > .active > a:focus:before, .swatch-black.navbar .nav li.dropdown.open > .dropdown-toggle:before, .swatch-black.navbar .nav li.dropdown.active > .dropdown-toggle:before, .swatch-black.navbar .nav li.dropdown.open.active > .dropdown-toggle:before, [class*="swatch-"] .swatch-black.navbar .nav > li > a:focus:before, [class*="swatch-"] .swatch-black.navbar .nav > li > a:hover:before, [class*="swatch-"] .swatch-black.navbar .nav > .active > a:before, [class*="swatch-"] .swatch-black.navbar .nav > .active > a:hover:before, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-parent > a:before, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-ancestor > a:before, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a:before, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a:hover:before, [class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a:focus:before, [class*="swatch-"] .swatch-black.navbar .nav > .active > a:focus:before, [class*="swatch-"] .swatch-black.navbar .nav li.dropdown.open > .dropdown-toggle:before, [class*="swatch-"] .swatch-black.navbar .nav li.dropdown.active > .dropdown-toggle:before, [class*="swatch-"] .swatch-black.navbar .nav li.dropdown.open.active > .dropdown-toggle:before {
  background-color: white;
}
.swatch-black.navbar .nav > .disabled > a, [class*="swatch-"] .swatch-black.navbar .nav > .disabled > a {
  color: white;
}
.swatch-black.navbar .nav > .disabled > a:before, [class*="swatch-"] .swatch-black.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-black .dropdown-menu, [class*="swatch-"] .swatch-black .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px white inset;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px white inset;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 3px 0px white inset;
}
.swatch-black .dropdown-menu > li > a, [class*="swatch-"] .swatch-black .dropdown-menu > li > a {
  color: white;
}
.swatch-black .dropdown-menu > li > a:hover, .swatch-black .dropdown-menu > .active > a, .swatch-black .dropdown-menu > .active > a:hover, .swatch-black .dropdown-menu > .active > a:focus, [class*="swatch-"] .swatch-black .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-black .dropdown-menu > .active > a, [class*="swatch-"] .swatch-black .dropdown-menu > .active > a:hover, [class*="swatch-"] .swatch-black .dropdown-menu > .active > a:focus {
  background: white;
  color: black;
}
.swatch-black .dropdown-menu > li > a:hover i, .swatch-black .dropdown-menu > .active > a i, .swatch-black .dropdown-menu > .active > a:hover i, .swatch-black .dropdown-menu > .active > a:focus i, [class*="swatch-"] .swatch-black .dropdown-menu > li > a:hover i, [class*="swatch-"] .swatch-black .dropdown-menu > .active > a i, [class*="swatch-"] .swatch-black .dropdown-menu > .active > a:hover i, [class*="swatch-"] .swatch-black .dropdown-menu > .active > a:focus i {
  color: black;
}
.swatch-black .dropdown-menu > li.disabled > a:hover, [class*="swatch-"] .swatch-black .dropdown-menu > li.disabled > a:hover {
  color: white;
}
.swatch-black.navbar .nav > li > .dropdown-menu:after, .swatch-black.navbar .nav > li > .dropdown-menu:before, [class*="swatch-"] .swatch-black.navbar .nav > li > .dropdown-menu:after, [class*="swatch-"] .swatch-black.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-black.navbar-scrolled, [class*="swatch-"] .swatch-black.navbar-scrolled {
  background: rgba(0, 0, 0, 0.95);
}
.swatch-black .dropdown-submenu > a:after, [class*="swatch-"] .swatch-black .dropdown-submenu > a:after {
  border-left-color: white !important;
}
.swatch-black .dropdown-submenu > a:hover:after, [class*="swatch-"] .swatch-black .dropdown-submenu > a:hover:after {
  border-left-color: black !important;
}
.swatch-black .dropdown-menu .divider, [class*="swatch-"] .swatch-black .dropdown-menu .divider {
  background-color: rgba(60, 60, 60, 0.8);
}
.swatch-black.navbar .nav-highlight > a, [class*="swatch-"] .swatch-black.navbar .nav-highlight > a {
  color: black !important;
}
.swatch-black.navbar .nav-highlight > a:after, [class*="swatch-"] .swatch-black.navbar .nav-highlight > a:after {
  background: white;
}
.swatch-black.navbar .nav-highlight > a:hover, [class*="swatch-"] .swatch-black.navbar .nav-highlight > a:hover {
  color: black !important;
}
.swatch-black.navbar .nav-highlight > a:hover:after, [class*="swatch-"] .swatch-black.navbar .nav-highlight > a:hover:after {
  background: rgba(255, 255, 255, 0.8);
}
.swatch-black.navbar li.nav-highlight-ghost > a, [class*="swatch-"] .swatch-black.navbar li.nav-highlight-ghost > a {
  color: white;
}
.swatch-black.navbar li.nav-highlight-ghost > a:after, [class*="swatch-"] .swatch-black.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid white;
}
.swatch-black.navbar li.nav-highlight-ghost > a:hover, [class*="swatch-"] .swatch-black.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black.navbar li.nav-highlight-ghost > a:hover:after, [class*="swatch-"] .swatch-black.navbar li.nav-highlight-ghost > a:hover:after {
  border-color: rgba(255, 255, 255, 0.8);
}
.transparent-header .swatch-black.navbar, .transparent-header [class*="swatch-"] .swatch-black.navbar {
  background: none;
}
.transparent-header .swatch-black.navbar-scrolled, .transparent-header [class*="swatch-"] .swatch-black.navbar-scrolled {
  background: rgba(0, 0, 0, 0.95) !important;
}
.transparent-header .swatch-black.search-active, .transparent-header [class*="swatch-"] .swatch-black.search-active {
  background: black !important;
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a, [class*="swatch-"] .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a {
  color: white;
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover, [class*="swatch-"] .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {
  background: transparent;
  color: white;
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover .menu-icon, [class*="swatch-"] .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover .menu-icon {
  color: white;
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a, [class*="swatch-"] .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a {
  color: white;
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > p, [class*="swatch-"] .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > p {
  border-bottom-color: rgba(60, 60, 60, 0.8);
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li:before, [class*="swatch-"] .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
  background: rgba(60, 60, 60, 0.8);
}
@media (max-width: 992px) {
  .swatch-black.navbar .nav > li > a, [class*="swatch-"] .swatch-black.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-black.navbar .dropdown-menu, [class*="swatch-"] .swatch-black.navbar .dropdown-menu {
    background: #3c3c3c;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-black.navbar .dropdown-menu > li > a, [class*="swatch-"] .swatch-black.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-black.navbar .dropdown-menu > li > a:hover, .swatch-black.navbar .dropdown-menu > li > a:focus, .swatch-black.navbar .dropdown-menu > li.active > a, [class*="swatch-"] .swatch-black.navbar .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-black.navbar .dropdown-menu > li > a:focus, [class*="swatch-"] .swatch-black.navbar .dropdown-menu > li.active > a {
    background: white;
    color: black;
  }
  .swatch-black .dropdown-submenu > ul > li > a, [class*="swatch-"] .swatch-black .dropdown-submenu > ul > li > a {
    background: #3c3c3c;
  }
  .swatch-black .dropdown-submenu > ul > li > a:hover, [class*="swatch-"] .swatch-black .dropdown-submenu > ul > li > a:hover {
    background: #3c3c3c;
  }
  .swatch-black .dropdown-submenu > a:after, [class*="swatch-"] .swatch-black .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: white !important;
  }
  .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover, [class*="swatch-"] .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {
    background: white;
    color: black;
  }
  .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li:before, [class*="swatch-"] .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
    display: none;
  }
  .swatch-black .nav-highlight > a, [class*="swatch-"] .swatch-black .nav-highlight > a {
    color: white !important;
  }
  .swatch-black .nav-highlight > a:after, [class*="swatch-"] .swatch-black .nav-highlight > a:after {
    background: transparent;
  }
  .swatch-black .nav-highlight > a:hover, [class*="swatch-"] .swatch-black .nav-highlight > a:hover {
    color: white !important;
  }
  .swatch-black .nav-highlight > a:hover:after, [class*="swatch-"] .swatch-black .nav-highlight > a:hover:after {
    background: transparent;
  }
  .transparent-header .swatch-black .navbar-collapse, .transparent-header [class*="swatch-"] .swatch-black .navbar-collapse {
    background: rgba(0, 0, 0, 0.95) !important;
  }
}
.swatch-black .pagination > li > a, .swatch-black .pagination > li > span, [class*="swatch-"] .swatch-black .pagination > li > a, [class*="swatch-"] .swatch-black .pagination > li > span {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .pagination > .active > a, .swatch-black .pagination > .active > span, .swatch-black .pagination > li > a:hover, [class*="swatch-"] .swatch-black .pagination > .active > a, [class*="swatch-"] .swatch-black .pagination > .active > span, [class*="swatch-"] .swatch-black .pagination > li > a:hover {
  background: rgba(245, 245, 245, 0.8);
}
.swatch-black .pagination > .active > a i, .swatch-black .pagination > .active > span i, .swatch-black .pagination > li > a:hover i, [class*="swatch-"] .swatch-black .pagination > .active > a i, [class*="swatch-"] .swatch-black .pagination > .active > span i, [class*="swatch-"] .swatch-black .pagination > li > a:hover i {
  color: #3c3c3c;
}
.swatch-black .pagination > li:first-child i, .swatch-black .pagination > li:last-child i, [class*="swatch-"] .swatch-black .pagination > li:first-child i, [class*="swatch-"] .swatch-black .pagination > li:last-child i {
  color: #3c3c3c;
}
.swatch-black .pagination > li.disabled span i, [class*="swatch-"] .swatch-black .pagination > li.disabled span i {
  color: rgba(60, 60, 60, 0.4);
}
.swatch-black .pager > li > a, [class*="swatch-"] .swatch-black .pager > li > a {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .pager > li > a i, [class*="swatch-"] .swatch-black .pager > li > a i {
  color: #3c3c3c;
}
.swatch-black .tooltip-inner, [class*="swatch-"] .swatch-black .tooltip-inner {
  background-color: white;
  color: black;
}
.swatch-black .tooltip.in, [class*="swatch-"] .swatch-black .tooltip.in {
  opacity: 1;
}
.swatch-black .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-black .tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.swatch-black .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-black .tooltip.right .tooltip-arrow {
  border-right-color: white;
}
.swatch-black .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-black .tooltip.left .tooltip-arrow {
  border-left-color: white;
}
.swatch-black .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-black .tooltip.bottom .tooltip-arrow {
  border-bottom-color: white;
}
.swatch-black .jumbotron, [class*="swatch-"] .swatch-black .jumbotron {
  background: #3c3c3c;
}
.swatch-black .progress-bar-primary, [class*="swatch-"] .swatch-black .progress-bar-primary {
  background: whitesmoke;
  box-shadow: none;
}
.swatch-black .progress-bar-primary span, [class*="swatch-"] .swatch-black .progress-bar-primary span {
  color: #3c3c3c;
}
.swatch-black .progress-bar-primary.progress-striped .progress-bar, .swatch-black .progress-striped .progress-bar-primary, [class*="swatch-"] .swatch-black .progress-bar-primary.progress-striped .progress-bar, [class*="swatch-"] .swatch-black .progress-striped .progress-bar-primary {
  background-color: whitesmoke;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.swatch-black .badge, [class*="swatch-"] .swatch-black .badge {
  background: white;
  color: black;
}
.swatch-black .tab-content, .swatch-black .nav-tabs .active a, .swatch-black .tab-content, .swatch-black .nav-tabs .active a:hover, [class*="swatch-"] .swatch-black .tab-content, [class*="swatch-"] .swatch-black .nav-tabs .active a, [class*="swatch-"] .swatch-black .tab-content, [class*="swatch-"] .swatch-black .nav-tabs .active a:hover {
  background: white;
}
.swatch-black .nav-tabs > li > a:hover, .swatch-black .nav-tabs > li > a:focus, [class*="swatch-"] .swatch-black .nav-tabs > li > a:hover, [class*="swatch-"] .swatch-black .nav-tabs > li > a:focus {
  color: black;
  background-color: white;
}
.swatch-black .nav-tabs > li.active > a, [class*="swatch-"] .swatch-black .nav-tabs > li.active > a {
  color: black;
}
.swatch-black .nav-tabs > li.active > a:hover, [class*="swatch-"] .swatch-black .nav-tabs > li.active > a:hover {
  color: black;
}
.swatch-black .nav-pills > li > a .badge, [class*="swatch-"] .swatch-black .nav-pills > li > a .badge {
  background: white;
  color: black;
}
.swatch-black .nav-pills > .active > a, .swatch-black .nav-pills > .active > a:hover, .swatch-black .nav-pills > li > a:hover, .swatch-black .nav-pills > li > a:focus, [class*="swatch-"] .swatch-black .nav-pills > .active > a, [class*="swatch-"] .swatch-black .nav-pills > .active > a:hover, [class*="swatch-"] .swatch-black .nav-pills > li > a:hover, [class*="swatch-"] .swatch-black .nav-pills > li > a:focus {
  background: white;
  color: black;
}
.swatch-black .nav-pills > .active > a .badge, .swatch-black .nav-pills > .active > a:hover .badge, .swatch-black .nav-pills > li > a:hover .badge, .swatch-black .nav-pills > li > a:focus .badge, [class*="swatch-"] .swatch-black .nav-pills > .active > a .badge, [class*="swatch-"] .swatch-black .nav-pills > .active > a:hover .badge, [class*="swatch-"] .swatch-black .nav-pills > li > a:hover .badge, [class*="swatch-"] .swatch-black .nav-pills > li > a:focus .badge {
  background: black;
  color: white;
}
.swatch-black .nav-pills > .active > a:hover, .swatch-black .nav-pills > .active > a:hover:hover, .swatch-black .nav-pills > li > a:hover:hover, .swatch-black .nav-pills > li > a:focus:hover, [class*="swatch-"] .swatch-black .nav-pills > .active > a:hover, [class*="swatch-"] .swatch-black .nav-pills > .active > a:hover:hover, [class*="swatch-"] .swatch-black .nav-pills > li > a:hover:hover, [class*="swatch-"] .swatch-black .nav-pills > li > a:focus:hover {
  color: black;
}
.swatch-black .tab-pane, .swatch-black .tab-pane.active, [class*="swatch-"] .swatch-black .tab-pane, [class*="swatch-"] .swatch-black .tab-pane.active {
  color: black;
}
.swatch-black .tab-pane h1, .swatch-black .tab-pane h2, .swatch-black .tab-pane h3, .swatch-black .tab-pane h4, .swatch-black .tab-pane h5, .swatch-black .tab-pane h6, .swatch-black .tab-pane a, .swatch-black .tab-pane p, .swatch-black .tab-pane.active h1, .swatch-black .tab-pane.active h2, .swatch-black .tab-pane.active h3, .swatch-black .tab-pane.active h4, .swatch-black .tab-pane.active h5, .swatch-black .tab-pane.active h6, .swatch-black .tab-pane.active a, .swatch-black .tab-pane.active p, [class*="swatch-"] .swatch-black .tab-pane h1, [class*="swatch-"] .swatch-black .tab-pane h2, [class*="swatch-"] .swatch-black .tab-pane h3, [class*="swatch-"] .swatch-black .tab-pane h4, [class*="swatch-"] .swatch-black .tab-pane h5, [class*="swatch-"] .swatch-black .tab-pane h6, [class*="swatch-"] .swatch-black .tab-pane a, [class*="swatch-"] .swatch-black .tab-pane p, [class*="swatch-"] .swatch-black .tab-pane.active h1, [class*="swatch-"] .swatch-black .tab-pane.active h2, [class*="swatch-"] .swatch-black .tab-pane.active h3, [class*="swatch-"] .swatch-black .tab-pane.active h4, [class*="swatch-"] .swatch-black .tab-pane.active h5, [class*="swatch-"] .swatch-black .tab-pane.active h6, [class*="swatch-"] .swatch-black .tab-pane.active a, [class*="swatch-"] .swatch-black .tab-pane.active p {
  color: black;
}
.swatch-black .tab-pane .btn, .swatch-black .tab-pane.active .btn, [class*="swatch-"] .swatch-black .tab-pane .btn, [class*="swatch-"] .swatch-black .tab-pane.active .btn {
  color: white !important;
  background: black !important;
}
.swatch-black .tab-pane .tooltip-inner, .swatch-black .tab-pane.active .tooltip-inner, [class*="swatch-"] .swatch-black .tab-pane .tooltip-inner, [class*="swatch-"] .swatch-black .tab-pane.active .tooltip-inner {
  background-color: black;
  color: white;
}
.swatch-black .tab-pane .tooltip.top .tooltip-arrow, .swatch-black .tab-pane.active .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-black .tab-pane .tooltip.top .tooltip-arrow, [class*="swatch-"] .swatch-black .tab-pane.active .tooltip.top .tooltip-arrow {
  border-top-color: black;
}
.swatch-black .tab-pane .tooltip.right .tooltip-arrow, .swatch-black .tab-pane.active .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-black .tab-pane .tooltip.right .tooltip-arrow, [class*="swatch-"] .swatch-black .tab-pane.active .tooltip.right .tooltip-arrow {
  border-right-color: black;
}
.swatch-black .tab-pane .tooltip.left .tooltip-arrow, .swatch-black .tab-pane.active .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-black .tab-pane .tooltip.left .tooltip-arrow, [class*="swatch-"] .swatch-black .tab-pane.active .tooltip.left .tooltip-arrow {
  border-left-color: black;
}
.swatch-black .tab-pane .tooltip.bottom .tooltip-arrow, .swatch-black .tab-pane.active .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-black .tab-pane .tooltip.bottom .tooltip-arrow, [class*="swatch-"] .swatch-black .tab-pane.active .tooltip.bottom .tooltip-arrow {
  border-bottom-color: black;
}
.swatch-black .panel, .swatch-black .well, [class*="swatch-"] .swatch-black .panel, [class*="swatch-"] .swatch-black .well {
  background: #3c3c3c;
}
.swatch-black .panel-primary .panel-heading, [class*="swatch-"] .swatch-black .panel-primary .panel-heading {
  background: whitesmoke;
}
.swatch-black .panel-primary .panel-heading a, .swatch-black .panel-primary .panel-heading .panel-title, [class*="swatch-"] .swatch-black .panel-primary .panel-heading a, [class*="swatch-"] .swatch-black .panel-primary .panel-heading .panel-title {
  color: #3c3c3c;
  text-decoration: none;
}
.swatch-black .panel-primary > .panel-heading + .panel-collapse .panel-body, [class*="swatch-"] .swatch-black .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cfcfcf;
}
.swatch-black .panel-footer, [class*="swatch-"] .swatch-black .panel-footer {
  background: white;
  border-color: #e8e8e8;
}
.swatch-black .panel .table, [class*="swatch-"] .swatch-black .panel .table {
  box-shadow: 0px 0px 0px 1px #3c3c3c inset;
}
.swatch-black .panel .table th, [class*="swatch-"] .swatch-black .panel .table th {
  background: #3c3c3c;
  color: white;
}
.swatch-black .portfolio-title, [class*="swatch-"] .swatch-black .portfolio-title {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .portfolio-nav svg, [class*="swatch-"] .swatch-black .portfolio-nav svg {
  stroke: white;
}
.swatch-black .social-icons li a, [class*="swatch-"] .swatch-black .social-icons li a {
  background-color: white;
}
.swatch-black .social-icons li a i, [class*="swatch-"] .swatch-black .social-icons li a i {
  color: black;
}
.swatch-black .social-icons li a:not([data-iconcolor]):hover, [class*="swatch-"] .swatch-black .social-icons li a:not([data-iconcolor]):hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.swatch-black .social-simple li a i, [class*="swatch-"] .swatch-black .social-simple li a i {
  color: white;
}
.swatch-black .social-simple li a:not([data-iconcolor]):hover i, [class*="swatch-"] .swatch-black .social-simple li a:not([data-iconcolor]):hover i {
  color: white;
}
.swatch-black .box-inner, [class*="swatch-"] .swatch-black .box-inner {
  background-color: lightgrey;
}
.swatch-black .box:not(.box-simple) a.box-inner:hover, [class*="swatch-"] .swatch-black .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0px 0px 0px 1px white inset;
}
.swatch-black .box:not(.box-simple) a.box-inner:hover svg, [class*="swatch-"] .swatch-black .box:not(.box-simple) a.box-inner:hover svg {
  stroke: white;
}
.swatch-black .bordered:after, [class*="swatch-"] .swatch-black .bordered:after {
  background-color: white;
}
.swatch-black .bordered-link:after, [class*="swatch-"] .swatch-black .bordered-link:after {
  background-color: white !important;
}
.swatch-black .bordered > a:after, [class*="swatch-"] .swatch-black .bordered > a:after {
  background-color: white;
}
.swatch-black .bordered-link:after, [class*="swatch-"] .swatch-black .bordered-link:after {
  background-color: white !important;
}
.swatch-black #infscr-loading, [class*="swatch-"] .swatch-black #infscr-loading {
  background: white;
  color: black;
}
.swatch-black .counter .value, [class*="swatch-"] .swatch-black .counter .value {
  color: white;
}
.swatch-black .scroll-to, [class*="swatch-"] .swatch-black .scroll-to {
  border-color: white;
}
.swatch-black .scroll-to svg, [class*="swatch-"] .swatch-black .scroll-to svg {
  stroke: white;
}
.swatch-black .scroll-to:hover, [class*="swatch-"] .swatch-black .scroll-to:hover {
  border-color: white;
}
.swatch-black .scroll-to:hover svg, [class*="swatch-"] .swatch-black .scroll-to:hover svg {
  stroke: white;
}
.swatch-black .map-marker-label, [class*="swatch-"] .swatch-black .map-marker-label {
  border-top-color: white;
}
.swatch-black .tag-list span, [class*="swatch-"] .swatch-black .tag-list span {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .mejs-audio, [class*="swatch-"] .swatch-black .mejs-audio {
  background-color: white;
  color: black;
}
.swatch-black .mejs-container .mejs-controls .mejs-time span, [class*="swatch-"] .swatch-black .mejs-container .mejs-controls .mejs-time span {
  color: black;
}
.swatch-black .mejs-controls .mejs-button button:hover, [class*="swatch-"] .swatch-black .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-black .mejs-controls .mejs-time-rail .mejs-time-loaded, [class*="swatch-"] .swatch-black .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: black;
}
.swatch-black .mejs-controls .mejs-time-rail .mejs-time-current, .swatch-black .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, [class*="swatch-"] .swatch-black .mejs-controls .mejs-time-rail .mejs-time-current, [class*="swatch-"] .swatch-black .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #3c3c3c;
}
.swatch-black .post-icon, [class*="swatch-"] .swatch-black .post-icon {
  background: whitesmoke;
}
.swatch-black .post-icon i, [class*="swatch-"] .swatch-black .post-icon i {
  color: #3c3c3c;
}
.swatch-black .post-search-icon, [class*="swatch-"] .swatch-black .post-search-icon {
  color: #3c3c3c;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.2);
}
.swatch-black .post-extras a, [class*="swatch-"] .swatch-black .post-extras a {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black .post-extras a:hover, [class*="swatch-"] .swatch-black .post-extras a:hover {
  color: white;
}
.swatch-black .post-extras i, [class*="swatch-"] .swatch-black .post-extras i {
  color: white;
}
.swatch-black .post-more-link i, [class*="swatch-"] .swatch-black .post-more-link i {
  color: white;
}
.swatch-black .media-inner:after, [class*="swatch-"] .swatch-black .media-inner:after {
  background: white;
}
.swatch-black .author-info, [class*="swatch-"] .swatch-black .author-info {
  background-color: white;
  color: black;
}
.swatch-black .author-info .media-heading, [class*="swatch-"] .swatch-black .author-info .media-heading {
  color: black;
}
.swatch-black .author-info .media-heading:after, [class*="swatch-"] .swatch-black .author-info .media-heading:after {
  background: black;
}
.post-masonry .swatch-black:hover, .post-masonry [class*="swatch-"] .swatch-black:hover {
  color: white;
}
.swatch-black .breadcrumb-blog a, .swatch-black .breadcrumb-blog .active, [class*="swatch-"] .swatch-black .breadcrumb-blog a, [class*="swatch-"] .swatch-black .breadcrumb-blog .active {
  color: white;
}
.swatch-black .breadcrumb-blog a:hover, [class*="swatch-"] .swatch-black .breadcrumb-blog a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black .post-related-post, [class*="swatch-"] .swatch-black .post-related-post {
  background-color: white;
}
.swatch-black .post-related-post a, [class*="swatch-"] .swatch-black .post-related-post a {
  background: rgba(255, 255, 255, 0.9);
  color: black;
}
.swatch-black .post-related-post a:hover, [class*="swatch-"] .swatch-black .post-related-post a:hover {
  color: black;
}
.swatch-black .post-related-post small, [class*="swatch-"] .swatch-black .post-related-post small {
  background: black;
  color: white;
}
.swatch-black .post, [class*="swatch-"] .swatch-black .post-related-post {
  background-color: white;
}
.swatch-black .post a, [class*="swatch-"] .swatch-black .post-related-post a {
  background: rgba(255, 255, 255, 0.9);
  color: black;
}
.swatch-black .post a:hover, [class*="swatch-"] .swatch-black .post-related-post a:hover {
  color: black;
}
.swatch-black .post small, [class*="swatch-"] .swatch-black .post-related-post small {
  background: black;
  color: white;
}

.swatch-black .post-index, [class*="swatch-"] .swatch-black .post-related-post {
  background-color: white;
}
.swatch-black .post-index a, [class*="swatch-"] .swatch-black .post-related-post a {
  background: rgba(255, 255, 255, 0.9);
  color: black;
}
.swatch-black .post-index a:hover, [class*="swatch-"] .swatch-black .post-related-post a:hover {
  color: black;
}
.swatch-black .post-index small, [class*="swatch-"] .swatch-black .post-related-post small {
  background: black;
  color: white;
}

.swatch-black .post-related-post blockquote, [class*="swatch-"] .swatch-black .post-related-post blockquote {
  color: black;
}
.swatch-black .post-related-post blockquote small, [class*="swatch-"] .swatch-black .post-related-post blockquote small {
  background: rgba(255, 255, 255, 0.9);
  color: black;
}
.swatch-black .post-related-post blockquote:before, [class*="swatch-"] .swatch-black .post-related-post blockquote:before {
  background-color: #ededed;
}
.swatch-black .post-sticky, [class*="swatch-"] .swatch-black .post-sticky {
  background: rgba(245, 245, 245, 0.8);
}
.swatch-black .post-sticky i, [class*="swatch-"] .swatch-black .post-sticky i {
  color: #3c3c3c;
}
.swatch-black .gform_wrapper .gsection, [class*="swatch-"] .swatch-black .gform_wrapper .gsection {
  border-color: #3c3c3c;
}
.swatch-black .gf_progressbar, [class*="swatch-"] .swatch-black .gf_progressbar {
  background: #3c3c3c;
}
.swatch-black .gf_progressbar_percentage, [class*="swatch-"] .swatch-black .gf_progressbar_percentage {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .sidebar, [class*="swatch-"] .swatch-black .sidebar {
  color: white;
}
.swatch-black .sidebar h3, [class*="swatch-"] .swatch-black .sidebar h3 {
  color: white;
}
.swatch-black .sidebar a, [class*="swatch-"] .swatch-black .sidebar a {
  color: white;
}
.swatch-black .sidebar a:hover, [class*="swatch-"] .swatch-black .sidebar a:hover {
  color: white;
}
.swatch-black .sidebar-header:after, [class*="swatch-"] .swatch-black .sidebar-header:after {
  background: white;
}
.swatch-black .sidebar-widget .post-icon, [class*="swatch-"] .swatch-black .sidebar-widget .post-icon {
  background: whitesmoke;
}
.swatch-black .sidebar-widget .post-icon i, [class*="swatch-"] .swatch-black .sidebar-widget .post-icon i {
  color: #3c3c3c;
}
.swatch-black .widget_recent_entries li, [class*="swatch-"] .swatch-black .widget_recent_entries li {
  border-color: #3c3c3c;
}
.swatch-black .widget_tag_cloud ul a, [class*="swatch-"] .swatch-black .widget_tag_cloud ul a {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .widget_tag_cloud ul a:hover, [class*="swatch-"] .swatch-black .widget_tag_cloud ul a:hover {
  background: rgba(245, 245, 245, 0.9);
  color: #3c3c3c;
}
.swatch-black .widget_calendar tbody a, [class*="swatch-"] .swatch-black .widget_calendar tbody a {
  background: white;
  color: black;
}
.swatch-black .widget_calendar tbody a:hover, [class*="swatch-"] .swatch-black .widget_calendar tbody a:hover {
  background: #ededed;
  color: black;
}
.swatch-black .widget_calendar tfoot, [class*="swatch-"] .swatch-black .widget_calendar tfoot {
  background: #3c3c3c;
}
.swatch-black .widget_nav_menu .sub-menu li:before, [class*="swatch-"] .swatch-black .widget_nav_menu .sub-menu li:before {
  color: #3c3c3c;
}
.swatch-black .widget_oxy_twitter li:before, [class*="swatch-"] .swatch-black .widget_oxy_twitter li:before {
  color: white;
}
.swatch-black .top-search form, [class*="swatch-"] .swatch-black .top-search form {
  background-color: black;
}
.swatch-black .top-search input, [class*="swatch-"] .swatch-black .top-search input {
  background: none;
  color: white;
}
.swatch-black .top-search input:focus, [class*="swatch-"] .swatch-black .top-search input:focus {
  box-shadow: none;
}
.swatch-black .top-search input:-moz-placeholder, [class*="swatch-"] .swatch-black .top-search input:-moz-placeholder {
  color: white;
}
.swatch-black .top-search input::-moz-placeholder, [class*="swatch-"] .swatch-black .top-search input::-moz-placeholder {
  color: white;
}
.swatch-black .top-search input:-ms-input-placeholder, [class*="swatch-"] .swatch-black .top-search input:-ms-input-placeholder {
  color: white;
}
.swatch-black .top-search input::-webkit-input-placeholder, [class*="swatch-"] .swatch-black .top-search input::-webkit-input-placeholder {
  color: white;
}
.swatch-black .top-search .search-close, [class*="swatch-"] .swatch-black .top-search .search-close {
  color: white;
}
.swatch-black .top-search svg, [class*="swatch-"] .swatch-black .top-search svg {
  stroke: white;
}
.swatch-black.top-bar a, [class*="swatch-"] .swatch-black.top-bar a {
  color: white;
}
.swatch-black.top-bar a:hover, [class*="swatch-"] .swatch-black.top-bar a:hover {
  color: white;
}
.swatch-black.top-bar .sidebar-widget:after, [class*="swatch-"] .swatch-black.top-bar .sidebar-widget:after {
  background: #3c3c3c;
}
.swatch-black .widget_swatch_wpml_language_selector li:before, [class*="swatch-"] .swatch-black .widget_swatch_wpml_language_selector li:before {
  background: #3c3c3c;
}
.swatch-black .button, [class*="swatch-"] .swatch-black .button {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .button:hover, [class*="swatch-"] .swatch-black .button:hover {
  background: rgba(245, 245, 245, 0.9);
  color: #3c3c3c;
}
.swatch-black.section-commerce .breadcrumb, [class*="swatch-"] .swatch-black.section-commerce .breadcrumb {
  background: none;
  color: white;
}
.swatch-black.section-commerce .breadcrumb a, [class*="swatch-"] .swatch-black.section-commerce .breadcrumb a {
  color: white;
}
.swatch-black.section-commerce .breadcrumb > li + li:before, [class*="swatch-"] .swatch-black.section-commerce .breadcrumb > li + li:before {
  color: white;
}
.swatch-black .woocommerce-ordering .select-wrap, [class*="swatch-"] .swatch-black .woocommerce-ordering .select-wrap {
  background: whitesmoke;
}
.swatch-black .woocommerce-ordering .select-wrap:after, [class*="swatch-"] .swatch-black .woocommerce-ordering .select-wrap:after {
  color: #3c3c3c;
}
.swatch-black .woocommerce-ordering select, [class*="swatch-"] .swatch-black .woocommerce-ordering select {
  color: #3c3c3c;
  background: transparent;
}
.swatch-black .onsale, [class*="swatch-"] .swatch-black .onsale {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .price, [class*="swatch-"] .swatch-black .price {
  color: white;
}
.swatch-black .page-numbers a, .swatch-black .page-numbers span, [class*="swatch-"] .swatch-black .page-numbers a, [class*="swatch-"] .swatch-black .page-numbers span {
  color: #3c3c3c;
}
.swatch-black .page-numbers li, [class*="swatch-"] .swatch-black .page-numbers li {
  background: whitesmoke;
}
.swatch-black .page-numbers .current, .swatch-black .page-numbers li a:hover, [class*="swatch-"] .swatch-black .page-numbers .current, [class*="swatch-"] .swatch-black .page-numbers li a:hover {
  background: #3c3c3c;
  color: white;
}
.swatch-black #reviews .comment, [class*="swatch-"] .swatch-black #reviews .comment {
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
}
.swatch-black #reviews .form-control, [class*="swatch-"] .swatch-black #reviews .form-control {
  background: black;
}
.swatch-black #reviews input[type="submit"], [class*="swatch-"] .swatch-black #reviews input[type="submit"] {
  background: #3c3c3c;
  color: whitesmoke;
}
.swatch-black .related h2, .swatch-black .cross-sells h2, .swatch-black .upsells h2, [class*="swatch-"] .swatch-black .related h2, [class*="swatch-"] .swatch-black .cross-sells h2, [class*="swatch-"] .swatch-black .upsells h2 {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .product-category h3, [class*="swatch-"] .swatch-black .product-category h3 {
  background: rgba(245, 245, 245, 0.85);
  color: #3c3c3c;
}
.swatch-black .product-category h3 mark, [class*="swatch-"] .swatch-black .product-category h3 mark {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .product-nav a i, [class*="swatch-"] .swatch-black .product-nav a i {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .product-images figcaption, [class*="swatch-"] .swatch-black .product-images figcaption {
  box-shadow: none;
  background: whitesmoke;
}
.swatch-black .product-images figcaption i, [class*="swatch-"] .swatch-black .product-images figcaption i {
  color: #3c3c3c;
}
.swatch-black .product-images .flex-active, [class*="swatch-"] .swatch-black .product-images .flex-active {
  -webkit-box-shadow: 0px 3px 0px white;
  -moz-box-shadow: 0px 3px 0px white;
  box-shadow: 0px 3px 0px white;
}
.swatch-black .order_details, [class*="swatch-"] .swatch-black .order_details {
  background: #3c3c3c;
}
.swatch-black .order_details li, [class*="swatch-"] .swatch-black .order_details li {
  border-color: #565656;
}
.swatch-black .cart_list li, [class*="swatch-"] .swatch-black .cart_list li {
  border-color: #3c3c3c;
}
.swatch-black .cart-actions, [class*="swatch-"] .swatch-black .cart-actions {
  background: black;
}
.swatch-black .widget_product_tag_cloud a, [class*="swatch-"] .swatch-black .widget_product_tag_cloud a {
  background: white;
  color: black;
}
.swatch-black .widget_product_tag_cloud a:hover, [class*="swatch-"] .swatch-black .widget_product_tag_cloud a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: black;
}
.swatch-black .product_list_widget li, [class*="swatch-"] .swatch-black .product_list_widget li {
  border-color: #3c3c3c;
}
.swatch-black .star-rating, [class*="swatch-"] .swatch-black .star-rating {
  color: white;
}
.swatch-black .widget_price_filter .ui-slider .ui-slider-range, [class*="swatch-"] .swatch-black .widget_price_filter .ui-slider .ui-slider-range {
  background: #3c3c3c;
}
.swatch-black .widget_price_filter .ui-slider .ui-slider-handle, [class*="swatch-"] .swatch-black .widget_price_filter .ui-slider .ui-slider-handle {
  background: white;
}
.swatch-black .widget_product_search form:after, [class*="swatch-"] .swatch-black .widget_product_search form:after {
  color: black;
}
.swatch-black .bbp-forums-list li, [class*="swatch-"] .swatch-black .bbp-forums-list li {
  border-left-color: whitesmoke;
}
.swatch-black .bbp-topic-freshness-author:after, [class*="swatch-"] .swatch-black .bbp-topic-freshness-author:after {
  background: whitesmoke;
}
.swatch-black .bbp-topic-permalink i, [class*="swatch-"] .swatch-black .bbp-topic-permalink i {
  color: white;
}
.swatch-black .panel-bbpress, [class*="swatch-"] .swatch-black .panel-bbpress {
  background: black;
}
.swatch-black .panel-bbpress .panel-heading, [class*="swatch-"] .swatch-black .panel-bbpress .panel-heading {
  border-color: whitesmoke;
}
.swatch-black .panel-bbpress .panel-body, [class*="swatch-"] .swatch-black .panel-bbpress .panel-body {
  border-color: #3c3c3c;
}
.swatch-black .panel-bbpress .panel-warning, [class*="swatch-"] .swatch-black .panel-bbpress .panel-warning {
  color: white;
  border-color: #3c3c3c;
}
.swatch-black .panel-bbpress .bbp-template-notice, [class*="swatch-"] .swatch-black .panel-bbpress .bbp-template-notice {
  border-color: #3c3c3c;
}
.swatch-black .panel-bbpress .panel-footer, [class*="swatch-"] .swatch-black .panel-bbpress .panel-footer {
  background: #3c3c3c;
  border-color: #3c3c3c;
}
.swatch-black .label-bbpress, [class*="swatch-"] .swatch-black .label-bbpress {
  background: transparent;
  color: white;
}
.swatch-black .bbp-reply-content, [class*="swatch-"] .swatch-black .bbp-reply-content {
  border-color: #3c3c3c;
}
.swatch-black .bbp-reply-content .media-heading, [class*="swatch-"] .swatch-black .bbp-reply-content .media-heading {
  background: #494949;
  border-color: #2f2f2f;
}
.swatch-black .bbp_author_details img, [class*="swatch-"] .swatch-black .bbp_author_details img {
  background: black;
  box-shadow: 0px 0px 0px 4px #3c3c3c;
}
.swatch-black .bbp_author_details:after, [class*="swatch-"] .swatch-black .bbp_author_details:after {
  background: #3c3c3c;
}
.swatch-black .bbp_author_details:hover img, [class*="swatch-"] .swatch-black .bbp_author_details:hover img {
  box-shadow: 0px 0px 0px 4px white;
}
.swatch-black .bbpress-header .breadcrumb a, .swatch-black .bbpress-header .breadcrumb .active, [class*="swatch-"] .swatch-black .bbpress-header .breadcrumb a, [class*="swatch-"] .swatch-black .bbpress-header .breadcrumb .active {
  color: white;
}
.swatch-black .bbpress-header .breadcrumb a:hover, [class*="swatch-"] .swatch-black .bbpress-header .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black .bbp-topic-tags a, [class*="swatch-"] .swatch-black .bbp-topic-tags a {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .bbp-topic-tags a:hover, [class*="swatch-"] .swatch-black .bbp-topic-tags a:hover {
  background: rgba(245, 245, 245, 0.9);
}
.swatch-black .bbp-logged-in, [class*="swatch-"] .swatch-black .bbp-logged-in {
  background: #3c3c3c;
}
.swatch-black .bbp-logged-in .button, .swatch-black .bbp-logged-in .button:hover, [class*="swatch-"] .swatch-black .bbp-logged-in .button, [class*="swatch-"] .swatch-black .bbp-logged-in .button:hover {
  color: #3c3c3c;
}
.swatch-black .post-count, [class*="swatch-"] .swatch-black .post-count {
  background: whitesmoke;
  color: #3c3c3c;
}
.swatch-black .subfooter {
margin: 20px 0 10px 0;
border-top: 1px dotted #899296;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
body input, body textarea, body .btn, body button {
  font-family: 'Source Sans Pro', sans-serif;
}

blockquote p {
  font-weight: 300;
}

.light {
  font-weight: 300 !important;
}

.hairline {
  font-weight: 200 !important;
}
.hairline strong {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.lead {
  font-weight: 300;
}

.lead strong {
  font-weight: 600;
}

