@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

input,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none; }

button {
  cursor: pointer; }

button:focus {
  outline: 0 !important; }

a,
span {
  vertical-align: baseline; }

img {
  max-width: 100%; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  max-width: 100%;
  display: table;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
  padding: 0; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font: 14px/1.42857143 "Roboto", sans-serif;
  color: #333; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.clearfix:after {
  clear: both; }

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

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

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

  tr.visible-xs {
    display: table-row !important; }

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

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

  tr.visible-sm {
    display: table-row !important; }

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

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

  tr.visible-md {
    display: table-row !important; }

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

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

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0; }

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

label {
  display: inline-block;
  max-width: 100%; }

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

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

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

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

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

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

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

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

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control {
  width: 100%;
  height: 34px;
  display: block;
  vertical-align: top;
  padding: 6px 10px;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  line-height: 1.42857143; }

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75); }

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75); }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; } }
.form-group {
  margin-top: 15px; }

.form-group:after {
  content: '';
  display: table;
  clear: both; }

.radio,
.checkbox {
  min-height: 20px;
  display: block;
  position: relative; }

.radio ~ .radio,
.checkbox ~ .checkbox {
  margin: 7px 0 0 0; }

.radio label,
.checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-top: 4px \9;
  margin-left: -20px;
  position: absolute; }

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

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

.help-block {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: #737373;
  cursor: default; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal label {
    margin-bottom: 0;
    line-height: 34px;
    text-align: right; } }
.btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

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

table {
  background-color: transparent;
  border-collapse: collapse; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: top;
  padding: 8px;
  border-top: 1px solid #dddddd;
  line-height: 1.42857143; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: white; }

.table-bordered {
  border: 1px solid #dddddd; }

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
.errors,
.alert {
  padding: 10px 15px;
  margin-top: 15px;
  border: 1px solid transparent; }
  .errors a,
  .alert a {
    display: inline-block;
    color: inherit;
    text-decoration: underline; }
  .errors a:hover,
  .alert a:hover {
    color: inherit;
    text-decoration: none; }
  .errors > *,
  .alert > * {
    margin: 0 !important; }
  .errors > * ~ *,
  .alert > * ~ * {
    margin: 5px 0 0 0 !important; }

.alert-success {
  background-color: #d0f6b9;
  border-color: #a7e183;
  color: #558638; }

.alert-info {
  background-color: #cdecfc;
  border-color: #9bd6f5;
  color: #437c99; }

.alert-warning {
  background-color: #fff5c3;
  border-color: #edd870;
  color: #85741f; }

.errors,
.alert-danger {
  background-color: #ffcfcf;
  border-color: #ffa3a3;
  color: #b65353; }

html,
body {
  font: 12px/1.5em Roboto;
  color: #999999; }

a {
  color: #172d46;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out; }

a:hover,
a:focus {
  color: #4794ca; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 30px/1.1em Roboto;
  color: black; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 22px; }

.page_heading {
  margin: 40px 0 0 0;
  font-size: 30px;
  text-transform: uppercase; }

label {
  font-size: 14px;
  color: #555; }

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control {
  background-color: white;
  border-color: #dce0e3;
  font: 14px Roboto;
  color: #999999;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out; }

select:focus,
textarea:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
.form-control:focus {
  border-color: #999;
  outline: 0; }

p.alert-inline {
  padding: 7px 0 0 0;
  font-size: 12px;
  line-height: 1em;
  color: #f00; }

input.alert-inline {
  border-color: #f00;
  color: #f00; }

.btn {
  overflow: hidden;
  padding: 7px 15px;
  background: transparent;
  border: 3px solid #dce0e3;
  font: bold 12px Roboto;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: background 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out; }

.btn:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 0;
  border-style: solid;
  border-color: #4794ca transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.btn:active,
.btn:focus,
.btn:hover {
  color: white !important; }

.btn:active:after,
.btn:focus:after,
.btn:hover:after {
  border-width: 330px 300px 0 0; }

.btn_alt {
  border-color: black;
  color: white; }

.btn_alt:before {
  content: '';
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2; }

.btn_inverted {
  border-color: rgba(255, 255, 255, 0.45);
  color: white; }

.btn[disabled] {
  background: transparent !important;
  border-color: #dce0e3;
  color: rgba(0, 0, 0, 0.35); }

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

.table-bordered,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #dce0e3; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(220, 224, 227, 0.2); }

.table-hover > tbody > tr:hover {
  background-color: rgba(220, 224, 227, 0.2); }

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control,
.btn,
.alert,
.errors {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.rte h1 {
  font-size: 32px; }
.rte h2 {
  font-size: 29px; }
.rte h3 {
  font-size: 26px; }
.rte h4 {
  font-size: 23px; }
.rte h5 {
  font-size: 20px; }
.rte h6 {
  font-size: 17px; }
.rte h1,
.rte h2,
.rte h3 {
  margin-top: 25px;
  margin-bottom: 15px; }
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 20px;
  margin-bottom: 15px; }
.rte p {
  margin: 15px 0 0 0; }
.rte ul {
  margin: 15px 0 0 0;
  padding: 0 0 0 30px;
  list-style-type: disc; }
.rte ol {
  margin: 15px 0 0 0;
  padding: 0 0 0 30px;
  list-style-type: decimal; }
.rte ul ul,
.rte ol ul,
.rte ul ol,
.rte ol ol {
  margin-top: 0; }
.rte a {
  text-decoration: underline; }
.rte a:hover {
  text-decoration: none; }
.rte blockquote {
  margin: 20px 0;
  padding: 5px 20px;
  border-left: 4px solid #dce0e3;
  font-size: 16px; }
  .rte blockquote b {
    display: block;
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777777; }
  .rte blockquote b:before {
    content: '\2014 \00A0'; }
  .rte blockquote p:first-child,
  .rte blockquote ul:first-child,
  .rte blockquote ol:first-child {
    margin-top: 0; }
.rte q {
  font-style: italic; }
.rte table {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  background-color: transparent;
  border-collapse: collapse; }
  .rte table th,
  .rte table td {
    vertical-align: middle;
    padding: 7px 10px;
    border: 1px solid #dce0e3; }
.rte .rte_youtube_wrapper {
  overflow: hidden;
  padding: 56.25% 0 0 0;
  position: relative; }
  .rte .rte_youtube_wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    left: 0;
    top: 0; }

.product_name {
  font-size: 14px;
  color: #172d46;
  text-transform: uppercase; }
  .product_name a {
    font-size: inherit;
    color: inherit; }
  .product_name a:hover {
    color: #4794ca; }

.money,
.money_like {
  font-weight: bold;
  font-size: 14px;
  color: #172d46; }

.money_sale {
  text-decoration: line-through; }

.money_variants {
  display: block;
  font-size: 12px; }

.swiper-container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0; }

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper_btn {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  background: #172d46;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }

.swiper_btn:before {
  display: block;
  font: 20px/47px 'FontAwesome'; }

.swiper_btn:hover {
  background: #4794ca; }

.swiper_btn__prev {
  padding: 0 1px 0 0;
  left: 20px; }

.swiper_btn__prev:before {
  content: '\f104'; }

.swiper_btn__next {
  padding: 0 0 0 1px;
  right: 20px; }

.swiper_btn__next:before {
  content: '\f105'; }

.swiper_pagination {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 10;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .swiper_pagination span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .swiper_pagination span ~ span {
    margin: 0 0 0 15px; }
  .swiper_pagination span:hover,
  .swiper_pagination .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.7); }

.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.body {
  background: white; }

.page_wrapper {
  overflow: hidden; }

.page_container {
  max-width: 2048px;
  margin: 0 auto;
  z-index: 1000; }

.product_listing__main .product_item {
  margin: 30px 0 0 0; }
.product_listing__main .product_img a {
  display: block;
  overflow: hidden;
  background: black;
  position: relative; }
  .product_listing__main .product_img a img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out; }
.product_listing__main .product_img a:hover img {
  opacity: .92;
  -webkit-transform: scale(1);
  transform: scale(1); }
.product_listing__main .product_img img {
  background: #f2f2f2; }
.product_listing__main .product_name {
  padding: 27px 30px 0px 30px; }
.product_listing__main .product_desc {
  padding: 15px 0 0 0;
  display: none !important; }
.product_listing__main .product_price {
  float: left;
  padding: 13px 0 0 0; }
.product_listing__main .product_price__sale .money {
  margin: 0 5px 0 0;
  color: #4794ca; }
.product_listing__main .product_price__sale .money_sale {
  margin: 0;
  color: #172d46; }
.product_listing__main .product_links {
  float: right;
  padding: 13px 0 0 0; }
  .product_listing__main .product_links .btn {
    padding: 0;
    background: none !important;
    border: none !important;
    color: #172d46;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
  .product_listing__main .product_links .btn:before {
    content: '+';
    margin: 0 2px 0 0; }
  .product_listing__main .product_links .btn:after {
    display: none !important; }
  .product_listing__main .product_links .btn:hover {
    color: #4794ca !important; }
  .product_listing__main .product_links .btn[disabled] {
    color: rgba(0, 0, 0, 0.3) !important; }
  .product_listing__main .product_links .btn[disabled]:before {
    content: ''; }

.product_listing__list > div {
  width: 100%;
  float: none; }
.product_listing__list .product_item {
  margin: 30px -15px 0 -15px; }
.product_listing__list .product_img {
  width: 25%;
  float: left;
  padding: 0 15px; }
.product_listing__list .product_info {
  width: 75%;
  float: left;
  padding: 0 15px; }
.product_listing__list .product_name {
  padding: 0; }
.product_listing__list .product_desc__long {
  display: block; }

.collection_listing__main .collection_item {
  margin: 30px 0 0 0; }
  .collection_listing__main .collection_item .layer_1 {
    margin: 0 0 20px 0; }
  .collection_listing__main .collection_item .img_placeholder__wrap {
    background-color: rgba(0, 0, 0, 0.04); }
  .collection_listing__main .collection_item .collection_title {
    display: block;
    font-size: 18px;
    color: black; }
  .collection_listing__main .collection_item .collection_products {
    display: block;
    padding: 10px 0 0 0;
    color: #999999; }
.collection_listing__main .flexible_block__overlay {
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); }
  .collection_listing__main .flexible_block__overlay .layer_1 {
    margin: 0; }
  .collection_listing__main .flexible_block__overlay a {
    height: 100%;
    display: block; }
  .collection_listing__main .flexible_block__overlay .collection_title,
  .collection_listing__main .flexible_block__overlay .collection_products {
    color: white; }

.breadcrumbs {
  padding: 0 0 10px 0;
  background: #f2f2f2;
  text-transform: uppercase; }
  .breadcrumbs ul {
    font-size: 0;
    line-height: 0; }
  .breadcrumbs li {
    display: inline-block;
    padding: 10px 10px 0 0; }
  .breadcrumbs li ~ li:before {
    content: '\f105';
    margin: 0 10px 0 0;
    font: bold 12px/1.1em "FontAwesome"; }
  .breadcrumbs a,
  .breadcrumbs span {
    font: bold 12px/1.1em Roboto; }

.button_filters {
  margin: 20px 0 0 0; }
  .button_filters ul {
    font-size: 0; }
  .button_filters li {
    display: inline-block;
    margin: 10px 10px 0 0; }
  .button_filters a {
    display: block;
    padding: 7px 10px;
    background: #172d46;
    font-size: 12px;
    color: white;
    text-transform: uppercase; }
  .button_filters a:hover {
    background: #4794ca; }
  .button_filters .active a {
    background: #eb72a8;
    color: white; }

.pagination {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0 10px 10px 10px;
  background: rgba(0, 0, 0, 0.04);
  text-transform: uppercase; }
  .pagination p {
    float: left;
    padding: 10px 0 0 0;
    font-weight: bold;
    color: #172d46; }
  .pagination ul {
    float: right;
    padding: 10px 0 0 0; }
  .pagination li {
    display: inline-block;
    font-size: 0;
    line-height: 0; }
  .pagination li ~ li {
    padding: 0 0 0 10px; }
  .pagination a,
  .pagination span {
    font-size: 12px; }
  .pagination .pagination_prev i {
    margin: 0 5px 0 0; }
  .pagination .pagination_next i {
    margin: 0 0 0 5px; }
  .pagination .pagination_current span {
    font-weight: bold; }

.blog_pagination {
  text-align: right; }
  .blog_pagination span {
    margin-right: 5px; }
  .blog_pagination .current {
    color: #172d46; }

.img_placeholder__wrap {
  overflow: hidden;
  background: white;
  position: relative; }

.img_placeholder {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  fill: rgba(255, 255, 255, 0.25); }

.flexible_block .img_placeholder__wrap {
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }
.flexible_block .img_placeholder__small {
  padding: 56.25% 0 0 0; }
.flexible_block .img_placeholder__medium {
  padding: 100% 0 0 0; }
.flexible_block .img_placeholder__large {
  padding: 133.333333% 0 0 0; }

.flexible_block__overlay {
  position: relative; }
  .flexible_block__overlay .layer_2 {
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center; }
  .flexible_block__overlay .layer_2 > div {
    width: 100%; }
  .flexible_block__overlay.flexible_block__hover:hover .layer_2 {
    background: rgba(0, 0, 0, 0.15); }

.quantity_box {
  height: 50px;
  position: relative;
  padding: 0 0 0 0px; }
  .quantity_box input {
    width: 54px;
    height: 24px;
    display: block;
    padding: 0;
    background: none;
    border: 2px solid #dce0e3 !important;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .quantity_box span {
    width: 26px;
    height: 24px;
    display: block;
    border: 2px solid #dce0e3;
    text-align: center;
    cursor: pointer; }
    .quantity_box span i {
      font-size: 14px;
      line-height: 22px; }
  .quantity_box .quantity_down {
    position: absolute;
    left: 0;
    top: 26px; }
  .quantity_box .quantity_up {
    position: absolute;
    left: 28px;
    top: 26px; }
  .quantity_box .btn {
    font-size: 44px;
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 20px 10px;
    background: #f7921d;
    border: none;
    line-height: 50px;
    color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  .quantity_box .btn:hover {
    background: #4794ca; }
  .quantity_box .btn[disabled], .quantity_box .btn[disabled]:hover {
    opacity: 0; }

.social_sharing_block {
  padding: 20px 0 0 0;
  font-size: 0; }
  .social_sharing_block a {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 10px 10px 0 0;
    background: #f2f2f2;
    font-size: 21px;
    line-height: 36px;
    color: #172d46;
    text-align: center; }
  .social_sharing_block a:hover {
    background: #4794ca;
    color: white; }

#back_top {
  width: 58px;
  height: 58px;
  display: block;
  background: #172d46;
  font: 23px/56px 'FontAwesome';
  color: white;
  text-align: center;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 999;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  display: none; }

#back_top:hover {
  background: #4794ca; }

#sticky_header {
  position: relative;
  z-index: 99; }

#sticky_header.megamenu_stuck {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

header .header_left {
  padding: 6px 15px 0 0; }
header .header_center {
  padding: 0 15px; }
header .header_right {
  padding: 6px 0 0 15px; }

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header_row__1 {
  background: #c57529;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold; }

.header_row__2 {
  padding: 20px 0; }

.header_row__3 {
  background: #fff;
  position: relative; }

.header_user {
  font-size: 0;
  line-height: 0; }
  .header_user li {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif; }
  .header_user li ~ li {
    margin: 0 0 0 18px; }
  .header_user a {
    font-weight: bold;
    color: #fff; }
  .header_user a:hover {
    color: #172d46; }

.currency_selector {
  display: inline-block;
  font-weight: bold;
  color: black;
  margin-left: auto; }

.currency_selector__label {
  margin: 0 6px 0 0;
  line-height: 29px; }

.currency_selector__wrap {
  display: inline-block;
  position: relative;
  z-index: 100;
  cursor: pointer; }

#currency_active {
  height: 30px;
  display: inline-block;
  padding: 0 17px 0 0;
  line-height: 29px;
  position: relative;
  z-index: 10; }

#currency_active:after {
  content: '\f107';
  font: 14px/29px 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0; }

#currency_selector {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }
  #currency_selector li {
    padding: 5px 0;
    background: #172d46;
    color: white;
    text-align: center; }
  #currency_selector li:hover {
    background: #4794ca; }

#currency_selector.opened {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.header_logo {
  display: inline-block;
  text-align: left;
  text-transform: uppercase; }
  .header_logo .logo_name {
    display: block;
    margin: 0 0 0 -4px;
    padding: 0;
    font: 300 48px/0.8em Roboto;
    color: black; }
  .header_logo .logo_slogan {
    display: block;
    padding: 5px 0 0 0;
    font: 400 13px/1em Roboto;
    color: black;
    letter-spacing: 12.4px; }

.header_promo {
  color: black; }
  .header_promo h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase; }
  .header_promo h3 {
    padding: 5px 0 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em; }

.header_search {
  width: 100%;
  height: 58px;
  border: 1px solid #dce0e3;
  position: relative; }
  .header_search input {
    width: 100%;
    height: 56px;
    display: block;
    padding: 0 56px 0 20px;
    background: none;
    border: none; }
  .header_search button {
    width: 56px;
    height: 56px;
    font-size: 19px;
    color: black;
    position: absolute;
    right: 0;
    top: 0; }
  .header_search button:hover {
    color: #4794ca; }

.level_1 {
  font-size: 0;
  text-align: left; }

.level_1__item {
  height: 58px;
  display: inline-block;
  font-size: 12px; }

.level_1__item ~ .level_1__item {
  margin: 0 0 0 25px; }

.level_1__link {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 57px;
  color: #e47a00;
  text-transform: uppercase; }

.level_1__link.sf-with-ul:after {
  content: '\f107';
  margin: 0 0 0 5px;
  font: 14px 'FontAwesome'; }

.sfHover .level_1__link,
.level_1__link:hover,
.level_1__link.active {
  color: #c57529; }

.megamenu_desktop h2 {
  display: none; }
.megamenu_desktop ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.megamenu_desktop .level_1 {
  font-size: 0;
  text-align: left; }
.megamenu_desktop .level_1__item {
  height: 58px;
  display: inline-block;
  font-size: 12px; }
.megamenu_desktop .level_1__item ~ .level_1__item {
  margin: 0 0 0 25px; }
.megamenu_desktop .level_1__link {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 57px;
  color: #e47a00;
  text-transform: uppercase; }
.megamenu_desktop .level_1__link.sf-with-ul:after {
  content: '\f107';
  margin: 0 0 0 5px;
  font: 14px 'FontAwesome'; }
.megamenu_desktop .sfHover .level_1__link,
.megamenu_desktop .level_1__link:hover,
.megamenu_desktop .level_1__link.active {
  color: #c57529; }
.megamenu_desktop .level_2 {
  text-align: left;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 58px;
  z-index: 99;
  display: none; }
  .megamenu_desktop .level_2 .container {
    overflow: hidden;
    margin: 0 0 0 -585px;
    padding: 30px 15px;
    background: #172d46; }
  .megamenu_desktop .level_2 .megamenu_col__item {
    float: left;
    padding: 0 15px; }
.megamenu_desktop .level_2__small {
  position: relative; }
  .megamenu_desktop .level_2__small .level_2 {
    left: 0;
    right: auto;
    top: 58px; }
  .megamenu_desktop .level_2__small div {
    min-width: 140px;
    padding: 10px 20px 20px 20px;
    background: #172d46; }
  .megamenu_desktop .level_2__small .level_3__item {
    padding: 10px 0 0 0; }
  .megamenu_desktop .level_2__small .level_3__link {
    color: white; }
  .megamenu_desktop .level_2__small .level_3__link:hover {
    text-decoration: underline; }
.megamenu_desktop .level_2__links .megamenu_col__item {
  width: 25%; }
.megamenu_desktop .level_2__links h3 {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  color: white;
  text-transform: uppercase; }
.megamenu_desktop .level_2__links .level_3 {
  padding: 10px 0 0 0; }
.megamenu_desktop .level_2__links .level_3__item {
  padding: 10px 0 0 0; }
.megamenu_desktop .level_2__links .level_3__link {
  color: white; }
.megamenu_desktop .level_2__links .level_3__link:hover {
  text-decoration: underline; }
.megamenu_desktop .level_2__products .megamenu_col__item {
  width: 25%; }
.megamenu_desktop .level_2__products .product_img {
  background: rgba(255, 255, 255, 0.5); }
.megamenu_desktop .level_2__products .product_name {
  margin: 15px 0 0 0; }
  .megamenu_desktop .level_2__products .product_name a {
    color: white;
    text-transform: uppercase; }
  .megamenu_desktop .level_2__products .product_name a:hover {
    text-decoration: underline; }
.megamenu_desktop .level_2__products .product_price {
  margin: 10px 0 0 0; }
.megamenu_desktop .level_2__products .money {
  margin: 0 5px 0 0;
  font-weight: bold;
  font-size: 14px;
  color: white; }
.megamenu_desktop .level_2__products .money_sale {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5); }
.megamenu_desktop .level_2__blog {
  color: rgba(255, 255, 255, 0.5); }
  .megamenu_desktop .level_2__blog .megamenu_col__item {
    width: 33.33333333%; }
  .megamenu_desktop .level_2__blog .blog_img {
    margin: 0 0 15px 0; }
  .megamenu_desktop .level_2__blog .blog_date {
    font-size: 12px; }
  .megamenu_desktop .level_2__blog .blog_title {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.5em; }
  .megamenu_desktop .level_2__blog .blog_title a {
    color: white;
    text-transform: uppercase; }
  .megamenu_desktop .level_2__blog .blog_title a:hover {
    text-decoration: underline; }
  .megamenu_desktop .level_2__blog .blog_content {
    margin: 10px 0 0 0; }
  .megamenu_desktop .level_2__blog .blog_btn {
    margin: 15px 0 0 0; }

@media (max-width: 767px) {
  .megamenu_mobile {
    text-align: center;
    position: absolute;
    right: 8px; }
    .megamenu_mobile h2 {
      display: inline-block;
      overflow: hidden;
      margin: 0;
      font-size: 20px;
      color: #000;
      cursor: pointer; }
      .megamenu_mobile h2 i {
        margin: 0 5px 0 0;
        font-size: 21px; }
    .megamenu_mobile .megamenu_trigger {
      width: 22px;
      height: 22px;
      display: block;
      margin: -11px 0 0 0;
      position: absolute;
      right: 0;
      top: 50%;
      cursor: pointer; }
      .megamenu_mobile .megamenu_trigger:before {
        content: '';
        width: 100%;
        height: 4px;
        margin: -2px 0 0 0;
        background: #999999;
        position: absolute;
        left: 0;
        top: 50%; }
      .megamenu_mobile .megamenu_trigger:after {
        content: '';
        width: 4px;
        height: 100%;
        margin: 0 0 0 -2px;
        background: #999999;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transition: height 0.2s ease-in-out, top 0.2s ease-in-out;
        -moz-transition: height 0.2s ease-in-out, top 0.2s ease-in-out;
        transition: height 0.2s ease-in-out, top 0.2s ease-in-out; }
      .megamenu_mobile .megamenu_trigger.active:after {
        height: 0;
        top: 50%; }
    .megamenu_mobile .container {
      width: 100%;
      padding: 0; }
    .megamenu_mobile #megamenu_level__1 {
      z-index: 99999 !important;
      position: fixed;
      left: 0%;
      top: 0px;
      bottom: 0;
      border: 1px solid #ccc;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-transition: transform 0.3s ease-in-out;
      -moz-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      -webkit-transform: translate3d(-150%, 0, 0);
      transform: translate3d(-150%, 0, 0); }
    .megamenu_mobile #megamenu_level__1.on {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .megamenu_mobile #megamenu_mobile_close {
      height: 30px;
      position: fixed;
      top: 5px;
      bottom: 0;
      right: 5px;
      z-index: 10;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-transition: transform 0.3s ease-in-out;
      -moz-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .megamenu_mobile #megamenu_mobile_close .close_icon {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        position: absolute;
        top: 50%;
        left: 50%; }
    .megamenu_mobile #megamenu_mobile_close.on {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .megamenu_mobile .level_1 {
      padding: 30px;
      background: white; }
    .megamenu_mobile .level_1__item ~ .level_1__item {
      border-top: 2px solid rgba(0, 0, 0, 0.15); }
    .megamenu_mobile .level_1__link {
      display: block;
      padding: 12px 35px 12px 0;
      font-size: 18px;
      line-height: 1em;
      white-space: nowrap;
      text-overflow: ellipsis;
      position: relative; }
    .megamenu_mobile .level_2 {
      display: none; }
    .megamenu_mobile .level_2__small .level_3 li {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .megamenu_mobile .level_2__small .level_3__link {
      display: block;
      padding: 7px 0 7px 15px;
      font-size: 16px; }
    .megamenu_mobile .level_2__links .megamenu_col__item {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .megamenu_mobile .level_2__links h3 {
      padding: 12px 35px 12px 15px;
      font-size: 18px;
      line-height: 1em;
      position: relative; }
    .megamenu_mobile .level_2__links .level_2__trigger {
      opacity: .4; }
    .megamenu_mobile .level_2__links .level_3 {
      display: none; }
    .megamenu_mobile .level_2__links .level_3__link {
      display: block;
      padding: 7px 0 7px 30px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 14px; }
    .megamenu_mobile .level_2__products .megamenu_col__item {
      overflow: hidden;
      padding: 15px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .megamenu_mobile .level_2__products .product_img {
      width: 140px;
      float: left;
      margin: 0 15px 0 0; }
    .megamenu_mobile .level_2__products .product_name {
      line-height: 1em; }
    .megamenu_mobile .level_2__products .product_price {
      margin: 10px 0 0 0; }
    .megamenu_mobile .level_2__blog .megamenu_col__item {
      overflow: hidden;
      padding: 15px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .megamenu_mobile .level_2__blog .blog_img {
      width: 140px;
      float: left;
      margin: 0 15px 0 0; }
    .megamenu_mobile .level_2__blog .blog_date {
      font-size: 12px;
      line-height: 1em; }
    .megamenu_mobile .level_2__blog .blog_title {
      margin: 10px 0 0 0;
      font-size: 16px; }
    .megamenu_mobile .level_2__blog .blog_content,
    .megamenu_mobile .level_2__blog .blog_btn {
      display: none; } }
@media screen and (max-width: 767px) {
  #megamenu_mobile_toggle {
    display: block; }

  #megamenu_level__1 {
    display: none; } }
@media screen and (min-width: 768px) {
  #megamenu_mobile_toggle {
    display: none; }

  #megamenu_level__1 {
    display: block !important; } }
.header_cart {
  height: 58px;
  display: block;
  padding: 0 17px;
  background: #f2f2f2;
  font-size: 18px;
  line-height: 56px;
  color: black; }
  .header_cart i {
    vertical-align: top;
    margin: 0 10px 0 0;
    font-size: 14px;
    line-height: 54px; }
  .header_cart b {
    margin: 0 5px 0 0; }
  .header_cart span {
    font-size: 14px; }

.header_cart:hover {
  background: #4794ca;
  color: white; }

.style_2 .header_row__1 {
  background: #172d46; }
.style_2 .header_user a {
  color: white; }
.style_2 .header_user a:hover {
  color: #4794ca; }
.style_2 .currency_selector {
  color: white; }
.style_2 .header_search {
  background: #f2f2f2;
  border: none; }
  .style_2 .header_search input {
    height: 58px;
    padding: 0 58px 0 20px; }
  .style_2 .header_search button {
    width: 58px;
    height: 58px; }

footer {
  margin: 0px 0 0 0; }

footer.footer_homepage {
  margin: 0; }

.footer_row__1 {
  padding: 0 0 72px 0;
  background-color: #f7f7f7;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.footer_newsletter h2 {
  padding: 80px 0 0 0;
  font-weight: 300;
  font-size: 48px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase; }
.footer_newsletter h3 {
  padding: 0px 0 0 0;
  font-size: 18px;
  line-height: 1em;
  text-align: center; }
.footer_newsletter .form_wrapper {
  padding: 5px 10% 0 10%; }
.footer_newsletter form {
  padding: 0 58px 0 0;
  position: relative; }
.footer_newsletter input {
  width: 100%;
  height: 38px;
  padding: 0 30px;
  background: white;
  border: none;
  color: black; }
.footer_newsletter button {
  width: 78px;
  height: 38px;
  background: #f7921d;
  font-size: 16px;
  border: 4px solid #fff;
  color: white;
  position: absolute;
  right: 0;
  top: 0; }
.footer_newsletter button:hover {
  background: #4794ca; }
.footer_newsletter .errors,
.footer_newsletter .alert {
  text-align: center; }

.footer_item {
  padding: 78px 0 0 0; }
  .footer_item h3 {
    margin: 0 0 16px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase; }
  .footer_item li,
  .footer_item p {
    line-height: 30px;
    text-transform: uppercase; }
  .footer_item a:hover {
    text-decoration: underline; }

.footer_dark .footer_newsletter h2,
.footer_dark .footer_newsletter h3 {
  color: black; }
.footer_dark .footer_item h3,
.footer_dark .footer_item li,
.footer_dark .footer_item p {
  color: black; }
.footer_dark .footer_item a {
  color: black; }

.footer_light .footer_newsletter h2,
.footer_light .footer_newsletter h3 {
  color: white; }
.footer_light .footer_item h3,
.footer_light .footer_item li,
.footer_light .footer_item p {
  color: white; }
.footer_light .footer_item a {
  color: white; }

.footer_social {
  padding: 17px 0 0 30px;
  text-align: left; }
  .footer_social h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase; }
  .footer_social ul {
    font-size: 0; }
  .footer_social li {
    display: inline-block;
    margin: 32px 0 0 0; }
  .footer_social li ~ li {
    margin: 12px 0 0 20px; }
  .footer_social a {
    display: block;
    font-size: 28px;
    line-height: 42px;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .footer_social a:hover {
    background: none; }

.footer_copyright {
  padding: 30px 0 50px 0;
  font-size: 14px !important;
  color: black;
  text-align: center !important; }
  .footer_copyright a {
    color: black; }
  .footer_copyright a:hover {
    color: #4794ca; }

@media (max-width: 720px) {
  .footer_social {
    text-align: center; }

  .footer_social h3 {
    text-align: center !important;
    margin-bottom: 10px !important; } }
.section_homepage {
  margin: 80px 0; }
  .section_homepage .section_heading {
    margin: 0;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase; }

.section_homepage.vidslideplus {
  margin-top: 0;
  display: inline-block;
  width: 100%; }

.section_homepage.vidslideplus iframe {
  border: none; }

.section_homepage.vidslideplus .intrinsic-container {
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 100%; }

.section_homepage.vidslideplus iframe {
  border: none;
  position: relative;
  display: inline-block;
  overflow: initial; }

.section_homepage.vidslideplus #calc {
  display: inline-block;
  width: 100%;
  height: 100%; }

.section_blog-articles .item_wrap {
  margin: 0 -15px;
  padding: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center; }
.section_blog-articles .item_img,
.section_blog-articles .item_txt {
  width: 50%;
  padding: 0 15px; }
.section_blog-articles .article_item__0 .item_img {
  position: relative;
  left: 50%; }
.section_blog-articles .article_item__0 .item_txt {
  position: relative;
  right: 50%; }
.section_blog-articles .img_placeholder__small {
  padding: 52.631578% 0 0 0; }
.section_blog-articles .img_placeholder__medium {
  padding: 70.175438% 0 0 0; }
.section_blog-articles .img_placeholder__large {
  padding: 100% 0 0 0; }
.section_blog-articles .article_time {
  font-weight: 900;
  font-size: 16px;
  color: black; }
.section_blog-articles .article_title {
  padding: 17px 0 0 0;
  font-weight: 300;
  font-size: 48px;
  line-height: 1em;
  color: black; }
.section_blog-articles .article_info {
  padding: 20px 0 0 0;
  font-size: 0; }
  .section_blog-articles .article_info span {
    font-weight: 300;
    font-size: 14px;
    color: black;
    text-transform: uppercase; }
  .section_blog-articles .article_info span ~ span {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid black; }
.section_blog-articles .article_content {
  padding: 8px 0 0 0;
  font-size: 18px;
  line-height: 1.6em;
  color: black; }
.section_blog-articles .article_btn {
  margin: 20px 0 0 0;
  padding: 16px 45px; }

.section_collection-list .view_all__wrap {
  padding: 30px 0 0 0;
  text-align: center; }

.section_gallery {
  margin: 0;
  overflow: hidden;
  position: relative; }
  .section_gallery .row {
    margin: 0; }
  .section_gallery .row > * {
    padding: 0; }

.gallery_item .img_placeholder__wrap {
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }
.gallery_item .item_caption {
  padding: 15px;
  font-size: 20px;
  line-height: 1.5em;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); }
.gallery_item a {
  background: rgba(0, 0, 0, 0.4); }
.gallery_item a:hover {
  background: rgba(0, 0, 0, 0.1); }

.section_gallery__1 .img_placeholder__small {
  padding: 12.5% 0 0 0; }
.section_gallery__1 .img_placeholder__medium {
  padding: 25% 0 0 0; }
.section_gallery__1 .img_placeholder__large {
  padding: 33.3% 0 0 0; }

.section_gallery__2 .img_placeholder__small {
  padding: 25% 0 0 0; }
.section_gallery__2 .img_placeholder__medium {
  padding: 50% 0 0 0; }
.section_gallery__2 .img_placeholder__large {
  padding: 66.6% 0 0 0; }

.section_gallery__3 .img_placeholder__small {
  padding: 37.53% 0 0 0; }
.section_gallery__3 .img_placeholder__medium {
  padding: 75.07% 0 0 0; }
.section_gallery__3 .img_placeholder__large {
  padding: 100% 0 0 0; }

.section_gallery__4 .img_placeholder__small {
  padding: 50% 0 0 0; }
.section_gallery__4 .img_placeholder__medium {
  padding: 100% 0 0 0; }
.section_gallery__4 .img_placeholder__large {
  padding: 133.2% 0 0 0; }

.section_image-with-text .item_wrap {
  margin: 0 -15px;
  display: flex;
  justify-content: center;
  align-items: center; }
.section_image-with-text .item_img {
  width: 49.33333333%;
  padding: 0 15px; }
  .section_image-with-text .item_img a {
    display: block;
    overflow: hidden;
    background: black;
    position: relative; }
    .section_image-with-text .item_img a img {
      opacity: 1;
      -webkit-transform: scale(1.12);
      transform: scale(1.12);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out; }
  .section_image-with-text .item_img a:after {
    content: '';
    display: block;
    border: 1px solid white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: top .25s ease .2s, right .25s ease .2s, bottom .25s ease .2s, left .25s ease .2s;
    transition: top .25s ease .2s, right .25s ease .2s, bottom .25s ease .2s, left .25s ease .2s; }
  .section_image-with-text .item_img a:hover img {
    opacity: .8;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .section_image-with-text .item_img a:hover:after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px; }
.section_image-with-text .item_txt {
  width: 49.66666667%;
  padding: 0 15px; }
.section_image-with-text .image_left .item_txt__wrapper {
  padding: 0 0 0 20px; }
.section_image-with-text .image_right .item_img {
  position: relative;
  left: 49.66666667%; }
.section_image-with-text .image_right .item_txt {
  position: relative;
  right: 49.33333333%; }
.section_image-with-text .image_right .item_txt__wrapper {
  padding: 0 20px 0 0; }
.section_image-with-text h2 {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase; }
.section_image-with-text h3 {
  margin: 18px 0 0 0;
  font-weight: 300;
  font-size: 52px;
  line-height: 1em;
  color: #eb72a8; }
.section_image-with-text h3.inverted {
  overflow: hidden;
  padding: 0 5px;
  position: relative; }
  .section_image-with-text h3.inverted div {
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
  .section_image-with-text h3.inverted span {
    margin: 0 -5px;
    padding: 0 5px;
    color: white; }
.section_image-with-text h4 {
  padding: 24px 0 0 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5em; }
.section_image-with-text .btn {
  margin: 31px 0 0 0;
  padding: 15px 47px; }

.section_image-with-text-overlay {
  margin: 0;
  position: relative; }
  .section_image-with-text-overlay .container,
  .section_image-with-text-overlay .section_wrap {
    overflow: hidden;
    position: relative; }
  .section_image-with-text-overlay .img_placeholder__wrap {
    background-position: 50% 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1; }
  .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__small {
    padding: 23.193359% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__medium {
    padding: 32.714843% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large {
    padding: 47.55% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__small {
    padding: 23.193359% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__medium {
    padding: 32.714843% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__large {
    padding: 47.55% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__fullwidth .parallax_layer.img_placeholder__small {
    padding: 30.175781% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__fullwidth .parallax_layer.img_placeholder__medium {
    padding: 42.529296% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__fullwidth .parallax_layer.img_placeholder__large {
    padding: 50.78125% 0 0 0; }
  .section_image-with-text-overlay .section_wrap__container {
    margin: 30px 0 80px 0; }
    .section_image-with-text-overlay .section_wrap__container .flexible_block__small {
      padding: 40.598290% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .flexible_block__medium {
      padding: 57.264957% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .flexible_block__large {
      padding: 68.376068% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .img_placeholder__small {
      padding: 40.598290% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .img_placeholder__medium {
      padding: 57.264957% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .img_placeholder__large {
      padding: 68.376068% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .parallax_layer.img_placeholder__small {
      padding: 52.820512% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .parallax_layer.img_placeholder__medium {
      padding: 74.444444% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .parallax_layer.img_placeholder__large {
      padding: 88.888888% 0 0 0; }
  .section_image-with-text-overlay .section_txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section_image-with-text-overlay .section_txt__left {
    text-align: left; }
  .section_image-with-text-overlay .section_txt__center {
    text-align: center; }
  .section_image-with-text-overlay .section_txt__right {
    text-align: right; }
  .section_image-with-text-overlay h3 {
    padding: 0 0 14px 0;
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
  .section_image-with-text-overlay h2 {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding-left: 40px;
    font-weight: 900;
    font-size: 60px;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
    .section_image-with-text-overlay h2 strong {
      font-weight: 700; }
  .section_image-with-text-overlay h4 {
    padding: 15px 0 0 40px;
    text-align: left;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5em;
    color: white; }
  .section_image-with-text-overlay .btn {
    margin: 30px 0 0 0;
    padding: 10px 27px;
    font-size: 24px;
    font-weight: 600; }
  .section_image-with-text-overlay .section_wrap__container .section_txt {
    padding: 0 80px; }

.section_homepage.section_image-with-text-overlay .flexible_block__large {
  padding: 37.55% 0 0 0; }

.section_homepage.section_image-with-text-overlay .flexible_block__large .img_placeholder__large {
  padding: 37.55% 0 0 0;
  background-position: center center; }

.section_homepage.section_image-with-text-overlay .flexible_block__large .homefeature h4 {
  font-size: 24px; }

.section_homepage.section_image-with-text-overlay .flexible_block__large .homefeature a.btn.btn_inverted {
  font-size: 34px;
  text-shadow: 1px 4px 6px rgba(0, 0, 0, 0.55);
  -webkit-text-shadow: 1px 4px 6px rgba(0, 0, 0, 0.55);
  -moz-text-shadow: 1px 4px 6px rgba(0, 0, 0, 0.55); }

.section_homepage.section_image-with-text-overlay .flexible_block__large .homefeature a.btn.btn_inverted:hover {
  text-shadow: none; }

.template-index #shopify-section-1515766367753 {
  margin-top: 0 !important; }

.template-index #shopify-section-1515766367753.section_homepage .threebh2 h3 {
  font-size: 69px;
  padding-top: 30px; }

.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testinner > p {
  color: #000;
  line-height: 30px;
  padding: 0 15px; }

.testimonial-post-block {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.testimonial-post-block .testprofile,
.testimonial-post-block .testname {
  display: inline-block;
  vertical-align: middle; }

.testimonial-post-block .testprofile {
  margin-right: 30px; }

.testimonial-post-block .testprofile img {
  width: 78px; }

.testimonial-post-block .testname p {
  color: #000;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0; }

.template-index .section_button .buttonpad {
  padding-top: 35px; }

.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter {
  padding-top: 50px; }

.section_custom-content .sizing .custom_content__item.item_text h4 {
  font-size: 37px;
  padding: 0 10px; }

.section_custom-content .sizing .custom_content__item.item_text p {
  font-size: 16px;
  padding: 3px 50px 3px 10px;
  color: #0d0d0d;
  margin-bottom: 0; }

.section_homepage .threebh2.narrow h3 {
  font-size: 53px;
  padding: 0 80px;
  margin-top: 50px; }

.section_homepage .features #features_main h2 {
  font-size: 38px;
  padding-left: 10px; }

.section_homepage .features #features_main .featuretext {
  font-size: 18px;
  color: #000;
  padding: 0 5px 15px; }

.section_homepage .features #features_main .featuretext:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.section_homepage .features #features_main #features_right h2 {
  padding-left: 40px; }

.section_homepage .features #features_main .featuretext h3 {
  font-size: 22px !important;
  color: #000;
  padding-bottom: 2px; }

.section_homepage .features #features_main #features_left,
.section_homepage .features #features_main #features_right,
.section_homepage .features #features_main {
  padding: 0; }

.section_logo-list .item_6_1 {
  clear: left; }
.section_logo-list .logo_item {
  margin: 30px 0 0 0; }
.section_logo-list .img_placeholder__small {
  padding: 58.823529% 0 0 0; }
.section_logo-list .img_placeholder__medium {
  padding: 100% 0 0 0; }
.section_logo-list a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
.section_logo-list a:hover {
  opacity: .6; }

.section_slideshow {
  margin: 0;
  background: white; }
  .section_slideshow .img_placeholder__wrap {
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  .section_slideshow .img_placeholder__small {
    padding: 19.53125% 0 0 0; }
  .section_slideshow .img_placeholder__medium {
    padding: 29.296875% 0 0 0; }
  .section_slideshow .img_placeholder__large {
    padding: 47.55% 0 0 0; }
  .section_slideshow h2 {
    color: white; }
  .section_slideshow p {
    margin: 20px 0 0 0;
    color: white; }
  .section_slideshow .slide_caption {
    display: block;
    padding: 40px 80px;
    color: inherit;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section_slideshow h2 {
    font-weight: 300;
    font-size: 60px;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
  .section_slideshow h3 {
    padding: 15px 15% 0 15%;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2em;
    color: white; }
  .section_slideshow .btn {
    margin: 30px 0 0 0;
    padding: 15px 47px; }

.section_single-product .gallery_big .swiper-slide {
  background: #f2f2f2;
  text-align: center; }
.section_single-product .gallery_big .swiper_btn {
  background: rgba(0, 0, 0, 0.05); }
.section_single-product .gallery_big .swiper_btn:hover {
  background: #4794ca; }
.section_single-product .gallery_thumbs {
  margin: 20px 0 0 0; }
  .section_single-product .gallery_thumbs .swiper-slide {
    opacity: .4;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .section_single-product .gallery_thumbs .swiper-slide:hover {
    opacity: 1; }
  .section_single-product .gallery_thumbs .swiper-slide-active {
    background: #f2f2f2;
    opacity: 1; }
.section_single-product .single_product__title {
  margin: 0; }
.section_single-product .single_product__options {
  margin: 0 -10px; }
  .section_single-product .single_product__options .selector-wrapper {
    width: 33.33333333%;
    float: left;
    padding: 20px 10px 0 10px; }
  .section_single-product .single_product__options label {
    display: inline;
    margin: 0 0 7px 0;
    color: black;
    line-height: 2.6; }
  .section_single-product .single_product__options select {
    float: right;
    width: 80%;
    height: 34px;
    display: inline;
    vertical-align: top;
    padding: 6px 10px;
    border: 1px solid #dce0e3;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
.section_single-product .details_separator {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #dce0e3; }
.section_single-product .details_wrapper {
  margin: 0 -10px; }
.section_single-product .details_left,
.section_single-product .details_right {
  width: 100%;
  float: none;
  padding: 0 10px; }
  .section_single-product .details_left p ~ p,
  .section_single-product .details_right p ~ p {
    margin: 10px 0 0 0; }
.section_single-product .details_left b {
  font-weight: normal !important;
  color: black; }
.section_single-product .single_product__options.hidden {
  display: none; }
.section_single-product .single_product__collections a {
  text-decoration: underline; }
.section_single-product .single_product__availability {
  display: none; }
  .section_single-product .single_product__availability .notify_success {
    color: #118502; }
  .section_single-product .single_product__availability .notify_danger {
    color: #ca0000; }
.section_single-product .single_product__price {
  font-family: 'Roboto', sans-serif;
  margin: 15px 0 0 0 !important;
  font-size: 24px;
  position: relative; }
  .section_single-product .single_product__price span {
    line-height: 1em; }
  .section_single-product .single_product__price .money {
    font-size: 40px;
    color: red;
    margin-left: 30px; }
  .section_single-product .single_product__price .money_sale {
    margin: 0 0 0 7px;
    font-size: 36px;
    font-weight: normal;
    color: #000; }
  .section_single-product .single_product__price .money_sale_percent {
    height: 24px;
    display: block;
    margin: 22px 0 0 0;
    padding: 0 5px;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.section_single-product .single_product__quantity {
  margin: 45px 0 70px 0; }
  .section_single-product .single_product__quantity label {
    padding: 0 0 7px 0; }
.section_single-product .single_product__info.full,
.section_single-product .single_product__info.no_img {
  margin: 30px 0 0 0; }
  .section_single-product .single_product__info.full .details_left,
  .section_single-product .single_product__info.no_img .details_left {
    width: 66.75%; }
  .section_single-product .single_product__info.full .details_right,
  .section_single-product .single_product__info.no_img .details_right {
    width: 33.25%; }

.section_map .map_captions__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }
.section_map .container {
  height: 100%;
  position: relative; }
.section_map .wrap_1 {
  height: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
.section_map .wrap_2 {
  width: 40%; }
.section_map .map_captions {
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.section_map .map_captions__title {
  margin: 0; }
.section_map .map_captions__text p {
  margin: 10px 0 0 0; }
.section_map .map_captions__btn {
  margin: 15px 0 0 0; }

.section_testimonials .testimonials_slider {
  padding: 0 0 50px 0; }
.section_testimonials .testimonials_item {
  margin: 30px 0 0 0;
  padding: 0;
  border: none;
  text-align: center; }
.section_testimonials .testimonials_item__icon {
  font-size: 25px;
  cursor: default; }
.section_testimonials .testimonials_item__text {
  margin: 15px 0 0 0; }
.section_testimonials .testimonials_item__author {
  display: block;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #dce0e3; }
.section_testimonials .swiper_pagination {
  bottom: 0; }

.section_text-columns {
  margin: 50px 0 80px 0; }

.text_columns__item {
  margin: 30px 0 0 0;
  text-transform: uppercase; }
  .text_columns__item .item_img a {
    display: block;
    overflow: hidden;
    background: black;
    position: relative; }
    .text_columns__item .item_img a img {
      opacity: 1;
      -webkit-transform: scale(1.12);
      transform: scale(1.12);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out; }
  .text_columns__item .item_img a:after {
    content: '';
    display: block;
    border: 1px solid white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: top .25s ease .2s, right .25s ease .2s, bottom .25s ease .2s, left .25s ease .2s;
    transition: top .25s ease .2s, right .25s ease .2s, bottom .25s ease .2s, left .25s ease .2s; }
  .text_columns__item .item_img a:hover img {
    opacity: .8;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .text_columns__item .item_img a:hover:after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px; }
  .text_columns__item .text_left {
    text-align: left; }
  .text_columns__item .text_center {
    text-align: center; }
  .text_columns__item .text_right {
    text-align: right; }
  .text_columns__item h3 {
    padding: 25px 30px 0 0;
    font-weight: bold;
    font-size: 24px;
    color: black; }
  .text_columns__item p {
    padding: 11px 30px 0 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3em;
    color: black; }
  .text_columns__item .btn {
    margin: 25px 0 0 0;
    padding: 10px 25px; }

.text_columns__1 .img_placeholder__small {
  padding: 21.367521% 0 0 0; }
.text_columns__1 .img_placeholder__medium {
  padding: 31.623931% 0 0 0; }
.text_columns__1 .img_placeholder__large {
  padding: 48.717948% 0 0 0; }

.text_columns__2 .img_placeholder__small {
  padding: 43.859649% 0 0 0; }
.text_columns__2 .img_placeholder__medium {
  padding: 57.894736% 0 0 0; }
.text_columns__2 .img_placeholder__large {
  padding: 100% 0 0 0; }

.text_columns__3 .img_placeholder__small {
  padding: 67.567567% 0 0 0; }
.text_columns__3 .img_placeholder__medium {
  padding: 89.189189% 0 0 0; }
.text_columns__3 .img_placeholder__large {
  padding: 154.05405% 0 0 0; }

.section_custom-content .row {
  font-size: 0; }
.section_custom-content .col_item {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }
.section_custom-content .custom_content__item {
  margin: 30px 0 0 0; }
.section_custom-content .img_placeholder__wrap {
  padding: 100% 0 0 0; }
.section_custom-content .item_text__title {
  margin: 0; }
.section_custom-content .item_text__content {
  margin: 15px 0 0 0; }
.section_custom-content .item_text__right {
  text-align: right; }
.section_custom-content .item_text__center {
  text-align: center; }
.section_custom-content .item_video iframe {
  border: none; }
.section_custom-content .item_video__wrap {
  overflow: hidden;
  padding: 56.25% 0 0 0;
  position: relative; }
.section_custom-content .item_video__player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.section_instagram .col-xs-3 {
  margin: 30px 0 0 0; }
.section_instagram a {
  display: block;
  padding: 100% 0 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
.section_instagram a:hover {
  opacity: .7; }

.section_video .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
.section_video .video_player,
.section_video .video_placeholder {
  width: 100% !important;
  height: 100% !important;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.section_video h2 {
  padding: 35px 0 0 0;
  font-weight: 900;
  font-size: 16px;
  color: black;
  text-align: center;
  text-transform: uppercase; }
.section_video h3 {
  margin: 25px 0 0 0;
  font-weight: 300;
  font-size: 36px;
  color: black;
  text-align: center; }
.section_video h3.inverted span {
  display: inline-block;
  padding: 7px 15px;
  background: black;
  color: white; }

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section_template__collection .collection_img__inline {
  margin: 30px 0 0 0; }
  .section_template__collection .collection_img__inline .img_wrapper__small {
    padding: 55.925925% 0 0 0; }
  .section_template__collection .collection_img__inline .img_wrapper__medium {
    padding: 100% 0 0 0; }
  .section_template__collection .collection_img__inline .img_wrapper__large {
    padding: 133.333333% 0 0 0; }
  .section_template__collection .collection_img__inline .layer_1 {
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  .section_template__collection .collection_img__inline .flex_row {
    margin: 0 -15px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section_template__collection .collection_img__inline .flex_item__img {
    flex: 0 0 33.333333%;
    padding: 0 15px; }
  .section_template__collection .collection_img__inline .flex_item__text {
    flex: 0 0 66.666666%;
    padding: 0 15px; }
.section_template__collection .collection_img__overlay {
  overflow: hidden;
  position: relative; }
  .section_template__collection .collection_img__overlay .img_wrapper__small {
    padding: 9.765625% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__medium {
    padding: 19.53125% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__large {
    padding: 29.296875% 0 0 0; }
  .section_template__collection .collection_img__overlay .layer_1 {
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  .section_template__collection .collection_img__overlay .img_top {
    background-position: 0 0; }
  .section_template__collection .collection_img__overlay .img_center {
    background-position: 0 50%; }
  .section_template__collection .collection_img__overlay .img_bottom {
    background-position: 0 100%; }
  .section_template__collection .collection_img__overlay .layer_2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: column; }
    .section_template__collection .collection_img__overlay .layer_2 h1 {
      margin: 0;
      padding: 0;
      border: none;
      color: white;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); }
.section_template__collection .collection_desc {
  margin: 30px 0 0 0; }
.section_template__collection .product_options {
  margin: 30px 0 0 0;
  padding: 0 10px 10px 10px;
  background: rgba(0, 0, 0, 0.04); }
  .section_template__collection .product_options .product_view {
    float: left;
    padding: 10px 0 0 0;
    font-size: 0;
    line-height: 0; }
    .section_template__collection .product_options .product_view li {
      width: 34px;
      height: 34px;
      display: inline-block;
      margin: 0 10px 0 0;
      font-size: 18px;
      line-height: 35px;
      color: #999999;
      text-align: center;
      cursor: pointer; }
    .section_template__collection .product_options .product_view li.active {
      background: #4794ca;
      color: white;
      cursor: default; }
  .section_template__collection .product_options label {
    line-height: 34px; }
  .section_template__collection .product_options select {
    width: auto;
    display: inline-block;
    vertical-align: top; }
  .section_template__collection .product_options .product_options__sort {
    float: right;
    margin: 10px 0 0 10px; }
  .section_template__collection .product_options .product_options__number {
    float: right;
    margin: 10px 0 0 10px; }

.section_template__product {
  margin: 50px 0 0 0; }

.article_item .article_info {
  font-size: 0;
  line-height: 0; }
  .article_item .article_info span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em; }
  .article_item .article_info span ~ span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #dce0e3; }
.article_item .article_tags {
  font-size: 0;
  line-height: 0; }
  .article_item .article_tags a {
    display: inline-block;
    margin: 15px 15px 0 0;
    font-size: 12px;
    line-height: 1.5em; }
  .article_item .article_tags a:before {
    content: '\f02b';
    margin: 0 4px 0 0;
    font: 12px 'FontAwesome'; }

.section_template__blog .page_heading {
  padding-right: 30px;
  position: relative;
  font-weight: 900; }
  .section_template__blog .page_heading a {
    vertical-align: top;
    margin: -12px 0 0 0;
    font-size: 21px;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 50%; }
  .section_template__blog .page_heading a:hover {
    color: black; }
.section_template__blog article {
  overflow: hidden;
  margin: 30px 0 0 0; }
  .section_template__blog article .article_title {
    padding: 15px 0 0 0;
    font-size: 30px; }
    .section_template__blog article .article_title a {
      font-size: inherit;
      color: black; }
    .section_template__blog article .article_title a:hover {
      color: rgba(0, 0, 0, 0.5); }
  .section_template__blog article .article_content {
    padding: 15px 0 0 0;
    font-size: 15px; }
  .section_template__blog article .article_btn {
    margin: 20px 0 0 0; }
.section_template__blog .flexible_block__normal .no_img {
  display: none; }
.section_template__blog .flexible_block__normal .layer_1 {
  margin: 0 0 20px 0; }
.section_template__blog .flexible_block__overlay .layer_2 {
  padding: 30px; }
.section_template__blog .flexible_block__overlay .article_content,
.section_template__blog .flexible_block__overlay .article_tags {
  display: none; }
.section_template__blog .flexible_block__overlay .article_info span,
.section_template__blog .flexible_block__overlay .article_title a {
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); }
.section_template__blog .flexible_block__overlay .article_title a {
  color: white; }
.section_template__blog .flexible_block__overlay .article_title a:hover {
  color: white; }
.section_template__blog .layer_1 {
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }
.section_template__blog .img_align__top {
  background-position: 0 0; }
.section_template__blog .img_align__center {
  background-position: 0 50%; }
.section_template__blog .img_align__bottom {
  background-position: 0 100%; }
.section_template__blog .blog_listing__list .row {
  margin: 0; }
.section_template__blog .blog_listing__list .col-sm-6 {
  width: 100%;
  float: none;
  padding: 0; }
.section_template__blog .blog_listing__list .col-sm-6 ~ .col-sm-6 .flexible_block__normal {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #dce0e3; }
.section_template__blog .blog_listing__list .img_wrapper__small {
  padding: 17.777777% 0 0 0; }
.section_template__blog .blog_listing__list .img_wrapper__medium,
.section_template__blog .blog_listing__list .img_wrapper__master {
  padding: 31.623931% 0 0 0; }
.section_template__blog .blog_listing__list .img_wrapper__large {
  padding: 42.136752% 0 0 0; }
.section_template__blog .blog_listing__grid {
  margin-bottom: 40px; }
  .section_template__blog .blog_listing__grid .item_3_1 {
    clear: left; }
  .section_template__blog .blog_listing__grid .img_wrapper__small {
    padding: 56.25% 0 0 0; }
  .section_template__blog .blog_listing__grid .img_wrapper__medium,
  .section_template__blog .blog_listing__grid .img_wrapper__master {
    padding: 100% 0 0 0; }
  .section_template__blog .blog_listing__grid .img_wrapper__large {
    padding: 133.333333% 0 0 0; }
  .section_template__blog .blog_listing__grid .article_title {
    font-size: 18px;
    margin-top: 0;
    padding-top: 0; }
  .section_template__blog .blog_listing__grid .article_content {
    padding-top: 0; }

.section_template__article article {
  overflow: hidden; }
.section_template__article .flexible_block {
  margin: 30px 0 0 0; }
.section_template__article .layer_1 {
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }
.section_template__article .img_wrapper__small {
  padding: 17.777777% 0 0 0; }
.section_template__article .img_wrapper__medium,
.section_template__article .img_wrapper__master {
  padding: 31.623931% 0 0 0; }
.section_template__article .img_wrapper__large {
  padding: 42.136752% 0 0 0; }
.section_template__article .img_align__top {
  background-position: 0 0; }
.section_template__article .img_align__center {
  background-position: 0 50%; }
.section_template__article .img_align__bottom {
  background-position: 0 100%; }
.section_template__article .article_info {
  padding: 10px 0;
  border-bottom: 1px solid #dce0e3; }
.section_template__article .flexible_block__overlay .layer_2 {
  padding: 30px; }
.section_template__article .flexible_block__overlay h1 {
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); }
.section_template__article .flexible_block__normal h1 {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #dce0e3; }
.section_template__article .article_content {
  margin: 15px 0 0 0;
  font-size: 16px; }
  .section_template__article .article_content img {
    height: auto; }
.section_template__article .featured_img {
  text-align: center; }

.article_pagination {
  overflow: hidden; }

.article_pagination__prev {
  float: left;
  margin: 30px 15px 0 0; }

.article_pagination__next {
  float: right;
  margin: 30px 0 0 15px; }

.article_comments__list {
  margin: 30px 0 0 0; }
  .article_comments__list li {
    margin: 15px 0 0 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.04); }
  .article_comments__list .comment_author {
    overflow: hidden;
    font-size: 12px;
    line-height: 1em; }
    .article_comments__list .comment_author .comment_date {
      float: right; }
  .article_comments__list .comment_content {
    padding: 10px 0 0 0; }

.article_comments__form {
  margin: 30px 0 0 0; }

.template_customer .page_heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .template_customer .page_heading a {
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase; }

.account_section {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #dce0e3;
  border-top: 2px solid #4794ca; }
  .account_section h4 {
    font-size: 20px;
    text-transform: uppercase; }
    .account_section h4 a {
      float: right;
      margin: 0 0 0 15px;
      font-size: 12px;
      text-transform: uppercase; }
    .account_section h4 a:before {
      margin: 0 4px 0 0;
      font: 14px 'FontAwesome'; }
  .account_section .link_add:before {
    content: '\f067'; }
  .account_section .link_close:before {
    content: '\f00d'; }
  .account_section .link_delete:before {
    content: '\f1f8'; }
  .account_section .link_edit:before {
    content: '\f040'; }
  .account_section .note {
    padding: 15px 0 0 0;
    font-size: 16px; }
  .account_section .btn {
    margin-right: 10px; }

.account_section__hidden {
  display: none; }

.account_section__wrapper {
  margin: 0 -15px;
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .account_section__wrapper .account_section {
    width: 50%;
    float: left;
    margin-left: 15px;
    margin-right: 15px; }

.account_section__welcome ul {
  padding: 10px 0 0 0; }
.account_section__welcome li {
  padding: 5px 0 0 0;
  color: #172d46; }
.account_section__welcome li:before {
  content: '\f00c';
  margin: 0 4px 0 0;
  font: 14px 'FontAwesome';
  color: #4794ca; }
.account_section__welcome .btn {
  margin: 20px 0 0 0; }

.template_customer__account h2 {
  margin: 30px 0 0 0;
  font-size: 17px; }

.account_table {
  width: 100%;
  margin: 15px 0 0 0; }
  .account_table .row_header {
    font-weight: bold;
    color: black; }
  .account_table .row_border {
    border-color: black; }
  .account_table .row_total {
    border-color: black;
    font-weight: bold;
    color: black; }
  .account_table tr ~ tr {
    border-top: 1px solid #dce0e3; }
  .account_table td {
    padding: 4px 0; }
  .account_table .cell_right {
    text-align: right; }
  .account_table .money {
    font-size: inherit; }

.address_item {
  margin: 16px 0 0 0;
  font-size: 0; }
  .address_item i {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #4794ca;
    font-size: 15px;
    line-height: 26px;
    color: white;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .address_item span {
    font-size: 12px; }
  .address_item span ~ span:before {
    content: ', '; }

.address_item__none {
  margin: 20px 0 0 0;
  font-size: 12px; }

.address_item__edit {
  font-size: 12px; }

.template_search .search_form {
  margin: 30px 0 0 0;
  position: relative; }
  .template_search .search_form input {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    font-size: 16px; }
  .template_search .search_form button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0; }
.template_search .button_filters {
  margin: 0; }
.template_search .search_types {
  font-size: 0;
  line-height: 0; }
  .template_search .search_types li {
    display: inline-block;
    margin: 15px 15px 0 0; }
  .template_search .search_types .btn {
    font-size: 16px; }
.template_search .search_results {
  padding: 30px 0 0 0; }
  .template_search .search_results li {
    overflow: hidden;
    padding: 30px 0 0 0;
    border-top: 1px solid #dce0e3; }
  .template_search .search_results li ~ li {
    margin: 30px 0 0 0; }
  .template_search .search_results .search_results__img {
    width: 200px;
    height: 200px;
    display: block;
    float: left; }
  .template_search .search_results .search_results__name {
    margin: 0 0 0 230px;
    font-size: 18px; }
  .template_search .search_results .search_results__desc {
    margin: 0 0 0 230px;
    padding: 10px 0 0 0; }
  .template_search .search_results .search_results__price {
    margin: 0 0 0 230px;
    padding: 10px 0 0 0; }

.template_cart .cart_items {
  border: none; }
  .template_cart .cart_items tr {
    border-bottom: 1px solid #dce0e3; }
  .template_cart .cart_items thead tr {
    border-bottom: 2px solid #dce0e3; }
  .template_cart .cart_items th {
    padding: 10px 15px;
    border: none;
    color: black; }
  .template_cart .cart_items td {
    vertical-align: middle;
    padding: 15px;
    border: none; }
  .template_cart .cart_items .column_product {
    padding-left: 0; }
  .template_cart .cart_items .column_product_img {
    width: 200px;
    padding-left: 0;
    padding-right: 0; }
  .template_cart .cart_items .column_price,
  .template_cart .cart_items .column_total {
    padding-right: 0;
    text-align: right; }
  .template_cart .cart_items .column_quantity {
    text-align: center; }
  .template_cart .cart_items .cart_item__name {
    padding: 0 0 10px 0; }
  .template_cart .cart_items .cart_item__variant {
    padding: 0 0 10px 0; }
    .template_cart .cart_items .cart_item__variant span ~ span:before {
      content: '/';
      margin: 0 10px; }
  .template_cart .cart_items .cart_item__details {
    padding: 0 0 15px 0; }
  .template_cart .cart_items .quantity_box {
    width: 100px;
    height: auto;
    margin: 0 auto;
    padding: 32px 0 0 0; }
    .template_cart .cart_items .quantity_box input {
      width: 44px;
      height: 30px;
      left: 28px; }
    .template_cart .cart_items .quantity_box span {
      width: 30px;
      height: 30px;
      line-height: 26px;
      top: 0; }
    .template_cart .cart_items .quantity_box .quantity_down {
      left: 0;
      right: auto; }
    .template_cart .cart_items .quantity_box .quantity_up {
      left: auto;
      right: 0; }
    .template_cart .cart_items .quantity_box .btn {
      width: 100px;
      height: 30px;
      padding: 0;
      font-size: 12px;
      line-height: 1em; }
  .template_cart .cart_items tfoot td {
    padding-left: 0;
    padding-right: 0; }
  .template_cart .cart_items tfoot .cart_total {
    font-size: 24px; }
    .template_cart .cart_items tfoot .cart_total span {
      float: right;
      font-size: inherit; }
  .template_cart .cart_items tfoot .btn {
    float: left; }
  .template_cart .cart_items tfoot .btn_alt {
    float: right; }
.template_cart #cart_note {
  max-width: 100% !important;
  width: 100% !important; }

.template_contact .rte {
  margin: 15px 0 0 0; }

.template_404 {
  text-align: center; }
  .template_404 h1 {
    margin: 50px 0 0 0;
    font-size: 170px;
    line-height: 1em; }
  .template_404 h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1em; }
  .template_404 h3 {
    margin: 10px 0 0 0;
    font-size: 24px; }
  .template_404 ul {
    margin: 50px 0 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
  .template_404 li {
    display: inline-block;
    font-size: 20px; }
  .template_404 li ~ li {
    margin: 0 0 0 50px; }
  .template_404 a {
    text-decoration: underline; }
  .template_404 a:hover {
    text-decoration: none; }

.section_template__about .block_title {
  margin: 50px 0 0 0;
  font-size: 22px; }
.section_template__about .item {
  margin: 30px 0 0 0; }
.section_template__about .page_content__icons .item_icon {
  text-align: center; }
  .section_template__about .page_content__icons .item_icon i {
    width: 130px;
    height: 130px;
    border: 3px solid #4794ca;
    font-size: 54px;
    line-height: 123px;
    color: #4794ca;
    cursor: default;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.section_template__about .page_content__icons .item_title {
  margin: 20px 0 0 0;
  font-size: 16px;
  text-align: center; }
.section_template__about .page_content__icons .item_text {
  margin: 15px 0 0 0;
  text-align: center; }
.section_template__about .page_content__photos .item_title {
  margin: 20px 0 0 0;
  font-size: 16px; }
.section_template__about .page_content__photos .item_text {
  margin: 15px 0 0 0; }
.section_template__about .page_content__testimonials .rte {
  margin: 30px 0 0 0; }
.section_template__about .page_content__testimonials blockquote {
  margin: 0; }
  .section_template__about .page_content__testimonials blockquote b {
    color: #172d46; }

.shopify-challenge__container {
  margin: 30px auto 0 auto; }

.img_placeholder__large {
  background-size: cover !important; }

.marginless {
  margin: 0px !important; }

.phone img {
  margin-right: 6px; }

.hash {
  margin: 0 0 0 21px; }

.hash:before {
  content: " |";
  margin-left: -10px;
  position: absolute;
  margin-top: -1px; }

.header_user {
  color: #fff;
  letter-spacing: 1px; }

.header_user li {
  font-size: 13px;
  text-transform: none !important;
  letter-spacing: 1.3px; }

.section_image-with-text-overlay .btn {
  margin: 30px 0 0 0;
  padding: 7px 25px;
  font-size: 26px;
  font-weight: 600;
  float: left;
  margin-left: 40px; }

.header_right {
  text-align: right; }

.header_right img {
  margin-right: 20px; }

.header_right img:last-child {
  margin-right: 0px; }

@media (min-width: 1201px) {
  .level_1__item {
    margin-right: 20px !important; } }
@media (max-width: 1200px) {
  .level_1__item {
    margin: 0 5px !important; } }
@media (min-width: 768px) {
  .threebeds {
    display: block; }

  .threebedsmob {
    display: none; } }
@media (max-width: 767px) {
  .press h1 {
    font-size: 44px !important; }

  .threebeds {
    display: none; }

  .threebedsmobile {
    display: block;
    height: 610px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important; }

  #shopify-section-jr-buy-now-three-big .threebedsmobile {
    display: block;
    height: unset;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    padding-top: 161%; }

  #shopify-section-1515766367753 .flexible_block__large, #shopify-section-1515955380653 .flexible_block__medium, #landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button .flexible_block__medium {
    padding-top: 10px !important; } }
.threebeds {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.threebh2 h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
  text-align: center;
  text-transform: none;
  text-shadow: none;
  color: #000;
  font-weight: 900; }

.testimage {
  padding-top: 30%;
  background-size: cover !important; }

.testtext {
  padding-top: 30%;
  position: relative; }

.testouter {
  padding-top: 30px;
  padding-bottom: 30px; }

.testname p {
  font-family: 'Roboto', serif;
  font-weight: 600;
  text-align: left;
  font-style: unset !important;
  padding-top: 20px; }

.testinner {
  font-family: 'Lora', serif;
  font-style: italic;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 30px 35px 30px 30px;
  line-height: 1.8; }

.testinner p {
  font-size: 20px; }

.section_testimonial {
  margin: 0px !important; }

.testprofile {
  text-align: right; }

.testprofile img {
  border-radius: 100%;
  width: 85px; }

.section_button {
  margin-top: 0px !important; }

.buttonpad {
  padding-top: 20px;
  padding-bottom: 30px; }

.section_button .btn {
  font-size: 22px; }

@media (min-width: 768px) {
  #features_left {
    border-right: 2px solid #000; } }
@media (max-width: 767px) {
  #features_left {
    border-right: 0px solid #000; } }
.features {
  padding: 0px !important; }

.leftalign {
  text-align: left; }

#features_main h2 {
  color: black !important;
  text-shadow: none;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center !important;
  margin-top: 0px; }

.featuretext h3 {
  margin: 0;
  color: #333;
  text-shadow: none;
  text-transform: none;
  font-size: 20px !important;
  font-weight: 900; }

.narrow h3 {
  margin-bottom: 30px; }

.featuretext {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3; }

.vidtesti {
  margin: 0px !important; }

#vidwrap {
  background-size: cover !important;
  padding-top: 30px; }

.vidtitle {
  color: white !important;
  letter-spacing: 2px;
  font-size: 20px !important; }

#vidleft p, #vidright p {
  color: #fff;
  padding: 20px 100px;
  font-size: 17px; }

#shopify-section-1515943244867.section_video.vidtesti h1.boosts {
  display: none; }

.section_video.vidtesti .vidtitle {
  padding-top: 0;
  font-size: 25px !important;
  letter-spacing: 7px;
  padding-bottom: 15px; }

.section_video.vidtesti .video_wrapper {
  position: relative;
  padding-bottom: 0;
  padding-top: 0px;
  height: 290px;
  width: 94%; }

.section_video.vidtesti #vidleft p,
.section_video.vidtesti #vidright p {
  padding: 0px 76px 15px;
  font-size: 18px; }

#shopify-section-1515943244867.section_video.vidtesti #vidwrap {
  padding-bottom: 110px;
  height: 615px; }

.section_video.vidtesti #vidleft,
.section_video.vidtesti #vidright {
  position: relative;
  z-index: 1; }

.vidthumb {
  background-size: cover !important;
  z-index: 3001; }

.playbutton {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3002; }

#shopify-section-1515955380653.section_homepage .threebh2 h3, #shopify-section-jr-this-extreme .threebh h3,
#landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button .section_homepage .threebh2 h3 {
  padding-top: 70px;
  padding-bottom: 20px; }

#shopify-section-1515955380653.section_homepage .section_wrap .flexible_block__medium .threebeds,
#landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button.section_homepage .section_wrap .flexible_block__medium .threebeds {
  background-position: top center !important; }

#shopify-section-1515955380653.section_homepage .section_wrap .flexible_block__medium,
#landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button.section_homepage .section_wrap .flexible_block__medium {
  padding: 25.5% 0 0 0; }

.section_homepage.basichtml p {
  font-size: 18px;
  color: #000;
  padding-bottom: 15px; }

.section_homepage.basichtml .col-md-5 {
  padding: 0; }

.section_homepage.basichtml p:last-child {
  padding-bottom: 0; }

.section_homepage .superior h3 {
  font-weight: 900; }

.section_homepage .superior {
  padding-bottom: 20px; }

.section_homepage.superior .col-md-6 p {
  font-size: 16px;
  color: #000;
  padding: 20px 10px 0 0;
  font-family: "Roboto";
  line-height: 24px; }

.section_homepage.superior .col-md-12 h3 {
  font-weight: 900;
  padding-top: 15px;
  margin-bottom: 0;
  margin-top: 25px; }

.section_homepage.superior .col-md-12 h5 {
  margin: 0;
  font-weight: 400; }

.section_homepage.superior .pressure_container {
  margin-top: 40px;
  border: 2px solid #86a76a; }

.section_homepage.superior .pressure_container .pressure.pressureright {
  border-left: 2px solid #86a76a; }

.section_homepage.superior .pressure_container h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 0; }

.section_homepage.superior .pressure_container p {
  font-size: 17px;
  color: #000;
  margin-bottom: 15px; }

.section_homepage.superior .pressure_container .pressure {
  padding-right: 30px;
  text-align: left; }

.section_homepage.superior .pressure_container .pressure.pressureright .col-md-6 {
  text-align: left; }

.section_homepage.superior .pressure_container p.pressure_pad {
  padding-left: 0;
  padding-right: 15px;
  text-align: left;
  font-size: 16px;
  padding-top: 10px; }

.section_homepage.superior .pressure_container p.pressure_pad strong {
  text-transform: uppercase; }

.section_homepage.superior .learnmorebtn a.style2 {
  box-shadow: 3px 3px 13px 0px rgba(50, 50, 50, 0.75);
  font-size: 26px;
  background: #f7921d;
  color: #fff !important;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 16px;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 20px !important; }

#shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter {
  padding-top: 30px; }

.section_homepage.superior .learnmorebtn a.style2:hover:after {
  border-width: 330px 587px 0 0; }

#shopify-section-1516213891440.section.section_button .buttonpad a.style1 {
  font-size: 23px !important;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 3px 15px #878889;
  -webkit-box-shadow: 1px 3px 15px #878889;
  -moz-box-shadow: 1px 3px 15px #878889;
  padding: 6px 20px !important;
  border-radius: 15px !important; }

.section_homepage.marginless .threebh2 h3 {
  line-height: normal;
  padding-bottom: 20px; }

.big-dogs-risk-block .item_wrap.image_right .item_img a:after {
  display: none; }

.big-dogs-risk-block .item_wrap.image_right .item_img a:hover img {
  opacity: 1;
  transform: inherit;
  width: 100%; }

.big-dogs-risk-block .item_wrap.image_right .item_img a img {
  transform: inherit;
  width: 100%; }

.big-dogs-risk-block .item_txt.textoptions h3.textoptionsh3 {
  font-size: 30px !important;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-align: left !important; }

.big-dogs-risk-block .item_txt.textoptions p {
  padding-bottom: 20px;
  text-align: left !important;
  margin-top: 0; }

.big-dogs-risk-block .item_txt.textoptions {
  padding: 0px !important; }

.big-dogs-risk-block .item_txt.textoptions a.btn.style3 {
  font-size: 23px !important;
  text-shadow: none;
  padding: 10px 25px !important;
  box-shadow: 0px 3px 16px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 3px 16px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 16px rgba(50, 50, 50, 0.75); }

#shopify-section-1516213990173.section_homepage.marginless .sectionwrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -35px;
  width: 0;
  height: 0;
  z-index: 1;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #338188; }

#shopify-section-1516213990173.section_homepage.marginless {
  position: relative; }

.big-dogs-risk-block .item_txt.textoptions a.btn.style3:hover:after {
  border-width: 330px 460px 0 0; }

#shopify-section-1516355178938.section_homepage.section_video.vidtesti #vidwrap h2.vidtitle {
  font-size: 33px !important;
  padding-bottom: 15px; }

#shopify-section-1516355178938.section_homepage.section_video.vidtesti #vidwrap p span .meet {
  font-size: 22px;
  display: inline-block;
  width: 100%;
  padding: 5px 0 10px; }

#shopify-section-1516612747725 .realreal p {
  font-size: 16px;
  letter-spacing: 4px;
  padding-top: 15px; }

#realstories .realimage h5 {
  font-size: 38px; }

#realstories .realimage.realimage3 h5,
#realstories .realimage.realimage4 h5 {
  right: 50px; }

#shopify-section-1516644934528 .testSlider {
  padding-bottom: 50px; }

.guarantee .col-md-9 h1 {
  font-size: 60px;
  line-height: 64px; }

#guarantee .guarlabel h3 {
  font-size: 30px;
  line-height: normal;
  color: #000;
  padding-bottom: 5px; }

#guarantee .guartext p {
  font-size: 18px;
  color: #000;
  padding-bottom: 20px; }

#guarantee {
  padding-bottom: 50px; }

#shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testinner > p {
  font-size: 21px;
  line-height: normal;
  padding-top: 25px; }

#shopify-section-1516355178938.section_video.vidtesti #vidwrap {
  display: inline-block;
  width: 100%; }

#shopify-section-1516100250258.section_homepage.superior .superior h3, #shopify-section-jr-superiod-foam .superior h3
#shopify-section-1516100250258.section_homepage.superior .superior a.undo {
  display: inline-block;
  vertical-align: middle; }

#shopify-section-1516100250258.section_homepage.superior .superior h3 {
  margin-bottom: 0px; }

#shopify-section-1516100250258.section_homepage.superior .superior {
  padding-bottom: 40px; }

#realstories .orange .reallabel {
  background: #e38c2d; }

#realstories .realstories-tabs {
  cursor: pointer; }

.shopify-section .american .amerlabel h3 {
  font-size: 44px;
  line-height: normal; }

.shopify-section .american .amertext {
  font-size: 20px;
  padding: 0 65px 0 0px; }

.shopify-section .american .col-md-6.col-lg-6 {
  padding: 0; }

.american .american-row {
  padding-bottom: 30px; }

.shopify-section .american .amerlabel h2 {
  font-size: 52px; }

.american a.style1 {
  font-size: 26px;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.4);
  margin-top: 75px; }

.american-bottom-row {
  display: inline-block;
  width: 100%;
  padding-top: 50px; }

#realstories .reallabel,
#realstories .reallabe2,
#realstories .reallabe3,
#realstories .reallabe4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

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

.press h1 {
  font-size: 56px;
  color: #000;
  padding-top: 40px; }

.press a.btn.pressbtn {
  font-size: 25px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2); }

.homepromise h2.jc_oy_subtitle {
  margin-top: 0;
  margin-bottom: 0; }

.homepromise .one-year-trial-block .oneyrr {
  font-size: 20px;
  text-align: left;
  letter-spacing: 1px; }

.homepromise .jont-crisis-buy-now {
  padding: 50px 0; }

.homepromise .jont-crisis-buy-now a.btn.btn_inverted {
  font-size: 34px;
  width: 188px; }

.pressure .pressure-block-img img {
  min-height: 227px; }

.guarantee-10-year {
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f5f4f5 26%, #c3c1c1 99%);
  background: -webkit-linear-gradient(top, white 0%, #f5f4f5 26%, #c3c1c1 99%);
  background: linear-gradient(to bottom, white 0%, #f5f4f5 26%, #c3c1c1 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c3c1c1',GradientType=0 ); }

.guarantee-left-block .guartext {
  min-height: 248px;
  padding-right: 57px; }

.guarantee-buy-now-btn a {
  font-size: 26px;
  width: 164px;
  box-shadow: 3px 3px 13px 0px rgba(50, 50, 50, 0.75); }

.guarantee-buy-now-btn {
  background: #c3c1c1;
  text-align: center;
  width: 100%;
  padding: 30px 0 50px;
  display: inline-block; }

.sectionwrap.trusted-vet-cols {
  width: 50%;
  float: left;
  padding-top: 0px; }

#shopify-section-1520559401502.shopify-section, #shopify-section-jt-trusted-vets.shopify-section {
  background: #cff1f4;
  display: inline-block;
  width: 100%; }

#shopify-section-jt-trusted-vets h3 {
  text-align: center; }

.sectionwrap.trusted-vet-cols:last-child {
  border: none; }

.trusted-vet-cols .item_img img {
  max-width: 100%;
  width: 100%; }

.trusted-vet-cols .item_wrap.image_top {
  padding-right: 40px;
  text-align: center; }

.trusted-vet-cols .item_wrap.image_bottom {
  padding-left: 40px;
  border-left: 2px solid #338188; }

.trusted-vet-outer h3 {
  font-weight: 900; }

.trusted-vet-outer > h3 {
  font-weight: 900;
  margin: 70px 0 40px; }

.trusted-vet-cols .item_txt.textoptions .item_txt__wrapper p {
  font-family: 'Lora', serif;
  color: #000 !important;
  font-size: 25px !important;
  text-align: center;
  font-style: italic; }

.trusted-vet-cols .image_top .item_txt.textoptions {
  margin-top: 40px; }

.trusted-vet-cols .image_top .item_txt.textoptions h3.textoptionsh3 {
  color: #000; }

.trusted-vet-cols .item_txt.textoptions .item_txt__wrapper p.trusted {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px !important;
  font-weight: 400; }

.trusted-vet-cols .item_txt.textoptions .item_txt__wrapper p.trusted-autor-info {
  font-size: 20px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.trusted-vet-cols .image_top .item_txt.textoptions .item_txt__wrapper p.lora {
  padding-bottom: 50px; }

.trusted-vet-cols .image_bottom .item_txt.textoptions {
  margin-top: 50px; }

.trusted-vet-cols .image_bottom .item_txt.textoptions p.lora {
  padding-bottom: 15px; }

.trusted-vet-cols .image_bottom .item_img {
  margin-top: 50px; }

.trusted-vet-outer .vet-speak-out-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0 60px; }

.trusted-vet-outer .vet-speak-out-btn a {
  box-shadow: 3px 3px 13px 0px rgba(50, 50, 50, 0.75);
  font-size: 26px;
  background: #f7921d;
  color: #fff !important;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 16px;
  display: inline-block;
  font-weight: 900; }

.trusted-vet-outer .vet-speak-out-btn a:hover {
  text-decoration: none; }

.press .leftpress img {
  width: 120px; }

.press .presstext,
.press .leftpress {
  padding: 7px 0px; }

#shopify-section-1516612747725 #realstories .realstories-tabs .realimage {
  position: relative; }

#realstories.personal-section .personal-block {
  padding: 0; }

#shopify-section-1517224905158 #gallery .ug-slider-wrapper .ug-item-wrapper:after {
  background: rgba(0, 48, 91, 0.7);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

#shopify-section-1517224905158 .morereasons .col-md-4:hover .reasonshover p, #shopify-section-jr-more-reasons .morereasons .col-md-4:hover .reasonshover p {
  color: #fff; }

.logorow .log-animate-scroll {
  background-repeat: repeat;
  animation: scroll 120s linear infinite;
  -webkit-animation: scroll 120s linear infinite;
  -moz-animation: scroll 120s linear infinite;
  width: 100%;
  height: 133px;
  display: inline-block;
  margin-top: 20px; }

#shopify-section-1515766505175 .testimonial .testouter .testimage {
  background-position: top !important; }

#shopify-section-1519843332966 .press, #shopify-section-jr-press .press h1 {
  font-size: 56px;
  text-align: center; }

#shopify-section-1517224905158 .morereasons h3 {
  font-size: 50px;
  color: #000;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 104px; }

#shopify-section-jr-more-reasons .morereasons h3 {
  font-size: 50px;
  color: #000;
  font-weight: 900;
  margin-top: 60px;
  margin-bottom: 104px; }

a.phonely.persistentbtn.cart-button {
  display: none; }

a.btn.btnpersonal.device-read-story {
  display: none; }

a.desktop.cart-button span.button-text {
  width: 100%; }

.aboutus-device-btn {
  display: none; }

.about-us-our-promise .about-us-our-promise-buy-now {
  text-align: center;
  margin-top: 25px; }

.about-us-our-promise .about-us-our-promise-buy-now a {
  font-size: 34px;
  width: 188px;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 0;
  box-shadow: 2px 7px 15px #999;
  -webkit-box-shadow: 2px 7px 15px #999;
  -moz-box-shadow: 2px 7px 15px #999;
  text-shadow: 1px 3px 16px rgba(0, 0, 0, 0.5); }

.basichtml {
  margin: 0px !important; }

.floatdog {
  position: absolute;
  left: 0;
  right: 0;
  width: 217px;
  top: -91px;
  bottom: 0;
  z-index: 1000;
  margin: auto; }

#shopify-section-1515955380653 .threebh2 h3, #landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button .threebh2 h3, #shopify-section-jr-this-extreme .threebh2 h3 {
  font-size: 44px;
  line-height: 1.3;
  padding: 80px 8% 0px 8%; }

#landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button .threebh2 h3 {
  padding-top: 40px; }

#shopify-section-1515955380653 p, #landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button p {
  font-size: 16px; }

.superior h3 {
  font-size: 44px;
  line-height: 1.3;
  text-transform: none;
  text-shadow: none;
  color: #000;
  margin-bottom: 40px; }

.superior h5 {
  font-size: 20px;
  color: #000;
  margin-top: -40px; }

.superior p {
  font-size: 17px;
  text-align: left; }

.pressure_container {
  background: #fff;
  border: 1px solid #86a76a;
  margin-top: 18px; }

.pressureright {
  border-left: 1px solid #86a76a; }

.pressure h4 {
  color: #000;
  font-weight: 800;
  font-size: 28px; }

.pressure p {
  text-align: center;
  font-size: 16px; }

.pressure_pad {
  padding: 10px 30px;
  text-align: left; }

@media (max-width: 720px) {
  .nophone {
    display: none; } }
@media (min-width: 721px) {
  .lfheading1 {
    font-family: "Roboto";
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-top: 40px;
    padding: 0 100px;
    line-height: 62px; } }
@media (max-width: 720px) {
  .oneyrcenter {
    width: 189px;
    margin: auto; }

  .authimg, .authmeta {
    height: 110px !important; }

  .lfheading1 {
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-top: 40px;
    padding: 0 10px;
    line-height: 42px; }

  .hash:before {
    display: none; }

  .faq {
    margin-right: 20px; }

  .contactlink {
    margin-left: 20px; }

  .header_right {
    text-align: center;
    margin-top: 4px; }

  .header_right img {
    width: 65px;
    margin-right: 5px;
    height: auto; }

  .threebh2 h3 {
    font-size: 32px !important;
    font-weight: 900 !important; }

  .section_homepage .features #features_main h2 {
    font-size: 28px;
    padding-left: 10px; }

  .section_homepage .features #features_main h2:nth-of-type(2) {
    margin-top: 30px; }

  #shopify-section-1515804629602 h4, #shopify-section-jr-sizing-note h4 {
    text-align: center !important;
    padding: 0px 8px;
    font-size: 32px !important; }

  #shopify-section-1515804629602 p, #shopify-section-jr-sizing-note p {
    text-align: left !important;
    line-height: 1.5 !important; }

  #shopify-section-1515889373836 .features .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  #shopify-section-1515889373836 .features .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  #shopify-section-1515889373836 .features .col-md-3 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .featuretext h3 {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 10px; }

  #features_main h2 {
    padding-left: 0px !important;
    text-align: center; }

  #vidleft p, #vidright p {
    color: #fff;
    padding: 20px 10px;
    font-size: 17px;
    text-align: left; } }
@media (min-width: 768px) and (max-width: 990px) {
  .testinner {
    padding: 10px;
    line-height: 1.5; } }
@media (max-width: 768px) {
  .header_container .btn {
    margin-bottom: 6px; }

  .testprofile img {
    width: 50px; }

  .testinner {
    position: relative; }

  .testtext {
    padding: 0px; }

  .testimage {
    padding-top: 70%; } }
.allclear {
  width: 100%;
  height: 1px;
  clear: both; }

.stats {
  padding: 30px 0; }

.stats p {
  font-size: 35px !important;
  font-weight: normal; }

.sectionwrap {
  padding-top: 20px; }

#shopify-section-1515766367753 {
  margin-top: 30px !important; }

#shopify-section-1516213990173 .threebh2 h3 {
  margin-bottom: 0px;
  padding: bottom; }

#shopify-section-1516213990173 .threebh2 h3:nth-of-type(2) {
  margin-top: -20px; }

.textoptions {
  padding-top: 10px !important; }

.textoptions p {
  line-height: 36px;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  font-family: 'Roboto', sans-serif; }

.textoptionsh3 {
  font-size: 24px !important;
  font-weight: 900 !important;
  text-align: left !important;
  margin-bottom: 0px !important;
  text-align: center !important; }

.textoptionsh3 span {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 24px; }

.padbottom {
  padding-bottom: 40px;
  margin-top: 40px; }

#shopify-section-1516271243315 .section_wrap {
  margin-top: 30px; }

#shopify-section-1516271243315 .lora {
  font-family: "Lora";
  text-align: center;
  font-style: italic;
  font-size: 24px !important;
  line-height: 32px;
  margin-top: -20px;
  padding: 0 10px; }

#shopify-section-1516271243315 .item_img img {
  width: 90%; }

#shopify-section-1516271243315 .textoptionsh3 {
  font-size: 24px !important;
  font-weight: 900 !important;
  text-align: left !important;
  margin-bottom: 0px !important;
  text-align: center !important;
  margin-top: 30px; }

.trusted {
  color: #000000;
  font-size: 20px;
  text-align: center !important;
  margin-top: 20px;
  font-weight: 400; }

.textoptionsh3 span {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 24px; }

.padbottom {
  padding-bottom: 40px;
  margin-top: 40px; }

#shopify-section-1516271243315 .section_image-with-text .item_img {
  border-right: 2px solid #338188; }

.footer_item {
  padding: 48px 0 0 0;
  text-align: left; }

.footer_newsletter h3 {
  text-align: left;
  padding-left: 30px; }

.footer_dark .footer_item p {
  color: #fff; }

.footer_dark .footer_item a {
  color: #fff;
  text-transform: none;
  font-size: 12px; }

.footer_item h3, .footer_newsletter h3 {
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  line-height: 1em;
  text-transform: uppercase; }

.footer_facebook {
  margin-top: 50px;
  padding: opx !important; }

.footer_social {
  color: white !important; }

.footer_social h3 {
  text-transform: uppercase;
  color: white !important;
  font-size: 12px;
  text-align: left;
  margin: 0px !important; }

.copyright {
  margin-top: 30px; }

.footer_row__1 {
  padding: 0 0 1px 0; }

.footer_copyright {
  padding: 20px 0 10px 0; }

.breadcrumbs {
  background: none !important; }

@media (min-width: 768px) {
  .footer_copyright span {
    margin-right: 30px; }

  .footer_copyright span br {
    display: none; }

  .footer_social ul {
    margin-top: -35px; }

  .footer_newsletter {
    padding-top: 50px; } }
@media (max-width: 767px) {
  .footer_copyright span {
    margin-right: 0px; }

  .footer_copyright span br {
    display: block; }

  .footer_social ul {
    margin-top: -25px; }

  .footer_newsletter .form_wrapper {
    padding: 0px !important; }

  .footer_facebook {
    text-align: center;
    margin-top: 20px; }

  .header_user li ~ li {
    margin: 0px !important; }

  .header_user li {
    font-size: 10px;
    text-transform: none !important; }

  .desktop {
    display: none; } }
.single_product__img {
  margin-top: 30px; }

.single_product__title {
  font-size: 44px;
  font-weight: 900; }

.section_single-product .single_product__options label {
  text-transform: uppercase;
  letter-spacing: .8px; }

.section_single-product .single_product__options .selector-wrapper {
  width: 100%; }

.template-product h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px; }

.template-product .product_description p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.6; }

.template-product .product_description .Everything1 {
  font-size: 28px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: none;
  text-align: left; }

.product_description {
  margin: 30px 0; }
  .product_description ul li {
    padding: 5px 0; }
  .product_description .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out; }

.Whitley-loves-text p span.quote:first-child {
  display: inline-block;
  width: 20px;
  margin: 0;
  position: relative;
  top: -10px;
  text-indent: -9999px; }

.Whitley-loves-text p span.quote:last-child {
  display: inline-block;
  width: 22px;
  margin: 0;
  position: relative;
  top: -8px;
  text-indent: -9999px; }

.Whitley-loves-text p {
  font-size: 28px !important;
  font-weight: 901 !important;
  font-family: "Roboto";
  text-align: center !important;
  font-style: italic; }

.Whitley-loves-image img {
  width: 70%;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 5px 3px #b3b3b3;
  -moz-box-shadow: 0 0 5px 3px #b3b3b3;
  box-shadow: 0 0 5px 3px #b3b3b3; }

@media (min-width: 721px) {
  .Whitley-loves-text {
    width: 49.999%;
    float: left; }

  .Whitley-loves-image {
    width: 49.999%;
    float: left; } }
#shopify-section-1516612747725 {
  margin-top: -20px;
  clear: both; }

.realreal {
  padding-top: 40px; }

#realstories {
  margin-top: 30px;
  padding-left: 0px;
  padding-right: 0px; }

#realstories .col-md-3 {
  padding: 0px !important; }

.realreal h1 {
  font-size: 50px;
  font-weight: 900;
  color: #f18536;
  text-transform: uppercase; }

.realreal h1 span {
  color: white !important; }

.realreal p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center; }

.reallabel, .reallabe2, .reallabe3 {
  border-right: 2px solid #fff; }

.reallabel, .reallabe2, .reallabe3, .reallabe4 {
  background: #a3897c;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  padding: 20px 20px 20px 40px;
  cursor: pointer; }

.orange {
  background: #e38c2d !important; }

#shopify-section-1516612747725 .realimage {
  padding-top: 123%;
  background-repeat: no-repeat;
  background-size: cover !important; }

#shopify-section-1519843332966 .realimage, #shopify-section-jr-press .realimage, #shopify-section-jr-for-us-personal .realimage {
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover !important; }

.realimage1 h5 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: "Lora";
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  color: #fff; }

.realimage2 h5 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: "Lora";
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  color: #fff; }

.realimage3 h5, .realimage4 h5 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: "Lora";
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  color: #fff; }

#toggle_tst {
  padding: 20px;
  background: #461f1b;
  opacity: 1;
  box-shadow: 0 0 5px #aaa;
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  margin-top: 98px;
  z-index: 4;
  text-transform: none; }

#toggle_tst2 {
  padding: 20px;
  background: #461f1b;
  opacity: 1;
  box-shadow: 0 0 5px #aaa;
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  margin-top: 98px;
  z-index: 4;
  text-transform: none; }

#toggle_tst3 {
  padding: 20px;
  padding: 20px;
  background: #461f1b;
  opacity: 1;
  box-shadow: 0 0 5px #aaa;
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  margin-top: 98px;
  z-index: 4;
  text-transform: none; }

#toggle_tst4 {
  padding: 20px;
  background: #461f1b;
  opacity: 1;
  box-shadow: 0 0 5px #aaa;
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  margin-top: 98px;
  z-index: 4;
  text-transform: none; }

#toggle_tst8 {
  padding: 20px;
  background: #e5c894;
  opacity: 1;
  box-shadow: 0 0 5px #aaa;
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  margin-top: 98px;
  z-index: 4;
  text-transform: none; }

#toggle_tst9 {
  padding: 20px;
  background: #e5c894;
  opacity: 1;
  box-shadow: 0 0 5px #aaa;
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  margin-top: 98px;
  z-index: 4;
  text-transform: none; }

#toggle_tst10 {
  padding: 20px;
  background: #e5c894;
  opacity: 1;
  box-shadow: 0 0 5px #aaa;
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  margin-top: 98px;
  z-index: 4;
  text-transform: none; }

@media (max-width: 720px) {
  #toggle_tst11 {
    margin-top: -251px; }

  #toggle_tst10 {
    margin-top: -575px; }

  #toggle_tst9 {
    margin-top: -890px; }

  #toggle_tst8 {
    margin-top: -1210px; } }
#toggle_tst11 {
  padding: 30px;
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 5px #aaa;
  font-size: 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  margin-top: 98px;
  z-index: 4;
  text-transform: none; }

.murph {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px; }

.murph h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3; }

.murph p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6; }

.btnalt {
  background: #896849 !important; }

.murphright {
  text-align: center;
  padding-top: 30px; }

.guarantee {
  padding-top: 40px;
  text-align: left;
  margin-bottom: 0px; }

.guarantee h1 {
  font-size: 48px;
  font-weight: 900;
  text-align: left;
  color: #000;
  text-transform: none;
  line-height: 54px; }

.guarlabel h3 {
  line-height: 30px;
  font-size: 24px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 22px; }

.guartext {
  text-align: left;
  margin: 20px 0 40px 0;
  line-height: 1.6; }

.american {
  padding: 40px 0px;
  text-align: left;
  color: #fff; }

.amerlabel h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 34px;
  color: #fff; }

.amertext {
  line-height: 1.7;
  font-size: 16px; }

.chinabutton {
  background: #de231a !important;
  color: #fff;
  border: 2px solid white !important;
  border-radius: 15px !important;
  font-weight: bold !important;
  font-size: 20px !important;
  margin-right: 20px !important; }

.amerlabel h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 0px; }

@media (min-width: 1025px) {
  .intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden; }

  .intrinsic-container-16x9 {
    padding-bottom: 55.7%; }

  .intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .intrinsic-container-16x9 body {
    margin: 0px !important; } }
.template-collection .product_img {
  padding-top: 81%;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.template-collection .product_name {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  font-weight: 900; }

.prodimg {
  padding-top: 60%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.section_single-product .gallery_big .swiper-slide {
  background-color: white !important; }

.collectionprod .nudge {
  position: relative;
  top: -7px; }

#lfhero {
  position: relative;
  width: 100%; }

#lfhero img {
  width: 100%; }

#herotitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 60px; }

#heroslogan {
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-60%, -40%);
  padding: 30px 60px; }

.herotitle {
  color: #fff;
  font-size: 72px;
  font-weight: 900; }

.heroslogan {
  color: #fff;
  font-size: 32px;
  font-weight: 600; }

.lines {
  border-top: 1px solid #c6c5c5;
  border-bottom: 1px solid #c6c5c5; }

.authimg {
  min-height: 101px !important;
  padding: 10px; }

.authimg img {
  max-height: 90px; }

.authmeta {
  min-height: 110px;
  padding: 10px; }

.authmeta h3 {
  margin-top: 0px !important;
  font-size: 18px;
  font-family: "Roboto"; }

.padtop30 {
  padding-top: 30px; }

#quoteblock1 {
  margin-top: 20px; }

.lftext {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 28px; }

.lfquoteblock {
  font-family: "Roboto";
  font-size: 28px;
  line-height: 40px; }

.collectionprod {
  border: 2px solid #7b7b7b;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .collectionprod {
    min-height: 660px !important;
    width: 32.33333% !important;
    margin-right: 1%;
    margin-bottom: 20px; } }
.last {
  text-align: center;
  ext-align: center;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  color: #f7921d; }

.lastWord {
  color: #7a7a7a !important; }

.collectionprod:last-child {
  margin-right: 0px; }

#first p:first-word {
  font-weight: bold; }

.section_custom-content {
  clear: both; }

.colors {
  text-align: center;
  display: inline; }

.nudge {
  display: inline; }

.collabel {
  width: 100%;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

.template-page .page_heading {
  display: none; }

.breadcrumbs {
  display: none; }

.weseeleft {
  background: #003471;
  padding-top: 40%; }

.weseelefttxt {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 80%; }

.weseelefttxt h1 {
  color: #ec6f6f;
  font-family: "Roboto";
  font-size: 27pt;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4.5px;
  margin-bottom: 60px; }

.weseelefttxt h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 1.4px; }

.weseelefttxt h3 {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: normal;
  line-height: 50px; }

.inverse {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #fff;
  color: #ec6f6f !important;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 4px; }

.vetsagree {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 40px;
  color: #000;
  font-family: "Roboto";
  font-weight: 900;
  text-align: center;
  line-height: 64px; }

.vets {
  color: #000; }

.vettext {
  text-align: left; }

.vetimg {
  padding-top: 18%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.vetquote {
  font-size: 23px;
  font-weight: normal;
  line-height: 38px;
  font-family: "Roboto";
  padding-left: 20px; }

.vetquote span {
  color: red;
  text-decoration: underline; }

.vetname {
  padding-left: 20px;
  font-weight: 900;
  font-size: 22px;
  margin-top: 20px; }

.vethosp {
  padding-left: 20px;
  font-size: 22px; }

.vethosp a {
  color: #000; }

.vethosp a:hover {
  color: #000;
  text-decoration: none; }

.template_page .cartoon-graphic a.inverse {
  padding: 0;
  border: none; }

.template_page .cartoon-graphic {
  padding: 0; }

.template_page .weseeleft {
  display: table;
  padding: 45px 0; }

.template_page .weseeleft .weseelefttxt {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

.template_page .weseeleft .weseelefttxt h1 {
  letter-spacing: 8px;
  font-size: 42px; }

.template_page .weseeleft .weseelefttxt h2 {
  font-size: 52px;
  padding: 0 30px; }

.template_page .weseeleft .weseelefttxt h3 {
  font-size: 37px; }

.template_page .weseeleft .weseelefttxt strong {
  font-size: 32px; }

.template_page .weseeleft .weseelefttxt a.inverse {
  font-size: 32px;
  letter-spacing: 6px;
  font-weight: 800;
  padding: 5px 35px; }

.template_page .weseeleft .weseelefttxt a.inverse img {
  margin-left: 15px;
  position: relative;
  top: -1px; }

.vets.joint-vets .vetsagree {
  font-size: 45px;
  padding-top: 30px; }

.vets.joint-vets .vettext .vetquote p {
  font-family: "Lora";
  font-style: italic;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  color: #000; }

.vets.joint-vets .vettext p.vetname {
  margin-bottom: 0; }

.vets.joint-vets .vettext p.vethosp {
  margin-bottom: 0;
  font-size: 20px; }

.vets.joint-vets .vetbreak {
  display: inline-block; }

.response.joint-crisis-response {
  font-size: 52px;
  margin-bottom: 70px; }

.ericthoughts.joint-crisis-eric .eric1 {
  font-weight: 800; }

.ericthoughts.joint-crisis-eric .eric2 {
  margin-bottom: 30px; }

.ericthoughts.joint-crisis-eric p {
  margin-bottom: 30px; }

.ericthoughts.joint-crisis-eric p {
  margin-bottom: 30px;
  line-height: 28px; }

.joint-crisis-right-col p {
  font-weight: 800;
  color: #000;
  display: inline-block;
  font-size: 14px; }

.joint-crisis-right-col p br {
  display: none; }

.joint-crisis-right-col p img {
  margin-bottom: 10px; }

h1.jc_casestudies_title.joint-crisis-casestudies-title {
  font-size: 52px;
  margin-top: 30px; }

h3.jc_casestudies_subtitle.joint-crisis-casestudies-subtitle {
  letter-spacing: 7px;
  font-size: 35px; }

.joint-crisis-text-block .cstxt p {
  font-size: 27px; }

.joint-crisis-text-block .cstxt .cs1btn {
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: 0px 7px 17px 0px #4371A0;
  -webkit-box-shadow: 0px 7px 17px 0px #4371A0;
  -moz-box-shadow: 0px 7px 17px 0px #4371A0; }

.joint-crisis-text-block a.btn.cs1btn.read-green-btn {
  background: #9DB393 !important;
  box-shadow: 0px 7px 17px 0px #5B7A3A;
  -webkit-box-shadow: 0px 7px 17px 0px #5B7A3A;
  -moz-box-shadow: 0px 7px 17px 0px #5B7A3A;
  float: left;
  margin-top: 25px; }

.joint-crisis-text-block a.btn.cs1btn.read-orange-btn {
  background: #C7B079 !important;
  box-shadow: 0px 7px 17px 0px #AD5E22; }

.joint-crisis-text-block a.btn.cs1btn.read-brown-btn {
  background: #C7B079 !important;
  box-shadow: 0px 7px 17px 0px #562604;
  float: left;
  margin-top: 25px; }

.jont-crisis-buy-now {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 60px 0 30px; }

.jont-crisis-buy-now a.btn.btn_inverted {
  display: inline-block;
  text-transform: capitalize;
  font-size: 30px;
  width: 224px;
  padding: 8px 0;
  box-shadow: 2px 7px 15px #999;
  -webkit-box-shadow: 2px 7px 15px #999;
  -moz-box-shadow: 2px 7px 15px #999;
  text-shadow: 1px 3px 16px #AB6414; }

.big-barker-container h3.jc_bb_title {
  margin-bottom: 30px; }

.big-barker-container h2.jc_bb_subtitle {
  font-size: 30px;
  padding-bottom: 50px; }

.big-barker-container .amleft {
  font-size: 24px;
  line-height: 33px; }

.big-barker-container .amazonl .amleft {
  margin-bottom: 15px; }

.big-barker-container .amazonl p {
  font-weight: 800;
  font-size: 24px; }

.joint-crisis-row {
  display: table;
  width: 100%;
  padding-bottom: 30px; }

.joint-crisis-row .col-md-8 {
  display: table-cell;
  float: none; }

.joint-crisis-row .col-md-4 {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0;
  font-weight: 800;
  font-size: 15px; }

.joint-crisis-review-block,
.joint-crisis-review-block .big-banker-row {
  display: inline-block;
  width: 100%; }

.joint-crisis-review-block .big-banker-row {
  margin-bottom: 25px;
  border-bottom: 2px solid #B7B7B7;
  padding-bottom: 25px; }

.joint-crisis-review-block .big-banker-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.one-year-trial-block .oneyrl,
.one-year-trial-block .oneyrr {
  display: inline-block;
  float: none;
  vertical-align: top; }

.one-year-trial-block {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 35px 0; }

.one-year-trial-block .oneyrr p {
  font-size: 24px;
  text-align: left;
  vertical-align: top; }

.one-year-trial-block .oneyrl img {
  width: 100%; }

.joint-crisis-promise-block {
  display: inline-block;
  width: 100%;
  padding-top: 20px; }

.joint-crisis-promise-block h3.jc_oy_title,
.joint-crisis-promise-block h2.jc_oy_subtitle {
  font-size: 48px; }

.joint-crisis-founder h1 {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 6px;
  text-align: left !important; }

.ericthoughts.joint-crisis-eric .joint-crisis-founder p {
  font-size: 18px; }

.joint-crisis-founder {
  display: inline-block;
  width: 100%; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .vetquote {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    font-family: "Roboto";
    padding-left: 20px; } }
@media (max-width: 720px) {
  .vetquote {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-family: "Roboto";
    padding-left: 0px; }

  .vetimg {
    padding-top: 60%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 20px; }

  .vetname {
    padding-left: 0px;
    font-weight: 900;
    font-size: 16px;
    margin-top: 20px; }

  .vethosp {
    padding-left: 0px;
    font-size: 16px; }

  .vets.joint-vets .vetimg {
    background-position: top center !important;
    padding-top: 70%; } }
.vetclear {
  clear: both; }

.vetbreak {
  clear: both;
  width: 100%;
  height: 1px;
  background: #b7b7b7;
  margin: 38px 0 30px 0; }

.response {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: 900;
  margin-bottom: 50px; }

.response span {
  color: #ff7e00; }

.ericthoughts {
  text-align: left; }

.ericthoughts p {
  font-size: 18px; }

.ericthoughts .eric1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }

.ericthoughts .eric2 {
  font-size: 27px;
  margin-bottom: 20px; }

.jc_casestudies_title {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: 900;
  margin-bottom: 50px; }

.jc_casestudies_subtitle {
  font-size: 31px;
  text-transform: uppercase;
  color: #ff7e00;
  text-align: center;
  font-weight: 900;
  margin-bottom: 50px;
  letter-spacing: 2px; }

.csl {
  padding-bottom: 35%;
  background: #5188c1; }

.csl2 {
  padding-bottom: 35%;
  background: #779f4b; }

.csl3 {
  padding-bottom: 35%;
  background: #de782c; }

.csl4 {
  padding-bottom: 35%;
  background: #6c3005; }

.csr {
  padding-bottom: 35%;
  background-size: cover !important;
  background-repeat: no-repeat; }

.cstxt {
  color: #fff;
  padding: 8%;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
  letter-spacing: 1.1px;
  position: absolute; }

.cs1btn {
  text-transform: uppercase;
  background: #82acd8 !important;
  margin-top: 40px;
  float: right;
  font-size: 18px; }

@media (max-width: 1310px) {
  .cs1btn {
    margin-top: 20px; }

  .cstxt {
    line-height: 40px;
    font-size: 22px; } }
@media (max-width: 1050px) {
  .cs1btn {
    margin-top: 10px; }

  .cstxt {
    line-height: 30px;
    font-size: 18px; } }
@media (max-width: 720px) {
  .csl, .csr {
    padding-bottom: 60%; }

  .cstxt {
    padding: 3%;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 22px !important;
    text-align: left;
    letter-spacing: 1.1px;
    position: absolute; } }
.jc_bb_title {
  font-size: 48px;
  font-family: "Roboto";
  font-weight: 900;
  text-align: center;
  color: #000;
  text-transform: uppercase; }

.jc_bb_subtitle {
  font-size: 28px;
  font-family: "Roboto";
  font-weight: 900;
  text-align: center;
  color: #000; }

.amazonl {
  text-align: left; }

.amleft {
  font-family: "Lora";
  font-weight: normal;
  font-style: italic;
  font-size: 22px;
  color: #000; }

.amleft p {
  font-family: "Roboto";
  color: #000;
  font-weight: bold; }

.jc_oy_title {
  font-size: 44px;
  font-family: "Roboto";
  font-weight: 900;
  text-align: center;
  color: #e16b0b;
  text-transform: uppercase; }

.jc_oy_subtitle {
  font-size: 44px;
  font-family: "Roboto";
  font-weight: 900;
  text-align: center;
  color: #000; }

.oneyrr {
  color: #000; }

.product_options {
  display: none; }

.template-collection .product_price {
  display: none; }

.viewprod {
  width: 210px;
  margin: 20px auto; }

.brief {
  text-align: center;
  font-weight: norm;
  font-size: 18px;
  margin: 10px 0 20px 0; }

.pagination {
  display: none !important; }

#vidcontain {
  position: relative;
  margin-top: 10px; }

@media (min-width: 1201px) {
  .vidoverlay1 {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
    color: #fff; }

  .vidoverlay1 h1 {
    font-size: 3vw;
    font-weight: 600;
    line-height: 3.2vw; } }
@media (min-width: 1025px) and (max-width: 1200px) {
  .vidoverlay1 {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
    color: #fff; }

  .vidoverlay1 h1 {
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 3.7vw; } }
@media (min-width: 481px) and (max-width: 1024px) {
  #vidcontain {
    margin-top: 0px; }

  .vidoverlay1 {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    color: #fff; }

  .vidoverlay1 h1 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 4.2vw; } }
@media (max-width: 480px) {
  #vidcontain {
    margin-top: 0px; }

  .vidoverlay1 {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    color: #fff; }

  .vidoverlay1 h1 {
    font-size: 6vw;
    font-weight: 600;
    line-height: 6.2vw; } }
@media (max-width: 720px) {
  .keyingredients h1 {
    font-size: 40px !important;
    font-weight: 900;
    line-height: 44px !important;
    margin-bottom: 50px;
    margin-top: 40px; }

  .keyingredients h2 {
    font-size: 24px;
    font-weight: normal;
    padding: 0px !important;
    line-height: 32px;
    margin-bottom: 30px !important; }

  .eric p, .woody p {
    padding-right: 0px !important;
    line-height: 24px; }

  .prematerials {
    font-size: 16px;
    color: #000;
    margin-top: 18px !important;
    margin-bottom: 30px !important;
    padding: 0px !important;
    line-height: 24px; }

  .vidoverlay2 {
    top: 45% !important; }

  .vidoverlay2 h1 {
    font-size: 60px !important; }

  .smallspace {
    height: 20px !important; }

  #vidcontain2, #vidcontain3, #vidcontain5, #vidcontain4 {
    margin: 20px 0px !important; }

  .location h4 {
    margin: 20px 0px !important; } }
#vidcontain2, #vidcontain3, #vidcontain5, #vidcontain4 {
  position: relative; }

.vidoverlay2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  color: #fff; }

.vidoverlay2 h1 {
  font-size: 100px;
  font-family: "Roboto";
  font-weight: 300;
  text-transform: none; }

#vidcontain4 {
  margin-bottom: 50px;
  margin-top: 40px; }

#vidcontain5 {
  margin-bottom: 50px;
  margin-top: 80px; }

#vidcontain3 {
  margin-bottom: 40px;
  margin-top: 60px; }

.foamright h3 {
  font-weight: 900;
  line-height: 38px; }

.keyingredients {
  text-align: center; }

.keyingredients h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 50px;
  margin-top: 40px; }

.keyingredients h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 0 200px;
  line-height: 32px;
  margin-bottom: 50px; }

.keyingredients h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 50px; }

.keyingredients h4 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 40px; }

.eric, .woody {
  font-size: 16px;
  color: #000;
  text-align: left; }

.bioname {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px; }

.biotitle {
  margin-top: -2px; }

.eric p, .woody p {
  padding-right: 40px;
  line-height: 24px; }

.prematerials {
  font-size: 16px;
  color: #000;
  margin-top: 50px;
  margin-bottom: 70px;
  padding: 0 300px;
  line-height: 24px; }

.materials {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 16px !important; }

.materials2 {
  font-size: 16px;
  text-transform: none;
  font-weight: 900;
  margin-bottom: 42px; }

.foamcontent {
  padding-top: 20px; }

.foamleft h2, .foamright h2 {
  font-weight: 900;
  line-height: 36px; }

.foamleft p, .foamright p {
  font-size: 16px;
  color: #000;
  line-height: 24px; }

.certipur {
  float: right; }

.smallspace {
  height: 50px; }

.nopad {
  padding: 0 !important; }

.americaback {
  padding-top: 48.33%;
  background-size: cover !important; }

.tabs {
  width: 100%;
  display: inline-block; }

.tab-links:after {
  display: block;
  clear: both;
  content: ''; }

.tab-links li {
  margin: 20px 5px 0 5px;
  float: left;
  list-style: none;
  width: 30%; }

.tab-links a {
  display: inline-block;
  transition: all linear 0.15s; }

.tab-links a:hover {
  text-decoration: none; }

li.active a, li.active a:hover {
  background: #fff;
  color: #4c4c4c; }

.tab {
  display: none; }

.tab.active {
  display: block; }

.reviews h1 {
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  color: #000; }

.reviews h1 span {
  font-weight: normal !important;
  color: #f7941d; }

.reviews h2 {
  text-align: center;
  font-size: 24px; }

.reviews h3 {
  text-align: center;
  font-size: 21px;
  color: #f7941d;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 80px; }

.reviews li.active a {
  border-top: 6px solid #f7941d;
  background: #fff;
  color: #4c4c4c;
  padding-top: 16px; }

.reviews li a {
  padding-top: 16px; }

#shopify-section-template-vets .vetname, #shopify-section-hip-dysplasia-vets .vetname {
  margin-top: 0px; }
#shopify-section-template-vets .vetquote, #shopify-section-hip-dysplasia-vets .vetquote {
  font-family: "Lora";
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px; }
#shopify-section-template-vets .vethosp, #shopify-section-hip-dysplasia-vets .vethosp {
  font-size: 14px;
  font-weight: bold; }
#shopify-section-template-vets .vethosp span, #shopify-section-hip-dysplasia-vets .vethosp span {
  font-weight: normal; }

.reviews .okeReviews-review-date {
  display: none; }

.morevet {
  margin-bottom: 60px; }

.morevet h1 {
  font-weight: 900;
  color: #338188;
  margin-top: 0px;
  font-size: 45px; }

.vettop h1 {
  text-align: center;
  font-weight: 900;
  color: #338188;
  font-size: 52px;
  margin: 80px 0; }

.vetname2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.vetquote2 {
  text-align: center;
  font-family: "Lora";
  font-style: italic;
  line-height: 24px;
  margin-bottom: 40px; }

.vethosp2 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }

.vethosp2 span {
  text-transform: none;
  font-weight: normal; }

.vethosp2 a {
  color: #000; }

.vethosp2 a:hover {
  text-decoration: none; }

.vettail {
  text-align: center; }

.vettail h1 {
  text-align: center;
  color: #338188;
  font-weight: bold; }

.vettail h3 {
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px; }

#shopify-section-template-vets .vetclear .vettext p.vetname2, #shopify-section-hip-dysplasia-vets .vetclear .vettext p.vetname2 {
  font-weight: 800;
  font-size: 30px;
  color: #000; }
#shopify-section-template-vets .vetclear .vettext .vetquote2, #shopify-section-hip-dysplasia-vets .vetclear .vettext .vetquote2 {
  color: #000;
  font-size: 18px;
  padding: 0 6px; }
#shopify-section-template-vets .vettail .btn, #shopify-section-hip-dysplasia-vets .vettail .btn {
  font-size: 32px;
  text-transform: capitalize; }
#shopify-section-template-vets .vetclear .vettext p.vetname, #shopify-section-hip-dysplasia-vets .vetclear .vettext p.vetname {
  color: #000;
  font-size: 25px; }
#shopify-section-template-vets .vetclear, #shopify-section-hip-dysplasia-vets .vetclear {
  min-height: 219px; }
#shopify-section-template-vets .vetbreak, #shopify-section-hip-dysplasia-vets .vetbreak {
  margin: 30px 0;
  display: inline-block;
  width: 100%; }
#shopify-section-template-vets .vetclear .vettext .vetquote, #shopify-section-hip-dysplasia-vets .vetclear .vettext .vetquote {
  color: #000;
  font-size: 21px; }
#shopify-section-template-vets .vettail h1, #shopify-section-hip-dysplasia-vets .vettail h1 {
  font-size: 40px;
  font-weight: 800; }
#shopify-section-template-vets .vettail h3, #shopify-section-hip-dysplasia-vets .vettail h3 {
  color: #000;
  font-size: 28px;
  font-weight: 800; }

.vets-buy-btn a {
  font-size: 32px;
  text-transform: capitalize; }

#ericfeature {
  padding-top: 44.87%;
  background-size: cover !important;
  position: relative; }

#ericfeature2 {
  padding-top: 53.87%;
  background-size: cover !important;
  position: relative; }

#ericfeature3 {
  padding-top: 53.87%;
  background-size: cover !important;
  position: relative; }

.abtheadertext {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.ourstorytop {
  background: #7b2e00;
  padding: 12px; }

.ourstorytop h2 {
  color: #f7921d;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 9px;
  margin-top: 0px !important; }

.ourstorytop h3 {
  margin-bottom: 0px;
  color: #fff;
  font-weight: normal;
  font-style: italic; }

.ourstorybottom h4 {
  margin-top: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 9px; }

.ourstorybottom {
  background: #f7941d;
  padding: 20px 50px; }

.ourstorybottom p {
  line-height: 24px;
  color: #000; }

.abouttext h1 {
  padding: 0 15px;
  margin-top: 50px;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px; }

.abouttext h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: normal;
  padding: 0 15px; }

.abouttext p {
  line-height: 32px;
  color: #000;
  font-size: 18px;
  font-weight: normal; }

.container2 {
  max-width: 970px; }

.container2 h4 {
  font-size: 18px;
  font-weight: 900;
  margin: 40px 0; }

.container3 h4 {
  font-size: 24px;
  font-weight: 900;
  margin: 40px 0;
  line-height: 36px; }

.container3 h1 {
  margin-bottom: 40px;
  padding-left: 0px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px; }

.container3 h5 {
  margin-top: 0px;
  font-weight: 900;
  font-size: 24px; }

.readmore {
  background: #f7941d; }

.readmore h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 900;
  line-height: 28px; }

.howmade {
  background: #7d4900 !important;
  border-radius: 10px !important;
  text-transform: none;
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-left: 70px; }

.btnadjust {
  padding-left: 20%;
  padding-top: 40px; }

.learnmorebtn {
  text-align: center; }

.style1 {
  text-transform: none !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  float: none !important;
  margin-bottom: 1px; }

#shopify-section-1515803099392 .style1 {
  text-transform: none !important;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.55);
  float: none !important;
  font-size: 26px !important;
  padding: 10px 30px !important;
  border-radius: 15px !important;
  margin-bottom: 20px;
  margin-top: -0px; }

#shopify-section-1516213891440 .style1 {
  text-transform: none !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  float: none !important;
  font-size: 18px !important;
  padding: 6px 17px !important;
  border-radius: 10px !important;
  margin-bottom: 20px;
  margin-top: -0px; }

.style2 {
  text-transform: none !important;
  margin-left: 0px !important;
  margin-bottom: 10px !important;
  padding: 8px 15px !important;
  font-size: 18px !important;
  font-weight: 600;
  float: none !important;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75); }

.style3 {
  text-transform: none !important;
  margin-left: 0px !important;
  margin-bottom: 10px !important;
  padding: 8px 15px !important;
  font-size: 18px !important;
  font-weight: 600;
  float: left !important;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75); }

.undo {
  float: unset !important;
  margin-top: 0px !important; }

.style4 {
  text-transform: none !important;
  margin-left: 0px !important;
  margin-bottom: 50px !important;
  padding: 10px 26px !important;
  font-size: 24px !important;
  font-weight: 600;
  float: none !important;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }

.undo {
  float: unset !important;
  margin-top: 0px !important; }

#shopify-section-1515804629602 {
  margin: 80px 0 20px 0 !important; }

#shopify-section-jr-sizing-note {
  margin: 0px 0 20px 0 !important; }

.sizing .col-xs-3, .sizing .col-xs-9 {
  padding: 30px 0; }

.sizing .col-xs-9 {
  padding-left: 30px;
  text-align: left; }

.sizing h4 {
  line-height: 42px; }

.sizing p {
  line-height: 24px;
  padding-top: 3px;
  padding-left: 20px; }

.sizing p a {
  text-decoration: underline;
  color: #092db5; }

@media (max-width: 769px) {
  #shopify-section-1515804629602 .col-xs-3, #shopify-section-1515804629602 .col-xs-9, #shopify-section-jr-sizing-note .col-xs-3, #shopify-section-jr-sizing-note .col-xs-9 {
    width: 100%; }

  #shopify-section-1515804629602 .item_text__right {
    text-align: center !important; }

  .sizing p {
    line-height: 24px;
    padding-top: 3px;
    padding: 0px 5%; }

  .sizing .col-xs-9 {
    padding-left: 0px; }

  .sizing .col-xs-3, .sizing .col-xs-9 {
    padding: 0px 0; } }
#shopify-section-1516213990173, #shopify-section-1516355178938 {
  clear: both; }

#shopify-section-1515889373836 .section_wrap {
  padding-bottom: 30px; }

.boosts {
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  text-align: center; }

.boosts span {
  color: #f7921d; }

#shopify-section-1516355178938 h2, #shopify-section-jr-boosts-health h2 {
  padding: 35px 0 0 0;
  font-weight: 900;
  font-size: 28px !important;
  text-align: center;
  text-transform: none !important;
  letter-spacing: 1px !important; }

#shopify-section-1516355178938 h2 span, #shopify-section-jr-boosts-health h2 span {
  color: #f7921d; }

#shopify-section-1516355178938 p, #shopify-section-jr-boosts-health p {
  text-align: center; }

#shopify-section-1516355178938 .meet, #shopify-section-jr-boosts-health .meet {
  font-weight: bold;
  font-size: 24px; }

.morereasons {
  background: #fff; }

.morereasons h1 {
  font-family: "Roboto";
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  margin-top: 40px; }

.morereasons h4 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-top: 15px;
  color: #000;
  padding: 0px !important; }

.morereasons h5 {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  font-weight: 600; }

.morereasons p {
  padding: 22px;
  font-size: 16px; }

.tl {
  position: relative;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333; }

.tm {
  position: relative;
  border-bottom: 1px solid #333; }

.tr {
  position: relative;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333; }

.bl {
  position: relative;
  border-right: 1px solid #333; }

.bm {
  position: relative; }

.br {
  position: relative;
  border-left: 1px solid #333; }

.tl .reasonshover {
  display: none; }

.tl:hover .reasonshover {
  display: unset;
  position: absolute;
  top: 0%;
  left: 0%;
  background: orange;
  height: 100%;
  width: 100%; }

.tm .reasonshover {
  display: none; }

.tm:hover .reasonshover {
  display: unset;
  position: absolute;
  top: 0%;
  left: 0%;
  background: orange;
  height: 100%;
  width: 100%; }

.tr .reasonshover {
  display: none; }

.tr:hover .reasonshover {
  display: unset;
  position: absolute;
  top: 0%;
  left: 0%;
  background: orange;
  height: 100%;
  width: 100%; }

.bl .reasonshover {
  display: none; }

.bl:hover .reasonshover {
  display: unset;
  position: absolute;
  top: 0%;
  left: 0%;
  background: orange;
  height: 100%;
  width: 100%; }

.bm .reasonshover {
  display: none; }

.bm:hover .reasonshover {
  display: unset;
  position: absolute;
  top: 0%;
  left: 0%;
  background: orange;
  height: 100%;
  width: 100%; }

.br .reasonshover {
  display: none; }

.br:hover .reasonshover {
  display: unset;
  position: absolute;
  top: 0%;
  left: 0%;
  background: orange;
  height: 100%;
  width: 100%; }

.tl, .tm, .tr, .bl, .bm, .br {
  padding: 20px 0px; }

@media (min-width: 1025px) {
  .intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden; }

  .intrinsic-container-16x9 {
    padding-bottom: 37.25%; }

  .intrinsic-container-4x3 {
    padding-bottom: 75%; }

  .intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
@media (max-width: 720px) {
  .intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden; }

  .col-md-12, .col-md-3, .col-md-1, .col-md-2 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .intrinsic-container-16x9 {
    height: 600px; }

  .intrinsic-container-4x3 {
    padding-bottom: 75%; }

  .intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
@media (max-width: 1024px) {
  .calcpage {
    display: none !important; } }
@media (max-width: 720px) {
  .wrapperb .footcol {
    width: 99% !important;
    float: none; }

  .seal {
    text-align: center; } }
.calculator {
  margin-top: 25px;
  font-size: 18px;
  line-height: 25px;
  font-family: 'aaux-pro-regular' !important; }

.calculator a {
  color: #488dc6;
  font-size: 18px !important;
  line-height: 25px !important;
  font-family: 'aaux-pro-regular' !important; }

.okeReviews-reviewsWidget-poweredBy, .okeReviews-ratingDistribution {
  display: none !important; }

.amazontext {
  font-size: 14px;
  color: #555555 !important;
  line-height: 19px; }

.amazmarg {
  margin-bottom: 50px; }

.amazverified {
  width: 100%;
  margin: 7px 0; }

.j-date {
  display: none !important; }

.j-filters .j-facebook::before {
  display: none; }

.j-filters .j-instagram::before {
  display: none; }

.j-filters .j-youtube::before {
  display: none; }

.j-filters .j-flickr::before {
  display: none; }

@media (min-width: 1600px) {
  .juicer-feed ul.j-filters li {
    font-size: 0px !important;
    width: 120px !important;
    height: 45px !important;
    margin-right: 12px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .juicer-feed ul.j-filters li {
    font-size: 0px !important;
    width: 90px !important;
    height: 40px !important;
    margin-right: 10px;
    background-size: contain !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .juicer-feed ul.j-filters li {
    font-size: 0px !important;
    width: 70px !important;
    height: 30px !important;
    margin-right: 10px;
    background-size: contain !important; } }
@media (min-width: 721px) and (max-width: 991px) {
  .juicer-feed ul.j-filters li {
    font-size: 0px !important;
    width: 70px !important;
    height: 30px !important;
    margin-right: 10px;
    background-size: contain !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .mobileitems {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .juicer-feed ul.j-filters li {
    font-size: 0px !important;
    width: 70px !important;
    height: 30px !important;
    margin-right: 10px;
    background-size: contain !important; }

  .tab-links {
    text-align: center;
    margin-bottom: 20px; } }
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

.point {
  cursor: pointer; }

.full {
  width: 100% !important; }

.okeReviews-reviews-controls-reviewCount {
  display: none; }

.hi .bigbark {
  display: none; }

.flx1 {
  display: flex;
  flex-direction: column; }

.flx2 {
  display: flex;
  flex-direction: column; }

.flx1 > .bigbark {
  order: 1; }

.flx1 > .amaz {
  order: 2; }

.flx2 > .bigbark {
  order: 2; }

.flx2 > .amaz {
  order: 1; }

.bigbark {
  margin-top: -20px; }

.amaz {
  margin-top: 30px; }

@media (min-width: 992px) {
  .desktoprev {
    display: inherit; }

  .phonelyrev {
    display: none; } }
@media (max-width: 1199px) {
  .single_product__details .details_wrapper .details_right .single_product__quantity .quantity_box {
    height: auto;
    width: 100%; }

  .single_product__details .details_wrapper .details_right .single_product__quantity .quantity_box button[type="submit"] {
    font-size: 25px;
    line-height: 30px; }

  .section_single-product .single_product__options select {
    width: 65%; }

  .section_single-product .single_product__price .money.money_sale {
    margin-left: 0px !important;
    margin-right: 32px !important; }

  #shopify-section-template-product.section_single-product .single_product__price .money {
    margin-left: 0px !important; } }
@media (max-width: 991px) {
  .desktoprev {
    display: none; }

  .phonelyrev {
    display: inherit; }

  .single_product__details .details_wrapper .details_right .single_product__quantity .quantity_box {
    width: auto; } }
@media (max-width: 720px) {
  .reviews h1 {
    font-size: 34px; }

  .reviews h2 {
    font-size: 18px;
    margin-top: 0px; }

  .reviews h3 {
    font-size: 16px;
    margin-bottom: 20px; }

  .desktop {
    display: none !important; }

  .phonely {
    display: block; }

  .okeReviews .okeReviews-reviewsWidget {
    padding: none !important;
    margin-top: -20px; }

  .amazontext {
    margin-top: 20px; }

  .juicer-feed ul.j-filters li {
    font-size: 0px !important;
    width: 55px !important;
    height: 25px !important;
    margin-right: 12px;
    background-size: contain !important;
    margin-top: 10px; }

  .megamenu_mobile {
    height: 20px; }

  .level_1__link {
    color: #000;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500; } }
@media (min-width: 721px) {
  .desktop {
    display: inherit; }

  .phonely {
    display: none; }

  .reviewnudge {
    margin-top: 40px; } }
@media (min-width: 768px) {
  .dtmenu {
    display: flex; }

  .carticon {
    display: none; }

  .mobmenu {
    display: none; } }
@media (max-width: 767px) {
  .dtmenu {
    display: none; }

  .mobileitems {
    display: block; } }
@media only screen and (max-width: 767px) {
  .desktop-hidden {
    display: block !important; }

  .mobile-hidden {
    display: none !important; }

  #header .wrapper {
    -webkit-transition: top 500ms ease 0s;
    -moz-transition: top 500ms ease 0s;
    -ms-transition: top 500ms ease 0s;
    -o-transition: top 500ms ease 0s;
    transition: top 500ms ease 0s; }

  .mobile-nav-fixed {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 99; }

  .mobile-nav-fixed-display {
    display: block !important; }

  .nav-up {
    top: -111px; }

  .nav-down {
    top: 0; } }
.homeicon {
  float: left;
  margin-top: -10px; }

.extrabuy {
  background: #f7921d;
  color: white !important;
  padding: 8px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.extrabuy a {
  color: #fff; }

.location h4 {
  font-size: 42px;
  font-weight: 900;
  font-family: "Roboto";
  text-align: center;
  margin: 80px 0 100px 0; }

.americaoverlay h3 {
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.5vw;
  margin-bottom: 2vh; }

.americaoverlay {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 40%;
  height: 80%;
  padding: 40px;
  text-align: center; }

.americaoverlay a.style4 {
  margin-bottom: 0px !important;
  margin-top: 90px !important; }

.americaoverlay h3 {
  padding-top: 35px; }

.template-index a.cart-button .button-text {
  padding-left: 32px; }

a.cart-button .button-text {
  font-family: "Roboto";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  white-space: nowrap;
  padding-left: 50px;
  z-index: 1; }

a.cart-button, a.cart-button {
  display: inline-block;
  position: relative;
  height: 38px;
  border-radius: 15px;
  line-height: 38px;
  width: 130px;
  background: #f7921d;
  overflow: hidden;
  background: #f7921d;
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  -o-transition: 100ms; }

a.cart-button .button-shimmer {
  display: inline-block;
  width: 200px;
  height: 100px;
  position: relative;
  background: orange;
  -webkit-animation: shimmer 6s infinite;
  -moz-animation: shimmer 6s infinite;
  animation: shimmer 6s infinite; }

@-webkit-keyframes shimmer {
  0% {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    left: -5000px;
    top: 0px; }

  100% {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    left: 5000px;
    top: 0px; } }

@-moz-keyframes shimmer {
  0% {
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    left: -5000px;
    top: 0px; }

  100% {
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    left: 5000px;
    top: 0px; } }

@keyframes shimmer {
  0% {
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    left: -5000px;
    top: 0px; }

  100% {
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    left: 5000px;
    top: 0px; } }

.mobmenu {
  margin-top: 20px; }

.mobmenulink {
  text-align: center;
  font-size: 20px;
  text-transform: none;
  padding: 12px;
  font-weight: 600;
  border-top: 1px solid #ccc; }

.mobmenulink a {
  color: #000; }

.mobileitems {
  display: none; }

@media (max-width: 720px) {
  .mobileitems {
    font-size: 13px; } }
@media (max-width: 767px) {
  .header_container .cart-button {
    display: none; }

  .header_row__1 {
    display: none; }

  .header_right img:nth-of-type(3) {
    display: none; }

  .facart {
    font-size: 21px;
    color: #333; }

  .header_container {
    padding: 8px 8px !important;
    display: -webkit-flex;
    position: relative; }

  .carticon {
    float: right;
    margin-right: 10px;
    margin-top: -2px;
    width: 20px; }

  .header_row__2 {
    padding: 0 0 8px 0 !important;
    background: #fff; }

  .header_row__3 .btn {
    display: none; }

  .header_row__3 {
    background: #f7921d; }

  .mobileitems a {
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto";
    margin-right: 10px; }

  .mobileitems a:first-child {
    margin-left: 0px; }

  h2#megamenu_mobile_toggle, .megamenu_mobile h2 {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Roboto"; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .pressimgright {
    margin-top: 30px; } }
@media (min-width: 1025px) {
  .npr {
    padding-right: 0px !important; }

  .npl {
    padding-left: 0px !important; } }
@media (min-width: 768px) {
  .ipaddown {
    display: none; } }
.grecaptcha-badge {
  display: none; }

@media (max-width: 767px) {
  #megamenu .megamenu_mobile {
    display: block; }

  #megamenu .megamenu_desktop {
    display: none !important; } }
@media (max-width: 767px) {
  .section_image-with-text-overlay .container, .section_image-with-text-overlay .section_wrap {
    margin-left: 0px; }

  .stats p {
    font-size: 18px !important; }

  .stats col-xs-4 {
    padding-left: 4px;
    padding-right: 4px; } }
.img-container {
  min-height: 230px;
  overflow: hidden;
  position: relative; }

.img-container img {
  display: none;
  left: 0;
  max-height: 270px;
  max-width: 100%;
  position: absolute; }

.product-desc h1,
.product-price #price, .price-mobile {
  font-family: 'Roboto'; }

.selectBox-dropdown,
.selectBox-options, .selectBox-options LI, .selectBox-options LI A,
.txt, .txt p, .txt h3, .txt li {
  font-family: 'Roboto';
  font-weight: 300;
  color: #000; }

.step-bar,
.btn-prev-next,
.btn-orange {
  font-family: 'Roboto'; }

.please-select-size, .step-block h1 {
  font-family: 'Roboto'; }

.product-price #list-price, .list-price-mobile {
  font-family: 'Roboto'; }

.product-price .you-save, .product-price-mobile .you-save {
  font-family: 'Roboto'; }

.product-price .price-plan, .price-plan-mobile {
  font-family: 'Roboto';
  position: relative; }

.product-desc blockquote p {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 21px; }

.product-desc blockquote cite {
  font-family: 'Roboto';
  font-weight: 600;
  font-style: normal; }

.product-desc blockquote cite::before {
  content: "" !important; }

.product-filter h2 {
  font-family: 'Roboto';
  font-weight: 700; }

.txt h3 {
  font-family: 'Roboto';
  font-weight: normal; }

#buy-now-page .product-desc h1 {
  font-weight: 900; }

.product-desc h1 {
  color: #231f20;
  font-size: 30px;
  margin-bottom: 40px; }

.product-desc blockquote {
  font-size: 1.3em;
  letter-spacing: 0.012em;
  margin: 30px 10px 0 0; }

.product-desc blockquote .ico-quote-start {
  left: -10px;
  margin-right: -8px;
  position: relative;
  top: -8px; }

.product-desc blockquote .ico-quote-end {
  position: relative;
  top: -8px; }

.product-desc p {
  line-height: 28px;
  margin: 0 0 2px;
  position: relative; }

.product-desc blockquote cite {
  font-size: 12px;
  text-transform: uppercase; }

.product-filter {
  margin-top: 30px; }

.product-filter h2 {
  font-size: 22px;
  margin: 0 0 10px; }

.product-filter h2 .ico {
  float: right; }

.product-filter .slct {
  margin: 0 0 0 50px;
  width: 290px; }

.step {
  margin-bottom: 17px;
  position: relative; }

.step-active .ico-orange-arrow {
  display: block;
  left: -50px;
  position: absolute;
  top: 0;
  z-index: 2; }

.product-price {
  padding: 1px 0 10px 30px !important; }

.product-price .price {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px; }

.product-price .price-plan {
  font-size: 18px;
  line-height: 32px; }

.product-price-mobile .price-plan {
  font-size: 23px;
  line-height: 36px; }

.product-price-mobile .price {
  font-size: 32px;
  line-height: 32px; }

.product-price #list-price, .list-price-mobile {
  text-decoration: line-through; }

.product-price #price {
  color: #231f20; }

.product-price #price, .product-price-mobile .price-mobile {
  color: #ff0000;
  font-weight: 900;
  margin-left: 20px; }

.product-price .you-save, .product-price-mobile .you-save {
  font-size: 23px;
  font-style: italic; }

.product-price-mobile .you-save {
  line-height: 30px; }

.btn-parent {
  text-align: center;
  margin-bottom: 10px 0; }

.cc {
  text-align: center; }

.trustlink {
  text-align: center;
  margin-bottom: 10px; }

.img-container {
  min-height: 230px;
  overflow: hidden;
  position: relative; }

.img-container img {
  display: none;
  left: 0;
  max-height: 270px;
  max-width: 100%;
  position: absolute; }

.payment_plans {
  font-size: 16px;
  margin: -14px 0 0;
  text-align: center; }

.payment_plans .clear {
  margin-bottom: 45px; }

.payment_plans_mobile {
  font-size: 28px;
  margin: -8px 0 0;
  text-align: center; }

.payment_plans_mobile .clear {
  margin-bottom: 45px; }

.payment_methods {
  margin: -14px 0 0;
  text-align: center; }

.payment_methods .clear {
  margin-bottom: 15px; }

.payment-plans {
  font-family: "Roboto"; }

.ico-quote-start {
  background-position: -52px 0; }

.ico-quote-end {
  background-position: -52px -12px; }

.ico-help {
  background-position: -80px 0;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  right: 0; }

.ico-help2 {
  background-position: -80px 0;
  height: 23px;
  width: 26px; }

.ico-orange-arrow {
  background-position: 0 0;
  display: none;
  height: 23px;
  width: 43px; }

.hidden-mobile {
  display: block; }

.visible-mobile {
  display: none; }

.text-underline {
  text-decoration: underline; }

.bed-container {
  color: #333333;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px 30px; }

.mfp-hide {
  display: none !important; }

.error-msg {
  font-size: 18px;
  font-family: 'Roboto';
  position: absolute;
  top: -100px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  background-color: #f00;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 7px 7px; }

.selectBox-dropdown {
  width: 272px !important;
  position: relative;
  border: solid 1px #000;
  line-height: 15px;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #fff;
  display: block;
  cursor: default; }

.selectBox-dropdown:hover, .selectBox-dropdown:focus {
  color: #000 !important; }

.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.selectBox-dropdown .selectBox-label {
  padding: 8px 13px 6px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px; }

.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #000;
  background: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: 1px; }

.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #bbb;
  background: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto; }

.selectBox-inline:focus {
  border-color: #666; }

.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
  font-size: 18px; }

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px; }

.selectBox-options.selectBox-options-bottom {
  border-top: none; }

.selectBox-options LI A {
  line-height: 30px;
  padding: 2px 12px 0;
  white-space: nowrap;
  overflow: hidden; }

.selectBox-options LI.selectBox-hover A {
  background-color: #eee; }

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent; }

.selectBox-options LI A img {
  float: left;
  margin: 2px 10px 2px 0;
  height: 26px; }

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap; }

.selectBox.selectBox-disabled {
  color: #888 !important; }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666; }

.selectBox-inline.selectBox-disabled {
  color: #888 !important; }

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important; }

.selectBox-dropdown a, .selectBox-dropdown a:hover, .selectBox-dropdown a:focus {
  color: #000 !important; }

@media only screen and (min-width: 960px) {
  .bed-container {
    max-width: 960px;
    padding: 0 0 30px; }

  .product-desc h1 {
    font-size: 41px; }

  .product-filter h2 {
    font-size: 29px; }

  .product-filter .slct {
    margin: 0 0 0 90px;
    width: 265px; }

  .product-price {
    padding: 1px 0 5px 90px; }

  .payment_methods {
    margin: -14px 0 0 -50px; }

  .img-container {
    min-height: 283px; } }
@media only screen and (max-width: 960px) {
  .selectBox-dropdown {
    width: 226px !important; } }
.step-bar {
  background-color: #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 10px; }

.step-bar > div {
  float: left;
  width: 33.33%;
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 36px;
  padding: 0; }

.step-bar > .step-mobile-active {
  background-color: #f7941e;
  color: #fff; }

.step-block {
  display: none; }

.step-block iframe {
  width: 100%; }

#step-block-1 {
  display: block; }

.step-block h1 {
  font-size: 42px;
  text-align: center;
  margin: 0 0 10px;
  color: #231f20; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.please-select-size {
  border: 5px solid #000;
  border-radius: 3px;
  text-align: center;
  margin: 0 0 15px; }

.list-radio {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }

.list-radio li {
  border: 4px solid #fff;
  border-radius: 3px;
  padding: 0px 10px 0px 7%;
  margin-bottom: 1px; }

.list-radio li.active {
  border-color: #f7941e; }

.list-radio label {
  font-size: 28px;
  padding-top: 3px;
  position: relative;
  padding-left: 35px;
  display: block;
  margin: 1px 0 2px; }

#step-block-1 label {
  margin: 6px 0 8px; }

.list-radio li img {
  width: 100%;
  height: auto;
  border-radius: 4px; }

.list-radio input {
  float: left;
  margin-left: -10px; }

.list-radio-color li {
  padding: 0 10px; }

.list-radio-style img {
  display: none; }

.list-radio-style img:first-child {
  display: block; }

.btn-prev-next {
  display: block;
  color: #fff !important;
  font-size: 30px;
  line-height: 50px;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 10px; }

.btn-orange {
  background-color: #f7941e;
  max-width: 260px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 5px;
  border-radius: 4px;
  font-size: 28px;
  line-height: 30px; }

.txt {
  border-top: 4px solid #ccc;
  margin-top: 30px; }

.txt h3 {
  font-size: 16px;
  color: #333;
  margin: 15px 0;
  line-height: 20px; }

.txt p, .txt li {
  margin-bottom: 19px;
  font-size: 15px;
  line-height: 19px;
  color: #333; }

.txt li {
  margin-bottom: 0; }

.txt ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 21px; }

.ez-hide {
  opacity: 0;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  position: relative !important;
  margin: 0 !important;
  float: left; }

.ez-checkbox {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid  #000;
  margin: 1px 0px 0 -24px;
  float: left; }

.ez-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid  #000;
  border-radius: 20px;
  display: inline-block;
  margin: 0 15px 0 0;
  float: left;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0; }

.ez-checked {
  background-position: -123px -26px; }

.ez-selected {
  border-color: #000; }

.ez-selected:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #000;
  content: "";
  border-radius: 30px; }

.product-price-mobile {
  text-align: center;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: block; }

  .ico-help {
    float: none;
    position: absolute;
    right: 30px;
    top: 2px; } }
@media only screen and (max-width: 479px) {
  .ico-help {
    float: none;
    position: absolute;
    right: 5px;
    top: 2px; }

  .step-bar > div {
    font-size: 14px;
    line-height: 26px; }

  .step-bar, .btn-prev-next, .btn-orange {
    font-family: "Roboto";
    margin-bottom: 20px; }

  .step-block h1 {
    font-size: 35px; }

  .list-radio label {
    font-size: 21px; }

  .product-price-mobile {
    margin-bottom: 10px;
    padding: 0 0 5px;
    text-align: center; }

  .btn-prev-next, .btn-prev-prev {
    font-size: 25px;
    line-height: 40px; }

  .btn-next, .btn-prev {
    padding: 0 15%; } }
#shopify-section-1519843332966 {
  clear: both; }

.homepromise h3 {
  margin-top: 40px; }

.buynowline {
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 80px; }

.watchforbox h2 {
  margin-bottom: 40px; }

.watchforbox p {
  font-size: 18px;
  margin-top: 20px; }

.watchforbox .video_wrapper {
  padding-bottom: 51.25% !important;
  padding-top: 0px; }

.couldbe {
  margin-top: 34px !important; }

.logolist {
  width: 14%;
  float: left; }

.logolist img {
  width: 100px;
  height: auto; }

.blockquote h1 {
  font-size: 36px !important;
  font-family: "Roboto";
  line-height: 38pt;
  font-weight: 900;
  text-align: center;
  margin-top: 0px; }

.blockquote p {
  font-size: 18pt;
  font-family: "Roboto";
  line-height: 30pt;
  font-weight: 900; }

.blockquote {
  padding: 20px 30px;
  border-top: 6px solid #f7a40e;
  border-bottom: 6px solid #f7a40e;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px; }

.pressclear {
  width: 100%;
  clear: both;
  height: 1px;
  border-bottom: 1px solid #ccc;
  margin: 0px 0; }

.presstext, .leftpress {
  font-family: "Lora";
  font-size: 18px;
  padding: 15px 0px;
  font-style: italic; }

.pressbtn {
  border-radius: 10px;
  font-size: 24px;
  text-transform: none;
  margin-top: 30px; }

.press h1 {
  font-size: 3vw;
  font-weight: 900;
  margin-bottom: 60px; }

.itspersonal {
  padding-top: 30px; }

.itspersonal h1 {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #000; }

.itspersonal p {
  font-size: 20px; }

.forus h2 {
  color: #000;
  font-size: 28px;
  font-weight: 900;
  line-height: 40px; }

.forus p {
  font-size: 18px; }

.readmore {
  margin-top: 20px;
  margin-bottom: 40px; }

.murphright .video_wrapper {
  max-width: 600px;
  margin-left: 10%; }

.murphright .playbutton {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%); }

.btnpersonal {
  margin-top: 14px;
  background: #896849 !important;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px !important;
  font-weight: 400 !important;
  padding: 8px 24px 11px !important;
  float: right; }

.maroon {
  background: #7b2e00;
  padding: 0 20px;
  min-height: 191px; }

.green {
  background: #45743a;
  padding: 0 20px;
  min-height: 191px; }

.teal {
  background: #1f9691;
  padding: 0 20px;
  min-height: 191px; }

.gray {
  background: #5f6658;
  padding: 0 20px;
  min-height: 191px; }

.container4 .col1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-top: 20px; }

.container4 .col2 {
  color: #fff;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.2px;
  padding-top: 18px; }

.green, .teal, .gray {
  margin-top: 15px; }

.personal {
  padding-top: 17.4%;
  background-repeat: no-repeat;
  background-size: cover !important; }

@media (max-width: 720px) {
  #price-plan-popup-link {
    display: none; } }
@media (max-width: 720px) {
  #shopify-section-jr-superiod-foam {
    margin-top: -250px; }

  .section_video.vidtesti #vidleft p, .section_video.vidtesti #vidright p {
    padding: 15px 16px;
    font-size: 18px; }

  .section_video.vidtesti .video_wrapper {
    height: auto;
    width: 100%; }

  .section_video.vidtesti .video_wrapper:nth-of-type(3) {
    display: none; }

  #shopify-section-1515955380653 .threebh2 h3, #shopify-section-jr-this-extreme .threebh2 h3, #landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button .threebh2 h3 {
    padding: 80px 2% 0px 2%; }

  #shopify-section-1515955380653.section_homepage .section_wrap .flexible_block__medium, #shopify-section-jr-this-extreme.section_homepage .section_wrap .flexible_block__medium,
  #landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button .section_homepage .section_wrap .flexible_block__medium {
    padding: 0% 0 0 0; }

  #shopify-section-1515955380653 .threebedsmobile,
  #landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button .threebedsmobile {
    height: auto;
    padding: 100% 0 0 0;
    background-repeat: no-repeat !important;
    background-size: cover !important; }

  #shopify-section-1515955380653.section_homepage .section_wrap .flexible_block__medium .threebeds,
  #landing-hip-dysplasia #shopify-section-index-image-text-top-buy-button.section_homepage .section_wrap .flexible_block__medium .threebeds {
    display: none; } }
@media (min-width: 721px) {
  .fancybox-slide--video .fancybox-content {
    width: 1000px;
    height: 563px;
    max-width: 80%;
    max-height: 80%;
    margin: 0; } }
@media (max-width: 720px) {
  .fancybox-slide--video .fancybox-content {
    width: 325px;
    height: 183px;
    max-width: 90%;
    max-height: 90%;
    margin: 0; } }
.patriotpaws h2 {
  color: #000;
  text-align: left !important;
  font-size: 24px;
  line-height: 34px;
  padding: 0 5%;
  font-weight: 600; }

.patriotpaws p {
  text-align: left !important; }

.ppimg1 {
  width: 325px;
  margin: auto; }

.ppr {
  width: 310px;
  background: #ccc;
  padding: 10px;
  float: right; }

.forus {
  padding-left: 5% !important; }

.murphright {
  padding-right: 5% !important; }

.ppr p {
  font-size: 12px;
  padding-top: 8px; }

.ppr p span {
  display: block;
  font-style: italic; }

.viewprod .btn {
  text-transform: none;
  font-size: 20px;
  padding: 8px 40px; }

.vpwidth {
  width: 100%; }

.ug-textpanel-textwrapper {
  left: 0;
  right: 0;
  margin: auto !important;
  top: 0; }

.ug-default-button-hidepanel {
  display: none; }

.ug-gallery-wrapper .ug-textpanel-description span {
  display: block;
  line-height: 45px; }

.ug-gallery-wrapper .ug-strip-panel {
  top: -33px !important;
  background: none !important; }

.ug-thumb-wrapper, .ug-thumb-border-overlay,
.ug-thumb-error, .ug-thumb-generated img,
.ug-thumb-loader, .ug-thumb-loader-dark, .ug-thumb-overlay {
  width: 150px !important;
  height: 85px !important; }

.ug-thumbs-strip-inner {
  height: 85px !important; }

.ug-thumbs-strip {
  width: 776px !important;
  margin: auto !important;
  left: 0 !important;
  right: 0; }

.presstop h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 900;
  color: black !important; }

.presstop h1 span {
  font-size: 44px;
  font-weight: 400 !important;
  color: #f7941d !important; }

.pressmain, .pressmain2 {
  margin-top: 60px; }

.pressgal {
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.mediawidgethead {
  padding: 25px;
  background: #00aeef;
  color: #000;
  font-weight: 900;
  font-size: 21px;
  text-align: left;
  text-transform: uppercase; }

.mediawidgetbody {
  padding: 25px;
  background: #d5d3d3;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  text-align: left; }

.reviewbody h1 {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #000; }

.reviewbody h1 a {
  color: #000; }

.reviewbody h1 a:hover {
  text-decoration: none;
  color: #000; }

.reviewbody p {
  font-size: 22px;
  font-weight: 300;
  color: #000;
  font-family: "Lora";
  font-style: italic;
  text-align: left !important; }

@media (max-width: 767px) {
  .pressbutton {
    transition-timing-function: ease-out;
    font-size: 26px;
    display: block;
    font-weight: 900;
    cursor: pointer;
    margin-right: 5%; }

  .presstop h5 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 900;
    color: #f7941d;
    text-align: center;
    padding: 0 40px; }

  .pressactive {
    padding-left: 0px;
    border: 0px;
    transition-timing-function: ease-in; }

  .pressactive::before {
    content: "";
    display: block;
    width: 8px;
    height: 20px;
    float: left;
    margin: 6px 6px 0 0; } }
@media (min-width: 768px) {
  .pressbutton {
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
    margin-right: 5%; }

  .presstop h5 {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 900;
    color: #f7941d;
    text-align: center; }

  .pressactive {
    border-top: 6px solid #f7941d;
    padding-top: 16px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .pressbutton {
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
    margin-right: 2%; } }
@media (min-width: 1025px) {
  .pressbutton {
    font-size: 31px;
    font-weight: 900;
    cursor: pointer;
    margin-right: 5%; }

  .presstop h5 {
    margin-bottom: 80px;
    font-size: 21px;
    font-weight: 900;
    color: #f7941d;
    text-align: center; } }
.blockquote {
  margin-top: 9px; }

.lftimg1 {
  padding-right: 0px !important; }

.lftimg1 p, rghtimg1 p, .lfpanorama1 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px; }

.rgtimg1 {
  padding-left: 0px !important; }

.nopadleft {
  padding-left: 0px !important; }

.nopadright {
  padding-right: 0px !important; }

.lfpanorama1 img {
  width: 100%; }

.nopadlr {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.nopadl {
  padding-left: 0px !important; }

.nopadr {
  padding-right: 0px !important; }

.lfclear {
  padding: 10px 0px 0 0;
  clear: both; }

.lfclear span {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; }

.lftext p {
  margin-bottom: 20px; }

.lfpanorama1 {
  margin-top: 40px; }

.bigblock h1 {
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  line-height: 42px;
  margin-bottom: 20px; }

.caption {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600; }

.loadMore {
  height: 40px;
  background: #f7921d;
  clear: both;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 6px;
  width: 80%;
  margin: auto;
  cursor: pointer;
  border-radius: 10px; }

.template-cart .page_heading {
  font-size: 36px;
  font-weight: 600;
  text-transform: none; }

.template-cart .page_heading span {
  color: #f7921d; }

.template-product .product-desc blockquote p {
  font-family: "Lora";
  padding-right: 30px;
  font-style: italic;
  line-height: 32px;
  text-align: center; }

.product-desc blockquote .cite {
  text-align: center;
  font-weight: 600;
  font-size: 12px; }

blockquote {
  border-left: 0px !important; }

.authimg {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.cart_item__details {
  display: none; }

.template_cart .cart_items {
  border: none;
  margin: 60px 0 0 0; }

.cart_item__remove {
  background: #858585 !important;
  padding: 5px 10px !important;
  border-radius: 50% !important;
  font-size: 12px !important; }

.cart_item__variant {
  max-width: 350px; }

.updatebtn {
  margin-top: 10px; }

.cartnotice {
  width: 100%;
  background: #f7941d;
  border-radius: 10px;
  position: relative;
  min-height: 58px;
  padding: 10px 30px; }

.cartnoticeleft {
  float: left;
  font-weight: 600; }

.cartnoticeright {
  float: right;
  font-weight: 600;
  text-transform: uppercase; }

.cartnoticeright, .cartnoticeleft {
  font-size: 24px; }

@media (max-width: 767px) {
  .cartnoticeright, .cartnoticeleft {
    font-size: 18px; }

  .cartnotice {
    width: 100%;
    background: #f7941d;
    border-radius: 10px;
    position: relative;
    min-height: 48px;
    padding: 10px 30px; } }
@media (max-width: 600px) {
  .cartnotice {
    width: 100%;
    background: #f7941d;
    border-radius: 10px;
    position: relative;
    min-height: 68px;
    padding: 10px 30px; }

  .cartnoticeright {
    float: left;
    font-weight: 600;
    text-transform: uppercase; }

  .cartnoticeright, .cartnoticeleft {
    font-size: 18px; } }
@media (max-width: 480px) {
  .cartnotice {
    width: 100%;
    background: #f7941d;
    border-radius: 10px;
    position: relative;
    min-height: 68px;
    padding: 10px 30px; }

  .cartnoticeright {
    float: left;
    font-weight: 600;
    text-transform: uppercase; }

  .cartnoticeright, .cartnoticeleft {
    font-size: 18px; }

  .template-cart .page_heading {
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    margin-bottom: 0px; }

  .template_cart .cart_items {
    border: none;
    margin: 30px 0 0 0; } }
.btn_checkout {
  padding: 4px 18px !important;
  width: 100%;
  text-transform: uppercase;
  font-size: 32px !important;
  font-weight: 500 !important; }

.btn_checkout img {
  margin-right: 10px; }

.additional-checkout-button {
  width: 100%; }

.carteric img {
  float: left;
  margin-right: 20px;
  width: 40%; }

.carteric p {
  font-family: "Lora";
  font-size: 20px;
  font-style: italic; }

.carteric p span {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 30px; }

.imgunset img {
  width: unset;
  width: 120px;
  margin-right: 30px; }

.imgunset {
  margin-top: 40px; }

.ericsub {
  font-family: "Roboto" !important;
  font-size: 16px !important;
  font-weight: 600;
  margin-top: 20px; }

.product_name {
  font-size: 18px;
  color: #172d46;
  text-transform: none;
  padding-right: 30px; }

ul.greenchecks {
  list-style-type: none !important;
  padding: 0;
  margin: 10px; }

@media (min-width: 481px) {
  .greenchecks li {
    background-size: contain;
    padding-left: 40px;
    margin-bottom: 32px !important;
    height: 30px;
    line-height: 24px;
    padding-top: 5px; } }
@media (max-width: 480px) {
  .step-bar {
    margin-top: 20px; } }
.footnotes {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 60px; }

.modalDesc:after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-size: contain;
  float: right;
  margin-right: -150px;
  margin-top: -30px; }

@media (min-width: 721px) {
  .foampromise {
    margin-top: 60px; }

  .foampromise h2 {
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f7941d;
    text-align: center; }

  .foampromise h3 {
    font-size: 32px;
    text-transform: none;
    color: #000;
    font-weight: 900;
    text-align: center; }

  .foampromiae p {
    font-size: 18px;
    line-height: 28px; }

  .foampromise .caption {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px; }

  .foampromise .jont-crisis-buy-now {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0 30px !important; }

  .foampromise .oneyrcenter img {
    min-width: 138px;
    margin-top: -20px; } }
@media (max-width: 720px) {
  .foampromise {
    margin-top: 0px; }

  .foampromise h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f7941d;
    text-align: center; }

  .foampromise h3 {
    font-size: 28px;
    text-transform: none;
    color: #000;
    font-weight: 900;
    text-align: center; }

  .foampromiae p {
    font-size: 16px;
    line-height: 24px; }

  .foampromise .caption {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px; }

  .foampromise .jont-crisis-buy-now {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0 30px !important; }

  .foampromise .oneyrcenter img {
    width: 90%;
    margin-top: -20px; }

  .foampromise .oneyrcenter {
    padding-bottom: 20px; }

  .lfclear span {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px; }

  .blockquote {
    text-align: center;
    padding: 20px 20px 20px 0px !important; }

  .nopadright, .nopadleft {
    padding: 0px !important; } }
@media (max-width: 480px) {
  .template-page .greenchecks li:nth-of-type(1) {
    margin-bottom: 32px !important; }

  .template-page .greenchecks li:nth-of-type(2) {
    margin-bottom: 32px !important; }

  .template-page .greenchecks li:nth-of-type(5) {
    margin-bottom: 92px !important; }

  .template-page .greenchecks li:nth-of-type(6) {
    margin-bottom: 32px !important; }

  .template-product .greenchecks li:nth-of-type(1) {
    margin-bottom: 82px !important; }

  .template-product .greenchecks li:nth-of-type(2) {
    margin-bottom: 82px !important; }

  .template-product .greenchecks li:nth-of-type(4) {
    margin-bottom: 102px !important; }

  .template-product .greenchecks li:nth-of-type(5) {
    margin-bottom: 82px !important; }

  .template-product .greenchecks li:nth-of-type(6) {
    margin-bottom: 112px !important; }

  .greenchecks li {
    background-size: contain;
    padding-left: 40px;
    margin-bottom: 112px !important;
    height: 30px;
    line-height: 24px;
    padding-top: 5px; } }
#productdescription p {
  font-size: 18px;
  line-height: 26px; }

#productdescription .blockquote p {
  font-family: "Lora";
  font-weight: 400;
  font-size: 18px;
  font-style: italic; }

#productdescription .lfquoteblock {
  font-size: 18px;
  line-height: 28px; }

@media (max-width: 720px) {
  .affirm-as-low-as {
    display: block !important; }

  #productdescription .blockquote {
    margin-top: 0px;
    padding: 6px 20px !important;
    width: 90%;
    margin: auto; }

  #productdescription .blockquote br {
    display: none; }

  #productdescription .allclear {
    margin-bottom: 10px !important; } }
.selector-wrapper label {
  font-size: 18px !important;
  line-height: 2 !important; }

.section_single-product .single_product__price .money {
  margin-left: 32px !important; }

.newquote {
  margin-top: 60px; }

@media (max-width: 480px) {
  .template_cart .cart_items .quantity_box .btn {
    position: absolute;
    left: 130px;
    top: -12px; }

  .column_remove .btn {
    float: right;
    position: absolute;
    right: 30px;
    top: px;
    margin-top: 15px; }

  .column_quantity {
    border-top: 0px !important; } }
.ug-theme-default .ug-default-button-fullscreen {
  display: none; }

.testimage {
  background-position: center !important; }

.ico-help {
  right: -20px !important; }

.selectBox-label {
  width: 243px !important; }

@media (max-width: 767px) {
  .section_homepage .threebh2.narrow h3 {
    padding: 0 20px !important;
    margin-top: 30px !important; }

  .reviewimg img {
    width: 80%;
    margin: auto; }

  .reviewimg {
    text-align: center;
    margin-bottom: 30px; }

  .reviewbody {
    padding: 0px !important;
    text-align: center; }

  .template_cart .cart_items td.column_total {
    display: none; } }
@media (max-width: 1199px) {
  .pressmain2 {
    padding-left: 15px !important;
    padding-right: 0px !important; }

  .template_cart .cart_items td.column_quantity {
    width: 100% !important;
    margin: 0; }

  .quantity_box {
    display: inline-flex; }

  .army_background_img {
    height: 120%; }

  .army_background h2.army_subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px; }

  .army_background h1.army_title {
    font-size: 42px; } }
@media (max-width: 639px) {
  .americaback .americaoverlay {
    bottom: 0px;
    top: 384px !important;
    left: 0;
    width: 100%;
    transform: translate(0);
    height: 220px !important;
    z-index: 2000; }

  .americaback {
    margin-bottom: 219px !important; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .americaback .americaoverlay {
    bottom: 0px;
    top: 423px !important;
    left: 0;
    width: 100%;
    transform: translate(0);
    height: 220px !important;
    z-index: 2000; } }
@media (min-width: 721px) {
  .messengermessageus--fixed {
    right: 8vw !important; }

  #back_top {
    right: 1vw !important;
    left: unset !important; }

  #productdescription {
    margin-top: 60px; }

  .lftag {
    margin-top: 80px;
    margin-bottom: 80px; }

  .lftag h1 {
    text-align: center;
    font-family: "Roboto";
    font-size: 56px;
    font-weight: 900;
    line-height: 70px; }

  .lftag h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 44px;
    color: #e16b0b;
    text-align: center;
    margin-top: 60px; }

  .lftag h3 {
    font-weight: 900;
    text-transform: none;
    font-size: 44px;
    color: #000;
    text-align: center;
    margin-top: 10px !important; }

  .lftag p {
    margin-top: 30px;
    font-size: 20px;
    color: #000;
    text-align: left; }

  .lfsnippet {
    text-shadow: none !important;
    width: 180px; } }
@media (max-width: 720px) {
  .reorder {
    display: flex;
    flex-direction: column; }

  .reorder > .order1 {
    order: 1; }

  .reorder > .order2 {
    order: 2; }

  .reorder > .order3 {
    order: 4; }

  .reorder > .order4 {
    order: 3; }

  .reorder > .order5 {
    order: 5; }

  .reorder > .order6 {
    order: 6; }

  .reorder > .order7 {
    order: 8; }

  .reorder > .order8 {
    order: 7; }

  .lftag {
    margin-top: 20px;
    margin-bottom: 30px; }

  .lftag h1 {
    text-align: center;
    font-family: "Roboto";
    font-size: 38px;
    font-weight: 900;
    line-height: 42px; }

  .lftag h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    color: #e16b0b;
    text-align: center;
    margin-top: 30px; }

  .lftag h3 {
    font-weight: 900;
    text-transform: none;
    font-size: 32px;
    color: #000;
    text-align: center;
    margin-top: 10px !important; }

  .lftag p {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    text-align: left; }

  .lfsnippet {
    text-shadow: none !important;
    width: 180px; }

  .shadowimg img {
    margin: 20px 0px; }

  .shadowimg {
    text-align: center; } }
.lfclear ul {
  margin: 0px 0 0 20px;
  list-style-type: disc; }

.lfclear ul li {
  margin-bottom: 12px; }

@media (max-width: 767px) {
  .messengermessageus--fixed {
    width: 130px !important;
    right: unset !important;
    left: calc(50% - 130px - 10px) !important; }

  .persistentbtn {
    width: 130px;
    position: fixed !important;
    bottom: 3vw;
    right: 3vw;
    display: block !important;
    border-radius: 4px !important; } }
.junior h1 {
  font-size: 44px;
  font-weight: 900;
  text-align: center; }

.junior h1 span {
  color: #f7921d; }

.junior h2 {
  text-align: center;
  font-weight: 500; }

.shadowimg img {
  border: 1px solid #ccc;
  padding: 5px;
  box-shadow: 1px 3px 15px #878889;
  -webkit-box-shadow: 1px 3px 15px #878889;
  -moz-box-shadow: 1px 3px 15px #878889; }

.product_subhead {
  text-align: center;
  font-weight: 600; }

@media (max-width: 480px) {
  .template-product .greenchecks li:nth-of-type(1) {
    margin-bottom: 82px !important; }

  .template-product .greenchecks li:nth-of-type(2) {
    margin-bottom: 82px !important; }

  .template-product .greenchecks li:nth-of-type(4) {
    margin-bottom: 102px !important; }

  .template-product .greenchecks li:nth-of-type(5) {
    margin-bottom: 82px !important; }

  .template-product .greenchecks li:nth-of-type(6) {
    margin-bottom: 112px !important; } }
#productdescription h1 {
  font-weight: 900;
  line-height: 44px;
  text-align: center; }

.cratefont p {
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 18px; }

.supercomfy {
  margin-top: 30px;
  margin-bottom: 50px; }

.centerimg {
  text-align: center; }

.army_background {
  position: relative;
  width: 100%; }

.army_background_img {
  width: 100%;
  position: absolute;
  z-index: 1; }

.army_text {
  position: relative;
  z-index: 2; }

h1.army_title {
  padding-top: 20px;
  font-family: "Roboto";
  text-align: center;
  color: #3a6d03;
  font-size: 60px;
  margin-top: 70px; }

h2.army_subtitle {
  text-align: center;
  font-size: 28px;
  font-family: "Roboto";
  line-height: 35px; }

li.army_star {
  font-family: GaramondPremierProBold;
  font-size: 28px;
  line-height: 40px;
  color: #000; }

#productdescription h3 {
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1px; }

.standardbullets {
  list-style-type: disc;
  margin-top: 60px; }

.standardbullets li span {
  font-weight: 900;
  font-size: 18px; }

.standardbullets li p, .standardbullets li {
  font-size: 18px; }

.standardbullets li p img {
  margin: 30px 0; }

.standardbullets li {
  margin-bottom: 10px; }

.template_page h1 {
  font-size: 32px !important;
  font-weight: 900;
  font-family: "Roboto";
  text-align: center; }

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

#about-us .abouttext h1 {
  text-align: center;
  line-height: 70px !important;
  margin-bottom: 60px; }

#about-us .abouttext h3 {
  margin-bottom: 60px; }

#about-us .caption img {
  margin-bottom: 16px; }

#about-us .ericfeature2 {
  text-align: center; }

.hankcaption {
  text-align: right;
  margin-left: 40px; }

.hankcaption p {
  font-size: 14px; }

.hankcaption img {
  width: 100%; }

#about-us .readmore h2 {
  margin-bottom: 20px; }

.throughtheyears h4 {
  line-height: 36px; }

.throughtheyears h1 {
  padding-left: 0px !important;
  font-size: 40px !important;
  margin-bottom: 30px !important;
  text-align: left !important;
  text-transform: uppercase; }

.throughtheyears h5 {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important; }

.personal-section h1 {
  text-align: center; }

@media (max-width: 767px) {
  .affirm-as-low-as {
    font-size: 19px !important; }

  .abtheadertext {
    width: 100% !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important; }

  .container2 {
    margin-top: 300px; }

  #about-us .abouttext h1 {
    text-align: center;
    line-height: 34px !important;
    margin-bottom: 20px !important;
    font-size: 38px !important; }

  .abouttext h3 {
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: normal;
    padding: 0 15px;
    margin-bottom: 20px !important; }

  #ericfeature2 {
    margin-top: 10px !important; } }
#amaz-reviews-btn-dt .btn {
  margin-bottom: 30px; }

.showLess {
  display: none; }

.gallery {
  margin: 80px auto; }

.template-product .blockquote {
  padding: 0px 30px;
  border-top: 0px solid #f7a40e;
  border-bottom: 0px solid #f7a40e;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px; }

.gallery h3 {
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 5px; }

.gallery h5 {
  line-height: 32px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 900; }

.gallery p {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
  color: #000; }

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description, #shopify-section-jr-more-reasons .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 85px !important; } }
@media (max-width: 1023px) {
  #back_top {
    width: 38px !important;
    height: 38px !important;
    line-height: 36px !important;
    opacity: .7;
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 6px;
    left: unset !important;
    right: 5px !important;
    bottom: 12px !important; } }
#page_preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out; }
  #page_preloader .global_loader {
    margin: -22px 0 0 -22px;
    top: 50%; }
  #page_preloader.off {
    opacity: 0; }

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0; }

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  max-width: 800px; }

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.productInfoTbl {
  width: 100%;
  background: #ffffff;
  border: 0;
  margin: 0px; }

.productInfoTbl td {
  text-align: center !important; }

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

.featureTD {
  padding-top: 10px;
  text-align: center !important;
  position: relative; }

@media (max-width: 767px) {
  .pqtydiv {
    margin: 6px !important; }

  .modalHeadDesc {
    font: 900 28px/22px "Roboto";
    margin: 0 auto 20px;
    clear: both;
    color: #000;
    font-style: italic; }

  .featureIMG {
    width: 88%;
    margin-top: -40px; }

  .modalDesc {
    font: 16px/26px "Roboto";
    text-align: center; }

  .modalButtonL, .modalButtonR {
    width: 50%;
    float: left; }

  .modalOverlay {
    position: absolute;
    z-index: 20;
    top: 46%;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
    line-height: 28px;
    height: 140px; } }
@media (min-width: 768px) {
  .modalHeadDesc {
    float: left;
    text-align: left;
    width: 100%;
    font: 900 28px/22px "Roboto";
    margin: 0 auto 20px;
    clear: both;
    color: #000; }

  .featureIMG {
    width: 260px;
    float: left; }

  .featureTD {
    padding: 10px;
    border-right: 1px solid #ccc; }

  .modalDesc {
    font: 16px/26px "Roboto";
    text-align: left;
    display: block;
    width: 73%;
    margin-bottom: 10px; }

  .modalOverlay {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px; }

  .modalHeadDesc h1, .modalHeadDesc h2 {
    text-align: left !important;
    display: inline; }

  .modalProductTitle {
    position: absolute;
    top: 50%;
    left: 44%; }

  .modalButtonL {
    width: 75%;
    float: left; }

  .modalButtonR {
    width: 25%;
    float: left; }

  .modalProductSize {
    position: absolute;
    top: 58%;
    left: 60%; }

  .modalProductPriceCompare {
    position: absolute;
    top: 76%;
    right: 32%; }

  .modalProductPrice {
    position: absolute;
    top: 76%;
    right: 18%; }

  .pqtydiv {
    position: absolute;
    top: 62%;
    left: 15%; } }
.centerTR {
  border: 1px solid #cccccc; }

.modalProductTitle {
  font: 20px/30px "Roboto";
  font-weight: 900;
  text-transform: uppercase; }

.modalMainTbl {
  border: 0;
  background: #ffffff;
  margin: 0; }

.modalProductSize {
  font: 20px/30px "Roboto";
  font-weight: 400; }

.modalProductQtYLbl {
  font: 20px/30px "Roboto";
  width: 60px;
  display: inline-block; }

.modalProductQtY {
  font: 20px/30px "Roboto";
  display: inline-block; }

.pqtydiv {
  width: 100%;
  margin: 20px; }

.modalProductPriceCompare {
  font-family: "Roboto";
  opacity: 0.4;
  text-decoration: line-through;
  font-size: 32px;
  line-height: 32px;
  display: inline;
  margin-right: 10px; }

.featureIMG {
  max-height: 300px; }

.modalProductPrice {
  font-weight: 900;
  font-family: "Roboto";
  color: red;
  font-size: 32px;
  line-height: 32px; }

.addLinerBtn {
  background: #FF9912;
  color: #000;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto";
  padding: 10px 10px;
  border-radius: 10px;
  margin-top: 5px; }

.addLinerBtn span {
  color: #fff; }

.noThanksBtn {
  background: #cccccc;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto";
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 5px; }

.xqty {
  width: 60px !important;
  margin: 0;
  border: 1px solid #eee;
  text-align: center; }

table th, table tr td {
  border: 0; }

table tr:hover td {
  background: #ffffff; }

@media only screen and (max-width: 767px) {
  .modal {
    padding: 0px;
    margin: 0; }

  .modal-content {
    width: auto;
    padding: 3px;
    border-radius: 0px; }

  .productInfoTbl td {
    padding: 0 !important; }

  .noThanksTd {
    padding: 20px 0px;
    text-align: center !important; }

  .noThanksBtn {
    margin-bottom: 5px; }

  .productInfoTbl tr td {
    background-color: #FFFFFF; }

  .centerTR {
    border: 0; }

  .modalHeadDesc {
    font: 400 24px/22px "Roboto"; }

  .modalDesc {
    font: 16px/20px "Roboto"; }

  tr {
    padding-bottom: 0px !important; }

  .modalProductPriceCompare {
    font-size: 20px;
    line-height: 20px; }

  .modalProductPrice {
    font-size: 20px;
    line-height: 20px; }

  .addLinerBtn {
    margin-bottom: 5px; } }
#modalContent {
  text-align: center;
  padding: 0px 15px; }

#modalContent h1 {
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 0px; }

#modalContent h2 {
  color: #3692e1;
  margin-top: 0px;
  font-weight: 900;
  font-size: 36px; }

.modalBorder {
  border: 1px solid red; }

#myModal {
  overflow-y: scroll; }

.padDesc {
  width: 90%;
  margin: auto; }

@media (max-width: 480px) {
  .header_right img {
    max-width: 76px !important; } }
@media (min-width: 721px) {
  .smallplay {
    display: none; }

  .header_logo img {
    max-width: unset;
    width: 299px; } }
@media (max-width: 720px) {
  .smallplay {
    position: absolute;
    right: 30%;
    top: 60%;
    transform: translate(-50%, -50%); }

  .rtrschecks .greenchecks li:nth-of-type(1) {
    margin-bottom: 112px !important; }

  .rtrschecks .greenchecks li:nth-of-type(2) {
    margin-bottom: 72px !important; }

  .rtrschecks .greenchecks li:nth-of-type(5) {
    margin-bottom: 92px !important; }

  .rtrschecks .greenchecks li:nth-of-type(6) {
    margin-bottom: 92px !important; } }
.contactus {
  margin: 60px 0px; }

.contactus p {
  font-size: 18px;
  font-family: "Roboto";
  margin-left: 15px; }

.contactus .svg-inline--fa.fa-w-12, .contactus .svg-inline--fa.fa-w-16 {
  color: orange;
  margin-right: 15px; }

.contactus h1 {
  text-align: left !important; }

.colors .active {
  border-width: 3px !important;
  border-color: #4794ca !important; }

#quick-trigger {
  color: #231f20; }

#quick-trigger #buy-now {
  margin: 40px 0; }

#quick-trigger .quick-trigger-header h3 {
  font: italic 2em "Roboto";
  text-align: center; }

#quick-trigger .quick-trigger-header h2 {
  font: 3em "Roboto";
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px; }

#quick-trigger div.buy-now {
  margin: 40px 0 0; }

#quick-trigger .quick-trigger-no-one-will-know {
  font: italic 2.5em "Roboto";
  text-align: center;
  margin-bottom: 20px; }

#quick-trigger .quick-trigger-features {
  margin: 30px 0; }

#quick-trigger .quick-trigger-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left; }

#quick-trigger .quick-trigger-features ul li {
  padding-left: 45px;
  font: 1.8em/36px "Roboto";
  color: #333;
  margin-bottom: 16px; }

#quick-trigger .quick-trigger-description {
  font: italic 2.5em "Roboto";
  text-align: center;
  padding: 0 10px;
  font-weight: 600;
  margin-bottom: 60px; }

.quick-trigger-images {
  border: none !important; }

@media only screen and (max-width: 767px) {
  #quick-trigger .quick-trigger-header h3 {
    font-size: 1.5em; }

  #quick-trigger .quick-trigger-header h2 {
    font-size: 2em; }

  #quick-trigger .quick-trigger-no-one-will-know,
  #quick-trigger .quick-trigger-description {
    font-size: 1.8em; }

  #quick-trigger .quick-trigger-features ul li {
    font-size: 1.5em; } }
@media (max-width: 720px) {
  .fb-messengermessageus {
    position: fixed;
    bottom: 10px;
    left: 14%; } }
@media (min-width: 721px) {
  .fb-messengermessageus {
    position: fixed;
    bottom: 60px;
    right: 5%; } }
#shopify-section-jr-ratings {
  text-align: center; }

#shopify-section-jr-leaves-in-dust .section_wrap {
  padding-bottom: 20px; }

#shopify-section-jr-superiod-foam h3 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }

#shopify-section-jr-superiod-foam .style1 {
  display: inline-block;
  vertical-align: middle; }

#shopify-section-jr-superiod-foam .superior {
  padding-bottom: 40px;
  text-align: center; }

.ta-center {
  text-align: center;
  display: block !important; }

#shopify-section-jr-more-reasons .morereasons {
  text-align: center; }

#shopify-section-jr-feel-the-diff .video_wrapper {
  height: 340px;
  width: 94%; }

#blog-nav {
  margin-top: 20px;
  background: #f7921d;
  padding: 3px 0; }
  @media (max-width: 767px) {
    #blog-nav {
      text-align: center; } }
  #blog-nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px;
    text-decoration: none; }
    @media (max-width: 767px) {
      #blog-nav a {
        white-space: nowrap;
        font-size: 11px;
        margin-left: 10px;
        margin-right: 10px; } }
  #blog-nav a.current {
    font-weight: 900; }

.blog_pagination {
  display: block !important;
  text-align: center;
  background: #fff; }
  .blog_pagination span, .blog_pagination a {
    font-size: 16px; }
  .blog_pagination span {
    margin-right: 10px; }
  .blog_pagination a {
    color: #e47a00; }

.prob-snippets {
  margin-top: 40px;
  border-spacing: 150px; }
  @media (min-width: 1200px) {
    .prob-snippets {
      border-left: 1px solid #dce0e3; } }
  .prob-snippets > div {
    padding-left: 20px; }
    @media (max-width: 1199px) {
      .prob-snippets > div {
        padding-right: 20px; } }
  .prob-snippets .banner {
    margin-bottom: 30px;
    text-align: center; }
  .prob-snippets #related_articles_header, .prob-snippets #related_products_header {
    margin-top: 20px;
    margin-bottom: 20px; }
    .prob-snippets #related_articles_header h4, .prob-snippets #related_products_header h4 {
      margin-top: 60px;
      margin-bottom: 20px;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      color: #7a7a7a;
      max-width: 90%;
      border-top: 2px solid #7a7a7a;
      margin: auto;
      padding-top: 20px; }
  .prob-snippets .subscribe-newsletter {
    margin: 30px 0;
    background: #ffe3c1;
    padding-top: 15px; }
    .prob-snippets .subscribe-newsletter h4 {
      margin-bottom: 0;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      color: #7a7a7a; }
    .prob-snippets .subscribe-newsletter .klaviyo-form button {
      font-family: "Roboto" !important;
      padding: 8px 18px !important;
      border-radius: 16px !important;
      font-weight: bold !important;
      letter-spacing: 1px !important;
      text-transform: uppercase !important; }
  .prob-snippets hr.divider {
    max-width: 90%;
    border: none;
    border-top: 2px solid #7a7a7a; }

#shopify-section-template-article-pro-blogger .page_heading {
  text-transform: none;
  font-weight: 900;
  margin-bottom: 30px; }

.share-social {
  margin-top: 40px;
  margin-bottom: 40px; }
  .share-social h4 {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }

#lfs-author-signature {
  margin: 40px 0; }
  #lfs-author-signature .auth-sig-rounded-corners {
    border-radius: 0; }
    #lfs-author-signature .auth-sig-rounded-corners .auth-sig-name {
      padding-top: 0; }
      #lfs-author-signature .auth-sig-rounded-corners .auth-sig-name h4 {
        font-size: 18px;
        margin-bottom: 8px !important; }
    #lfs-author-signature .auth-sig-rounded-corners .auth-sig-bio {
      font-size: 12px; }

@media (max-width: 1800px) {
  .section_map .map_captions {
    padding: 20px; } }
@media (max-width: 1600px) {
  .footer_row__1 {
    background-position: 50% 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; } }
@media (max-width: 1400px) {
  #back_top {
    margin: 0 0 0 600px;
    right: auto;
    left: 50%; }

  .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 100px; } }
@media (max-width: 1300px) {
  #back_top {
    margin: 0 0 0 525px; }

  .section_map .map_wrapper__small {
    padding: 24.53% 0 0 0; }
  .section_map .map_wrapper__medium {
    padding: 34.29% 0 0 0; }
  .section_map .map_wrapper__large {
    padding: 44.06% 0 0 0; } }
@media (max-width: 1280px) {
  .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 60px; }

  ul.army_bulletpoints {
    margin-left: 85px; }

  li.army_star {
    font-size: 18px;
    line-height: 32px; } }
@media (min-width: 721px) and (max-width: 1199px) {
  .threebh2 h3 {
    font-size: 42px !important; } }
@media (max-width: 1199px) {
  .product_listing__main .product_price .money_variants {
    display: block; }

  #back_top {
    margin: 0 0 0 425px; }

  header .header_left {
    padding: 0 10px 0 0; }
  header .header_center {
    padding: 0 10px; }
  header .header_right {
    padding: 0 0 0 10px; }

  .header_promo h2 {
    font-size: 20px; }
  .header_promo h3 {
    padding: 5px 0 0 0;
    font-size: 14px; }

  .megamenu_desktop .level_1__item ~ .level_1__item {
    margin: 0 0 0 35px; }
  .megamenu_desktop .level_2 .container {
    margin: 0 0 0 -485px; }

  .section_blog-articles .article_time {
    font-size: 14px; }
  .section_blog-articles .article_title {
    padding: 17px 0 0 0;
    font-size: 33px; }
  .section_blog-articles .article_content {
    padding: 8px 0 0 0;
    font-size: 14px; }
  .section_blog-articles .article_btn {
    margin: 20px 0 0 0;
    padding: 10px 20px; }

  .gallery_item .item_caption {
    font-size: 17px; }

  .section_image-with-text h3 {
    margin: 18px 0 0 0;
    font-size: 37px; }
  .section_image-with-text h4 {
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 1.5em; }
  .section_image-with-text .btn {
    margin: 20px 0 0 0;
    padding: 10px 20px; }

  .section_image-with-text-overlay h2 {
    font-size: 43px; }
  .section_image-with-text-overlay h4 {
    padding: 15px 0 0 40px;
    font-size: 18px; }
  .section_image-with-text-overlay .btn {
    margin: 25px 0 0 40px;
    padding: 10px 20px; }

  .section_slideshow h2 {
    font-size: 35px; }
  .section_slideshow h3 {
    padding: 12px 10% 0 10%;
    font-size: 18px; }
  .section_slideshow .btn {
    margin: 20px 0 0 0;
    padding: 10px 20px; }

  .section_template__collection .collection_img__overlay .img_wrapper__small {
    padding: 12.765625% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__medium {
    padding: 22.53125% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__large {
    padding: 32.296875% 0 0 0; }
  .section_template__collection .collection_img__overlay .layer_1 {
    background-position: 50% 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; }

  .section_template__blog .flexible_block__overlay .layer_2 {
    padding: 15px; }
  .section_template__blog .flexible_block__overlay .article_content,
  .section_template__blog .flexible_block__overlay .article_tags {
    display: none; }
  .section_template__blog .flexible_block__overlay .article_title {
    padding: 10px 0 0 0; }
  .section_template__blog .flexible_block__overlay .article_btn {
    margin: 15px 0 0 0; }
  .section_template__blog .blog_listing__list .img_wrapper__small {
    padding: 22.777777% 0 0 0; }
  .section_template__blog .blog_listing__list .img_wrapper__medium,
  .section_template__blog .blog_listing__list .img_wrapper__master {
    padding: 36.623931% 0 0 0; }
  .section_template__blog .blog_listing__list .img_wrapper__large {
    padding: 47.136752% 0 0 0; }
  .section_template__blog .blog_listing__list .article_title {
    font-size: 20px; }
  .section_template__blog .blog_listing__grid .article_title {
    font-size: 18px; }

  .section_template__article .img_wrapper__small {
    padding: 22.777777% 0 0 0; }
  .section_template__article .img_wrapper__medium,
  .section_template__article .img_wrapper__master {
    padding: 36.623931% 0 0 0; }
  .section_template__article .img_wrapper__large {
    padding: 47.136752% 0 0 0; }
  .section_template__article .flexible_block__overlay .layer_2 {
    padding: 15px; }
  .section_template__article .flexible_block__overlay h1 {
    font-size: 20px; }
  .section_template__article .flexible_block__normal h1 {
    font-size: 20px; }

  .account_section {
    padding: 15px; }
    .account_section h4 {
      font-size: 20px; }
      .account_section h4 a {
        margin: 0 0 0 10px; }
    .account_section .note {
      font-size: 14px; }

  .americaoverlay a.style4 {
    margin-top: 30px !important; }

  #shopify-section-template-vets .vettail {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block; }

  .template-collection .product_name {
    font-size: 20px; }

  .collectionprod .product_info .collabel .nudge,
  .collectionprod .product_info .collabel .colors {
    display: inline-block;
    vertical-align: middle; }

  .section_homepage.section_image-with-text-overlay .flexible_block__large .homefeature h4 {
    font-size: 18px; }

  .section_homepage.section_image-with-text-overlay .flexible_block__large .homefeature a.btn.btn_inverted {
    font-size: 20px; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testinner > p {
    font-size: 15px;
    line-height: 34px; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testtext,
  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage,
  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testtext,
  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage {
    padding-top: 35%; }

  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testinner > p {
    font-size: 24px !important;
    padding-top: 0px; }

  .section_homepage.section_testimonial .testSlider .slick-list .carousel-cell .testimonial.container {
    width: 100%; }

  #realstories .inner-container {
    height: 730px;
    overflow-y: scroll;
    overflow-x: hidden; } }
@media (max-width: 1024px) {
  #realstories .inner-container {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden; }

  .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 90px;
    line-height: 44px; }

  #shopify-section-1516612747725 #realstories .inner-container .murph,
  #shopify-section-1519843332966 #realstories .inner-container .forus,
  #shopify-section-jr-for-us-personal #realstories .inner-container .forus {
    width: 100%; }

  .personal-block .toggle-tab,
  .realstories-tabs .toggle-tab {
    top: 30px; }

  .personal-block .toggle-tab {
    top: 0px; }

  .product-filter .slct {
    margin: 0;
    width: 100%; }

  #buy-now-page .product-price {
    padding: 0px !important; }

  .carticon.device-cart-icon {
    width: auto;
    position: relative; }

  .carticon.device-cart-icon img {
    width: 20px; }

  .carticon.device-cart-icon span.cart_count {
    position: absolute;
    top: 0;
    background: #F7921D;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    right: -15px;
    line-height: 18px; }

  #buy-now-page .desktop .product-desc blockquote p {
    padding-right: 0; }

  #buy-now-page .desktop .product-desc blockquote {
    margin-right: 0; }

  #buy-now-page .desktop .product-desc blockquote .cite {
    padding-top: 15px; }

  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testinner > p {
    font-size: 16px !important; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testinner > p {
    line-height: 24px; }

  .section_single-product .single_product__quantity {
    text-align: center; } }
@media (max-width: 767px) {
  .mobileitems {
    display: block; }

  .page_wrapper {
    overflow: visible; } }
@media (max-width: 999px) {
  .joint-crisis-text-block .cstxt p {
    font-size: 20px;
    line-height: 26px; } }
@media (max-width: 991px) {
  .swiper_btn {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0; }

  .swiper_btn:before {
    line-height: 38px; }

  .swiper_btn__prev {
    left: 15px; }

  .swiper_btn__next {
    right: 15px; }

  .swiper_pagination {
    bottom: 15px; }

  .collection_listing__main .collection_item .collection_title {
    font-size: 16px; }

  #back_top {
    margin: 0 0 0 315px; }

  header .header_left {
    padding: 0 7px 0 0; }
  header .header_center {
    padding: 0 7px; }
  header .header_right {
    padding: 0 0 0 7px; }

  .header_promo h2 {
    font-size: 16px; }
  .header_promo h3 {
    padding: 5px 0 0 0;
    font-size: 13px; }

  .footer_row__1 {
    padding: 0 0 0px 0; }

  .footer_newsletter h2 {
    padding: 50px 0 0 0;
    font-size: 35px; }
  .footer_newsletter h3 {
    padding: 0px 0 0 0;
    font-size: 16px; }
  .footer_newsletter .form_wrapper {
    padding: 30px 15% 0 0%; }

  .footer_item {
    padding: 50px 0 0 0; }

  .section_homepage .section_heading {
    font-size: 26px; }

  .section_blog-articles .article_time {
    font-size: 14px; }
  .section_blog-articles .article_title {
    padding: 15px 0 0 0;
    font-size: 29px; }
  .section_blog-articles .article_content {
    padding: 5px 0 0 0;
    font-size: 14px;
    display: none; }
  .section_blog-articles .article_btn {
    margin: 20px 0 0 0;
    padding: 10px 20px; }

  .gallery_item .img_placeholder__wrap {
    background-position: 50% 50%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; }

  .section_gallery__1 .img_placeholder__small {
    padding: 15% 0 0 0; }

  .section_gallery__2 .img_placeholder__small {
    padding: 30% 0 0 0; }

  .section_gallery__3 .img_placeholder__small {
    padding: 45% 0 0 0; }

  .section_gallery__4 .img_placeholder__small {
    padding: 60% 0 0 0; }

  .section_image-with-text h2 {
    font-size: 14px; }
  .section_image-with-text h3 {
    margin: 15px 0 0 0;
    font-size: 33px; }
  .section_image-with-text h4 {
    padding: 15px 0 0 0;
    font-size: 16px; }
  .section_image-with-text .btn {
    margin: 20px 0 0 0;
    padding: 10px 20px; }

  .section_image-with-text-overlay .parallax_layer {
    transform: none !important; }
  .section_image-with-text-overlay h2 {
    font-size: 35px;
    padding-left: 0px; }
  .section_image-with-text-overlay h4 {
    padding: 15px 0 0 0;
    font-size: 16px; }
  .section_image-with-text-overlay .btn {
    margin: 20px 0 0 0;
    padding: 10px 20px; }

  .section_single-product .details_wrapper {
    margin: 0; }
  .section_single-product .details_left {
    width: 100%;
    float: none;
    padding: 0; }
  .section_single-product .details_right {
    width: 100%;
    float: none;
    padding: 15px 0 0 0; }
  .section_single-product .single_product__info.full {
    margin: 0; }
    .section_single-product .single_product__info.full .details_left,
    .section_single-product .single_product__info.full .details_right {
      width: 100%; }
  .section_single-product .single_product__info.no_img .details_wrapper {
    margin: 0 -10px; }
  .section_single-product .single_product__info.no_img .details_left {
    width: 66.75%;
    float: left;
    padding: 0 10px; }
  .section_single-product .single_product__info.no_img .details_right {
    width: 33.25%;
    float: left;
    padding: 0 10px; }

  .section_map .map_wrapper {
    padding: 35% 0 0 0; }
  .section_map .map_container {
    right: -51%; }
  .section_map .wrap_2 {
    width: 50%; }
  .section_map .map_captions {
    padding: 15px; }
  .section_map .map_captions__title {
    font-size: 17px; }
  .section_map .map_captions__text p {
    margin: 5px 0 0 0; }
  .section_map .map_captions__btn {
    margin: 10px 0 0 0; }

  .text_columns__item h3 {
    padding: 20px 0 0 0;
    font-weight: bold;
    font-size: 18px; }
  .text_columns__item p {
    padding: 15px 0 0 0;
    font-size: 14px; }
  .text_columns__item .btn {
    margin: 20px 0 0 0;
    padding: 10px 20px; }

  .section_template__blog .blog_listing__list .img_wrapper__small {
    padding: 27.777777% 0 0 0; }
  .section_template__blog .blog_listing__list .img_wrapper__medium,
  .section_template__blog .blog_listing__list .img_wrapper__master {
    padding: 41.623931% 0 0 0; }
  .section_template__blog .blog_listing__list .img_wrapper__large {
    padding: 52.136752% 0 0 0; }
  .section_template__blog .blog_listing__list .article_title {
    font-size: 18px; }
  .section_template__blog .blog_listing__grid .item_2_1 {
    clear: left; }
  .section_template__blog .blog_listing__grid .item_3_1 {
    clear: none; }
  .section_template__blog .blog_listing__grid .article_title {
    font-size: 18px; }

  .section_template__article .img_wrapper__small {
    padding: 27.777777% 0 0 0; }
  .section_template__article .img_wrapper__medium,
  .section_template__article .img_wrapper__master {
    padding: 41.623931% 0 0 0; }
  .section_template__article .img_wrapper__large {
    padding: 52.136752% 0 0 0; }

  .account_section__wrapper {
    display: block;
    margin: 0; }
    .account_section__wrapper .account_section {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0; }

  .template_cart .cart_items th {
    display: block;
    float: left;
    padding: 10px 0; }
  .template_cart .cart_items th.column_product {
    width: 75%; }
  .template_cart .cart_items th.column_price {
    width: 25%; }
  .template_cart .cart_items th.column_quantity {
    display: none; }
  .template_cart .cart_items th.column_total {
    display: none; }
  .template_cart .cart_items td {
    display: block;
    float: left;
    padding: 0; }
  .template_cart .cart_items td.column_product_img {
    width: 25%;
    padding: 15px 15px 15px 0; }
  .template_cart .cart_items td.column_product_info {
    width: 50%;
    padding: 15px 15px 15px 0; }
  .template_cart .cart_items td.column_price {
    width: 25%;
    padding: 15px 0; }
  .template_cart .cart_items td.column_quantity {
    width: 50%;
    clear: left;
    margin: 0 0 0 25%;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left; }
  .template_cart .cart_items td.column_total {
    width: 25%;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .template_cart .cart_items .quantity_box {
    margin: 0; }
  .template_cart .cart_items tfoot td {
    width: 100%;
    padding: 15px 0; }

  .americaoverlay h3 {
    padding-top: 0; }

  #shopify-section-template-vets .vets-buy-btn {
    padding-bottom: 55px;
    text-align: center; }

  #shopify-section-template-vets .morevet {
    text-align: center;
    margin-bottom: 20px; }

  .joint-crisis-text-block {
    padding: 0 0 30px; }

  .joint-crisis-text-block .cstxt {
    position: relative; }

  .section_homepage.section_image-with-text-overlay .flexible_block__large,
  .section_homepage.section_image-with-text-overlay .flexible_block__large .img_placeholder__large {
    padding: 47.55% 0 0 0; }

  #shopify-section-1515943244867.section_video.vidtesti #vidwrap, #shopify-section-jr-feel-the-diff.section_video.vidtesti #vidwrap {
    height: auto; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage,
  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testtext,
  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage {
    padding-top: 40%; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testtext {
    padding-top: 35%; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage {
    background-position: top !important; }

  .section_homepage.superior .pressure_container .pressure,
  .section_homepage.superior .pressure_container p.pressure_pad,
  .section_homepage.superior .pressure_container .pressure.pressureright .col-md-6 {
    text-align: center; }

  .section_homepage.superior .pressure_container .pressure.pressureright {
    border-left: none;
    border-top: 2px solid #86a76a; }

  .section_homepage.superior .pressure_container h4 {
    display: block; }

  .section_homepage.superior .learnmorebtn a.style2 {
    white-space: normal; }

  #shopify-section-1516355178938.section_video.vidtesti h1.boosts span {
    display: block; }

  #shopify-section-1516355178938.section_homepage.section_video.vidtesti #vidwrap h2.vidtitle {
    font-size: 30px !important; }

  #shopify-section-1516355178938.section_homepage.section_video.vidtesti #vidwrap h2.vidtitle span {
    display: block; }

  #shopify-section-1516355178938.section_video.vidtesti .video_wrapper:nth-of-type(3),
  #shopify-section-1515943244867.section_video.vidtesti .video_wrapper:nth-of-type(3) {
    display: none; }

  .american .american-col-block {
    margin-top: 40px; }

  .shopify-section .american .amerlabel h3,
  .shopify-section .american .amertext,
  .american .american-col-block,
  .shopify-section .american .amerlabel h2 {
    text-align: center; }

  .shopify-section .american .amertext {
    padding-right: 0px; }

  .chinabutton-row {
    display: inline-block;
    width: 100%;
    text-align: center; }

  .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 50px; }

  .morereasons .tl {
    border-left: 1px solid #333;
    border-top: 1px solid #333; }

  .morereasons .tm {
    border-left: 1px solid #333;
    border-right: 1px solid #333; }

  .morereasons .tr {
    border-right: 1px solid #333; }

  .morereasons .bl {
    border-left: 1px solid #333;
    border-bottom: 1px solid #333; }

  .morereasons .bm {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333; }

  .morereasons .br {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333; }

  #shopify-section-1515943244867.section_video.vidtesti .video_wrapper, #shopify-section-jr-feel-the-diff.section_video.vidtesti .video_wrapper,
  #shopify-section-1516355178938.section_video.vidtesti .video_wrapper {
    height: auto; }

  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description {
    font-size: 22px !important; }

  #shopify-section-1515766505175.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage,
  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage,
  #shopify-section-1520559401501.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage,
  #shopify-section-1516644934528.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage {
    padding-top: 80%; }

  #realstories .murphright .video_wrapper {
    max-width: 100%;
    margin-left: 0; }

  #realstories .murphright {
    display: inline-block;
    width: 100%; }

  #realstories .murphright .ppr {
    width: 100%; }

  a.btn.btnpersonal.device-read-story {
    display: block;
    position: relative;
    top: -45px; }

  .personal-section .btn.btnpersonal {
    display: none; }

  .product-filter .product-price .price-plan {
    font-size: 16px; }

  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testinner > p {
    font-size: 18px !important; }

  .guarantee-left-block .guartext {
    min-height: auto;
    padding-right: 0;
    margin-bottom: 0; }

  .guarantee-10-year .guarantee .col-md-3 {
    text-align: center; }

  .section_single-product .single_product__price {
    text-align: center; }

  .section_single-product .single_product__price .money_sale_percent {
    left: 0;
    margin: 26px auto;
    text-align: center; }

  .about-us-trial-block {
    text-align: center;
    margin: 15px 0; }

  .abtheadertext {
    width: 35%; }

  #about-us .caption img {
    width: 100%; }

  #about-us .abouttext h3 {
    margin-bottom: 0px; }

  #about-us .readmore .btnadjust {
    text-align: center;
    padding-bottom: 40px; }

  #about-us .readmore .btnadjust a.btn.howmade {
    margin-left: 0; }

  #about-us .readmore h2 {
    margin-bottom: 0px;
    display: inline-block; }

  #sticky_header nav#megamenu ul .dtmenu li {
    margin: 0 7px 15px !important;
    height: auto; }

  #sticky_header nav#megamenu ul .dtmenu li a {
    line-height: normal;
    font-size: 11px; }

  #sticky_header nav#megamenu ul .dtmenu {
    text-align: center; }

  #sticky_header a.desktop.cart-button {
    width: 105px;
    margin-bottom: 15px; }

  .header_right img {
    width: 80px; }

  a.desktop.cart-button:before {
    left: 15px; }

  a.desktop.cart-button span.button-text {
    font-size: 11px; } }
@media (max-width: 799px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -250px !important; }

  .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 55px;
    line-height: 29px; }

  .ug-gallery-wrapper .ug-textpanel-description span {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px; } }
@media (max-width: 768px) {
  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage {
    padding-top: 80%; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testtext {
    padding-top: 5%;
    min-height: 305px; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial.container {
    width: 100%; }

  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testtext {
    padding-top: 0;
    min-height: 273px; }

  #realstories .inner-container {
    height: 100vh; }

  #realstories .toggle-tab {
    top: 0px; }

  #realstories .inner-container .container {
    width: 100%; }

  #realstories .inner-container .ppr {
    width: 100%; }

  .guarantee-left-block .guartext {
    min-height: auto;
    margin-bottom: 0px; }

  .guarantee-10-year .guarantee .col-md-3 {
    text-align: center; } }
@media (max-width: 767px) {
  .product_listing__main > div {
    width: 100%;
    float: none; }
  .product_listing__main .product_item {
    margin: 30px -15px 0 -15px; }
  .product_listing__main .product_img {
    width: 33.333333%;
    float: left;
    padding: 0 15px; }
  .product_listing__main .product_info {
    width: 66.666666%;
    float: left;
    padding: 0 15px; }
  .product_listing__main .product_name {
    padding: 0;
    font-size: 14px; }
  .product_listing__main .product_desc__long {
    display: block; }

  .collection_listing__main .collection_item .layer_1 {
    margin: 0 0 10px 0; }
  .collection_listing__main .collection_item .collection_title {
    font-size: 14px; }
  .collection_listing__main .collection_item .collection_products {
    padding: 5px 0 0 0;
    font-size: 12px; }
  .collection_listing__main .flexible_block__overlay .layer_1 {
    margin: 0; }

  #back_top {
    margin: 0 0 0 125px; }

  .header_row__2 {
    padding: 0 0 15px 0; }
    .header_row__2 .header_container {
      display: block; }

  header .header_left {
    padding: 12px 0;
    text-align: center; }
  header .header_center {
    padding: 11px 0 0 0; }
  header .header_right {
    padding: 4px; }

  .footer_row__1 {
    padding: 0 0 0px 0; }

  .footer_newsletter h2 {
    padding: 50px 0 0 0;
    font-size: 35px; }
  .footer_newsletter h3 {
    padding: 20px 0 0 0;
    font-size: 16px; }
  .footer_newsletter .form_wrapper {
    padding: 30px 15% 0 0%; }

  .footer_item {
    padding: 50px 0 0 0; }

  .footer_social {
    padding: 30px 0 0 0; }
    .footer_social li {
      margin: 20px 0 0 0; }
    .footer_social li ~ li {
      margin: 20px 0 0 20px; }

  .footer_copyright {
    padding: 10px 0; }

  .section_homepage {
    margin: 50px 0; }
    .section_homepage .section_heading {
      font-size: 22px; }

  .section_blog-articles .item_wrap {
    padding: 30px 0 0 0; }
  .section_blog-articles .article_time {
    font-size: 14px; }
  .section_blog-articles .article_title {
    padding: 12px 0 0 0;
    font-weight: normal;
    font-size: 22px; }
  .section_blog-articles .article_info {
    padding: 15px 0 0 0; }
  .section_blog-articles .article_btn {
    margin: 15px 0 0 0;
    padding: 10px 20px; }

  .section_gallery {
    margin: 0; }
    .section_gallery .col-xs-3 {
      width: 50%; }

  .gallery_item .item_caption {
    font-size: 14px; }

  .section_gallery__1 .img_placeholder__small {
    padding: 20% 0 0 0; }

  .section_gallery__2 .img_placeholder__small {
    padding: 40% 0 0 0; }

  .section_gallery__3 .img_placeholder__small {
    padding: 60% 0 0 0; }

  .section_gallery__4 .img_placeholder__small {
    padding: 50% 0 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }

  .section_image-with-text .image_left .item_txt__wrapper {
    padding: 0; }
  .section_image-with-text .image_right .item_txt__wrapper {
    padding: 0; }
  .section_image-with-text h2 {
    font-size: 14px; }
  .section_image-with-text h3 {
    margin: 15px 0 0 0;
    font-weight: normal;
    font-size: 28px; }
  .section_image-with-text h4 {
    padding: 12px 0 0 0;
    font-size: 14px; }
  .section_image-with-text .btn {
    margin: 14px 0 0 0;
    padding: 10px 20px; }

  .section_image-with-text-overlay {
    margin: 0; }
    .section_image-with-text-overlay .parallax_layer {
      transform: none !important; }
    .section_image-with-text-overlay .img_placeholder__wrap {
      background-position: 50% 0;
      -webkit-background-size: auto 100%;
      background-size: auto 100%; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__small {
      padding: 30.193359% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__medium {
      padding: 39.714843% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large {
      padding: 46.0625% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__small {
      padding: 30.193359% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__medium {
      padding: 39.714843% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__large {
      padding: 46.0625% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container {
      margin: 0 0 50px 0; }
    .section_image-with-text-overlay h2 {
      font-size: 27px; }
    .section_image-with-text-overlay h4 {
      padding: 9px 0 0 0;
      font-size: 14px; }
    .section_image-with-text-overlay .btn {
      margin: 17px 0 0 0;
      padding: 8px 10px;
      font-size: 18px; }

  .section_slideshow {
    margin: 0; }
    .section_slideshow .img_placeholder__wrap {
      background-position: 50% 0;
      -webkit-background-size: auto 100%;
      background-size: auto 100%; }
    .section_slideshow .img_placeholder__small {
      padding: 26.53125% 0 0 0; }
    .section_slideshow .img_placeholder__medium {
      padding: 36.296875% 0 0 0; }
    .section_slideshow .img_placeholder__large {
      padding: 46.0625% 0 0 0; }
    .section_slideshow h2 {
      font-size: 30px; }
    .section_slideshow h3 {
      padding: 12px 10% 0 10%;
      font-size: 16px; }
    .section_slideshow .btn {
      margin: 20px 0 0 0;
      padding: 10px 20px; }

  .section_single-product .single_product__info.no_img .details_left,
  .section_single-product .single_product__info.no_img .details_right {
    width: 50%; }

  .section_map {
    margin: 0; }
    .section_map .map_wrapper {
      padding: 50% 0 0 0; }

  .section_text-columns {
    margin: 20px 0 50px 0; }

  .text_columns__item h3 {
    padding: 15px 0 0 0;
    font-size: 16px; }
  .text_columns__item p {
    padding: 10px 0 0 0; }
  .text_columns__item .btn {
    margin: 15px 0 0 0;
    padding: 10px 20px; }

  .section_custom-content .col-xs-3 .product_item,
  .section_custom-content .col-xs-4 .product_item {
    margin-left: 0;
    margin-right: 0; }
  .section_custom-content .col-xs-3 .product_img,
  .section_custom-content .col-xs-3 .product_info,
  .section_custom-content .col-xs-4 .product_img,
  .section_custom-content .col-xs-4 .product_info {
    width: 100%;
    float: none;
    padding: 0; }
  .section_custom-content .col-xs-3 .product_img,
  .section_custom-content .col-xs-4 .product_img {
    margin: 0 0 10px 0; }
  .section_custom-content .col-xs-3 .product_desc,
  .section_custom-content .col-xs-4 .product_desc {
    display: none; }

  .section_template__collection .collection_img__overlay .img_wrapper__small {
    padding: 15.765625% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__medium {
    padding: 25.53125% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__large {
    padding: 35.296875% 0 0 0; }
  .section_template__collection .product_options .product_view {
    display: none; }
  .section_template__collection .product_options .product_options__sort {
    margin: 10px 0 0 10px; }
  .section_template__collection .product_options .product_options__number {
    float: left;
    margin: 10px 10px 0 0; }

  .section_template__blog .blog_listing__list .img_wrapper__small,
  .section_template__blog .blog_listing__list .img_wrapper__medium,
  .section_template__blog .blog_listing__list .img_wrapper__master,
  .section_template__blog .blog_listing__list .img_wrapper__large,
  .section_template__blog .blog_listing__grid .img_wrapper__small,
  .section_template__blog .blog_listing__grid .img_wrapper__medium,
  .section_template__blog .blog_listing__grid .img_wrapper__master,
  .section_template__blog .blog_listing__grid .img_wrapper__large {
    padding: 40% 0 0 0; }
  .section_template__blog .blog_listing__list .article_title,
  .section_template__blog .blog_listing__grid .article_title {
    font-size: 18px; }

  .section_template__article .img_wrapper__small,
  .section_template__article .img_wrapper__medium,
  .section_template__article .img_wrapper__master,
  .section_template__article .img_wrapper__large {
    padding: 40% 0 0 0; }
  .section_template__article .flexible_block__overlay h1 {
    font-size: 18px; }

  .template_search .search_form {
    margin: 15px 0 0 0; }
  .template_search .search_results {
    padding: 15px 0 0 0; }
    .template_search .search_results li {
      overflow: hidden;
      padding: 15px 0 0 0; }
    .template_search .search_results li ~ li {
      margin: 15px 0 0 0; }
    .template_search .search_results .search_results__img {
      width: 160px;
      height: 160px; }
    .template_search .search_results .search_results__name {
      margin: 0 0 0 175px;
      font-size: 16px; }
    .template_search .search_results .search_results__desc {
      margin: 0 0 0 175px; }
    .template_search .search_results .search_results__price {
      margin: 0 0 0 175px; }

  .section_template__about .item {
    overflow: hidden; }
  .section_template__about .page_content__icons .item_icon {
    width: 130px;
    float: left;
    text-align: center; }
  .section_template__about .page_content__icons .item_title {
    margin: 0 0 0 150px;
    padding: 5px 0 0 0;
    text-align: left; }
  .section_template__about .page_content__icons .item_text {
    margin: 10px 0 0 150px;
    text-align: left; }
  .section_template__about .page_content__photos .item_img {
    width: 130px;
    float: left; }
  .section_template__about .page_content__photos .item_title {
    margin: 0 0 0 150px; }
  .section_template__about .page_content__photos .item_text {
    margin: 10px 0 0 150px; }

  .americaoverlay a.style4 {
    margin-top: 10px !important;
    font-size: 15px !important; }

  .americaoverlay h3 {
    margin-top: 0; }

  .joint-crisis-text-block .cstxt {
    padding: 8%; }

  #shopify-section-template-vets .vetclear .vetimg {
    padding-top: 92%;
    background-position: top center !important; }

  .joint-crisis-row .col-md-8,
  .joint-crisis-row .col-md-4 {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0px; }

  .joint-crisis-row .col-md-4 {
    padding-top: 15px; }

  #shopify-section-template-collection .collectionprod {
    display: inline-block;
    width: 48% !important;
    vertical-align: top; }

  #shopify-section-template-collection .collectionprod .product_info {
    width: 100%; }

  .template-collection .product_name {
    font-size: 20px; }

  .product_listing__main .collectionprod .product_img {
    padding-top: 51%;
    width: 100%; }

  #shopify-section-jr-hero .flexible_block__large,
  .template-index #shopify-section-1493036588338.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large,
  .template-product #shopify-section-1493036588338.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large,
  .template-page #landing-hip-dysplasia #shopify-section-index-image-with-text-overlay.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large {
    padding-top: 66%; }

  .template-index #shopify-section-jr-hero.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large .img_placeholder__wrap.img_placeholder__large,
  .template-index #shopify-section-1493036588338.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large .img_placeholder__wrap.img_placeholder__large,
  .template-index #shopify-section-jr-hero.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large .img_placeholder__wrap.img_placeholder__large,
  .template-page #landing-hip-dysplasia #shopify-section-index-image-with-text-overlay.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large .img_placeholder__wrap.img_placeholder__large {
    padding: 0;
    height: 100%; }

  .testSlider .testinner p {
    font-size: 15px;
    line-height: 22px; }

  .testSlider .testinner {
    padding: 20px 0; }

  .section_homepage.section_image-with-text-overlay .flexible_block__large .homefeature h4 {
    font-size: 14px; }

  .section_homepage.section_image-with-text-overlay .flexible_block__large .homefeature a.btn.btn_inverted {
    font-size: 18px; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testtext,
  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testtext {
    padding-top: 0px; }

  .section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage,
  #shopify-section-1516213784782.section_testimonial .slick-list .slick-track .slick-slide .testimonial .testouter .testimage {
    background-position: top !important; }

  .shopify-section .american .col-md-6.col-lg-6 {
    padding: 0 15px; }

  .american a.style1 {
    margin-top: 25px;
    float: none !important;
    display: inline-block; }

  .american-bottom-row {
    text-align: center; }

  .sectionwrap.trusted-vet-cols {
    width: 100%; }

  .trusted-vet-cols .item_wrap.image_top {
    padding-right: 0px; }

  .trusted-vet-cols .item_wrap.image_bottom {
    padding-left: 0;
    border-left: none;
    border-top: 2px solid #338188;
    margin-top: 50px; }

  .trusted-vet-cols .image_bottom .item_txt.textoptions {
    margin-top: 20px; }

  #shopify-section-1516213990173 .sectionwrap,
  .big-dogs-risk-block {
    display: inline-block;
    width: 100%; }

  #shopify-section-1516213990173.section_homepage.marginless .threebh2 h3 {
    font-size: 40px !important; }

  .big-dogs-risk-block .image_right {
    display: inline-block;
    width: 100%; }

  .big-dogs-risk-block .image_right .item_img {
    left: 0;
    width: 100%; }

  .big-dogs-risk-block .image_right .item_txt.textoptions {
    right: 0;
    width: 100%;
    text-align: center; }

  .big-dogs-risk-block .item_txt.textoptions p {
    text-align: center !important; }

  .big-dogs-risk-block .item_txt.textoptions h3.textoptionsh3 {
    text-align: center !important; }

  .big-dogs-risk-block .item_txt.textoptions a.btn.style3 {
    float: none !important; }

  .big-dogs-risk-block .item_txt.textoptions p.lora {
    margin-top: 20px; }

  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description {
    font-size: 18px !important;
    top: 0 !important;
    right: 0;
    margin: 0 auto !important;
    width: 100% !important; }

  #shopify-section-1517224905158 .ug-textpanel-textwrapper {
    overflow: visible;
    position: relative !important;
    left: 0 !important;
    width: 100% !important; }

  #realstories .toggle-tab {
    z-index: 99; }

  #realstories.personal-section .close-slide {
    z-index: 99; }

  .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 75px; }

  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper,
  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper img,
  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-border-overlay,
  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-overlay {
    width: 100px !important;
    height: 60px !important; }

  .ug-arrow-right.ug-skin-default,
  .ug-arrow-left.ug-skin-default {
    width: 16px;
    height: 34px;
    background-position: -33.00971px -14.85437px;
    background-size: 148.54369px; }

  .ug-arrow-right.ug-skin-default {
    background-position: -49.51456px -14.85437px; }

  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner {
    height: auto !important; }

  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip {
    width: 80% !important;
    margin-top: 20px !important; }

  .ug-slider-wrapper .ug-button-videoplay.ug-type-square {
    width: 45px;
    height: 27px;
    background-size: 176.08696px;
    background-position: -117.3913px -19.56522px; }

  a.phonely.persistentbtn.cart-button {
    position: fixed;
    bottom: 10;
    z-index: 999;
    left: calc(50% + 10px);
    display: block; }

  a.phonely.persistentbtn.cart-button:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='29px' height='29px' viewBox='0 0 624.000000 528.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='translate(0.000000,528.000000) scale(0.100000,-0.100000)' fill='%23ffffff' stroke='none'%3E%3Cpath d='M512 5077 c-23 -45 -42 -87 -42 -92 0 -6 177 -100 393 -210 215 -109 394 -200 396 -201 3 -3 357 -1688 424 -2019 l32 -160 1360 -5 c1152 -5 1366 -8 1400 -20 57 -21 148 -114 164 -169 16 -56 16 -116 0 -172 -16 -55 -107 -148 -164 -169 -34 -12 -242 -15 -1396 -18 l-1357 -2 -16 -65 c-9 -35 -16 -69 -16 -75 0 -7 423 -9 1408 -8 l1407 3 58 27 c80 38 170 126 210 207 31 63 32 71 32 186 0 110 -2 125 -27 178 -38 81 -127 171 -208 210 l-67 32 87 335 c48 184 128 495 179 690 50 195 107 412 126 483 l34 127 -1683 0 -1683 0 -56 272 c-32 149 -58 273 -60 274 -8 8 -875 444 -883 444 -5 0 -28 -37 -52 -83z m4144 -1124 c-5 -16 -345 -1319 -361 -1385 l-7 -28 -1194 0 c-673 0 -1194 4 -1194 9 0 5 -65 321 -145 702 -80 382 -145 700 -145 707 0 9 312 12 1526 12 1448 0 1525 -1 1520 -17z'/%3E%3Cpath d='M2093 1436 c-101 -33 -190 -113 -241 -216 -25 -50 -27 -65 -27 -170 0 -107 2 -119 29 -175 38 -77 114 -153 191 -191 56 -27 68 -29 175 -29 107 0 119 2 175 29 77 38 153 114 191 191 27 56 29 68 29 175 0 107 -2 119 -29 175 -38 77 -114 153 -191 190 -52 26 -72 30 -160 32 -64 2 -115 -2 -142 -11z m215 -215 c67 -34 102 -93 102 -171 0 -111 -79 -190 -190 -190 -111 0 -190 79 -190 190 0 111 77 189 188 190 33 0 67 -7 90 -19z'/%3E%3Cpath d='M4033 1436 c-101 -33 -190 -113 -241 -216 -25 -50 -27 -65 -27 -170 0 -107 2 -119 29 -175 38 -77 114 -153 191 -191 56 -27 68 -29 175 -29 107 0 119 2 175 29 77 38 153 114 191 191 27 56 29 68 29 175 0 107 -2 119 -29 175 -38 77 -114 153 -191 190 -52 26 -72 30 -160 32 -64 2 -115 -2 -142 -11z m215 -215 c67 -34 102 -93 102 -171 0 -111 -79 -190 -190 -190 -111 0 -190 79 -190 190 0 111 77 189 188 190 33 0 67 -7 90 -19z'/%3E%3C/g%3E%3C/svg%3E");
    width: 29px;
    height: 29px;
    display: inline-block;
    background-size: cover;
    margin-left: 8px;
    margin-top: 5px; }

  a.phonely.persistentbtn.cart-button span.button-text {
    width: 100%;
    padding-left: 42px; }

  #productdescription .reorder {
    display: inline-block; }

  #productdescription .blockquote {
    width: 100%; }

  .standardbullets {
    margin-left: 25px; }

  #productdescription h1 {
    padding: 0 15px; }

  #about-us .abouttext .caption {
    margin-top: 0px;
    margin-bottom: 20px; }

  #about-us .aboutus-device-btn {
    display: block; }

  #about-us a.about-us-desktop-btn.btn {
    display: none; }

  #about-us #shopify-section-about-for-its-personal .personal {
    padding-top: 70%; }

  #about-us #shopify-section-about-for-its-personal .personal-block {
    padding-bottom: 30px; }

  #about-us .personal-block .toggle-tab {
    top: 0px;
    z-index: 999; }

  #about-us .container4 .col2 {
    line-height: normal;
    padding-right: 0;
    padding-left: 0;
    font-size: 20px; }

  #about-us #shopify-section-about-for-its-personal .personal-block .col1 {
    line-height: normal; }

  #about-us .container4 .col2 .about-us-tab-headlines {
    display: none; } }
@media (max-width: 639px) {
  .page_heading {
    margin: 30px 0 0 0;
    font-size: 20px; }

  .product_listing__main .product_desc__long {
    display: none; }
  .product_listing__main .product_desc__short {
    display: block; }

  .collection_listing__main .col-xs-3 {
    width: 50%; }
  .collection_listing__main .item_2_1 {
    clear: left; }

  .pagination {
    text-align: center; }
    .pagination p {
      float: none;
      padding: 10px 0 0 0; }
    .pagination ul {
      float: none;
      margin: 10px 0 0 0;
      padding: 10px 0 0 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }

  .megamenu_mobile #megamenu_level__1 {
    width: 100%; }
  .megamenu_mobile #megamenu_mobile_close {
    width: 15%; }
  .megamenu_mobile .level_1 {
    padding: 15px 15px 40px 15px; }
  .megamenu_mobile .level_1__link {
    padding: 15px 0px 15px 0;
    font-size: 16px; }
  .megamenu_mobile .level_2__links h3 {
    padding: 15px 35px 15px 0;
    font-size: 16px; }
  .megamenu_mobile .level_2__links .level_3__link {
    padding: 7px 0 7px 15px; }
  .megamenu_mobile .level_2__products .product_img {
    width: 120px; }
  .megamenu_mobile .level_2__blog .blog_img {
    width: 120px; }

  .footer_row__1 {
    padding: 0 0 0px 0; }

  .footer_newsletter h2 {
    padding: 40px 0 0 0;
    font-size: 29px; }
  .footer_newsletter h3 {
    padding: 20px 0 0 0;
    font-size: 14px; }
  .footer_newsletter .form_wrapper {
    padding: 30px 10% 0 10%; }

  .footer_item {
    padding: 40px 0 0 0; }

  .section_blog-articles .article_time {
    font-size: 14px; }
  .section_blog-articles .article_title {
    padding: 12px 0 0 0;
    font-weight: normal;
    font-size: 19px; }
  .section_blog-articles .article_info {
    padding: 12px 0 0 0; }
    .section_blog-articles .article_info span {
      text-transform: none; }
  .section_blog-articles .article_btn {
    margin: 12px 0 0 0;
    padding: 7px 15px; }

  .section_image-with-text .item_img,
  .section_image-with-text .item_txt {
    width: 50%; }
  .section_image-with-text .image_right .item_img {
    left: 50%; }
  .section_image-with-text .image_right .item_txt {
    right: 50%; }
  .section_image-with-text h3 {
    margin: 15px 0 0 0;
    font-weight: normal;
    font-size: 22px; }
  .section_image-with-text h4 {
    display: none; }
  .section_image-with-text .btn {
    margin: 0px 0 0 0;
    padding: 7px 15px; }

  .section_image-with-text-overlay {
    margin: 0; }
    .section_image-with-text-overlay .parallax_layer {
      transform: none !important; }
    .section_image-with-text-overlay .img_placeholder__wrap {
      background-position: 50% 0;
      -webkit-background-size: auto 100%;
      background-size: auto 100%; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__small {
      padding: 30.193359% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__medium {
      padding: 39.714843% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large {
      padding: 46.0625% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__small {
      padding: 30.193359% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__medium {
      padding: 39.714843% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__large {
      padding: 46.0625% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container {
      margin: 0 0 50px 0; }
    .section_image-with-text-overlay h2 {
      font-size: 24px; }
    .section_image-with-text-overlay .btn {
      margin: 17px 0 0 0;
      padding: 7px 15px; }
    .section_image-with-text-overlay .section_wrap__container .section_txt {
      padding: 0 15px; }

  .section_logo-list .col-xs-2 {
    width: 33.333333%; }
  .section_logo-list .item_3_1 {
    clear: left; }
  .section_logo-list img {
    width: 100%; }

  .section_slideshow {
    margin: 0; }
    .section_slideshow h2 {
      font-size: 24px; }
    .section_slideshow h3 {
      padding: 12px 20px 0 20px;
      font-size: 14px; }
    .section_slideshow .btn {
      margin: 20px 0 0 0;
      padding: 7px 15px; }

  .section_single-product .single_product__img {
    width: 320px;
    float: none;
    margin: 0 auto; }
  .section_single-product .single_product__info {
    width: 100%;
    float: none;
    margin: 30px 0 0 0 !important; }
  .section_single-product .single_product__title {
    font-size: 20px; }
  .section_single-product .single_product__info.no_img .details_wrapper {
    margin: 0; }
  .section_single-product .single_product__info.no_img .details_left,
  .section_single-product .single_product__info.no_img .details_right {
    width: 100%;
    float: none;
    padding: 0; }

  .section_custom-content .col_item {
    width: 50%; }
  .section_custom-content .item_2_1 {
    clear: left; }
  .section_custom-content img {
    width: 100%; }

  .section_video h2 {
    padding: 25px 0 0 0;
    font-size: 14px; }
  .section_video h3 {
    margin: 20px 0 0 0;
    font-size: 30px; }

  .section_template__collection .collection_img__inline .flex_item__img {
    flex: 0 0 50%;
    padding: 0 7px 0 15px; }
  .section_template__collection .collection_img__inline .flex_item__text {
    flex: 0 0 50%;
    padding: 0 15px 0 8px; }
  .section_template__collection .collection_img__overlay .img_wrapper__small {
    padding: 18.765625% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__medium {
    padding: 28.53125% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__large {
    padding: 38.296875% 0 0 0; }
  .section_template__collection h1 {
    font-size: 20px; }
  .section_template__collection .product_options .product_options__sort,
  .section_template__collection .product_options .product_options__number {
    float: none;
    margin: 0;
    padding: 10px 0 0 0; }

  .section_template__blog .article_info {
    padding: 0; }
    .section_template__blog .article_info span {
      display: block;
      margin: 0;
      padding: 0;
      border: none; }
    .section_template__blog .article_info span ~ span {
      display: block;
      margin: 0;
      padding: 10px 0 0 0;
      border: none; }

  .section_template__article .article_info {
    padding: 0 0 10px 0; }
    .section_template__article .article_info span,
    .section_template__article .article_info span ~ span {
      display: block;
      margin: 0;
      padding: 10px 0 0 0;
      border: none; }

  .article_comments__list .comment_author .comment_date {
    display: block;
    float: none;
    padding: 7px 0 0 0; }
  .article_comments__list .comment_content {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

  .template_customer__account h2 {
    margin: 30px 0 0 0;
    font-size: 15px; }

  .account_table__wrap {
    margin: 0 -15px -15px -15px; }
    .account_table__wrap .account_table .row_header {
      font-weight: normal; }
    .account_table__wrap .account_table th,
    .account_table__wrap .account_table td {
      padding: 5px;
      font-size: 12px;
      line-height: 1.2em; }

  .template_404 h1 {
    margin: 30px 0 0 0;
    font-size: 140px; }
  .template_404 h2 {
    margin: 0;
    font-size: 32px; }
  .template_404 h3 {
    margin: 15px 0 0 0;
    font-size: 22px; }
  .template_404 ul {
    margin: 30px 0 0 0; }

  .americaback {
    margin-bottom: 0px;
    padding-bottom: 54%; }

  .americaback .americaoverlay {
    bottom: 0px;
    top: auto;
    left: 0;
    width: 100%;
    transform: translate(0);
    height: auto; }

  .americaback .americaoverlay h3 {
    font-size: 16px;
    line-height: 20px; }

  .big-dogs-risk-block .image_right .item_img {
    left: 0px; }

  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 90px;
    font-size: 15px !important; }

  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper,
  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper img,
  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-border-overlay,
  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper .ug-thumb-overlay {
    width: 70px !important;
    height: 40px !important; }

  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip {
    margin-top: 46px !important; } }
@media (max-width: 639px) and (max-width: 542px) {
  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 120px;
    font-size: 15px !important; } }
@media (max-width: 500px) {
  #shopify-section-1517224905158 #gallery .ug-theme-panel .ug-strip-panel .ug-thumbs-strip {
    margin-top: 0px !important; }

  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 30px; } }
@media (max-width: 479px) {
  #header {
    height: 111px; }

  .carteric {
    margin-top: 30px; }

  .imgunset {
    margin-top: 5px; }

  .imgunset img {
    width: unset;
    width: 21%;
    margin-right: 10px; }

  .carteric p {
    font-family: "Lora";
    font-size: 16px; }

  .product_listing__main .product_img {
    width: 40%;
    float: left;
    padding: 0 7px 0 15px; }
  .product_listing__main .product_info {
    width: 60%;
    float: left;
    padding: 0 15px 0 8px; }
  .product_listing__main .product_desc__short {
    display: none; }
  .product_listing__main .product_price {
    padding: 10px 0 0 0; }
  .product_listing__main .product_links {
    padding: 10px 0 0 0; }

  .collection_listing__main > div {
    padding: 0 15px 0 7px; }
  .collection_listing__main .item_2_1 {
    padding: 0 8px 0 15px; }
  .collection_listing__main .collection_item {
    margin: 15px 0 0 0; }
  .collection_listing__main .flexible_block__overlay .layer_2 {
    padding: 10px; }

  footer {
    margin: 50px 0 0 0; }
    footer .col-xs-4 {
      width: 100%;
      float: none; }

  footer.footer_homepage {
    margin: 0; }

  .footer_row__1 {
    padding: 0 0 0px 0; }

  .footer_newsletter .form_wrapper {
    padding: 30px 0 0 0; }

  .footer_item {
    padding: 30px 0 0 0; }
    .footer_item h3 {
      margin: 0 0 10px 0;
      font-size: 16px; }
    .footer_item li,
    .footer_item p {
      line-height: 25px; }

  .footer_social li ~ li {
    margin: 20px 0 0 12px; }

  .section_blog-articles .item_wrap {
    align-items: flex-start; }
  .section_blog-articles .item_img {
    padding: 0 7px 0 15px; }
  .section_blog-articles .item_txt {
    padding: 0 15px 0 7px; }
  .section_blog-articles .article_item__0 .item_img {
    left: auto; }
  .section_blog-articles .article_item__0 .item_txt {
    right: auto; }
  .section_blog-articles .article_time {
    vertical-align: top;
    font-weight: normal;
    font-size: 14px; }
  .section_blog-articles .article_title {
    padding: 10px 0 0 0;
    font-weight: normal;
    font-size: 17px; }
  .section_blog-articles .article_info {
    padding: 10px 0 0 0; }
    .section_blog-articles .article_info span {
      text-transform: none; }
  .section_blog-articles .article_btn {
    margin: 10px 0 0 0;
    padding: 6px 12px; }

  .section_gallery .row > * {
    width: 100%;
    float: none; }

  .section_gallery__1 .img_placeholder__small {
    padding: 37% 0 0 0; }

  .section_gallery__2 .img_placeholder__small {
    padding: 37% 0 0 0; }

  .section_gallery__3 .img_placeholder__small {
    padding: 37% 0 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }

  .section_gallery__4 .img_placeholder__small {
    padding: 37% 0 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }

  .section_image-with-text .item_wrap {
    display: block;
    margin: 0; }
  .section_image-with-text .item_img {
    width: 100%;
    padding: 0; }
  .section_image-with-text .item_txt {
    width: 100%;
    padding: 20px 0 0 0; }
  .section_image-with-text .image_right .item_img,
  .section_image-with-text .image_right .item_txt {
    position: static; }
  .section_image-with-text .btn {
    margin: 20px 0 0 0;
    padding: 6px 12px; }

  .section_image-with-text-overlay {
    margin: 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__small {
      padding: 37.193359% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__medium {
      padding: 46.714843% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large {
      padding: 0% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__small {
      padding: 37.193359% 0 0 0 !important; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__medium {
      padding: 46.714843% 0 0 0 !important; }
    .section_image-with-text-overlay .section_wrap__fullwidth .img_placeholder__large {
      padding: 53.0625% 0 0 0 !important; }
    .section_image-with-text-overlay .section_wrap__container .img_placeholder__wrap {
      background-position: 50% 0;
      -webkit-background-size: 100% auto;
      background-size: 100% auto; }
    .section_image-with-text-overlay .section_wrap__container .container {
      padding: 0; }
    .section_image-with-text-overlay .section_wrap__container .flexible_block__small {
      padding: 47.598290% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .flexible_block__medium {
      padding: 64.264957% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .flexible_block__large {
      padding: 75.376068% 0 0 0; }
    .section_image-with-text-overlay .section_wrap__container .img_placeholder__small {
      padding: 47.598290% 0 0 0 !important; }
    .section_image-with-text-overlay .section_wrap__container .img_placeholder__medium {
      padding: 64.264957% 0 0 0 !important; }
    .section_image-with-text-overlay .section_wrap__container .img_placeholder__large {
      padding: 75.376068% 0 0 0 !important; }
    .section_image-with-text-overlay h3 {
      font-weight: normal; }
    .section_image-with-text-overlay h2 {
      font-size: 17px; }
    .section_image-with-text-overlay h4 {
      font-size: 13px;
      display: none; }
    .section_image-with-text-overlay .btn {
      margin: 17px 0 0 0;
      padding: 6px 12px;
      font-weight: normal; }
    .section_image-with-text-overlay .section_wrap__container .section_txt {
      padding: 0 15px; }

  .section_slideshow .img_placeholder__small {
    padding: 39.53125% 0 0 0; }
  .section_slideshow .img_placeholder__medium {
    padding: 49.296875% 0 0 0; }
  .section_slideshow .img_placeholder__large {
    padding: 59.0625% 0 0 0; }
  .section_slideshow h2 {
    font-size: 16px; }
  .section_slideshow p {
    font-size: 12px; }

  .section_single-product .single_product__options {
    margin: 0; }
    .section_single-product .single_product__options .selector-wrapper {
      width: 100%;
      float: none;
      padding: 15px 0 0 0; }

  .section_map {
    margin: 0; }
    .section_map .map_wrapper {
      padding: 125% 0 0 0; }
    .section_map .map_container {
      right: 0;
      top: -36%; }
    .section_map .map_captions__wrapper {
      padding: 50% 0 0 0; }
    .section_map .wrap_2 {
      width: 100%; }
    .section_map .map_captions__text p {
      margin: 5px 0 0 0; }
    .section_map .map_captions__btn {
      margin: 10px 0 0 0; }

  .section_text-columns .row > * {
    width: 100%;
    float: none;
    clear: both; }

  .text_columns__item .item_img {
    width: 100px;
    float: left; }
  .text_columns__item .item_info {
    margin: 0 0 0 115px; }
  .text_columns__item h3 {
    padding: 0;
    font-size: 16px; }
  .text_columns__item p {
    padding: 5px 0 0 0; }
  .text_columns__item .btn {
    margin: 10px 0 0 0;
    padding: 6px 12px;
    font-weight: normal; }

  .section_custom-content .col_item {
    width: 100%;
    clear: left; }
  .section_custom-content .collection_item,
  .section_custom-content .product_item,
  .section_custom-content .custom_content__item {
    margin: 15px 0 0 0;
    padding: 0; }

  .section_instagram .col-xs-3 {
    width: 50%; }

  .section_video h2 {
    padding: 20px 0 0 0;
    font-size: 14px; }
  .section_video h3 {
    margin: 20px 0 0 0;
    font-size: 22px; }

  .section_template__collection .collection_img__inline .flex_row {
    display: block;
    margin: 0; }
  .section_template__collection .collection_img__inline .flex_item__img {
    padding: 0; }
  .section_template__collection .collection_img__inline .flex_item__text {
    padding: 30px 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__small {
    padding: 24.765625% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__medium {
    padding: 34.53125% 0 0 0; }
  .section_template__collection .collection_img__overlay .img_wrapper__large {
    padding: 44.296875% 0 0 0; }

  .section_template__blog .blog_listing__list .img_wrapper__small,
  .section_template__blog .blog_listing__list .img_wrapper__medium,
  .section_template__blog .blog_listing__list .img_wrapper__master,
  .section_template__blog .blog_listing__list .img_wrapper__large,
  .section_template__blog .blog_listing__grid .img_wrapper__small,
  .section_template__blog .blog_listing__grid .img_wrapper__medium,
  .section_template__blog .blog_listing__grid .img_wrapper__master,
  .section_template__blog .blog_listing__grid .img_wrapper__large {
    padding: 55% 0 0 0; }
  .section_template__blog .blog_listing__list .article_title,
  .section_template__blog .blog_listing__grid .article_title {
    font-size: 16px; }

  .section_template__article .flexible_block__overlay h1 {
    font-size: 16px; }

  .account_table__wrap .account_table th,
  .account_table__wrap .account_table td {
    font-size: 11px; }

  .template_search .search_results .search_results__img {
    width: 100px;
    height: 100px; }
  .template_search .search_results .search_results__name {
    margin: 0 0 0 115px; }
  .template_search .search_results .search_results__desc {
    display: none; }
  .template_search .search_results .search_results__price {
    margin: 0 0 0 115px; }

  .template_cart .cart_items td.column_product_img {
    width: 100%;
    clear: both;
    padding: 15px 0 0 0; }
    .template_cart .cart_items td.column_product_img img {
      width: 100px; }
  .template_cart .cart_items td.column_product_info {
    width: 75%; }
  .template_cart .cart_items td.column_quantity {
    width: 75%;
    margin: 0; }
  .template_cart .cart_items tfoot .cart_total {
    font-size: 16px; }
  .template_cart .cart_items tfoot .cart_bttns {
    padding: 0 0 15px 0; }
  .template_cart .cart_items tfoot .btn {
    float: none;
    margin: 15px 15px 0 0; }
  .template_cart .cart_items tfoot .btn_alt {
    float: none;
    margin: 15px 0 0 0; }

  .template_404 h1 {
    font-size: 120px; }
  .template_404 h2 {
    font-size: 30px; }
  .template_404 h3 {
    font-size: 18px; }
  .template_404 ul {
    margin: 15px 0 0 0; }
  .template_404 li {
    display: block;
    margin: 15px 0 0 0;
    font-size: 18px;
    line-height: 1em; }
  .template_404 li ~ li {
    margin: 15px 0 0 0; }

  .section_template__about .block_title {
    margin: 30px 0 0 0;
    padding: 0 0 5px 0;
    font-size: 18px; }
  .section_template__about .page_content__icons .item_icon {
    width: 100px; }
    .section_template__about .page_content__icons .item_icon i {
      width: 100px;
      height: 100px;
      font-size: 42px;
      line-height: 93px; }
  .section_template__about .page_content__icons .item_title {
    margin: 0 0 0 115px;
    padding: 0;
    font-size: 16px; }
  .section_template__about .page_content__icons .item_text {
    margin: 10px 0 0 115px; }
  .section_template__about .page_content__photos .item_img {
    width: 100px; }
  .section_template__about .page_content__photos .item_title {
    margin: 0 0 0 115px;
    font-size: 16px; }
  .section_template__about .page_content__photos .item_text {
    margin: 10px 0 0 115px; }
  .section_template__about .page_content__testimonials blockquote {
    font-size: 14px; }
    .section_template__about .page_content__testimonials blockquote b {
      font-size: 14px; }

  #shopify-section-footer footer {
    margin-top: 0px; }

  .americaback .americaoverlay {
    padding: 15px 20px; }

  #shopify-section-template-vets .vettop h1 {
    font-size: 38px;
    padding: 0 20px;
    margin: 80px 0 40px; }

  #shopify-section-template-vets .vetclear .vettext p.vetname2 {
    font-size: 25px; }

  .morevet h1 {
    font-size: 35px; }

  #shopify-section-template-vets .vetclear .vettext .vetquote {
    font-size: 18px; }

  .template_page .weseeleft .weseelefttxt a.inverse {
    padding: 8px 25px;
    font-size: 22px; }

  h1.jc_casestudies_title.joint-crisis-casestudies-title {
    font-size: 36px; }

  .joint-crisis-promise-block h3.jc_oy_title,
  .joint-crisis-promise-block h2.jc_oy_subtitle {
    font-size: 36px; }

  .one-year-trial-block .oneyrr {
    width: 100%;
    padding-top: 25px; }

  #shopify-section-template-collection .collectionprod {
    width: 100% !important;
    margin-right: 0px; }

  #shopify-section-template-collection #product_listing__sorted {
    padding: 0 15px; }

  .section_image-with-text-overlay .homefeature h4 {
    display: block; }

  .section_image-with-text-overlay .homefeature .btn_inverted {
    margin-top: 0;
    font-size: 14px; }

  .section_image-with-text-overlay .homefeature h2 {
    margin-top: -30px; }

  .chinabutton-row a.btn.chinabutton {
    margin-right: 0 !important;
    margin-bottom: 30px; }

  .big-dogs-risk-block .item_txt.textoptions a.btn.style3 {
    width: 100%;
    white-space: normal; }

  .section_homepage.section_testimonial .testSlider .slick-list {
    padding: 0 !important; }

  .pressure .pressure-block-img img {
    min-height: auto; }

  .stats p {
    font-size: 18px !important; }

  #shopify-section-1493036588338.section_image-with-text-overlay .container,
  #shopify-section-jr-hero.section_image-with-text-overlay .container,
  #shopify-section-jr-hero.section_image-with-text-overlay .container,
  #shopify-section-1493036588338.section_image-with-text-overlay .section_wrap,
  #shopify-section-jr-hero.section_image-with-text-overlay .section_wrap,
  #shopify-section-jr-hero.section_image-with-text-overlay .section_wrap,
  #landing-hip-dysplasia #shopify-section-index-image-with-text-overlay.section_image-with-text-overlay .container,
  #landing-hip-dysplasia #shopify-section-index-image-with-text-overlay.section_image-with-text-overlay .section_wrap {
    overflow: visible;
    width: 100%; }

  .template-index #shopify-section-1493036588338.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large .img_placeholder__wrap.img_placeholder__large,
  .template-index #shopify-section-jr-hero.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large .img_placeholder__wrap.img_placeholder__large,
  .template-page #landing-hip-dysplasia #shopify-section-index-image-with-text-overlay.section_image-with-text-overlay .section_wrap__fullwidth .flexible_block__large .img_placeholder__wrap.img_placeholder__large {
    height: auto; }

  #shopify-section-1493036588338.section_image-with-text-overlay .section_wrap .homefeature h4,
  #landing-hip-dysplasia #shopify-section-index-image-with-text-overlay.section_image-with-text-overlay .section_wrap .homefeature h4 {
    position: absolute;
    color: #000;
    width: 90%;
    left: 0;
    right: 0;
    margin: 100px auto 0; }

  #shopify-section-jr-hero.section_image-with-text-overlay .section_wrap .homefeature h4 {
    position: absolute;
    color: #000;
    width: 90%;
    left: 0;
    right: 0;
    margin: 95px auto 0; }

  #shopify-section-1493036588338.section_image-with-text-overlay h2
  #landing-hip-dysplasia #shopify-section-index-image-with-text-overlay.section_image-with-text-overlay h2 {
    margin-top: -40px !important; }

  #shopify-section-1516115383898.section_homepage,
  #landing-hip-dysplasia #shopify-section-Ratings.section_homepage {
    margin: 38px 0 10px !important; }

  #shopify-section-1493036588338.section_image-with-text-overlay .section_wrap .homefeature h4 br,
  #shopify-section-jr-hero.section_image-with-text-overlay .section_wrap .homefeature h4 br,
  #landing-hip-dysplasia #shopify-section-index-image-with-text-overlay.section_image-with-text-overlay .section_wrap .homefeature h4 br {
    display: none; }

  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 65px;
    line-height: 20px; }

  #shopify-section-1517224905158 .morereasons h3 {
    margin: 40px 0; }

  .guarantee-left-block .guartext {
    padding-right: 0px; }

  .press a.btn.pressbtn {
    white-space: pre-wrap; }

  ul.army_bulletpoints {
    margin-left: 0;
    padding: 0 45px; }

  .army_background h2.army_subtitle {
    padding: 0 15px; } }
@media (max-width: 390px) {
  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 77px; } }
@media (max-width: 360px) {
  #shopify-section-1517224905158 .ug-gallery-wrapper .ug-textpanel-description {
    padding-top: 110px; } }
.bb-sprite {
  display: inline-block;
  vertical-align: middle; }
  .bb-sprite.x {
    width: 24px;
    height: 26px;
    background-position: 0 0;
    margin-left: 8px; }
  .bb-sprite.cart-black {
    width: 20px;
    height: 20px;
    background-size: 121.62162px; }
  .bb-sprite.bb-phone {
    width: 21px;
    height: 21px;
    background-position: -150px 0;
    margin: 0 6px; }
  .bb-sprite.bb-check {
    width: 36px;
    height: 28px;
    background-position: -300px 0; }
  .bb-sprite.bb-redcircle {
    width: 31px;
    height: 31px;
    background-position: -50px 0; }
  .bb-sprite.bb-playsm {
    width: 77px;
    height: 46px;
    background-position: -200px -50px; }
  .bb-sprite.bb-warranty {
    width: 150px;
    height: 62px;
    background-position: 0 -250px;
    margin-right: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .bb-sprite.bb-warranty {
        width: 80px;
        height: 33.06667px;
        background-position: 0 -133.33333px;
        background-size: 240px; } }
    @media (max-width: 767px) {
      .bb-sprite.bb-warranty {
        width: 76px;
        height: 31.41333px;
        background-position: 0 -126.66667px;
        background-size: 228.0px;
        margin-right: 5px; } }
  .bb-sprite.bb-usa {
    width: 127px;
    height: 60px;
    background-position: -160px -250px;
    margin-right: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .bb-sprite.bb-usa {
        width: 80px;
        height: 37.79528px;
        background-position: -100.7874px -157.48031px;
        background-size: 283.46457px; } }
    @media (max-width: 767px) {
      .bb-sprite.bb-usa {
        width: 76px;
        height: 35.90551px;
        background-position: -95.74803px -149.6063px;
        background-size: 269.29134px;
        margin-right: 5px; } }
  .bb-sprite.bb-trial {
    width: 138px;
    height: 52px;
    background-position: -300px -250px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .bb-sprite.bb-trial {
        width: 76px;
        height: 28.63768px;
        background-position: -165.21739px -137.68116px;
        background-size: 247.82609px; } }
    @media (max-width: 767px) {
      .bb-sprite.bb-trial {
        display: none; } }

@media (max-width: 479px) {
  #shopify-section-jr-hero h2 {
    margin-top: -50px;
    font-size: 23px;
    width: 130px; }

  #shopify-section-jr-ratings {
    margin-top: 10px !important; }

  #shopify-section-1519843332966 .press, #shopify-section-jr-press .press h1 {
    font-size: 42px !important;
    text-align: center; }

  .template-index .page_container {
    display: flex;
    flex-direction: column; }

  .served {
    background: #91bed6;
    font-size: 36px;
    font-weight: 900;
    padding: 0 15px;
    text-align: center;
    line-height: 43px;
    padding-top: 20px; }

  .served span {
    color: #fff; } }
@media (min-width: 480px) {
  .is_mobile {
    display: none; } }
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

@media print {
  *, :after, :before {
    color: black !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: black !important; }

  .label {
    border: 1px solid black; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: white !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dddddd !important; } }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-jpy:before, .glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-rub:before, .glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: white; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

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

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
.small, small {
  font-size: 85%; }

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

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

dd, dt {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "\2014 \00A0"; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ""; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: "\00A0 \2014"; }

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

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

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

code, kbd {
  padding: 2px 4px;
  font-size: 90%; }

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
@media (min-width: 1600px) {
  .reviews {
    width: 1600px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  background-color: transparent; }

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

caption, th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: white; }

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

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

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
fieldset {
  min-width: 0;
  margin: 0; }

fieldset, legend {
  padding: 0;
  border: 0; }

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

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

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

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

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

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

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

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

output {
  padding-top: 7px; }

.form-control, output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px; }

  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px; }

  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

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

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

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

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

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

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

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

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

.has-feedback {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f7921d;
  border: 0 solid transparent;
  border-radius: 16px;
  color: white !important;
  font-weight: 700;
  letter-spacing: 1px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: white; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: white; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: white; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: white; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: white; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: none;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

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

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

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

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

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

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

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

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

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

.dropdown, .dropup {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 7;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

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

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

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

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none; }

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1; }

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

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 2; }

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

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

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

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

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

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

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

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

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

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

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

.input-group-btn {
  font-size: 0;
  white-space: nowrap; }

.input-group-btn, .input-group-btn > .btn {
  position: relative; }

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

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 1; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 1;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li, .nav > li > a {
  position: relative;
  display: block; }

.nav > li > a {
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: white; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

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

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: white; } }
.tab-content > .tab-pane {
  display: none; }

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 7;
  border-width: 0 0 1px; }

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

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin: 8px -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

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

  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-default .btn-link {
  color: #777777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: white; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: white; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dddddd; }

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

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 1;
  color: #23527c;
  background-color: #eee;
  border-color: #dddddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #dddddd; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: white; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

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

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777777; }

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

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

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

.label-success {
  background-color: #5cb85c; }

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

.label-info {
  background-color: #5bc0de; }

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

.label-warning {
  background-color: #f0ad4e; }

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

.label-danger {
  background-color: #d9534f; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

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

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: white; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eeeeee; }

.jumbotron, .jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container-fluid .jumbotron, .container .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container-fluid .jumbotron, .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  animation: a 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dddddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: whitesmoke; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eeeeee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 1;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle, .panel-title {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: white; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal, .modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-25%); }

.modal.in .modal-dialog {
  transform: translate(0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: black; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 12;
  display: block;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black; }

.tooltip.top-left .tooltip-arrow {
  right: 5px; }

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black; }

.tooltip.top-right .tooltip-arrow {
  left: 5px; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: white; }

.carousel, .carousel-inner {
  position: relative; }

.carousel-inner {
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: left 0.6s ease-in-out; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px; }

  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    transform: translateZ(0); } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.carousel-control.left {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: "\2039"; }

.carousel-control .icon-next:before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 5;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: white; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 4;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

  tr.visible-xs {
    display: table-row !important; }

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

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

  tr.visible-sm {
    display: table-row !important; }

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

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

  tr.visible-md {
    display: table-row !important; }

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

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

  tr.visible-lg {
    display: table-row !important; }

  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

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

  tr.visible-print {
    display: table-row !important; }

  td.visible-print, th.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-body {
  flex: 1 1 auto;
  padding: 1.75rem;
  font-size: 16px;
  line-height: 24px; }

#accordion {
  margin: 40px 0; }

.fancybox-container, .fancybox-infobar, .fancybox-thumbs, .fancybox-thumbs > ul > li, .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 16;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 14;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 14;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: black; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 15; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-image, .fancybox-slide .fancybox-image-wrap, .fancybox-spaceball {
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 0;
  left: 0; }

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  margin: 0;
  padding: 0;
  z-index: 15;
  background: no-repeat;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: transform, opacity; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  max-height: none;
  user-select: none; }

.fancybox-image, .fancybox-share__button, .fancybox-spaceball, .fancybox-thumbs > ul > li > img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: white; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: white; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: 0; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #cccccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: white; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button--pause svg path:first-child, .fancybox-button--play svg path:nth-child(2), .fancybox-navigation {
  display: none; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--zoom svg path {
  fill: transparent; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 16;
  background: 0 0;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: 0 0;
  z-index: 7;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 0; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eeeeee; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaaaaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: 0 0; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: a .8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 17; }

@keyframes a {
  0% {
    transform: rotate(0); }

  to {
    transform: rotate(359deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: white; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: 0 0;
  color: #5d5b5b;
  font-size: 14px;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 15; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  user-select: none; }

.fancybox-thumbs > ul > li > img, .flickity-enabled.is-draggable, .ug-item-wrapper img, .ug-slider-wrapper, .ug-thumb-wrapper.ug-thumb-generated, .ug-thumb-wrapper.ug-tile img.ug-thumb-image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 12;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
.ug-gallery-wrapper, .ug-gallery-wrapper * {
  transition: all !important;
  -o-transition: all !important;
  -webkit-transition: all;
  -moz-transition: all !important;
  -ms-transition: all !important;
  max-width: none; }

.ug-gallery-wrapper {
  z-index: 0;
  overflow: hidden;
  position: relative;
  font-family: Arial,Helvetica,sans-serif; }

.ug-item-wrapper img {
  width: auto;
  margin: 0;
  padding: 0; }

.ug-videoplayer-wrapper video {
  height: 100%;
  width: 100%;
  visibility: visible !important; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

#gallery {
  width: 100% !important;
  max-width: unset !important; }

.ug-rtl {
  direction: rtl; }

.ug-error-message {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #f30d0d; }

.ug-error-message-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid #000; }

.ug-gallery-wrapper .ug-canvas-pie {
  position: absolute;
  z-index: 4; }

.ug-gallery-wrapper .ug-progress-bar {
  position: absolute;
  overflow: hidden;
  z-index: 4; }

.ug-gallery-wrapper.ug-fullscreen {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important; }

.ug-gallery-wrapper.ug-fake-fullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 18 !important; }

.ug-body-fullscreen {
  overflow: hidden !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }

.ug-gallery-wrapper .ug-preloader-trans {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat; }

.ug-gallery-wrapper .ug-slider-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  background-color: #000; }

.ug-slider-wrapper .ug-slide-wrapper {
  position: absolute; }

.ug-slide-wrapper.ug-slide-clickable {
  cursor: pointer; }

.ug-slider-wrapper .ug-slider-inner {
  position: absolute;
  z-index: 0; }

.ug-slider-wrapper .ug-item-wrapper {
  position: absolute;
  overflow: hidden; }

.ug-item-wrapper img, .ug-slider-wrapper {
  max-width: none !important;
  box-sizing: border-box; }

.ug-slider-wrapper .ug-slider-preloader {
  position: absolute;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat; }

.ug-slider-preloader.ug-loader1 {
  width: 30px;
  height: 30px; }

.ug-slider-preloader.ug-loader2 {
  width: 32px;
  height: 32px; }

.ug-slider-preloader.ug-loader3 {
  width: 38px;
  height: 38px; }

.ug-slider-preloader.ug-loader-black {
  border-color: #000;
  background-color: #000; }

.ug-slider-preloader.ug-loader-nobg {
  background-color: transparent; }

.ug-slider-wrapper .ug-button-videoplay {
  position: absolute;
  z-index: 2;
  cursor: pointer; }

.ug-slider-wrapper .ug-button-videoplay.ug-type-square {
  width: 115px;
  height: 69px;
  background-position: -300px -50px;
  left: 50% !important;
  transform: translateX(-50%); }

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover {
  background-position: -300px -50px; }

.ug-gallery-wrapper .ug-videoplayer, .ug-videoplayer .ug-videoplayer-wrapper {
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat; }

.ug-slider-wrapper .ug-button-videoplay.ug-type-round {
  width: 76px;
  height: 76px;
  opacity: .9;
  filter: alpha(opacity=90);
  transition: all 0.3s ease 0s !important; }

.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s ease 0s !important; }

.ug-gallery-wrapper .ug-videoplayer {
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.ug-videoplayer .ug-videoplayer-wrapper {
  width: 100%;
  height: 100%; }

.ug-videoplayer .ug-videoplayer-button-close {
  position: absolute;
  height: 64px;
  width: 64px;
  cursor: pointer;
  z-index: 11; }

.ug-videoplayer .ug-videoplayer-button-close:hover {
  background-position: 0 -64px; }

.ug-gallery-wrapper .ug-thumbs-grid, .ug-gallery-wrapper .ug-thumbs-strip {
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 7; }

.ug-gallery-wrapper .ug-thumbs-grid-inner, .ug-gallery-wrapper .ug-thumbs-strip-inner {
  position: absolute; }

.ug-thumb-wrapper.ug-thumb-generated {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error, .ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%; }

.ug-thumb-wrapper .ug-thumb-border-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-style: solid; }

.ug-thumb-wrapper .ug-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.ug-thumb-wrapper.ug-thumb-generated img {
  position: absolute;
  z-index: 1;
  max-width: none !important; }

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay {
  position: absolute;
  z-index: 2;
  max-width: none !important; }

img.ug-sepia-effect {
  -webkit-filter: sepia(1);
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  background-color: #5e2612;
  filter: alpha(opacity=50);
  zoom: 1; }

.ug-gallery-wrapper .ug-bullets {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }

.ug-gallery-wrapper .ug-bullets .ug-bullet {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  z-index: 2; }

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child {
  margin-left: 0; }

@media (min-width: 1650px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -700px !important; } }
@media (min-width: 1450px) and (max-width: 1649px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -600px !important; } }
@media (min-width: 1280px) and (max-width: 1449px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -500px !important; } }
@media (min-width: 1100px) and (max-width: 1279px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -400px !important; }

  .ug-gallery-wrapper .ug-textpanel-description {
    font-size: 35px !important; } }
@media (min-width: 984px) and (max-width: 1109px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -350px !important; }

  .ug-gallery-wrapper .ug-textpanel-description {
    font-size: 35px !important; } }
@media (min-width: 886px) and (max-width: 984px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -300px !important; }

  .ug-gallery-wrapper .ug-textpanel-description {
    font-size: 30px !important; } }
@media (min-width: 800px) and (max-width: 885px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -250px !important; }

  .ug-gallery-wrapper .ug-textpanel-description {
    font-size: 27px !important; } }
@media (min-width: 721px) and (max-width: 80px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -200px !important; }

  .ug-gallery-wrapper .ug-textpanel-description {
    font-size: 27px !important; } }
@media (max-width: 720px) {
  .ug-gallery-wrapper .ug-textpanel {
    top: -250px !important; }

  .ug-gallery-wrapper .ug-textpanel-description {
    font-size: 32px !important; } }
.ug-gallery-wrapper .ug-textpanel {
  position: absolute;
  overflow: visible;
  background: 0 0 !important; }

.ug-slider-wrapper .ug-textpanel {
  z-index: 2; }

.ug-gallery-wrapper .ug-textpanel-bg, .ug-gallery-wrapper .ug-textpanel-description, .ug-gallery-wrapper .ug-textpanel-title {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0; }

.ug-gallery-wrapper .ug-textpanel-bg {
  background-color: transparent !important;
  opacity: .4;
  filter: alpha(opacity=40); }

.ug-textpanel-textwrapper {
  overflow: visible; }

.ug-gallery-wrapper .ug-textpanel-title {
  font-size: 48px;
  font-family: Lora,serif;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 2; }

.ug-gallery-wrapper .ug-textpanel-description {
  font-size: 48px;
  font-family: Lora;
  font-style: italic;
  text-align: center !important;
  color: white !important;
  z-index: 3; }

.ug-gallery-wrapper .ug-textpanel-description span {
  font-size: 20px;
  font-style: normal;
  font-family: Roboto;
  font-weight: 700; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ug-slider-wrapper .ug-zoompanel {
  position: absolute;
  top: 200px;
  left: 100px; }

.ug-gallery-wrapper .ug-arrow-left, .ug-zoompanel .ug-zoompanel-button {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block; }

.ug-gallery-wrapper .ug-arrow-left {
  position: absolute; }

.ug-gallery-wrapper .ug-arrow-right {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer; }

.ug-gallery-wrapper .ug-grid-panel {
  position: absolute;
  background-color: #000;
  z-index: 2; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 8; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled {
  cursor: default; }

.ug-gallery-wrapper .ug-panel-handle-tip {
  position: absolute;
  z-index: 9;
  cursor: pointer; }

.ug-gallery-wrapper .ug-overlay-disabled {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
  filter: alpha(opacity=30); }

.ug-gallery-wrapper .ug-strip-panel {
  position: absolute;
  background-color: #000;
  z-index: 2; }

.ug-strip-panel .ug-strip-arrow {
  position: absolute;
  cursor: pointer; }

.ug-strip-panel .ug-strip-arrow.ug-button-disabled {
  cursor: default; }

.ug-strip-panel .ug-strip-arrow-tip {
  position: absolute; }

.ug-thumb-wrapper.ug-tile {
  display: block;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.ug-tile .ug-tile-cloneswrapper {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=90); }

.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile, .ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled {
  transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important; }

.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
  cursor: pointer; }

.ug-thumb-wrapper.ug-tile .ug-image-container {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0; }

.ug-thumb-wrapper.ug-tile img.ug-thumb-image {
  max-width: none !important;
  max-height: none !important;
  display: block;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
  height: auto;
  position: absolute; }

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0; }

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img {
  width: 100%;
  max-width: none !important; }

.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img {
  height: 100%;
  max-width: none !important; }

.ug-thumb-wrapper.ug-tile .ug-tile-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 6;
  top: 1px;
  left: 1px;
  cursor: pointer; }

.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover {
  background-position: 0 -38px; }

.ug-thumbs-grid .ug-tile-image-overlay img {
  width: auto;
  height: auto;
  position: absolute;
  max-width: none !important; }

.ug-tile .ug-textpanel {
  z-index: 5;
  cursor: default; }

.ug-tile.ug-tile-clickable .ug-textpanel {
  cursor: pointer; }

.ug-tile .ug-textpanel-title {
  font-size: 14px;
  font-weight: 700; }

.ug-gallery-wrapper .ug-carousel-wrapper {
  position: absolute;
  overflow: hidden; }

.ug-gallery-wrapper .ug-carousel-inner {
  position: absolute; }

.ug-gallery-wrapper.ug-lightbox {
  display: none;
  position: fixed;
  border: none;
  padding: 0;
  margin: 0;
  outline: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  z-index: 18; }

.ug-lightbox .ug-lightbox-top-panel {
  position: absolute;
  z-index: 2; }

.ug-lightbox .ug-lightbox-top-panel-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: .4;
  filter: alpha(opacity=40); }

.ug-lightbox .ug-lightbox-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1; }

.ug-lightbox .ug-slider-wrapper {
  z-index: 1;
  background-color: transparent !important; }

.ug-lightbox .ug-textpanel {
  z-index: 2; }

.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover, .ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover {
  background-position: 0 -55px; }

.ug-lightbox .ug-lightbox-button-close.ug-button-hover {
  background-position: 0 -35px; }

.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover {
  background-position: 0 -40px; }

.ug-lightbox .ug-lightbox-numbers {
  position: absolute;
  color: #e5e5e5;
  font-size: 12px;
  top: 14px;
  left: 8px;
  z-index: 3; }

.ug-lightbox-compact .ug-lightbox-numbers {
  font-size: 14px;
  padding-right: 5px;
  padding-top: 7px; }

.ug-lightbox .ug-textpanel-description, .ug-lightbox .ug-textpanel-title {
  font-size: 14px;
  font-weight: 400;
  color: #e5e5e5; }

.ug-lightbox-compact .ug-textpanel-description, .ug-lightbox-compact .ug-textpanel-title {
  color: #f3f3f3;
  font-size: 16px; }

.ug-loadmore-wrapper {
  margin-top: 20px;
  text-align: center; }

.ug-loadmore-wrapper .ug-loadmore-button {
  display: inline-block;
  padding: 5px;
  border: 1px solid #939393;
  text-decoration: none;
  color: #4f4f4f; }

.ug-loadmore-wrapper .ug-loadmore-error {
  color: red; }

.ug-loadmore-wrapper .ug-loadmore-button:hover {
  background-color: #f0f0f0;
  color: #515151; }

.ug-loadmore-wrapper .ug-loadmore-loader {
  color: #515151; }

.ug-tabs-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center; }

.ug-tabs-wrapper a.ug-tab {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  margin-left: 5px;
  background-color: #333;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #969696;
  padding: 6px 8px; }

.ug-tabs-wrapper a.ug-tab:hover {
  background-color: #707070 !important; }

.ug-tabs-wrapper a.ug-tab.ug-tab-selected, .ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover {
  background-color: #2077a2 !important;
  cursor: default !important; }

.ug-tabs-wrapper a.ug-tab:first-child {
  margin-left: 0 !important; }

.ug-arrow-left.ug-skin-default, .ug-arrow-right.ug-skin-default {
  width: 43px;
  height: 103px;
  background-position: -100px -45px; }

.ug-arrow-right.ug-skin-default {
  background-position: -150px -45px; }

.ug-arrow-left.ug-skin-default.ug-arrow-disabled, .ug-arrow-right.ug-skin-default.ug-arrow-disabled {
  background-position: 0 -60px; }

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
  background-position: 0 100%; }

.ug-button-tile-navigation {
  width: 36px;
  height: 36px;
  background-position: 0 0;
  cursor: pointer;
  float: left; }

.ug-button-tile-navigation:hover {
  background-position: 0 100%; }

.ug-button-tile-navigation.ug-button-disabled {
  opacity: .6; }

.ug-button-tile-navigation.ug-button-disabled:hover {
  background-position: 0 0; }

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon {
  background-position: 0 100%; }

.ug-button-tile-navigation.ug-button-tile-play:hover {
  background-position: 0 0; }

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover {
  background-position: 0 100%; }

.ug-button-play.ug-skin-default.ug-button-hover {
  background-position: 0 -17px; }

.ug-button-play.ug-skin-default.ug-stop-mode {
  background-position: 0 -34px; }

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover {
  background-position: 0 -51px; }

.ug-button-fullscreen.ug-skin-default.ug-button-hover {
  background-position: 0 -16px; }

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode {
  background-position: 0 -32px; }

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover {
  background-position: 0 -48px; }

.ug-zoompanel.ug-skin-default .ug-zoompanel-button {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 23px;
  width: 23px;
  margin-top: 5px;
  background-position: 0 0; }

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus {
  margin-top: 0; }

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover {
  background-position: 0 -23px; }

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled, .ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled {
  background-position: 0 -46px;
  cursor: default; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover {
  background-position: 0 -15px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled, .ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled {
  background-position: 0 -30px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover {
  background-position: 0 -15px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled, .ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled {
  background-position: 0 -30px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover {
  background-position: 0 0; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled, .ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled {
  background-position: 0 -80px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover {
  background-position: 0 0; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled, .ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled {
  background-position: 0 -80px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover {
  background-position: 0 -30px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled, .ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled {
  background-position: 0 -60px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover {
  background-position: 0 -30px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled, .ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled {
  background-position: 0 -60px; }

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default, .ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
  width: 25px;
  height: 50px; }

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip, .ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 4px;
  height: 7px; }

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip, .ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
  background-position: 0 -7px; }

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default, .ug-strip-panel .ug-strip-arrow-up.ug-skin-default {
  height: 25px;
  width: 50px; }

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip, .ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 7px;
  height: 4px; }

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip, .ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
  background-position: -7px 0; }

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip {
  background-position: 0 0;
  opacity: .5;
  filter: alpha(opacity=50); }

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default, .ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default {
  background-position: 0 0; }

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed, .ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed {
  background-position: 0 -108px; }

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover, .ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover {
  background-position: 0 -72px; }

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover, .ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover {
  background-position: 0 0; }

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed, .ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed {
  background-position: -108px 0; }

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover, .ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover {
  background-position: -72px 0; }

.ug-gallery-wrapper .ug-theme-panel {
  position: absolute;
  z-index: 8; }

.ug-theme-panel .ug-strip-panel {
  z-index: 6; }

.ug-theme-default .ug-default-button-fullscreen {
  position: absolute;
  width: 53px;
  height: 50px;
  cursor: pointer;
  background-position: 0 0;
  z-index: 3; }

.ug-theme-default .ug-default-button-fullscreen.ug-button-hover {
  background-position: 0 -50px; }

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode {
  background-position: 0 -100px; }

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode.ug-button-hover {
  background-position: 0 -150px; }

.ug-theme-default .ug-default-button-fullscreen-single {
  position: absolute;
  width: 52px;
  height: 50px;
  cursor: pointer;
  background-position: 0 0;
  z-index: 3; }

.ug-theme-default .ug-default-button-fullscreen-single.ug-button-hover {
  background-position: 0 -50px; }

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode {
  background-position: 0 -100px; }

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode.ug-button-hover {
  background-position: 0 -150px; }

.ug-theme-default .ug-default-button-play {
  position: absolute;
  width: 51px;
  height: 50px;
  cursor: pointer;
  background-position: 0 0;
  z-index: 4; }

.ug-theme-default .ug-default-button-play.ug-button-hover {
  background-position: 0 -50px; }

.ug-theme-default .ug-default-button-play.ug-stop-mode {
  background-position: 0 -100px; }

.ug-theme-default .ug-default-button-play.ug-stop-mode.ug-button-hover {
  background-position: 0 -150px; }

.ug-theme-default .ug-default-button-play-single {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-position: 0 0;
  z-index: 4; }

.ug-theme-default .ug-default-button-play-single.ug-button-hover {
  background-position: 0 -50px; }

.ug-theme-default .ug-default-button-play-single.ug-stop-mode {
  background-position: 0 -100px; }

.ug-theme-default .ug-default-button-play-single.ug-stop-mode.ug-button-hover {
  background-position: 0 -150px; }

.ug-default-button-hidepanel {
  position: absolute;
  width: 23px;
  height: 23px;
  z-index: 5;
  cursor: pointer; }

.ug-default-button-hidepanel .ug-default-button-hidepanel-bg {
  background-color: #000;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4;
  filter: alpha(opacity=40);
  z-index: 1; }

.ug-default-button-hidepanel .ug-default-button-hidepanel-tip {
  position: absolute;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2; }

.ug-default-button-hidepanel.ug-button-hover .ug-default-button-hidepanel-tip {
  background-position: 0 -7px; }

.ug-default-button-hidepanel.ug-button-hidden-mode .ug-default-button-hidepanel-tip {
  background-position: 0 -14px; }

.ug-default-button-hidepanel.ug-button-hidden-mode.ug-button-hover .ug-default-button-hidepanel-tip {
  background-position: 0 -21px; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #0099ff; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333333; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.flickity-page-dots .dot.is-selected, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer; }

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0); }

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block;
  outline: 0; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  border: none; }

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "←"; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: "←"; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li, .slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: .25;
  color: black; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.section_homepage.section_testimonial .slick-next:before, .section_homepage.section_testimonial .slick-prev:before {
  font-size: 45px; }

.section_homepage.section_testimonial .slick-next {
  right: 10%;
  width: 45px;
  height: 45px; }

.section_homepage.section_testimonial .slick-prev {
  z-index: 1;
  left: 10%;
  width: 45px;
  height: 45px; }

.section_homepage.section_testimonial .slick-next, .section_homepage.section_testimonial .slick-prev {
  margin-top: 10px; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed; }

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure, img.mfp-img {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }

  .mfp-arrow-left {
    transform-origin: 0; }

  .mfp-arrow-right {
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-wrap {
  z-index: 2147483645; }

.mfp-container {
  background-color: rgba(0, 0, 0, 0.1) !important; }

@media (min-width: 721px) {
  .fb-messengermessageus {
    position: fixed !important;
    bottom: 60px;
    right: 5%; } }
@media (max-width: 720px) {
  .fb-messengermessageus {
    position: fixed !important;
    bottom: 10px;
    left: 14%; } }
html, body {
  overflow-x: hidden; }

.row {
  overflow: hidden; }

#page_preloader__bg {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: opacity .1s ease-in-out .05s, z-index .1s ease-in-out .05s;
  -moz-transition: opacity .1s ease-in-out .05s, z-index .1s ease-in-out .05s;
  transition: opacity .1s ease-in-out .05s, z-index .1s ease-in-out .05s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#page_preloader__bg.off {
  opacity: 0;
  z-index: -10; }

#page_preloader__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1001;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

#page_preloader__img.off {
  -webkit-transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -o-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1); }

.colors .active {
  border-width: 3px !important;
  border-color: #16c33b !important; }

.lastWord {
  color: red; }

svg.bb-phone {
  margin-bottom: -6px; }

.saso-notification {
  z-index: 2147483647;
  display: none;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 16px 0px;
  font-size: 16px;
  text-align: center;
  text-transform: none; }
  .saso-notification p {
    text-align: center;
    margin: 0;
    padding: 0; }
  .saso-notification a {
    font-weight: bold; }

.saso-notification-x {
  font-weight: bold;
  float: right;
  height: 0;
  overflow: visible;
  margin-right: 2em;
  cursor: pointer; }
  .saso-notification-x a {
    text-decoration: none; }

.saso-price {
  color: #f45b4f;
  font-weight: bold;
  display: inline !important; }

.saso-volumes, .saso-bundle {
  margin-top: 10px;
  clear: both; }

.saso-volume-discount-tiers .saso-table {
  margin-top: 6px;
  border-collapse: collapse; }
  .saso-volume-discount-tiers .saso-table tbody tr:nth-child(even) {
    background: #f8f8f8;
    color: #000000; }
  .saso-volume-discount-tiers .saso-table tbody tr:nth-child(odd) {
    background: #ececec;
    color: #000000; }
  .saso-volume-discount-tiers .saso-table tbody .saso-add-to-cart {
    font-weight: bold; }
  .saso-volume-discount-tiers .saso-table th, .saso-volume-discount-tiers .saso-table td {
    border: 1px solid #e6e6e6;
    padding: 4px; }

.saso-cross-sell-popup {
  position: relative;
  background: #ffffff;
  color: #000000;
  padding: 20px;
  width: auto;
  min-width: 250px;
  margin: 20px auto;
  text-align: center;
  text-transform: none;
  clear: both; }
  .saso-cross-sell-popup .saso-message {
    font-size: 16px; }
  .saso-cross-sell-popup .saso-products-container {
    display: block;
    overflow: auto; }
  .saso-cross-sell-popup table {
    table-layout: fixed;
    width: auto;
    min-width: 180px;
    margin: auto;
    border: 0 !important; }
  .saso-cross-sell-popup tr {
    border-top: 1px solid #DCDCDC; }
  .saso-cross-sell-popup tr:first-child th:after, .saso-cross-sell-popup tr:first-child td:after {
    border-bottom: 0 !important; }
  .saso-cross-sell-popup td {
    text-align: center !important;
    border: 0 !important;
    padding: 8px !important;
    display: table-cell !important; }
  .saso-cross-sell-popup .saso-product-container {
    width: 180px;
    vertical-align: top; }
  .saso-cross-sell-popup .saso-image {
    width: 180px;
    height: 180px;
    line-height: 180px;
    margin: auto;
    text-align: center;
    display: block;
    overflow: hidden; }
  .saso-cross-sell-popup .saso-image img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 180px;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block; }
  .saso-cross-sell-popup .saso-title {
    margin: 4px 0px 0px 0px;
    height: 3em;
    text-align: center;
    overflow: hidden; }
  .saso-cross-sell-popup .saso-variants-container {
    min-height: 24px;
    margin: 4px 0px; }
  .saso-cross-sell-popup .saso-variants {
    width: 100%;
    padding-right: 0px !important;
    padding: 2px 2px 2px 10px;
    font-size: 14px; }
  .saso-cross-sell-popup .saso-was-price {
    text-decoration: line-through;
    font-size: 14px;
    opacity: 0.8; }
  .saso-cross-sell-popup .saso-was-price:empty {
    display: none; }
  .saso-cross-sell-popup .saso-add-to-cart, .saso-cross-sell-popup button.saso-click-here {
    background: #f45b4f;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border: none;
    margin: 6px 0px 0px 0px;
    padding: 0 20px !important;
    font-weight: 700;
    float: none !important; }
  .saso-cross-sell-popup button.saso-click-here {
    width: auto; }
  .saso-cross-sell-popup a.saso-click-here {
    color: #ffffff; }
  .saso-cross-sell-popup a.saso-click-here:hover {
    opacity: 0.9; }
  .saso-cross-sell-popup a.saso-close {
    float: none !important;
    display: block;
    margin: 10px 0 0 0; }

.saso-cross-sell-popup0 {
  padding: 60px; }

.saso-bundle-popup {
  background: #f4f4f4;
  padding: 2px; }
  .saso-bundle-popup .saso-message {
    color: #f45b4f; }
  .saso-bundle-popup .saso-product-container {
    width: 160px;
    display: inline-block; }
  .saso-bundle-popup .saso-image {
    width: 160px;
    height: 160px;
    line-height: 160px;
    position: relative; }
  .saso-bundle-popup .saso-image img {
    max-width: 160px;
    max-height: 160px; }
  .saso-bundle-popup .saso-product-container .saso-price {
    text-decoration: line-through; }
  .saso-bundle-popup .saso-quantity-container, .saso-bundle-popup .saso-plus-container, .saso-bundle-popup .saso-equal-container {
    color: #f45b4f;
    font-weight: bold;
    font-size: 60px;
    display: inline-block; }
  .saso-bundle-popup .saso-quantity-container {
    font-size: 30px;
    vertical-align: top;
    position: absolute;
    top: -60px;
    left: 0px;
    z-index: 100; }
  .saso-bundle-popup .saso-plus-container {
    vertical-align: top;
    padding-top: 35px;
    width: 10px; }
  .saso-bundle-popup .saso-plus-container-inner {
    position: relative;
    margin-left: -14px;
    z-index: 100; }
  .saso-bundle-popup .saso-plus-container:last-child {
    display: none !important; }
  .saso-bundle-popup .saso-bundle-row {
    border-top: 0px solid #DCDCDC; }
    .saso-bundle-popup .saso-bundle-row td {
      padding: 0px 10px !important; }
  .saso-bundle-popup .saso-bundle-price-container {
    font-size: 36px;
    padding: 0px 0px 0px 10px !important; }
  .saso-bundle-popup .saso-bundle-success {
    display: none; }

.saso-cart-item-discount-notes, .saso-cart-item-upsell-notes {
  display: block;
  color: #d54f4c; }
  .saso-cart-item-discount-notes a, .saso-cart-item-upsell-notes a {
    color: #d54f4c; }

.saso-cart-item-upsell-notes {
  font-weight: bold; }

.saso-cart-item-price .original_price, .saso-cart-item-line-price .original_price {
  display: block;
  text-decoration: line-through; }
.saso-cart-item-price .discounted_price, .saso-cart-item-line-price .discounted_price {
  display: block;
  font-weight: bold; }

.saso-cart-total {
  display: block;
  font-weight: bold; }

.saso-summary {
  font-size: 14px; }

.saso-cart-offers .saso-hide-when-embedded {
  display: none; }
.saso-cart-offers .saso-cross-sell-popup {
  padding: 5px;
  margin: 0px; }
.saso-cart-offers .title {
  padding: 0px !important;
  height: auto; }

.saso-use-discount-code-cart-container {
  margin: 4px 0 4px 0; }
  .saso-use-discount-code-cart-container input {
    display: inline !important;
    max-width: 16em; }
  .saso-use-discount-code-cart-container button {
    margin: 0px 0px; }

.saso-use-discount-code-cart-container::after {
  margin-top: 3px;
  background-color: rgba(175, 175, 175, 0.34);
  content: '';
  display: block;
  height: 1px;
  transition: background-color 0.3s cubic-bezier(0.3, 0, 0, 1);
  width: 100%;
  z-index: 4; }

.saso-use-discount-code-cart-code {
  display: inline !important;
  max-width: 10em !important; }

@media (max-width: 960px) {
  .saso-notification {
    font-size: 14px; }

  .saso-notification-x {
    margin: -16px 4px 0px 0px;
    font-size: 16px; }

  .saso-cross-sell-popup {
    min-width: 260px; }
    .saso-cross-sell-popup .saso-message {
      font-size: 14px; }
    .saso-cross-sell-popup .saso-title {
      font-size: 16px; }
    .saso-cross-sell-popup .saso-image {
      width: 120px;
      height: 120px;
      line-height: 120px; }
    .saso-cross-sell-popup .saso-image img {
      max-width: 120px;
      max-height: 120px; }

  .saso-bundle-popup .saso-product-container {
    width: 120px; }
  .saso-bundle-popup .saso-bundle-price-container {
    font-size: 24px; }
  .saso-bundle-popup .saso-quantity-container, .saso-bundle-popup .saso-plus-container, .saso-bundle-popup .saso-equal-container {
    font-size: 24px; }

  ::-webkit-scrollbar {
    -webkit-appearance: none; }

  ::-webkit-scrollbar:vertical {
    width: 24px; }

  ::-webkit-scrollbar:horizontal {
    height: 24px; }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff; }

  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff; } }
.amazon-payments-pay-button:hover {
  cursor: pointer; }

@media (max-width: 767px) {
  div.ug-arrow-right.ug-skin-default, div.ug-arrow-left.ug-skin-default {
    width: 16px;
    height: 34px;
    background-position: -33.00971px -14.85437px;
    background-size: 148.54369px; }

  div.ug-slider-wrapper div.ug-button-videoplay.ug-type-square {
    width: 45px;
    height: 27px;
    background-size: 176.08696px;
    background-position: -117.3913px -19.56522px; }

  div.ug-arrow-right.ug-skin-default {
    background-position: -49.51456px -14.85437px; } }
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 900px;
  margin: 20px auto; }

button.needsclick.Button__FormStyledButton-p2mbjt-0.kWlzwh.kl-private-reset-css-Xuajs1 {
  min-width: 100px;
  padding: 0 !important; }

.needsclick.FormComponent__StyledFormComponentWrapper-e0xun6-0.iHHjaC.kl-private-reset-css-Xuajs1 {
  padding-top: 0; }

.bb-sprite.cart-black {
  width: 22px;
  height: 22px;
  background-size: 29px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='100%25' viewBox='0 0 624.000000 528.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,528.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M512 5077 c-23 -45 -42 -87 -42 -92 0 -6 177 -100 393 -210 215 -109 394 -200 396 -201 3 -3 357 -1688 424 -2019 l32 -160 1360 -5 c1152 -5 1366 -8 1400 -20 57 -21 148 -114 164 -169 16 -56 16 -116 0 -172 -16 -55 -107 -148 -164 -169 -34 -12 -242 -15 -1396 -18 l-1357 -2 -16 -65 c-9 -35 -16 -69 -16 -75 0 -7 423 -9 1408 -8 l1407 3 58 27 c80 38 170 126 210 207 31 63 32 71 32 186 0 110 -2 125 -27 178 -38 81 -127 171 -208 210 l-67 32 87 335 c48 184 128 495 179 690 50 195 107 412 126 483 l34 127 -1683 0 -1683 0 -56 272 c-32 149 -58 273 -60 274 -8 8 -875 444 -883 444 -5 0 -28 -37 -52 -83z m4144 -1124 c-5 -16 -345 -1319 -361 -1385 l-7 -28 -1194 0 c-673 0 -1194 4 -1194 9 0 5 -65 321 -145 702 -80 382 -145 700 -145 707 0 9 312 12 1526 12 1448 0 1525 -1 1520 -17z'/%3E%3Cpath d='M2093 1436 c-101 -33 -190 -113 -241 -216 -25 -50 -27 -65 -27 -170 0 -107 2 -119 29 -175 38 -77 114 -153 191 -191 56 -27 68 -29 175 -29 107 0 119 2 175 29 77 38 153 114 191 191 27 56 29 68 29 175 0 107 -2 119 -29 175 -38 77 -114 153 -191 190 -52 26 -72 30 -160 32 -64 2 -115 -2 -142 -11z m215 -215 c67 -34 102 -93 102 -171 0 -111 -79 -190 -190 -190 -111 0 -190 79 -190 190 0 111 77 189 188 190 33 0 67 -7 90 -19z'/%3E%3Cpath d='M4033 1436 c-101 -33 -190 -113 -241 -216 -25 -50 -27 -65 -27 -170 0 -107 2 -119 29 -175 38 -77 114 -153 191 -191 56 -27 68 -29 175 -29 107 0 119 2 175 29 77 38 153 114 191 191 27 56 29 68 29 175 0 107 -2 119 -29 175 -38 77 -114 153 -191 190 -52 26 -72 30 -160 32 -64 2 -115 -2 -142 -11z m215 -215 c67 -34 102 -93 102 -171 0 -111 -79 -190 -190 -190 -111 0 -190 79 -190 190 0 111 77 189 188 190 33 0 67 -7 90 -19z'/%3E%3C/g%3E%3C/svg%3E"); }

.fancybox-container, .fancybox-infobar {
  -webkit-tap-highlight-color: transparent; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; }

.fancybox-bg, .fancybox-inner, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide--current {
  display: block; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-navigation {
  display: none; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

@media (min-width: 721px) {
  .fancybox-slide--video .fancybox-content {
    width: 1000px;
    height: 563px;
    max-width: 80%;
    max-height: 80%;
    margin: 0; } }
@media (max-width: 720px) {
  .fancybox-slide--video .fancybox-content {
    width: 325px;
    height: 183px;
    max-width: 90%;
    max-height: 90%;
    margin: 0; } }
/* HC - Product Template - Soldout add-to-cart - 06 Nov '20 */
.product_action-wrapper {
  cursor: pointer; }
  .product_action-wrapper button.action_button.add_to_cart.disabled {
    pointer-events: none; }

/* SB - 146 CSS - start */
.tp-index #qab_background {
  z-index: 9 !important; }

@media (max-width: 325px) {
  .header_right.col-xs-7 .bb-sprite.bb-warranty,
  .header_right.col-xs-7 .bb-sprite.bb-usa {
    margin-right: 0px; } }
@media (max-width: 370px) {
  .header_row__2 .container {
    width: 100%; }

  .header_left.col-xs-5 {
    width: 35%; }

  .header_right.col-xs-7 {
    width: 65%; }

  .header_right.col-xs-7 .carticon {
    margin-right: 5px; } }
@media (max-width: 400px) {
  #shopify-section-1516115383898 .container.stats {
    padding-top: 25%; } }
@media (max-width: 480px) {
  .header_row__2 .container {
    width: 100%; }

  .template-product div#opttabs {
    margin: -30px 0 0 !important; }

  #header {
    height: auto; } }
@media (max-width: 960px) {
  #getsitecontrol #getsitecontrol6371 .getsitecontrol-container {
    padding-top: 330px !important; } }
/* SB - 146 CSS - end */
.abtest-variant {
  display: none; }

.template-cart[abtest="true"] .abtest-original {
  display: none; }
.template-cart[abtest="true"] .abtest-variant {
  display: block; }
.template-cart[abtest="true"] .new-cart-layout {
  border-top: 2px solid #f7921d;
  margin-top: 30px; }
  .template-cart[abtest="true"] .new-cart-layout .table {
    margin-top: 30px; }
  .template-cart[abtest="true"] .new-cart-layout th {
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .template-cart[abtest="true"] .new-cart-layout th.column_total {
        display: block;
        text-align: right; }
      .template-cart[abtest="true"] .new-cart-layout th.column_price {
        display: none; } }
  @media (max-width: 991px) {
    .template-cart[abtest="true"] .new-cart-layout thead tr {
      display: flex;
      justify-content: space-between; }
    .template-cart[abtest="true"] .new-cart-layout thead td {
      display: block; }
    .template-cart[abtest="true"] .new-cart-layout thead .column_quantity,
    .template-cart[abtest="true"] .new-cart-layout thead .column_remove {
      display: none; }
    .template-cart[abtest="true"] .new-cart-layout tbody tr {
      display: grid;
      grid-template-areas: "image title quantity" "image removes total";
      grid-template-columns: 0.71fr 1fr 0.3fr;
      column-gap: 16px;
      row-gap: 10px;
      padding: 16px 0 !important; }
      .template-cart[abtest="true"] .new-cart-layout tbody tr td {
        padding: 0 !important;
        width: 100% !important; }
    .template-cart[abtest="true"] .new-cart-layout tbody .column_product_img {
      grid-area: image;
      min-width: 90px; }
      .template-cart[abtest="true"] .new-cart-layout tbody .column_product_img img {
        width: 100% !important; }
    .template-cart[abtest="true"] .new-cart-layout tbody .column_product_info {
      grid-area: title; }
      .template-cart[abtest="true"] .new-cart-layout tbody .column_product_info .cart_item__name {
        font-size: 14px;
        margin: 0;
        padding: 0; }
    .template-cart[abtest="true"] .new-cart-layout tbody .column_quantity {
      grid-area: quantity;
      margin: 0;
      border-top: 0;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start; }
    .template-cart[abtest="true"] .new-cart-layout tbody .column_total {
      grid-area: total;
      display: block;
      text-align: right;
      border-top: 0; }
    .template-cart[abtest="true"] .new-cart-layout tbody .column_price {
      display: none; }
    .template-cart[abtest="true"] .new-cart-layout tbody .column_remove {
      grid-area: removes;
      text-align: left; }
      .template-cart[abtest="true"] .new-cart-layout tbody .column_remove .btn {
        text-align: inherit;
        position: relative;
        float: unset;
        right: unset;
        margin: 0;
        padding: 0 !important;
        border-radius: 0 !important; }
      .template-cart[abtest="true"] .new-cart-layout tbody .column_remove .cross {
        display: none; }
      .template-cart[abtest="true"] .new-cart-layout tbody .column_remove .text {
        text-transform: none;
        text-decoration: underline;
        font-size: 10px; } }
  @media (min-width: 992px) {
    .template-cart[abtest="true"] .new-cart-layout .column_product_info {
      padding-left: 35px; }
    .template-cart[abtest="true"] .new-cart-layout td.column_quantity {
      width: unset !important;
      padding-top: 16px !important;
      position: relative; }
      .template-cart[abtest="true"] .new-cart-layout td.column_quantity input {
        margin-left: auto;
        margin-right: auto; }
    .template-cart[abtest="true"] .new-cart-layout .column_remove {
      padding-left: 0;
      padding-right: 0; }
      .template-cart[abtest="true"] .new-cart-layout .column_remove .text {
        display: none; } }
  .template-cart[abtest="true"] .new-cart-layout td.column_quantity {
    position: relative; }
    .template-cart[abtest="true"] .new-cart-layout td.column_quantity input {
      margin-bottom: 45px; }
  .template-cart[abtest="true"] .new-cart-layout td {
    vertical-align: top; }
    .template-cart[abtest="true"] .new-cart-layout td:not(:first-child), .template-cart[abtest="true"] .new-cart-layout td:not(.column_quantity) {
      padding-top: 25px; }
  .template-cart[abtest="true"] .new-cart-layout .cart_item__name span {
    font-weight: 600;
    display: block;
    margin-bottom: 0.2em; }
  .template-cart[abtest="true"] .new-cart-layout .cart_item__name small {
    font-size: 0.8em; }
  .template-cart[abtest="true"] .new-cart-layout .column_price {
    text-align: center; }
  .template-cart[abtest="true"] .new-cart-layout .quantity_input {
    max-width: 5rem;
    background-color: #f2f2f2;
    padding: 0.8rem 1rem;
    text-align: center; }
    .template-cart[abtest="true"] .new-cart-layout .quantity_input::-webkit-inner-spin-button {
      opacity: 1; }
  .template-cart[abtest="true"] .new-cart-layout .column_total {
    text-align: center; }
  .template-cart[abtest="true"] .new-cart-layout .column_remove {
    text-align: center; }
  .template-cart[abtest="true"] .new-cart-layout .cart_item__remove {
    background-color: transparent !important;
    color: #333333 !important;
    font-weight: 400;
    font-size: 1.2rem; }
    .template-cart[abtest="true"] .new-cart-layout .cart_item__remove:hover {
      color: red !important; }
      .template-cart[abtest="true"] .new-cart-layout .cart_item__remove:hover:after {
        content: unset; }
.template-cart[abtest="true"] .cartnotice {
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  padding: 0 16px 10px 16px;
  font-size: 15px;
  min-height: unset; }
.template-cart[abtest="true"] .btn_update {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 15px;
  padding-top: 0.8em;
  padding-bottom: 0.8em; }
.template-cart[abtest="true"] .btn_checkout {
  width: 100%;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding-top: 0.8em !important;
  padding-bottom: 0.8em !important; }
  .template-cart[abtest="true"] .btn_checkout img {
    display: none; }
