/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

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

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

  pre {
    white-space: pre-wrap !important;
  }

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

  thead {
    display: table-header-group;
  }

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

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

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

  .navbar {
    display: none;
  }

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

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

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

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: .25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
  .article-container{
    max-width: 1140px;
  }

}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
  .article-container{
    max-width: 1140px;
  }

}

@media (min-width: 1500px) {
  .container {
    max-width: 1450px;
  }
  .article-container{
    max-width: 1140px;
  }

}

@media (min-width: 1650px) {
  .container {
    max-width: 1500px;
  }
  .article-container{
    max-width: 1140px;
  }
}


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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px){
.product .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
} 
}

@media (max-width: 1199px){
.product .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
} 
  
   section.product{
  	width: 80%;
  } 
}


  
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

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

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

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: .3rem;
}

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

.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

.table-inverse {
  color: #fff;
  background-color: #212529;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #32383e;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(.5rem - 1px * 2);
  padding-bottom: calc(.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(.5rem - 1px * 2);
  padding-bottom: calc(.5rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem - 1px * 2);
  padding-bottom: calc(.25rem - 1px * 2);
  font-size: .875rem;
}

.col-form-legend {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control::before,
.was-validated .custom-file-input:valid ~ .custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control::before,
.was-validated .custom-file-input:invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: .25rem;
  transition: all .15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn.active,
.btn:active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success.active,
.btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info.active,
.btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light.active,
.btn-outline-light:active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark.active,
.btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:active,
.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #868e96;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

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

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.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 + .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.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-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;
}

.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;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff,0 0 0 3px #007bff;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: .25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 .25rem .25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

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

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.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-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

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

  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }

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

.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.blog-filter {
  position: relative;
  z-index: 100;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: relative;
  top: -.75rem;
  right: -1.25rem;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width .6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

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: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

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: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

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: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

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: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
/*   width: auto;
  margin: 10px; */
  width: 80%;
  margin: 30px auto;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
/*   padding: 15px; */
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) and (max-width: 768px) {
  .modal-dialog {
    max-width: 750px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-top {
  padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=right],
.tooltip.bs-tooltip-right {
  padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow {
  left: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom],
.tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left],
.tooltip.bs-tooltip-left {
  padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow {
  right: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 11px;
}

.popover .arrow::after {
  content: "";
  border-width: 11px;
}

.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
  margin-bottom: 10px;
}

.popover.bs-popover-auto[x-placement^=top] .arrow,
.popover.bs-popover-top .arrow {
  bottom: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
  border-bottom-width: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-top .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}

.popover.bs-popover-auto[x-placement^=right],
.popover.bs-popover-right {
  margin-left: 10px;
}

.popover.bs-popover-auto[x-placement^=right] .arrow,
.popover.bs-popover-right .arrow {
  left: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
  margin-top: -8px;
  border-left-width: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .arrow::after {
  left: -10px;
  border-right-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
  margin-top: 10px;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow,
.popover.bs-popover-bottom .arrow {
  top: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
  margin-left: -7px;
  border-top-width: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-auto[x-placement^=left],
.popover.bs-popover-left {
  margin-right: 10px;
}

.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
  right: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
  margin-top: -8px;
  border-right-width: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-left .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 9px 14px;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.active.carousel-item-right,
.carousel-item-next {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left,
.carousel-item-prev {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

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

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

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

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

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

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

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

.d-print-inline {
  display: none !important;
}

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

.d-print-inline-block {
  display: none !important;
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.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-21by9::before {
  padding-top: 42.857143%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*# sourceMappingURL=bootstrap.min.css.map */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://cdn.shopify.com/s/files/1/0022/7167/4413/t/3/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* Revealer effects */

.pages {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: 1;
}

.page--current {
  visibility: visible;
  position: relative;
}

/* Revealers */

.revealer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  pointer-events: none;
}

.revealer--cornertopleft,
.revealer--cornertopright,
.revealer--cornerbottomleft,
.revealer--cornerbottomright {
  top: 50%;
  left: 50%;
}

.revealer--top,
.revealer--bottom {
  left: 0;
}

.revealer--right,
.revealer--left {
  top: 50%;
  left: 50%;
}

.revealer--top {
  bottom: 100%;
}

.revealer--bottom {
  top: 100%;
}

.revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ddd;
}

/* Colors */

/* 1 */

.anim--effect-1 .codrops-header__subbox {
  color: #605BD4;
}

.anim--effect-1 .custom-select,
.anim--effect-1 .codrops-links,
.anim--effect-1 .pater {
  background: #605BD4;
}

/* 2 */

.anim--effect-2 .codrops-header__subbox {
  color: #9cdab1;
}

.anim--effect-2 .custom-select,
.anim--effect-2 .codrops-links,
.anim--effect-2 .pater {
  background: #9cdab1;
}

/* 4 */

.anim--effect-4 .codrops-header__subbox {
  color: #999;
}

.anim--effect-4 .custom-select,
.anim--effect-4 .codrops-links,
.anim--effect-4 .pater {
  background: #16161D;
}

.anim--effect-4 .custom-select select {
  color: white;
}

.anim--effect-4 .custom-select select option {
  color: black;
}

.anim--effect-4 .custom-select::after {
  border-top-color: white;
}

/* One layer effect (effect-1) */

.anim--effect-1 .page:first-child {
  background: #605BD4;
}

.anim--effect-1 .page:nth-child(2) {
  background: #FF6EAE;
}

.anim--effect-1 .revealer--animate .revealer__layer {
  animation: anim-effect-1 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@keyframes anim-effect-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  35%, 65% {
    transform: translate3d(0, -100%, 0);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

/* Two layer effect (effect-2) */

.anim--effect-2 .page:first-child {
  background: #9cdab1;
}

.anim--effect-2 .page:nth-child(2) {
  background: #F9C969;
}

.anim--effect-2 .revealer--animate .revealer__layer {
  animation: anim-effect-2-1 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.anim--effect-2 .revealer--animate .revealer__layer:nth-child(2) {
  animation-name: anim-effect-2-2;
}

@keyframes anim-effect-2-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  30%, 70% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-2-2 {
  0%, 14.5% {
    transform: translate3d(0, 0, 0);
  }

  37.5%, 62.5% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }

  85.5%, 100% {
    transform: translate3d(0, -200%, 0);
  }
}

/* Three layer effect (effect-3) */

.anim--effect-3 .revealer--animate .revealer__layer {
  animation: anim-effect-3-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(2) {
  animation-name: anim-effect-3-2;
}

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(3) {
  animation-name: anim-effect-3-3;
}

@keyframes anim-effect-3-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25%, 75% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-2 {
  0%, 12.5% {
    transform: translate3d(0, 0, 0);
  }

  37.5%, 62.5% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  87.5%, 100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-3 {
  0%, 25% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  75%, 100% {
    transform: translate3d(0, -200%, 0);
  }
}

/* Forth effect */

.anim--effect-4 .page:first-child {
  background: #28282D;
}

.anim--effect-4 .page:nth-child(2) {
  background: #F15C5C;
}

.anim--effect-4 .page--animate-top .quote {
  animation: moveQuoteTop 1.5s forwards;
}

@keyframes moveQuoteTop {
  0%, 65% {
    transform: translate3d(0, -75px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-bottom .quote {
  animation: moveQuoteBottom 1.5s forwards;
}

@keyframes moveQuoteBottom {
  0%, 65% {
    transform: translate3d(0, 75px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-left .quote {
  animation: moveQuoteLeft 1.5s forwards;
}

@keyframes moveQuoteLeft {
  0%, 65% {
    transform: translate3d(-75px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-right .quote {
  animation: moveQuoteRight 1.5s forwards;
}

@keyframes moveQuoteRight {
  0%, 65% {
    transform: translate3d(75px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-cornertopright .quote {
  animation: moveQuoteCornerTopRight 1.5s forwards;
}

@keyframes moveQuoteCornerTopRight {
  0%, 65% {
    transform: translate3d(50px, -50px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-cornertopleft .quote {
  animation: moveQuoteCornerTopLeft 1.5s forwards;
}

@keyframes moveQuoteCornerTopLeft {
  0%, 65% {
    transform: translate3d(-50px, -50px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-cornerbottomright .quote {
  animation: moveQuoteCornerBottomRight 1.5s forwards;
}

@keyframes moveQuoteCornerBottomRight {
  0%, 65% {
    transform: translate3d(50px, 50px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-cornerbottomleft .quote {
  animation: moveQuoteCornerBottomLeft 1.5s forwards;
}

@keyframes moveQuoteCornerBottomLeft {
  0%, 65% {
    transform: translate3d(-50px, 50px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .revealer--animate .revealer__layer {
  animation: anim-effect-4-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}

.anim--effect-4 .revealer--animate .revealer__layer:nth-child(2) {
  animation-name: anim-effect-4-2;
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.anim--effect-4 .revealer--animate .revealer__layer:nth-child(3) {
  animation-name: anim-effect-4-3;
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes anim-effect-4-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  35%, 65% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-4-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  45%, 55% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-4-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  45%, 55% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}
@charset "UTF-8";

/*
 * Vars
 */

@font-face {
  font-family: 'fontello';
  src: url("https://cdn.shopify.com/s/files/1/0022/7167/4413/t/3/assets/fontello.eot?9489983");
  src: url("https://cdn.shopify.com/s/files/1/0022/7167/4413/t/3/assets/fontello.eot?9489983#iefix") format("embedded-opentype"), url("fontello.woff") format("woff2"), url("fontello_9489983.woff") format("woff"), url("fontello_9489983.ttf") format("truetype"), url("fontello_9489983-fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fontello_9489983-fontello.svg') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-small:before {
  content: '\e800';
}

/* '' */

.icon-twitter:before {
  content: '\f099';
}

/* '' */

.icon-facebook:before {
  content: '\f09a';
}

/* '' */

.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #0f0f0f;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-shadow: none;
}

body {
  color: #fff;
  text-align: center;
  position: relative;
}

body > .container-fluid {
  padding: 0;
}

a,
a:focus,
a:hover {
  color: #fff;
}

.owl-carousel .animated {
  animation-duration: 400ms;
}

.owl-carousel .owl-dots {
  text-align: left;
  margin-top: 46px !important;
}

section#the-most-advanced-camera .owl-carousel .owl-dots {
  text-align: left;
  margin-top: 35px !important;
}

.owl-carousel .owl-dots .owl-dot span {
  height: 3px;
  width: 50px;
  cursor: pointer;
  background-color: #B7B8BB;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #00BFF3;
  box-shadow: 0px 0px 35px 0px rgba(0, 190, 243, 0.9);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  background-color: #fff;
  border: .05rem solid #fff;
}

/* * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

p, li {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
} */

::-moz-selection {
  background: rgba(0, 191, 243, 0.3);
}

::selection {
  background: rgba(0, 191, 243, 0.3);
}

::-moz-selection {
  background: rgba(0, 191, 243, 0.3);
}

a:focus {
  outline: none;
}

/**
 * Animations
 */

.owl-item.animated {
  animation-duration: 0.6s !important;
  animation-fill-mode: both;
}

.fadeIn {
  opacity: 1;
  animation-name: fadeInOpacity;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slideIn {
  position: relative;
  z-index: 1;
  animation-name: slideIn;
  box-shadow: 10px 0px 160px -5px rgba(0, 0, 0, 0.5);
}

.slideInWithoutShadow {
  position: relative;
  z-index: 1;
  animation-name: slideIn;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.slideOut {
  position: relative;
  z-index: 0;
  animation-name: slideOut;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 1s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(30%);
  }
}

.owl-animated-in {
  z-index: 1 !important;
}

.owl-animated-out {
  z-index: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

/**
 * Parsley
 */

ul.parsley-errors-list {
  display: none;
}

.form-control.parsley-error {
  border: 4px solid #480E0E !important;
}

/**
 * Background text
 */

.bg-text {
  font: normal 400 1rem "Montserrat", sans-serif;
  position: absolute;
  z-index: 0;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  color: #FBFBFB;
  font-size: 46rem;
  cursor: default;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.font-light {
  font: normal 300 1rem "Montserrat", sans-serif;
}

.font-regular {
  font: normal 400 1rem "Montserrat", sans-serif;
}

body.order,
body.team,
body.template-cart,
body.template-product {
  background-color: #FFF;
  color: #000;
  /**
	 * HEADER
	 */
  /**
	 * FOOTER
	 */
}

body.order .navbar-dark .navbar-nav .nav-link,
body.team .navbar-dark .navbar-nav .nav-link,
body.template-cart .navbar-dark .navbar-nav .nav-link,
body.template-product .navbar-dark .navbar-nav .nav-link {
  color: #000;
}

body.order .navbar-brand,
body.team .navbar-brand,
body.template-cart .navbar-brand,
body.template-product .navbar-brand {
  background: url(https://cdn.shopify.com/s/files/1/0022/7167/4413/t/3/assets/logob.svg) no-repeat;
      background-size: contain;
  position: absolute;
  left: 8%;
  transform: translateX(-40%);
  top: 33px;
}

body.order .navbar-nav .nav-link:after,
body.team .navbar-nav .nav-link:after,
body.template-cart .navbar-nav .nav-link:after,
body.template-product .navbar-nav .nav-link:after {
  background-color: transparent;
}

body.order .navbar-nav .nav-link:hover:after,
body.order .navbar-nav .nav-link:focus:after,
body.order .navbar-nav .nav-link.active:after,
body.team .navbar-nav .nav-link:hover:after,
body.team .navbar-nav .nav-link:focus:after,
body.team .navbar-nav .nav-link.active:after,
body.template-cart .navbar-nav .nav-link:hover:after,
body.template-cart .navbar-nav .nav-link:focus:after,
body.template-cart .navbar-nav .nav-link.active:after,
body.template-product .navbar-nav .nav-link:hover:after,
body.template-product .navbar-nav .nav-link:focus:after,
body.template-product .navbar-nav .nav-link.active:after {
  background-color: black;
}

body.order .navbar-nav .active,
body.team .navbar-nav .active,
body.template-cart .navbar-nav .active,
body.template-product .navbar-nav .active {
  color: #000;
  border-bottom-color: #000;
}

body.order .navbar-nav .order-btn,
body.team .navbar-nav .order-btn,
body.template-cart .navbar-nav .order-btn,
body.template-product .navbar-nav .order-btn {
  background: #000;
  color: #fff;
}

body.order footer,
body.team footer,
body.template-cart footer,
body.template-product footer {
  background-color: #262729;
}

body.order footer .social-links,
body.team footer .social-links,
body.template-cart footer .social-links,
body.template-product footer .social-links {
  background-color: #323335;
}

body.order footer .social-links .row > div,
body.team footer .social-links .row > div,
body.template-cart footer .social-links .row > div,
body.template-product footer .social-links .row > div {
  border-right: 1px solid #292A2C;
}

body.order footer .social-links a,
body.team footer .social-links a,
body.template-cart footer .social-links a,
body.template-product footer .social-links a {
  color: #f7f7f7;
}

body.order footer .main,
body.team footer .main,
body.template-cart footer .main,
body.template-product footer .main {
  color: #FFF;
}

body.order footer .main .rights a,
body.team footer .main .rights a,
body.template-cart footer .main .rights a,
body.template-product footer .main .rights a {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #262729;
}

body.order footer .main .rights a:hover,
body.team footer .main .rights a:hover,
body.template-cart footer .main .rights a:hover,
body.template-product footer .main .rights a:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}

@media (max-width: 1240px) {
  body.order .navbar-brand,
  body.team .navbar-brand,
  body.template-cart .navbar-brand,
  body.template-product .navbar-brand {
    left: 2%;
    transform: translateX(0%);
  }
}

@media (max-width: 576px) {
  body.order .social-links .row > div,
  body.team .social-links .row > div,
  body.template-cart .social-links .row > div,
  body.template-product .social-links .row > div {
    border-bottom: 1px solid #292A2C;
  }
}

@media (max-width: 375px) {
  body.order .navbar-brand,
  body.team .navbar-brand,
  body.template-cart .navbar-brand,
  body.template-product .navbar-brand {
    left: 0%;
    margin-left: 15px;
    transform: translateX(0%);
  }
}

/*
 * Partials
 */

.navbar {
  padding: 3rem;
  margin-bottom: 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: transparent !important;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.navbar-brand {
  background: url(logow.svg) no-repeat;
  background-size: cover;
  background-position-y: center;
  width: 250px;
  height: 32px;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 0;

}

.navbar-nav {
  margin-right: 32px;
  letter-spacing: 0.5px;
  margin-top: -7px;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav .nav-link {
  font-family: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.91rem;
  color: #fff;
  padding: 0.8rem 0.75rem;
}

.navbar-nav .nav-link:after {
  content: '';
  display: block;
  transition: all 250ms ease;
  height: 1px;
  position: relative;
  top: -2px;
  background-color: rgba(255, 255, 255, 0);
}

.navbar-nav .nav-link:hover:after,
.navbar-nav .nav-link:focus:after,
.navbar-nav .nav-link.active:after {
  background-color: white;
}

.navbar-nav .active {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar-nav .order-btn {
  background: #fff;
  color: #000;
  border-radius: 0;
  padding: 0.9rem 1.7rem;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.9rem;
  margin-left: 40px;
  box-shadow: none;
}

.navbar-nav .order-btn:hover {
  background: #00BFF3;
  color: #ffffff;
    
}    


/*
 * Mobile
 */

.mobile-menu-container {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
}

.mobile-menu-container ul.navbar-nav {
  margin-top: 120px;
}

.mobile-menu-container ul.navbar-nav li.nav-item {
  width: 100%;
  text-align: right;
  padding-right: 40px;
  margin-bottom: 30px;
}

.mobile-menu-container ul.navbar-nav li.nav-item a {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3rem;
  color: #000;
  display: inline-block;
}

.mobile-menu-container ul.navbar-nav li.nav-item a.active {
  color: #000;
}

.mobile-menu-container ul.navbar-nav li.nav-item a.active:after {
  background-color: #000;
}

.mobile-menu-container ul.navbar-nav li.nav-item a.social {
  font-size: 1.6rem;
  text-decoration: none;
  margin-bottom: 20px;
}

.mobile-menu-container .close-mobile-menu {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1000;
  color: #000;
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 1.2rem;
}

.mobile-menu-container.open ~ .navbar-brand {
  position: fixed;
  top: 42px;
  left: 40px;
  z-index: 1000;
  background: url(https://cdn.shopify.com/s/files/1/0022/7167/4413/t/3/assets/logob.svg) no-repeat;
  background-size:contain;
  width: 250px;
  height: 24px;
  margin-right: 0;
}

.open-mobile-menu,
.mobile-menu-container {
  display: none;
}

.open-mobile-menu {
  position: absolute;
  right: 40px;
  top: 47px;
}

@media (max-width: 1024px) {
  .navbar-nav {
    margin-right: 0;
  }
}

@media (max-width: 850px) {
  .navbar-nav .nav-item .order-btn {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .open-mobile-menu,
  .mobile-menu-container.open {
    display: block;
  }

  .navbar {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 414px) {
  .mobile-menu-container .navbar-brand {
    margin-left: 0;
    top: 42px;
    left: 40px;
  }

  .navbar {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 375px) {
  .navbar-brand {
    margin: 0;
    width: 220px;
  }

  nav.navbar button.navbar-toggler {
    position: absolute;
    top: 38px;
    right: 40px;
  }

  .mobile-menu-container ul.navbar-nav li.nav-item {
    margin-bottom: 30px;
  }

  .mobile-menu-container ul.navbar-nav li.nav-item a {
    font-size: 2.7rem;
  }

  .mobile-menu-container ul.navbar-nav li.nav-item a.social {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  .navbar-brand {
    background-size: 92%;
    width: 150px;
  }

  .mobile-menu-container ul.navbar-nav li.nav-item {
    margin-bottom: 20px;
  }

  .mobile-menu-container ul.navbar-nav li.nav-item a {
    font-size: 2.4rem;
  }

  .mobile-menu-container ul.navbar-nav li.nav-item a.social {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .mobile-menu-container.open ~ .navbar-brand {
    width: 175px;
  }

  body.order .navbar-brand,
  body.team .navbar-brand,
  body.template-cart .navbar-brand,
  body.template-product .navbar-brand {
    background-size: 92%;
    top: 44px;
  }
}

footer {
  background-color: #fff;
}

footer .social-links {
  background-color: #E3E3E5;
}

footer .social-links .row > div {
  border-right: 1px solid #fff;
}

footer .social-links .row > div:hover {
  background-color:#55585d;
  box-shadow: 0px 4px 3px 0 rgba(0, 0, 0, 0.36);
}

footer .social-links .row > div:hover >  a:before {
  
  color: #f7f7f7;

}

footer .social-links .row > div:last-child {
  border-right: none;
}

footer .social-links a {
  display: block;
  color: #323335;
  width: 100%;
  padding: 37px;
}

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

footer .main {
  color: #262729;
  padding-top: 170px;
  padding-bottom: 100px;
  text-align: left;
}

footer .main .rights {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.8rem;
}

footer .main .rights p {
  margin-top: 5px;
  margin-bottom: 7px;
}

footer .main .rights a {
  color: #262729;
  text-transform: uppercase;
  border-bottom: 1px solid #C0C1C3;
}

footer .main .rights a:hover {
  border-bottom-color: #262729;
  text-decoration: none;
}

footer .main .rights span {
  display: inline-block;
  margin: 0 7px;
}

footer .main a.contact-us {
  display: block;
  text-transform: uppercase;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.95rem;
  background-color: #191919;
  color: #fff;
  padding: 1rem 5rem;
  max-width: 245px;
  margin: auto;
  border-radius: 0;
}

footer .main .contact {
  text-transform: uppercase;
}

footer .main .contact > div {
  display: block;
  width: 180px;
  float: right;
}

footer .main .contact > div p {
  font-size: 0.8rem;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  footer .main {
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
  }

  footer .main .rights {
    margin-bottom: 40px;
  }

  footer .main a.contact-us {
    margin-bottom: 30px;
  }

  footer .main .contact > div {
    display: inline;
    float: none;
  }
}

@media (max-width: 576px) {
  footer .social-links .row > div {
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  footer .social-links .row > div:last-child {
    border-bottom: none;
  }
}

body.homepage #scrollspy {
  display: -ms-flexbox;
  display: flex;
}

#scrollspy {
  background-color: #131313;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: none;
}

#scrollspy .bg {
  display: block;
  background-color: #131313;
  width: 370px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -370px;
  z-index: 0;
}

#scrollspy .scrollspy-container {
  z-index: 1;
}

#scrollspy .progress {
  width: 1px;
  height: 385px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  background-color: #424242;
}

#scrollspy .progress .completed {
  width: 100%;
  height: 0;
  background-color: #00BFF3;
}

#scrollspy a.list-group-item {
  position: relative;
  display: block;
  padding: 10px 10px 30px 10px;
  color: #898989;
  background-color: transparent;
  border: none;
  z-index: 1;
}

#scrollspy a.list-group-item:last-child {
  padding-bottom: 10px;
}

#scrollspy a.list-group-item span.icon {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  line-height: 30px;
  font-size: 1rem;
  background-color: #131313;
  text-align: center;
}

#scrollspy a.list-group-item span.icon:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 3.4%;
  left: 0.7%;
  border-radius: 50%;
}

#scrollspy a.list-group-item:hover,
#scrollspy a.list-group-item.active {
  color: #00BFF3;
  text-decoration: none;
}

#scrollspy a.list-group-item:hover .title,
#scrollspy a.list-group-item.active .title {
  color: #00BFF3;
}

#scrollspy a.list-group-item.active span.icon:after {
  background-color: #00BFF3;
  animation: pulseIndicator 1.5s infinite ease-out;
}

#scrollspy a.list-group-item .title {
  display: block;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.65rem;
  color: #888;
  position: absolute;
  top: -1px;
  right: 40px;
  width: 270px;
  text-align: right;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#scrollspy a.list-group-item.passed {
  color: rgba(0, 190, 243, 0.5);
}

#scrollspy a.list-group-item.passed .title {
  color: rgba(0, 190, 243, 0.5);
}

@keyframes pulseIndicator {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  #scrollspy {
    display: none !important;
  }
}

/*
 * Sections
 */

section.cover {
  margin: 0;
  z-index: -1;
  position: relative;
}

section.cover.one-image {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.cover .hero-content {
  position: absolute;
  z-index: 2;
  top: 22.8%;
  left: 12.3%;
  max-width: 620px;
  width: 75%;
  text-align: left;
}

section.cover .hero-content h1 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3.77rem;
  margin-bottom: 87px;
}

section.cover .hero-content p.first-paragraph {
  font: normal 300 1rem "Montserrat", sans-serif;
  line-height: 1.35rem;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  margin-bottom: 23px;
  padding-left: 10px;
}

section.cover .hero-content p.second-paragraph {
  font: normal 400 1rem "Montserrat", sans-serif;
  line-height: 1.1rem;
  font-size: 0.84rem;
  letter-spacing: 0.5px;
  padding-left: 10px;
}

section.cover .hero-content .btns {
  margin-top: 50px;
  padding-left: 10px;
  z-index:3;
}

section.cover .hero-content .btns .play-video {
  display: inline-block;
/*   background-color: #0F0F0F; */
  color: #00BFF3;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 13px;
  width: 200px;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

section.cover .hero-content .btns #play_btn_full{
	display:block;
}

section.cover .hero-content .btns #play_btn_mob{
	display:none;
}

section.meet  #meet_ilustration_desk{
	display:block;
}

section.meet  #meet_ilustration_mob{
	display:none;
  
    width: 38%;
      
}


@media (max-width: 800px) {
	
  section.cover .hero-content .btns #play_btn_full{
      display:none;
  }

  section.cover .hero-content .btns #play_btn_mob{
      display:block;
  }
  section.cover .hero-content .btns .play-video {
  
  	width:100px;
  
  }
  
  section.meet  #meet_ilustration_desk{
	display:none;
	}

  section.meet  #meet_ilustration_mob{
      display:block;
  }
}

section.cover .hero-content .order-now {
 
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 500;
 text-decoration: underline;
  letter-spacing: 0.8px;
  text-align: left;
  color: #00bff3;
}


section.cover .hero-content .btns .play-video span {
  line-height: 50px;
  display: inline-block;
  margin-right: 22px;
}

section.cover .hero-content .btns .play-video .triangle-container {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  margin-top: -5px;
}

section.cover .hero-content .btns .play-video .triangle-container .triangle {
  fill: #00BFF3;
}

section.cover .hero-content .btns .gray-btn {
  display: inline-block;
  color: #fff;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 13px;
  border-radius: 0;
  width: 200px;
  line-height: 50px;
  padding: 0;
  letter-spacing: 0.5px;
  border: none;
  box-shadow: none;
  background: #56585c;
  background: linear-gradient(to right, #56585c 0%, #707378 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

section.cover #hero-carousel .carousel-indicators {
  bottom: 90px;
}

section.cover #hero-carousel .carousel-indicators li {
  height: 3px;
  width: 50px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}

section.cover #hero-carousel .carousel-indicators li.active {
  background: #00BFF3;
  box-shadow: 0px 0px 35px 0px rgba(0, 190, 243, 0.9);
}

section.cover #hero-carousel .carousel-control-prev,
section.cover #hero-carousel .carousel-control-next {
  width: auto;
  height: 47px;
  bottom: 82px;
  top: auto;
}

section.cover #hero-carousel .carousel-control-prev .triangle-container,
section.cover #hero-carousel .carousel-control-next .triangle-container {
  height: 47px;
  width: 50px;
  margin: auto;
  text-align: center;
}

section.cover #hero-carousel .carousel-control-prev .triangle-container .triangle,
section.cover #hero-carousel .carousel-control-next .triangle-container .triangle {
  fill: transparent;
  stroke: white;
  stroke-width: 2px;
}

section.cover #hero-carousel .carousel-control-prev .btn-text,
section.cover #hero-carousel .carousel-control-next .btn-text {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

section.cover #hero-carousel .carousel-control-prev {
  left: 73px;
}

section.cover #hero-carousel .carousel-control-prev .btn-text {
  margin-left: 11px;
}

section.cover #hero-carousel .carousel-control-next {
  right: 73px;
}

section.cover #hero-carousel .carousel-control-next .btn-text {
  margin-right: 11px;
}

section.cover #hero-carousel .carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1024px) {
  section.cover.one-image {
    height: auto;
  }

  section.cover .hero-content h1 {
    margin-bottom: 40px;
  }

  section.cover #hero-carousel .carousel-control-prev,
  section.cover #hero-carousel .carousel-control-next {
    bottom: 45px;
  }

  section.cover #hero-carousel .carousel-indicators {
    bottom: 6.5%;
  }

  section.cover #hero-carousel .carousel-item {
    height: auto;
    min-height: 760px;
  }
}

@media (max-width: 414px) {
  section.cover {
    margin: 0;
    min-height:100% ;
  }
  
  section.cover #hero-carousel .carousel-item {
    height: auto;
    min-height: 630px;
  }

  section.cover .hero-content {
    top: 25%;
  }

  section.cover .hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align:center;
  }

  section.cover .hero-content p.first-paragraph {
    line-height: 1rem;
    font-size: 0.8rem;
    margin-bottom: 23px;
    padding-left: 0;
  }

  section.cover .hero-content p.second-paragraph {
    line-height: 1rem;
    font-size: 0.65rem;
    padding-left: 0;
  }

  section.cover .hero-content .btns {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
  }

  section.cover .hero-content .btns .play-video {
    margin-bottom: 10px;
  }

  section.cover #hero-carousel .carousel-control-prev,
  section.cover #hero-carousel .carousel-control-next {
    display: none;
  }

  section.cover #hero-carousel .carousel-indicators {
    bottom: 2%;
  }
}

@media (max-width: 320px) {
  section.cover .hero-content {
    top: 20%;
  }

  section.cover .hero-content h1 {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }

  section.cover .hero-content p.first-paragraph {
    line-height: 0.9rem;
    font-size: 0.7rem;
    margin-bottom: 15px;
  }

  section.cover .hero-content p.second-paragraph {
    line-height: 0.9rem;
    font-size: 0.6rem;
  }

  section.cover .hero-content .btns {
    text-align: center;
  }
}

section.social {
  background-color: #FFF;
}

section.social .social-images {
  max-width: 54.6%;
  -ms-flex: 0 0 54.6%;
  flex: 0 0 54.6%;
}
/* 
section.social .social-images .owl-item > div {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} */

section.social .content {
  padding-top: 120px;
  padding-left: 100px;
  text-align: left;
  color: #080A15;
  -ms-flex: 0 0 45.4%;
  flex: 0 0 45.4%;
  max-width: 45.4%;
}

section.social .content .slide {
  background-color: #FFF;
}

section.social .content .content-slider {
  width: 90%;
}

section.social .content .numbers {
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #6D7C8A;
  margin-bottom: 51px;
}

section.social .content .numbers span {
  margin-right: 24px;
}

section.social .content .numbers .current {
  font-size: 3.75rem;
}




section.social .content h2 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 1.2px;
  margin-left: 3px;
  margin-bottom: 45px;
}

section.social .content ul > li {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 1.05rem;
  list-style: none;
  margin-left: 45px;
  margin-bottom: 19px;
  letter-spacing: 1.3px;
  max-width: 435px;
  position: relative;
}

section.social .content ul > li:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 61px;
  background: #BDBEC1;
  position: absolute;
  top: 12px;
  left: -79px;
}

@media (max-width: 1360px) {
  section.social .content {
    padding-top: 120px;
    padding-left: 90px;
  }

  section.social .content h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  section.social .content {
    padding-top: 80px;
    padding-left: 60px;
  }

  section.social .content .numbers {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  section.social .content,
  section.social .social-images {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  section.social .social-images .owl-item > div {
    height: 500px;
  }

  section.social .content {
    padding: 90px;
  }
}

@media (max-width: 414px) {
  section.social .image-slider .owl-item > div {
    height: 420px;
  }

  section.social .content {
    padding: 30px;
  }

  section.social .content .numbers {
    margin-bottom: 20px;
  }

  section.social .content .slide h2 {
    font-size: 1.9rem;
  }

  section.social .content .slide li,
  section.social .content .slide .text {
    font-size: 0.85rem;
    padding-left: 1px;
  }

  section.social .content h2 {
    font-size: 2.3rem;
  }

  section.social .content ul > li {
    margin-left: 25px;
  }

  section.social .content ul > li:before {
    width: 37px;
    left: -64px;
  }

  section.social .content .content-slider {
    width: 100%;
  }
}

section.vyoocam {
/*   background: url(https://cdn.shopify.com/s/files/1/0022/7167/4413/t/3/assets/vyoocam_bg.jpg); */
  background-color: black;
  height: 100vh;
/*   max-height: 900px; */
  position: relative;
  /*.tools {
		position: absolute;
		top: 195px;
		right: 60px;
		z-index: 9999;
		width: 370px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;

		& > div {
			flex-basis: 100%;
			margin-bottom: 10px;
		}

		& > div .text {
			font: $font-light;
			font-size: 1.2rem;
			margin-right: 15px;
			position: relative;
			bottom: 3px;
		}

		& > div .line {
			display: inline-block;
			height: 1px;
			width: 40px;
			background: #BDBEC1;
			position: relative;
			bottom: 9px;
			margin-right: 3px;
		}

		ul {
			margin: 0;
			padding: 0;
			display: inline-block;

			li {
				display: inline-block;
				width: 35px;
				height: 35px;
				cursor: pointer;
				border: 2px solid transparent;
				-webkit-backface-visibility: hidden;
				-webkit-transition: transform 0.3s ease;
				-moz-transition: transform 0.3s ease;
				-ms-transition: transform 0.3s ease;
				-o-transition: transform 0.3s ease;
				transition: transform 0.3s ease;
				-webkit-border-radius: 50%;
				border-radius: 50%;

				&.active {
					border: 2px solid #fff;
				}

				&:after {
					content: '';
					display: inline-block;
					width: 22px;
					height: 22px;
					margin-top: 4px;
					-webkit-border-radius: 50%;
					border-radius: 50%;
					font-size: 0.8rem;
					line-height: 1.4rem;
				}
			}
		}
	}

	.tools .colors {
		position: relative;
	
		ul {
			width: 160px;
	
			li {
				&.active {
					transform: rotate(45deg);
				}
	
				&.color-1:after {
					@include twoColorBG(#36454f, #000);
				}
				&.color-2:after {
					@include twoColorBG(#c62828, #000);
				}
				&.color-3:after {
					@include twoColorBG(#fff, #000);
				}
				&.color-4:after {
					@include twoColorBG(#03a9f4, #fff);
				}
			}
		}
	}
	
	.tools .glasses {
		position: relative;
	
		ul {
			width: 160px;
	
			li {
				&.option-1:after {
					background: #222;
					content: '1';
				}
				&.option-2:after {
					background: #222;
					content: '2';
				}
				&.option-3:after {
					background: #222;
					content: '3';
				}
				&.option-4:after {
					background: #222;
					content: '4';
				}
			}
		}
	}
	
	.tools #clip-button {
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 2px solid #fff;
		border-radius: 20px;
		padding: 5px 10px;
		width: 100px;
		text-align: center;
	}*/
}

section.vyoocam .tech-specs {
  overflow: visible;
}

section.vyoocam .tech-specs .btn.specs {
  position: absolute;
  top: 200px;
  left: 80px;
  width: 240px;
  color: #1D1D1D;
  font: normal 400 1rem "Montserrat", sans-serif;
  line-height: 42px;
  font-size: 0.92rem;
  z-index: 0;
  border: none;
  -webkit-transform: translateZ(0px);
  border-radius: 0;
  background: #B9B9B9;
  background: linear-gradient(to right, #B9B9B9 0%, #F1F1F1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  transition: none;
}

section.vyoocam .tech-specs .btn.specs span.plus {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 2.2rem;
  vertical-align: middle;
  margin-right: 18px;
  margin-top: -5px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}

section.vyoocam .tech-specs .btn.specs:focus {
  box-shadow: none;
}
section.vyoocam .tech-specs .btn.specs:hover {
  box-shadow: none;
  background: #ffffff;
}

section.vyoocam .tech-specs .tech-specs-modal {
  display: none;
  position: absolute;
  top: 200px;
  left: 80px;
  width: 91%;
  height: 845px;
  background-color: #FFF;
  padding: 100px 140px;
  z-index: 10;
  color: #1D1D1D;
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 0.85rem;
  text-align: left;
}

section.vyoocam .tech-specs .tech-specs-modal strong {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.85rem;
}

section.vyoocam .tech-specs .tech-specs-modal ul {
  padding: 0;
}

section.vyoocam .tech-specs .tech-specs-modal ul > li {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  padding-left: 44px;
  padding-bottom: 19px;
  margin-bottom: 19px;
  background-image: linear-gradient(to right, #EBEBEB 50%, #fff 0%);
  background-position: bottom;
  background-size: 20px 1px;
  background-repeat: repeat-x;
}

section.vyoocam .tech-specs .tech-specs-modal ul > li.no-line {
  background-image: none;
}

section.vyoocam .tech-specs.open {
  position: relative;
  z-index: 99999 !important;
}

section.vyoocam .tech-specs.open .btn.specs {
  z-index: 11;
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

section.vyoocam .tech-specs.open .btn.specs span.plus {
  transform: rotate(45deg);
}

section.vyoocam .tech-specs.open .tech-specs-modal {
  display: block;
}

section.vyoocam > h2 {
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

section.vyoocam .help {
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
}

section.vyoocam .glasses-model {
  max-width: 910px;
  max-height: 570px;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1170px) {
  section.vyoocam h2 {
    top: 100px;
  }

  section.vyoocam .tools {
    top: 175px;
  }

  section.vyoocam .help {
    bottom: 45px;
  }

  section.vyoocam .tech-specs {
    position: relative;
   /* top: -100px;*/
  }

  section.vyoocam .tech-specs .tech-specs-modal {
    top: 180px;
    left: 40px;
    right: 80px;
    padding: 100px 30px;
    padding-bottom: 30px;
  }

  section.vyoocam .tech-specs .tech-specs-modal ul > li {
    padding-left: 10px;
  }

  section.vyoocam .glasses-model {
    max-width: 810px;
    max-height: 490px;
  }
}

@media (max-width: 992px) {
  section.vyoocam h2 {
    top: 70px;
  }

  section.vyoocam .tools {
    top: 135px;
  }

  section.vyoocam .tools > div {
    margin-bottom: 10px;
  }

  section.vyoocam .tech-specs .btn.specs {
    top: 165px;
    left: 40px;
  }

  section.vyoocam .tech-specs .tech-specs-modal {
    position: absolute;
    top: 180px;
    left: 40px;
    width: 90%;
    height: auto;
    padding: 70px 30px;
    padding-bottom: 30px;
  }

  section.vyoocam .tech-specs .tech-specs-modal ul > li {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  section.vyoocam {
    height: 840px;
  }

  section.vyoocam .tech-specs.open .tech-specs-modal {
    padding-top: 90px;
    left: 15px;
    top: 165px;
    width: 96%;
    padding-bottom: 0;
  }

  section.vyoocam .tech-specs {
    top: 0;
  }

  section.vyoocam .tech-specs .btn.specs {
    left: 15px;
  }

  section.vyoocam .colors {
    right: 0;
  }

  section.vyoocam .glasses-model {
    max-width: 738px;
    max-height: 470px;
    top: 250px;
  }
}

@media (max-width: 767px) {
  section.vyoocam .tech-specs.open .tech-specs-modal .row > div {
    display: none;
  }

  section.vyoocam .tech-specs.open .tech-specs-modal .row > div:first-child {
    display: block;
  }
}

@media (max-width: 670px) {
  section.vyoocam {
    max-height: 880px;
  }

  section.vyoocam h2 {
    top: 155px;
    font-size: 3rem;
    width: 450px;
  }

  section.vyoocam .tech-specs {
   /* top: 80px;*/
  }

  section.vyoocam .tech-specs .btn.specs {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -41px;
    width: 90%;
    line-height: 70px;
    color: #1D1D1D;
    font-size: 1.3rem;
  }

  section.vyoocam .tech-specs .btn.specs span.plus {
    color: #1D1D1D;
    font-size: 2.3rem;
    line-height: 82px;
    position: absolute;
    left: 30px;
  }

  section.vyoocam .tech-specs .btn.specs span.icon {
    display: block !important;
    position: absolute;
    right: 30px;
    top: 5px;
    background: url(https://cdn.shopify.com/s/files/1/0022/7167/4413/t/3/assets/tech_specs_icon.png);
    width: 79px;
    height: 76px;
    transform: scale(0.6);
    background-position: top;
  }

  section.vyoocam .tech-specs.open .btn.specs span.icon {
    background-position: bottom;
  }

  section.vyoocam .tech-specs.open .tech-specs-modal {
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    width: 90%;
    padding-top: 120px;
    font-size: 1.1rem;
  }

  section.vyoocam .tech-specs.open .tech-specs-modal strong {
    font: normal 400 1rem "Montserrat", sans-serif;
    font-size: 1.1rem;
  }

  section.vyoocam .tools {
    top: 155px;
    left: 50%;
    transform: translateX(-50%);
  }

  section.vyoocam .tools > div {
    margin-bottom: 17px;
  }

  section.vyoocam .tools #clip-button {
    left: -50%;
    position: relative;
    transform: translateX(50%);
    border-radius: 30px;
    padding: 8px 10px;
    width: 150px;
    text-align: center;
    font-size: 1.25rem;
  }

  section.vyoocam .help {
    bottom: 100px;
  }

  section.vyoocam .glasses-model {
    max-width: 630px;
    max-height: 400px;
    top: 270px;
  }
}

@media (max-width: 536px) {
  section.vyoocam .tech-specs .btn.specs {
    font-size: 1.2rem;
  }

  section.vyoocam .tech-specs .btn.specs span.plus {
    font-size: 2rem;
    left: 20px;
  }

  section.vyoocam .tech-specs .btn.specs span.icon {
    right: 0px;
    transform: scale(0.5);
  }

  section.vyoocam .tech-specs.open .tech-specs-modal {
    font-size: 0.9rem;
  }

  section.vyoocam .tech-specs.open .tech-specs-modal strong {
    font-size: 0.9rem;
  }

  section.vyoocam .glasses-model {
    max-width: 500px;
    max-height: 320px;
    top: 290px;
  }
}

@media (max-width: 467px) {
  section.vyoocam .tech-specs.open .tech-specs-modal {
    font-size: 0.8rem;
  }

  section.vyoocam .tech-specs.open .tech-specs-modal strong {
    font-size: 0.8rem;
  }

  section.vyoocam .tech-specs.open .glasses-model {
    max-width: 430px;
    max-height: 290px;
    top: 290px;
  }
}

@media (max-width: 414px) {
  section.vyoocam {
    height: 520px;
  }

  section.vyoocam h2 {
    font-size: 2.2rem;
  }

  section.vyoocam .tools {
    transform: scale(0.6) translateX(-50%);
    transform-origin: left;
    top: 105px;
  }

  section.vyoocam .glasses-model {
    margin: 0;
    max-width: 370px;
    max-height: 240px;
    top: 220px;
  }

  section.vyoocam .help {
    bottom: 20px;
  }

  section.vyoocam .help img {
    width: 120px;
    height: auto;
  }
}

@media (max-width: 375px) {
  section.vyoocam h2 {
    font-size: 2rem;
  }

  section.vyoocam .colors {
    left: 50%;
    transform: translateX(-50%);
  }

  section.vyoocam .tech-specs .btn.specs {
    font-size: 1.1rem;
  }

  section.vyoocam .tech-specs .btn.specs span.icon {
    right: 0px;
    transform: scale(0.35);
  }

  section.vyoocam .tech-specs.open .tech-specs-modal {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }

  section.vyoocam .tech-specs.open .tech-specs-modal strong {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }

  section.vyoocam .glasses-model {
    max-width: 340px;
    max-height: 220px;
    top: 225px;
  }
}

@media (max-width: 320px) {
  section.vyoocam .colors {
    left: 50%;
    transform: translateX(-50%) scale(0.8);
  }

  section.vyoocam .tech-specs .btn.specs {
    font-size: 0.9rem;
  }

  section.vyoocam .tech-specs .btn.specs span.icon {
    transform: scale(0.3);
  }

  section.vyoocam .glasses-model {
    max-width: 290px;
    max-height: 200px;
    top: 230px;
  }
}

section.vyoocam-info {
  min-height: 520px;
  background-color: #000;
  padding-top: 110px;
  text-align: left;
  padding-bottom: 80px;
}

section.vyoocam-info h3 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3rem;
  letter-spacing: 1.2px;
  margin-bottom: 57px;
}

section.vyoocam-info .content {
  font: normal 300 1rem "Montserrat", sans-serif;
  color: #707379;
  line-height: 1.4rem;
  letter-spacing: 1.3px;
}

section.vyoocam-info .content div:last-child {
  padding-left: 60px;
}

@media (max-width: 1024px) {
  section.vyoocam-info {
    padding-bottom: 110px;
  }

  section.vyoocam-info .content div:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  section.vyoocam-info {
    padding: 140px 50px 160px 50px;
    min-height: 480px;
  }

  section.vyoocam-info h3 {
    margin-bottom: 30px;
  }

  section.vyoocam-info .content {
    font-size: 1rem;
  }

  section.vyoocam-info .content div:last-child {
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 414px) {
  section.vyoocam-info {
    padding: 130px 50px 100px 50px;
  }

  section.vyoocam-info h3 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
}

section.gallery {
  background-color: #191919;
  color: #707378;
  /**
	 * change the look of the gallery on mobile
	 */
}

section.gallery .container {
  height: 1605px;
  position: relative;
  top: -41px;
}

section.gallery .title {
  position: absolute;
  left: -19px;
  top: 126px;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 1.5rem;
  width: 210px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.8px;
  color: #FFF;
}

section.gallery .title small {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 1.3px;
  color: #707378;
}

section.gallery .text {
  position: absolute;
  top: 770px;
  left: 820px;
  width: 410px;
  text-align: left;
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 0.5px;
}

section.gallery a.view-gallery-btn {
  position: absolute;
  bottom: 97px;
  left: 470px;
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #191919;
  background-color: #E3E3E5;
  padding: 0.9rem 3.3rem;
  text-transform: uppercase;
  border-radius: 0;
}

section.gallery div[class^="img-"],
section.gallery div[class*=" img-"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.gallery div[class^="img-"].over,
section.gallery div[class*=" img-"].over {
  z-index: 10;
}

section.gallery div[class^="image-"],
section.gallery div[class*=" image-"] {
  position: absolute;
}

section.gallery div[class^="part-"],
section.gallery div[class*=" part-"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  perspective: 1000px;
}

section.gallery div[class^="part-"] img,
section.gallery div[class*=" part-"] img {
  position: absolute;
}

section.gallery .image-1 {
  z-index: 1;
  top: 0;
  left: 17px;
  width: 460px;
  height: 789px;
}

section.gallery .image-1 .part-1 {
  width: 275px;
  height: 205px;
  top: 0;
  left: 185px;
}

section.gallery .image-1 .part-1 .img-1 img {
  left: -206px;
  top: -3px;
}

section.gallery .image-1 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-1 .part-2 {
  width: 460px;
  height: 338px;
  top: 226px;
  left: 0;
}

section.gallery .image-1 .part-2 .img-1 img {
  left: -26px;
  top: -232px;
}

section.gallery .image-1 .part-2 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-1 .part-3 {
  width: 279px;
  height: 206px;
  top: 583px;
  left: 0;
}

section.gallery .image-1 .part-3 .img-1 img {
  left: -24px;
  top: -585px;
}

section.gallery .image-1 .part-3 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-2 {
  z-index: 2;
  top: 0;
  left: 498px;
  width: 445px;
  height: 563px;
}

section.gallery .image-2 .part-1 {
  width: 444px;
  height: 334px;
  top: 0;
  left: 0;
}

section.gallery .image-2 .part-1 .img-1 img {
  left: -5px;
  top: -37px;
}

section.gallery .image-2 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-2 .part-2 {
  width: 298px;
  height: 208px;
  top: 355px;
  left: 0;
}

section.gallery .image-2 .part-2 .img-1 img {
  left: -5px;
  top: -393px;
}

section.gallery .image-2 .part-2 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-3 {
  z-index: 3;
  top: 355px;
  left: 820px;
  width: 390px;
  height: 293px;
}

section.gallery .image-3 .part-1 .img-1 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-3 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-4 {
  z-index: 4;
  top: 583px;
  left: 316px;
  width: 481px;
  height: 361px;
}

section.gallery .image-4 .part-1 .img-1 img {
  left: -17px;
  top: -6px;
}

section.gallery .image-4 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-5 {
  z-index: 5;
  top: 965px;
  left: 720px;
  width: 250px;
  height: 187px;
}

section.gallery .image-5 .part-1 .img-1 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-5 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-6 {
  z-index: 6;
  top: 965px;
  left: 210px;
  width: 845px;
  height: 459px;
}

section.gallery .image-6 .part-1 {
  width: 489px;
  height: 367px;
  top: 0;
  left: 0;
}

section.gallery .image-6 .part-1 .img-1 img {
  left: -10px;
  top: -8px;
}

section.gallery .image-6 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .image-6 .part-2 {
  width: 335px;
  height: 252px;
  top: 207px;
  left: 510px;
}

section.gallery .image-6 .part-2 .img-1 img {
  left: -522px;
  top: -216px;
}

section.gallery .image-6 .part-2 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery .glasses {
  position: absolute;
  z-index: 100;
  top: 900px;
  left: -21px;
}

section.gallery .shadow {
  box-shadow: 32px 40px 100px 0px rgba(0, 0, 0, 0.85);
  z-index: 100;
}

@media (max-width: 1390px) {
  section.gallery {
    height: 1300px;
  }

  section.gallery > .container {
    transform: scale(0.8) translateX(-6%);
    transform-origin: top;
  }

  section.gallery a.view-gallery-btn {
    transform: scale(1.2);
    bottom: 80px;
  }
}

@media (max-width: 1200px) {
  section.gallery {
    height: 1100px;
  }

  section.gallery > .container {
    transform: scale(0.65) translateX(-13%);
    transform-origin: top;
  }

  section.gallery a.view-gallery-btn {
    transform: scale(1.35);
  }

  section.gallery .title {
    top: 75px;
    font-size: 1.8rem;
  }

  section.gallery .title small {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 10px;
  }

  section.gallery .text {
    top: 760px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

@media (max-width: 992px) {
  section.gallery {
    height: 1080px;
  }

  section.gallery > .container {
    transform: scale(0.65) translateX(-34%);
    transform-origin: top;
  }
}

@media (max-width: 845px) {
  section.gallery {
    height: auto;
    padding-top: 340px;
    padding-bottom: 200px;
  }

  section.gallery > .container {
    height: auto;
    top: 0;
    transform: translateX(0%) scale(1) !important;
    transform-origin: top;
    column-count: 2;
    max-width: 100%;
  }

  section.gallery .title {
    left: 0px;
    top: -130px;
    font-size: 1.8rem;
    width: 210px;
  }

  section.gallery .title small {
    font-size: 0.8rem;
    margin-top: 0;
  }

  section.gallery .text {
    top: -200px;
    left: 45px;
    width: 85%;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  section.gallery div[class^="image-"],
  section.gallery div[class*=" image-"] {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
  }

  section.gallery div[class^="img-"],
  section.gallery div[class*=" img-"] {
    position: static;
    width: auto;
    height: auto;
  }

  section.gallery div[class^="part-"],
  section.gallery div[class*=" part-"] {
    position: static;
    width: 100% !important;
    height: auto !important;
  }

  section.gallery div[class^="part-"] img,
  section.gallery div[class*=" part-"] img {
    position: static;
    width: 100%;
    height: auto;
  }

  section.gallery a.view-gallery-btn {
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%) scale(1);
    padding: 1.8rem 5rem;
    font-size: 1.1rem;
  }

  section.gallery .glasses,
  section.gallery .image-1 .part-2,
  section.gallery .image-1 .part-3,
  section.gallery .image-2 .part-2,
  section.gallery .image-6 .part-2 {
    display: none;
  }

  section.gallery .shadow {
    box-shadow: none;
    z-index: 100;
  }
}

@media (max-width: 845px) and (orientation: landscape) {
  section.gallery {
    padding-top: 320px;
    padding-bottom: 200px;
  }
}

@media (max-width: 480px) {
  section.gallery .text {
    font-size: 1.1rem;
    line-height: 1.5rem;
    width: 80%;
  }
}

@media (max-width: 414px) {
  section.gallery {
    padding-top: 300px;
    padding-bottom: 240px;
  }
}

@media (max-width: 375px) {
  section.gallery {
    padding-bottom: 220px;
  }

  section.gallery .title {
    left: 25px;
  }

  section.gallery .text {
    left: 25px;
  }

  section.gallery a.view-gallery-btn {
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%) scale(1);
    transform-origin: top;
    padding: 1.5rem 4.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  section.gallery .text {
    font-size: 1rem;
    line-height: 1.3rem;
    width: 85%;
  }
}

section.ideal-device {
  height: auto;
  background: url(ideal_device.jpg);
  background-size: cover;
}

section.ideal-device .content {
  padding-bottom: 50px;
  padding-left: 155px;
  padding-top: 203px;
  text-align: left;
  width: 100%;
}

section.ideal-device .content .slide {
  color: #c5c6c9;
}

section.ideal-device .content .slide h2 {
  color: #fff;
}

section.ideal-device .content .slide li,
section.ideal-device .content .slide .text {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 1.05rem;
}

section.ideal-device .content .slide p {
  margin-bottom: 20px;
}

section.ideal-device .content .content-slider {
  width: 90%;
  max-width: 600px;
}

section.ideal-device .content .numbers {
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #6d7c8a;
  margin-bottom: 51px;
}

section.ideal-device .content .numbers span {
  margin-right: 24px;
}

section.ideal-device .content .numbers .current {
  font-size: 3.75rem;
  color: #fff;
}

section.ideal-device .content h2 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3rem;
  letter-spacing: 1.2px;
  margin-left: 3px;
  margin-bottom: 45px;
}

section.ideal-device .content ul > li {
  list-style: none;
  margin-left: 45px;
  margin-bottom: 19px;
  letter-spacing: 1.3px;
  max-width: 435px;
  position: relative;
}

section.ideal-device .content ul > li:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 61px;
  background: #BDBEC1;
  position: absolute;
  top: 12px;
  left: -79px;
}

section.ideal-device .content .content-slider .owl-dots {
  margin-top: 20px !important;
}

section.ideal-device .image {
  height: 550px;
  background: url(gallery_tech.jpg);
  background-size: cover;
}

@media (max-width: 1024px) {
  section.ideal-device .content {
    padding-top: 150px;
    padding-bottom: 80px;
    background: #0F0F0F;
  }

  section.ideal-device .image {
    display: block !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  section.ideal-device .content {
    padding-top: 140px;
    padding-left: 110px;
  }
}

@media (max-width: 540px) {
  section.ideal-device .content {
    padding-top: 80px;
    padding-left: 50px;
  }

  section.ideal-device .image {
    height: 450px;
  }
}

@media (max-width: 375px) {
  section.ideal-device {
    height: auto;
    padding-bottom: 0;
  }

  section.ideal-device .content {
    padding-top: 65px;
    padding-left: 40px;
  }

  section.ideal-device .content .numbers {
    margin-bottom: 25px;
  }

  section.ideal-device .content .slide h2 {
    font-size: 1.9rem;
  }

  section.ideal-device .content .slide li,
  section.ideal-device .content .slide .text {
    font-size: 0.9rem;
    padding-left: 1px;
  }

  section.ideal-device .content .content-slider .owl-dots {
    margin-top: 20px !important;
  }

  section.ideal-device .content ul > li {
    margin-left: 25px;
  }

  section.ideal-device .content ul > li:before {
    width: 50px;
  }

  section.ideal-device .image {
    height: 350px;
  }
}

section.reasons-why-you-need-vyoocam {
  background-color: #E3E3E5;
  padding-top: 150px;
  padding-bottom: 1px;
  /*
	 * TEN REASONS
	 */
  /*
	 * VIDEO
	 */
  /*
	 * SOLUTIONS
	 */
}

section.reasons-why-you-need-vyoocam .ten-reasons {
/*   margin-bottom: 142px; */
}

section.reasons-why-you-need-vyoocam .ten-reasons h2 {
  font: normal 200 1rem "Montserrat", sans-serif;
  color: #080A15;
  font-size: 3rem;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content {
  padding-top: 41px;
  text-align: left;
  color: #080A15;
  padding-bottom: 60px;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .slide {
  text-align: center;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .slide h5 {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 12px;
  margin-bottom: 26px;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .slide p {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .content-slider {
  width: 100%;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers {
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #6d7c8a;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers span {
  margin-right: 17px;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers .current {
  font-size: 3.75rem;
  color: #080a15;
}

@media(max-width: 680px) {
  section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers span {
 	 display:none;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers .current {
  	display:block;
  }
  
}  



section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns {
  height: 60px;
  width: 200px;
  margin-top: 18px;
  margin-right: 10px;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns .prev-btn,
section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns .next-btn {
  display: inline-block;
  background: url(next_btn.png);
  width: 38px;
  height: 38px;
  cursor: pointer;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns .prev-btn.disabled,
section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns .next-btn.disabled {
  opacity: 0.5;
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns .prev-btn {
  transform: scaleX(-1);
}

section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns .line {
  position: relative;
  bottom: 18px;
  display: inline-block;
  height: 1px;
  width: 50px;
  background-color: #2D3E4E;
  margin: 0 9px;
}

section.reasons-why-you-need-vyoocam .owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
}

section.reasons-why-you-need-vyoocam .video .video-container {
  overflow: hidden;
  position: relative;
  min-height: 250px;
  background-color: #282928;
  cursor: pointer;
}

section.reasons-why-you-need-vyoocam .video .video-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn.shopify.com/s/files/1/0022/7167/4413/t/3/assets/video_bg.jpg) center center #282928;
  background-size: cover;
  transition: all 1.5s;
}

section.reasons-why-you-need-vyoocam .video .video-image .triangle-container {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  height: 30px;
  width: 30px;
  transform: scale(1.5) translate(-10px, -10px);
}

section.reasons-why-you-need-vyoocam .video .video-image .triangle-container .triangle {
  fill: #fff;
}

section.reasons-why-you-need-vyoocam .video:hover .video-image,
section.reasons-why-you-need-vyoocam .video:focus .video-image {
  transform: scale(1.15);
}

section.reasons-why-you-need-vyoocam .video .youtube-video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

section.reasons-why-you-need-vyoocam .solutions {
  padding-top: 170px;
}

section.reasons-why-you-need-vyoocam .solutions h4 {
  text-transform: uppercase;
  color: #080A15;
  text-align: left;
  position: relative;
  left: 158px;
  top: 3px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  width: 300px;
}

section.reasons-why-you-need-vyoocam .solutions .content {
  padding-top: 235px;
  padding-left: 155px;
  text-align: left;
  z-index: 1;
  position: relative;
}

section.reasons-why-you-need-vyoocam .solutions .content .slide {
  color: #c5c6c9;
}

section.reasons-why-you-need-vyoocam .solutions .content .slide h2 {
  color: #080A15;
}

section.reasons-why-you-need-vyoocam .solutions .content .slide li,
section.reasons-why-you-need-vyoocam .solutions .content .slide .text {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 1.05rem;
}

section.reasons-why-you-need-vyoocam .solutions .content .slide p {
  margin-bottom: 20px;
}

section.reasons-why-you-need-vyoocam .solutions .content .content-slider {
  width: 100%;
}

section.reasons-why-you-need-vyoocam .solutions .content .numbers {
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #6d7c8a;
  margin-bottom: 42px;
}

section.reasons-why-you-need-vyoocam .solutions .content .numbers span {
  margin-right: 24px;
}

section.reasons-why-you-need-vyoocam .solutions .content .numbers .current {
  font-size: 3.75rem;
  color: #080A15;
}

section.reasons-why-you-need-vyoocam .solutions .content h2 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3rem;
  letter-spacing: 1.2px;
  margin-left: 3px;
  margin-bottom: 45px;
}

section.reasons-why-you-need-vyoocam .solutions .image-slider {
  position: relative;
  z-index: 0;
}

section.reasons-why-you-need-vyoocam .solutions .image-slider .owl-item div {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1240px) {
  section.reasons-why-you-need-vyoocam .solutions h4 {
    left: 50px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content {
    padding: 50px;
  }
}

@media (max-width: 1024px) {
  section.reasons-why-you-need-vyoocam {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons {
    margin-bottom: 0;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons h2 {
    margin-bottom: 10px;
  }

  section.reasons-why-you-need-vyoocam .solutions {
    padding-top: 100px;
  }

  section.reasons-why-you-need-vyoocam .solutions h4 {
    left: 50px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content {
    padding: 50px;
  }
}

@media (max-width: 992px) {
  section.reasons-why-you-need-vyoocam {
    padding: 120px 20px;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons h2 {
    font-size: 2.7rem;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content {
    padding-top: 15px;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers span {
    margin-right: 8px;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns {
    width: 160px;
    margin-top: 22px;
    margin-right: 0;
  }

  section.reasons-why-you-need-vyoocam .solutions h4 {
    left: 50px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content {
    padding: 50px;
    width: 100%;
  }

  section.reasons-why-you-need-vyoocam .solutions .image-slider {
    width: 100%;
  }
}

@media (max-width: 768px) {
  section.reasons-why-you-need-vyoocam .ten-reasons {
    margin-bottom: 0;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .slide h5 {
    color: #000;
    font-size: 1.3rem;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .slide p {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  section.reasons-why-you-need-vyoocam .solutions {
    padding-top: 100px;
  }

  section.reasons-why-you-need-vyoocam .solutions h4 {
    font-size: 1.5rem;
    width: 350px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 570px) {
  section.reasons-why-you-need-vyoocam .solutions .content .slide h2 {
    font-size: 2.5rem;
    margin: 0;
  }

  section.reasons-why-you-need-vyoocam .video .video-container {
    min-height: 150px;
  }
}

@media (max-width: 414px) {
  section.reasons-why-you-need-vyoocam .ten-reasons {
   /* margin-bottom: 40px;*/
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content {
  
 	 padding-bottom: 0;
	}
  
  section.reasons-why-you-need-vyoocam .ten-reasons .owl-carousel {
    z-index: 1;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .nav-btns {
   /* position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) scale(0.85);*/
    z-index: 2;
    margin-top: 11px;
  }
  
  section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers {
    font-size: 1rem;
    transform: scale(0.9);
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers span {
    margin-right: 5px;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .numbers .current {
    font-size: 3rem;
    color: #080a15;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .slide {
    padding-bottom: 50px;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .slide h5 {
    color: #000;
    font-size: 1.3rem;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .slide p {
    color: #000;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  section.reasons-why-you-need-vyoocam .solutions {
    padding-top: 70px;
  }

  section.reasons-why-you-need-vyoocam .solutions h4 {
    left: 0;
  }

  section.reasons-why-you-need-vyoocam .solutions .content {
    padding: 50px 0;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .numbers {
    transform: scale(0.8);
    transform-origin: left;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .numbers span {
    margin-right: 18px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .slide h2 {
    font-size: 2rem;
  }
}

@media (max-width: 375px) {
  section.reasons-why-you-need-vyoocam {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons {
    margin-bottom: 0;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content {
    padding-top: 20px;
  }

  section.reasons-why-you-need-vyoocam .solutions {
    padding-top: 50px;
  }

  section.reasons-why-you-need-vyoocam .solutions h4 {
    left: 0px;
    font-size: 1rem;
    margin-bottom: 40px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content {
    padding-top: 0px;
    padding-left: 0px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .numbers {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .numbers .current {
    font-size: 3.2rem;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .slide h2 {
    font-size: 2.2rem;
    margin-left: 3px;
    margin-bottom: 0px;
  }
}

@media (max-width: 320px) {
  section.reasons-why-you-need-vyoocam .ten-reasons .content .slide h5 {
    line-height: 1.9rem;
  }

  section.reasons-why-you-need-vyoocam .ten-reasons .content .slide p {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  section.reasons-why-you-need-vyoocam .solutions .content {
    padding: 0;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .slide h2 {
    font-size: 2rem;
    margin-left: 3px;
    margin-bottom: 0px;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .numbers {
    font-size: 1.1rem;
  }

  section.reasons-why-you-need-vyoocam .solutions .content .numbers .current {
    font-size: 3rem;
  }
}

section.third-camera {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: left;
}

section.third-camera h2 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3rem;
  letter-spacing: 1.2px;
  margin-left: 80px;
  margin-bottom: 53px;
  color: #D2D3D5;
  padding-right: 20px;
}

section.third-camera p {
  font: normal 300 1rem "Montserrat", sans-serif;
  margin-left: 80px;
  line-height: 1.6rem;
  letter-spacing: 1px;
  color: #707379;
  padding-right: 20px;
}

section.third-camera img {
  margin-top: -20px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1465px) {
  section.third-camera h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  section.third-camera p {
    font-size: 1rem;
  }
}

@media (max-width: 1250px) {
  section.third-camera h2 {
    font-size: 2.3rem;
  }

  section.third-camera p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  section.third-camera h2 {
    font-size: 2.5rem;
  }

  section.third-camera p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 414px) {
  section.third-camera {
    padding-top: 100px;
  }

  section.third-camera h2 {
    font-size: 2rem;
    margin-left: 30px;
  }

  section.third-camera p {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-left: 30px;
  }
}

@media (max-width: 375px) {
  section.third-camera {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  section.third-camera h2 {
    font-size: 1.6rem;
    margin-left: 40px;
    margin-right: 40px;
  }

  section.third-camera p {
    font-size: 0.8rem;
    margin-left: 40px;
    margin-right: 40px;
  }
}

section.apple-watch {
  background: url(apple_watch_bg.jpg) #080808;
  padding-top: 195px;
  padding-bottom: 150px;
  text-align: left;
  transform: translateZ(0);
}

section.apple-watch h2 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3rem;
  letter-spacing: 1.2px;
  margin-bottom: 195px;
  max-width: 700px;
}

section.apple-watch h4 {
  text-transform: uppercase;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.85rem;
  letter-spacing: 0;
  max-width: 450px;
}

section.apple-watch img.connection {
  display: block;
  margin-left: -50px;
  margin-top: 102px;
  margin-bottom: 15px;
}

section.apple-watch p {
  font: normal 300 1rem "Montserrat", sans-serif;
  color: #B8BEC4;
  line-height: 1.8rem;
  letter-spacing: 1px;
}

section.apple-watch img.apple-watch {
  margin-top: -145px;
  margin-left: 64px;
  max-width: 100%;
  width: 100%;
}

section.apple-watch #iwatch-animation-container {
  background-color: transparent;
  width: 100% !important;
  height: auto !important;
  margin-top: -100px;
}

section.apple-watch #iwatch-canvas {
  position: absolute;
  display: block;
  width: 100% !important;
  height: auto !important;
  background-color: transparent;
}

section.apple-watch #iwatch-dom-overlay-container {
  pointer-events: none;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

@media (max-width: 1595px) {
  section.apple-watch h2 {
    margin-bottom: 70px;
  }

  section.apple-watch img.connection {
    margin-top: 50px;
  }

  section.apple-watch img.apple-watch {
    margin-top: -60px;
  }

  section.apple-watch #iwatch-animation-container {
    margin-top: -50px;
    width: 100% !important;
    height: 320px !important;
  }
}

@media (max-width: 1330px) {
  section.apple-watch {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  section.apple-watch h2 {
    font-size: 2.6rem;
  }

  section.apple-watch h4 {
    font-size: 0.9rem;
  }

  section.apple-watch p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  section.apple-watch img.connection {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  section.apple-watch {
    padding: 90px 40px 40px;
  }

  section.apple-watch h2 {
    margin-bottom: 50px;
  }

  section.apple-watch p {
    margin-bottom: 40px;
  }

  section.apple-watch img.connection {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  section.apple-watch #iwatch-animation-container {
    margin-top: -30px;
    margin-bottom: 40px;
    height: auto !important;
  }
}

@media (max-width: 414px) {
  section.apple-watch h2 {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 375px) {
  section.apple-watch {
    padding: 70px 40px 40px;
  }

  section.apple-watch h2 {
    font-size: 1.9rem;
    margin-bottom: 50px;
  }

  section.apple-watch h4 {
    font-size: 0.8rem;
  }

  section.apple-watch p {
    font-size: 0.7rem;
    margin-bottom: 40px;
  }

  section.apple-watch img.connection {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  section.apple-watch {
    padding-bottom: 0;
  }

  section.apple-watch #iwatch-animation-container {
    width: 100% !important;
    height: 270px !important;
  }
}

section.preorder {
  text-align: left;
  letter-spacing: 1px;
  background: url(Camera_new.png) no-repeat;
  background-position-y: 90px;
  background-color: #191919;
}

section.preorder .row > div {
  height: 720px;
}

section.preorder h2 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3rem;
  letter-spacing: 1.2px;
  margin-bottom: 32px;
}

section.preorder .details {
  padding-top: 120px;
}

section.preorder .details .save {
  margin-bottom: 9px;
}

section.preorder .details .free-clips {
  color: #B8BEC4;
}

section.preorder .details .line {
  width: 50px;
  height: 1px;
  background-color: #00BFF3;
  margin-top: 53px;
  margin-bottom: 41px;
}

section.preorder .details .old-price,
section.preorder .details .new-price {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 3rem;
  color: #000;
}

section.preorder .details .old-price {
  text-decoration: line-through;
}

section.preorder .details .new-price {
  color: #fff;
  margin-top: 19px;
  margin-bottom: 39px;
}

section.preorder .details a.preorder-btn {
   box-shadow: none;
  background: #00BFF3;
  border-radius: 0;
  padding: 1.5rem 4.5rem;
  font: normal 400 1rem "Montserrat", sans-serif;
  text-transform: uppercase;
  border: none;
}

section.preorder .details a.preorder-btn:hover {
 
  background: #919498;
  background: linear-gradient(to right, #919498 0%, #707378 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}



@media (max-width: 1600px) {
  section.preorder {
    background-position: left bottom;
    background-size: 100%;
  }
}

@media (max-width: 1310px) {
  section.preorder .details {
    padding-top: 100px;
    margin-left: -80px;
  }
}

@media (max-width: 1000px) {
  section.preorder h2 {
    width: 90%;
  }

  section.preorder .details {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  section.preorder {
    background: none;
  }

  section.preorder .row > div {
    height: 600px;
  }

  section.preorder .row > div:first-child {
    background: url(Camera_new.png) left top no-repeat;
    background-size: 153%;
  }

  section.preorder .row > div.details {
    padding-top: 0px;
    padding-left: 80px;
    margin-top: -20px;
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  section.preorder .row > div:first-child {
    height: 520px;
  }
}

@media (max-width: 540px) {
  section.preorder .row > div:first-child {
    height: 480px;
  }
}

@media (max-width: 500px) {
  section.preorder .row > div:first-child {
    height: 430px;
  }
}

@media (max-width: 414px) {
  section.preorder .row > div:first-child {
    height: 380px;
  }

  section.preorder .row div.details {
    padding-left: 40px;
  }
}

@media (max-width: 375px) {
  section.preorder {
    font-size: 0.8rem;
  }

  section.preorder .row > div:first-child {
    height: 350px;
  }

  section.preorder .row > div:last-child {
    height: 480px;
  }

  section.preorder .row > div.details {
    padding-top: 0px;
    padding-left: 30px;
    margin-top: -20px;
    margin-left: 0;
  }

  section.preorder .row > div.details h2 {
    font-size: 2.3rem;
    width: 280px;
  }

  section.preorder .row > div.details .line {
    margin-top: 33px;
    margin-bottom: 21px;
  }

  section.preorder .row > div.details a.preorder-btn {
    padding: 1.5rem 3.4rem;
  }

  section.preorder .row > div.details .old-price,
  section.preorder .row > div.details .new-price {
    font-size: 2.3rem;
  }
}

@media (max-width: 320px) {
  section.preorder {
    font-size: 0.8rem;
  }

  section.preorder .row > div:first-child {
    height: 330px;
  }

  section.preorder .row > div:last-child {
    height: 480px;
  }
}

/*
 * Pages
 */

section.contact {
  background-color: #0F0F0F;
  padding-bottom: 200px;
}

section.contact .contact-container {
  margin-top: -75vh;
}

section.contact .contact-container .pulsing-circle {
  position: relative;
  top: 60px;
  left: -10px;
}

section.contact .contact-container .weather {
  font: normal 200 1rem "Montserrat", sans-serif;
  text-align: left;
  width: 200px;
  position: absolute;
  top: 160px;
  left: 15px;
}

section.contact .contact-container .weather .temp {
  font-size: 2.5rem;
  color: #00BFF3;
  margin-bottom: 9px;
}

section.contact .contact-container .weather .city {
  font-size: 1.1rem;
}

section.contact .contact-container .time {
  position: absolute;
  top: 170px;
  left: 235px;
  width: 100px;
}

section.contact .contact-container .time .symbol {
  width: 31px;
  height: 31px;
  background: url(weather_moon.png);
  margin-bottom: 15px;
}

section.contact .contact-container .time .clock {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 1.1rem;
  text-align: left;
}

section.contact .contact-container .contact-info {
  text-align: right;
}

section.contact .contact-container .contact-info h3 {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 45px;
}

section.contact .contact-container .contact-info p {
  font: normal 200 1rem "Montserrat", sans-serif;
  font-size: 1.15rem;
  line-height: 1.55rem;
}

section.contact .contact-container .form-container {
  padding-top: 135px;
}

section.contact .contact-container .form-container .form-control {
  margin-bottom: 30px;
}

section.contact .contact-container .form-container input,
section.contact .contact-container .form-container textarea {
  font: normal 300 1rem "Montserrat", sans-serif;
  color: #FFF;
  background-color: #191919;
  border: 4px solid #191919;
  padding: 2.28rem 3rem;
  resize: none;
  border-radius: 0;
}

section.contact .contact-container .form-container input:focus,
section.contact .contact-container .form-container input:active,
section.contact .contact-container .form-container textarea:focus,
section.contact .contact-container .form-container textarea:active {
  border: 4px solid #3C3C3C;
}

section.contact .contact-container .form-container input::-webkit-input-placeholder,
section.contact .contact-container .form-container input::-moz-placeholder,
section.contact .contact-container .form-container input:-ms-input-placeholder,
section.contact .contact-container .form-container input:-moz-placeholder,
section.contact .contact-container .form-container textarea::-webkit-input-placeholder,
section.contact .contact-container .form-container textarea::-moz-placeholder,
section.contact .contact-container .form-container textarea:-ms-input-placeholder,
section.contact .contact-container .form-container textarea:-moz-placeholder {
  color: #c5c6c9;
}

section.contact .contact-container .form-container button[type=submit] {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #FFF;
  padding: 2.28rem 3rem;
  cursor: pointer;
  border-radius: 0;
  background: #383A3D;
  background: linear-gradient(to right, #383A3D 0%, #46494D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

section.contact .contact-container .form-container button[type=submit]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

section.contact .contact-container .form-container button[type=reset] {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 1rem;
  font: normal 400 1rem "Montserrat", sans-serif;
  color: #3C3C3C;
  font-size: 0.85rem;
  margin-top: 10px;
}

section.contact .contact-container .form-container button[type=reset]:hover {
  color: #c5c6c9;
}

section.contact .contact-container .form-container button[type=reset]:focus {
  outline: none;
}

section.contact .contact-container .form-container .form-success {
  font-size: 1.5rem;
  margin-bottom: 50px;
  border: 1px solid #fff;
  padding: 40px;
}

section.contact .stay-up-to-date {
  text-align: left;
  margin-top: 154px;
}

section.contact .stay-up-to-date h5 {
  text-transform: uppercase;
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #3C3C3C;
  margin-bottom: 20px;
}

section.contact .stay-up-to-date .group {
  background-color: transparent;
  position: relative;
}

section.contact .stay-up-to-date .group input {
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #FFF;
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #191919;
  width: 100%;
  padding: 1.4rem 2.5rem;
}

section.contact .stay-up-to-date .group input::-webkit-input-placeholder,
section.contact .stay-up-to-date .group input::-moz-placeholder,
section.contact .stay-up-to-date .group input:-ms-input-placeholder,
section.contact .stay-up-to-date .group input:-moz-placeholder {
  color: #fff;
}

section.contact .stay-up-to-date .group input:focus,
section.contact .stay-up-to-date .group input:active {
  outline: none;
  box-shadow: none !important;
}

section.contact .stay-up-to-date .group input.parsley-error {
  border-bottom: 4px solid #480E0E !important;
}

section.contact .stay-up-to-date .group button[type=submit] {
  position: absolute;
  right: 0;
  top: 20px;
  background-color: transparent;
  font-size: 1.4rem;
  color: #888B8F;
  border: none;
  cursor: pointer;
}

section.contact .stay-up-to-date .group button[type=submit]:focus,
section.contact .stay-up-to-date .group button[type=submit]:active {
  outline: none;
  box-shadow: none !important;
}

section.contact .stay-up-to-date p {
  margin-top: 14px;
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #74777C;
  max-width: 450px;
}

section.contact .pulsing-circle {
  width: 50px;
  height: 50px;
}

section.contact .pulsing-circle .circle {
  position: absolute;
  background-color: rgba(0, 190, 243, 0.8);
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}

section.contact .pulsing-circle .circle.delay-1 {
  animation: pulse 2s linear 1s infinite normal;
}

section.contact .pulsing-circle .circle.delay-2 {
  animation: pulse 2s linear 2s infinite normal;
}

@keyframes pulse {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }

  100% {
    transform: scale(10);
    opacity: 0;
  }
}

@media (max-width: 1480px) {
  section.contact .contact-container .contact-info h3 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  section.contact .contact-container .contact-info p {
    font-size: 1rem;
  }

  section.contact .contact-container .time {
    left: 200px;
  }

  section.contact .contact-container .form-container {
    padding-top: 90px;
  }
}

@media (max-width: 1024px) {
  .page#contact section.cover.one-image {
    height: 100vh;
  }
}

@media (max-width: 690px) {
  section.contact .contact-container .time {
    left: 150px;
  }
}

@media (max-width: 576px) {
  section.contact {
    padding-bottom: 90px;
  }

  section.contact .contact-container .contact-info {
    text-align: center;
  }

  section.contact .contact-container .form-container {
    padding-top: 40px;
  }

  section.contact .contact-container .time {
    display: none;
  }

  section.contact .contact-container .pulsing-circle {
    display: none;
  }

  section.contact .contact-container .weather {
    display: none;
  }

  section.contact .stay-up-to-date {
    margin-top: 60px;
  }
}

@media (max-width: 414px) {
  section.contact .contact-container .contact-info p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  section.contact .contact-container .form-container .form-control {
    margin-bottom: 15px;
  }

  section.contact .contact-container .form-container input,
  section.contact .contact-container .form-container textarea {
    padding: 1.28rem 2rem;
  }

  section.contact .contact-container .form-container button[type=submit] {
    padding: 1.28rem 2rem;
  }

  section.contact .stay-up-to-date {
    margin-top: 60px;
  }
}

section.product {
  position: relative;
  background-color: transparent;
  color: #000;
  text-align: left;
  padding-top: 150px;
  padding-bottom: 100px;
}

section.product .preview {
  /* .colors {
			position: absolute;
			left: 15px;
			top: 0;
			width: 150px;
			height: auto;

			.text {
				font: $font-light;
				font-size: 1.2rem;
				margin-right: 20px;
			}

			.line {
				display: block;
				height: 40px;
				width: 1px;
				background: #BDBEC1;
				position: relative;
				top: 11px;
				left: 28px;
				margin-right: 3px;
			}

			ul {
				position: absolute;
				top: 90px;
				left: 15px;
				width: 40px;
				margin: 0;
				padding: 0;
				display: inline-block;

				li {
					display: block;
					width: 34px;
					height: 34px;
					cursor: pointer;
					border: 6px solid transparent;
					margin-top: 3px;
					-webkit-backface-visibility: hidden;
					-webkit-transition: transform 0.3s ease;
					   -moz-transition: transform 0.3s ease;
					    -ms-transition: transform 0.3s ease;
					     -o-transition: transform 0.3s ease;
					        transition: transform 0.3s ease;
					-webkit-border-radius: 50%;
					        border-radius: 50%;

					&.active {
						border: 6px solid #DFDFDF;
						transform: rotate(45deg);
					}

					&:after {
						content: '';
						display: inline-block;
						width: 22px;
						height: 22px;
						-webkit-border-radius: 50%;
						        border-radius: 50%;
					}

					&.color-1:after {
						@include twoColorBG(#36454f, #000);
					}

					&.color-2:after {
						@include twoColorBG(#c62828, #000);
					}

					&.color-3:after {
						@include twoColorBG(#fff, #000);
					}

					&.color-4:after {
						@include twoColorBG(#03a9f4, #fff);
					}
				}
			}
		}

		.tools {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 9999;
			width: 370px;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			&>div {
				flex-basis: 100%;
				margin-bottom: 10px;
			}
			&>div .text {
				font: $font-light;
				font-size: 1.2rem;
				margin-left: 15px;
			}
			&>div .line {
				display: inline-block;
				height: 1px;
				width: 40px;
				background: #BDBEC1;
				margin-left: 3px;
			}
			ul {
				margin: 0;
				padding: 0;
				display: inline-block;
				li {
					display: inline-block;
					width: 34px;
					height: 34px;
					cursor: pointer;
					border: 6px solid transparent;
					-webkit-backface-visibility: hidden;
					-webkit-transition: transform 0.3s ease;
					-moz-transition: transform 0.3s ease;
					-ms-transition: transform 0.3s ease;
					-o-transition: transform 0.3s ease;
					transition: transform 0.3s ease;
					-webkit-border-radius: 50%;
					border-radius: 50%;
					&.active {
						border: 6px solid #DFDFDF;
					}
					&:after {
						content: '';
						color: #fff;
						display: inline-block;
						width: 22px;
						height: 22px;
						-webkit-border-radius: 50%;
						border-radius: 50%;
						font-size: 0.8rem;
						line-height: 1.4rem;
						text-align: center;
						overflow: hidden;
					}
				}
			}
		}

		.tools .colors {
			position: relative;
			display: flex;
			flex-direction: row-reverse;
			align-items: center;
			ul {
				width: 160px;
				li {
					&.active {
						transform: rotate(45deg);
					}
					&.color-1:after {
						@include twoColorBG(#36454f, #000);
					}
					&.color-2:after {
						@include twoColorBG(#c62828, #000);
					}
					&.color-3:after {
						@include twoColorBG(#fff, #000);
					}
					&.color-4:after {
						@include twoColorBG(#03a9f4, #fff);
					}
				}
			}
		}

		.tools .glasses {
			position: relative;
			display: flex;
			flex-direction: row-reverse;
			align-items: center;
			ul {
				width: 160px;
				li {
					&.option-1:after {
						background: #333;
						content: '1';
					}
					&.option-2:after {
						background: #333;
						content: '2';
					}
					&.option-3:after {
						background: #333;
						content: '3';
					}
					&.option-4:after {
						background: #333;
						content: '4';
					}
				}
			}
		}

		.tools #clip-button {
			display: inline-block;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			border: 2px solid #777;
			border-radius: 20px;
			padding: 5px 10px;
			width: 95px;
			text-align: center;
		}*/
}

section.product .preview .glasses-model {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  padding-top: 56.25%;
}

section.product .details h2 {
  text-transform: uppercase;
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

section.product .details .description {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.85rem;
  margin-bottom: 30px;
  line-height: 1.1rem;
}

section.product .details .description ul {
  padding: 0;
  list-style-type: none;
}

section.product .details .description ul li {
  margin-bottom: 8px;
  padding-left: 10px;
}

section.product .details .description ul li:before {
  content: "-";
  position: relative;
  left: -7px;
}

section.product .details .old-price {
  font: normal 700 1rem "Montserrat", sans-serif;
  color: #888B8F;
  font-size: 1.1rem;
  text-decoration: line-through;
}

section.product .details .price {
  font: normal 700 1rem "Montserrat", sans-serif;
  color: #000;
  font-size: 2.3rem;
  margin-bottom: 30px;
}

section.product .details .limited-text {
  font: normal 400 1rem "Montserrat", sans-serif;
  color: #74777C;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 30px;
}

section.product .details .quantity-selector {
  width: 100%;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

section.product .details .quantity-selector label {
  margin: 0;
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 1.4rem;
  padding-right: 25px;
}

section.product .details .quantity-selector button.btn {
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #BEBFC1;
  border-radius: 0;
  display: block;
  height: 60px;
  width: 60px;
  background-color: #EBEBEB !important;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

section.product .details .quantity-selector button.btn:hover {
  color: #979797;
}

section.product .details .quantity-selector input {
  font: normal 700 1rem "Montserrat", sans-serif;
  height: 60px;
  width: 100%;
  border: none;
  text-align: center;
  background-color: #EBEBEB;
  color: #000;
  outline: none;
  box-shadow: none;
}

section.product .details .quantity-selector input::-webkit-outer-spin-button,
section.product .details .quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.product .details .quantity-selector input:focus {
  box-shadow: none;
}

section.product .details button[type=submit] {
  display: block;
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  background-color: #262729;
  color: #E1E1E1;
  padding: 1.2rem;
  margin-bottom: 20px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

section.product .details .stock-info {
  font-size: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.85rem;
  color: #74777C;
}

@media (max-width: 1024px) {
  section.product {
    padding-top: 180px;
  }
}

@media (max-width: 768px) {
  section.product {
    padding-top: 150px;
  }

  section.product .preview {
    margin-bottom: 30px;
  }
}

@media (max-width: 414px) {
  section.product {
    padding-top: 130px;
  }

  section.product .preview {
    margin-bottom: 20px;
  }

  section.product .preview .tools {
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  section.product .preview .colors,
  section.product .preview .glasses {
    width: 150px;
  }

  section.product .preview .colors .text,
  section.product .preview .colors .line,
  section.product .preview .glasses .text,
  section.product .preview .glasses .line {
    display: none !important;
  }

  section.product .preview .colors ul,
  section.product .preview .glasses ul {
    width: 140px;
    display: inline-block;
    top: -25px;
  }

  section.product .preview .colors ul li,
  section.product .preview .glasses ul li {
    display: inline-block;
  }
}

#order {
  background-color: #f7f7f7;
}

section#cart {
  background-color: #F7F5F4;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: left;
  letter-spacing: 0.3px;
}

section#cart > .container {
  position: relative;
  z-index: 1;
}

section#cart .header .title {
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  width: 320px;
  float: left;
  margin-left: 70px;
}

section#cart .header .subtitle {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.8rem;
  color: #74777C;
  float: right;
  margin-right: 70px;
  position: relative;
  top: 14px;
}

section#cart .header .total-container {
  background-color: #FFF;
  font-size: 0.7rem;
  width: 100%;
  padding: 40px 70px;
  margin: 15px 0;
}

section#cart .header .total-container .total {
  display: inline-block;
  font: normal 700 1rem "Montserrat", sans-serif;
  width: 300px;
}

section#cart .header .total-container .total-text {
  display: none;
}

section#cart .header .total-container .btn {
  float: right;
  position: relative;
  top: -18px;
}

section#cart .items {
  background-color: #fff;
  padding: 20px 70px;
}

section#cart .items table {
  width: 100%;
}

section#cart .items table th {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #74777C;
  text-transform: uppercase;
}

section#cart .items table th,
section#cart .items table td {
  text-align: center;
  padding: 10px;
  border: none;
  vertical-align: middle;
}

section#cart .items table tr.item .image a {
  display: block;
}

section#cart .items table tr.item .image img {
  width: 165px;
  height: auto;
}

section#cart .items table tr.item .title a {
  font: normal 700 1rem "Montserrat", sans-serif;
  color: #000;
}

section#cart .items table tr.item .color {
  font: normal 700 1rem "Montserrat", sans-serif;
  color: #000;
}

section#cart .items table tr.item .price {
  font: normal 700 1rem "Montserrat", sans-serif;
  color: #000;
}

section#cart .items table tr.item .price .old-price {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.85rem;
  color: #9EA0A3;
}

section#cart .items table tr.item .quantity a.remove {
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.85rem;
  color: #74777C;
  text-decoration: underline;
}

section#cart .items table tr.item .total {
  font: normal 700 1rem "Montserrat", sans-serif;
  color: #000;
}

section#cart .items .update-cart {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}

section#cart .btn.dark {
  color: #FFF;
  background-color: #262729;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  padding: 18px 80px;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
}

section#cart .quantity-selector {
  position: relative;
  top: 22px;
  width: 100%;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

section#cart .quantity-selector button.btn {
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #BEBFC1;
  border-radius: 0;
  display: block;
  height: 60px;
  width: 60px;
  background-color: #EBEBEB !important;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

section#cart .quantity-selector button.btn:hover {
  color: #979797;
}

section#cart .quantity-selector input {
  font: normal 700 1rem "Montserrat", sans-serif;
  height: 60px;
  width: 100%;
  border: none;
  text-align: center;
  background-color: #EBEBEB;
  color: #000;
  outline: none;
  box-shadow: none;
}

section#cart .quantity-selector input::-webkit-outer-spin-button,
section#cart .quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section#cart .quantity-selector input:focus {
  box-shadow: none;
}

section#cart .footer .text {
  text-align: right;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #74777C;
  margin: 30px 70px 30px 0;
}

section#cart .footer .btns {
  text-align: right;
  padding-right: 70px;
}

section#cart .bg-text {
  color: #F4F4F4;
  z-index: 0;
}

@media (max-width: 768px) {
  section#cart .header .title {
    float: left;
    margin-left: 0;
  }

  section#cart .header .subtitle {
    display: none;
  }

  section#cart .header .total-container {
    padding: 40px 20px;
    margin: 15px 0;
  }

  section#cart .header .total-container .order-total-text {
    display: none;
  }

  section#cart .header .total-container .total-text {
    display: inline-block;
  }

  section#cart .btn.dark {
    padding: 18px 40px;
  }

  section#cart .items {
    padding: 20px 20px;
  }

  section#cart .items table tr.item .image img {
    width: 100px;
  }

  section#cart .footer .text {
    margin: 20px 20px 20px 0;
  }

  section#cart .footer .btns {
    padding-right: 20px;
  }
}

@media (max-width: 414px) {
  section#cart .header .title {
    font-size: 1.2rem;
  }

  section#cart .header .total-container {
    position: static;
    width: 100%;
    display: block;
  }

  section#cart .header .total-container .total {
    margin-bottom: 15px;
  }

  section#cart .header .total-container button.btn {
    top: 0;
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  section#cart .footer .btns {
    padding-right: 20px;
  }

  section#cart .footer .btns .btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  section#cart {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

section.gallery-page {
  padding-top: 183px;
  background-color: #191919;
  color: #707378;
  /**
	 * change the look of the gallery on mobile
	 */
}

section.gallery-page .title {
  position: absolute;
  left: -19px;
  top: 126px;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 1.5rem;
  width: 210px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.8px;
  color: #FFF;
}

section.gallery-page .title small {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 1.3px;
  color: #707378;
}

section.gallery-page .bg-text {
  color: #161616;
}

section.gallery-page > .container {
  height: 2620px;
  position: relative;
  top: -41px;
}

section.gallery-page ul.sub-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 560px;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  list-style-type: none;
  padding: 0;
}

section.gallery-page ul.sub-navigation li {
  font: normal 700 1rem "Montserrat", sans-serif;
  font-size: 0.83rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #474747;
  border-right: 1px solid #474747;
  height: 100%;
  line-height: 55px;
  position: relative;
  padding: 0 25px;
  cursor: pointer;
  transition: color .2s ease;
}

section.gallery-page ul.sub-navigation li:hover {
  color: #fff;
}

section.gallery-page ul.sub-navigation li:after {
  content: '';
  display: block;
  width: 53px;
  height: 3px;
  background-color: #474747;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}

section.gallery-page ul.sub-navigation li.active {
  color: #fff;
}

section.gallery-page ul.sub-navigation li.active:after {
  background-color: #00BFF3;
  box-shadow: 0px 0px 35px 0px rgba(0, 190, 243, 0.9);
}

section.gallery-page ul.sub-navigation li:last-child {
  border-right: none;
}

section.gallery-page div[class^="img-"],
section.gallery-page div[class*=" img-"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.gallery-page div[class^="img-"].over,
section.gallery-page div[class*=" img-"].over {
  z-index: 10 !important;
}

section.gallery-page div[class^="image-"],
section.gallery-page div[class*=" image-"] {
  position: absolute;
}

section.gallery-page div[class^="part-"],
section.gallery-page div[class*=" part-"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  perspective: 1000px;
}

section.gallery-page div[class^="part-"] img,
section.gallery-page div[class*=" part-"] img {
  position: absolute;
}

section.gallery-page .images-container {
  position: relative;
  top: 225px;
  height: 100%;
  width: 100%;
 /* transform: translateX(-7%); */
}

section.gallery-page .image-1 {
  z-index: 1;
  top: 0;
  left: 17px;
  width: 460px;
  height: 789px;
}

section.gallery-page .image-1 .part-1 {
  width: 275px;
  height: 205px;
  top: 0;
  left: 185px;
}

section.gallery-page .image-1 .part-1 .img-1 img {
  left: -206px;
  top: -3px;
}

section.gallery-page .image-1 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery-page .image-1 .part-2 {
  width: 460px;
  height: 338px;
  top: 226px;
  left: 0;
}

section.gallery-page .image-1 .part-2 .img-1 img {
  left: -26px;
  top: -232px;
}

section.gallery-page .image-1 .part-2 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery-page .image-1 .part-3 {
  width: 279px;
  height: 206px;
  top: 583px;
  left: 0;
}

section.gallery-page .image-1 .part-3 .img-1 img {
  left: -24px;
  top: -585px;
}

section.gallery-page .image-1 .part-3 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery-page .image-2 {
  z-index: 2;
  top: 0;
  left: 498px;
  width: 445px;
  height: 563px;
}

section.gallery-page .image-2 .part-1 {
  width: 444px;
  height: 334px;
  top: 0;
  left: 0;
}

section.gallery-page .image-2 .part-1 .img-1 img {
  left: -5px;
  top: -37px;
}

section.gallery-page .image-2 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

section.gallery-page .image-2 .part-2 {
  width: 298px;
  height: 208px;
  top: 355px;
  left: 0;
}

section.gallery-page .image-2 .part-2 .img-1 img {
  left: -5px;
  top: -393px;
  
}

section.gallery-page .image-2 .part-2 .img-2 img {
  left: 0px;
  top: 0px;
  height: 100%;
}

section.gallery-page .image-3 {
  z-index: 3;
  top: 355px;
  left: 820px;
  width: 390px;
  height: 293px;
}

section.gallery-page .image-3 .part-1 .img-1 img {
  left: 0px;
  top: 0px;
}

section.gallery-page .image-3 .part-1 .img-2 img {
  left: -50px;
  top: 0px;
  height: 100%;
}

section.gallery-page .image-4 {
  z-index: 4;
  top: 583px;
  left: 316px;
  width: 481px;
  height: 361px;
}

section.gallery-page .image-4 .part-1 .img-1 img {
  left: -17px;
  top: -6px;
}

section.gallery-page .image-4 .part-1 .img-2 img {
  left: -175px;
  top: 0px;
  height: 100%;
}

section.gallery-page .image-5 {
  z-index: 5;
  top: 965px;
  left: 720px;
  width: 250px;
  height: 187px;
}

section.gallery-page .image-5 .part-1 .img-1 img {
  left: 0px;
  top: 0px;
}

section.gallery-page .image-5 .part-1 .img-2 img {
  left: -27px;
  top: 0px;
  height:100%;
}

section.gallery-page .image-6 {
  z-index: 6;
  top: 965px;
  left: 210px;
  width: 845px;
  height: 459px;
}

section.gallery-page .image-6 .part-1 {
  width: 489px;
  height: 367px;
  top: 0;
  left: 0;
}

section.gallery-page .image-6 .part-1 .img-1 img {
  left: -10px;
  top: -8px;
}

section.gallery-page .image-6 .part-1 .img-2 img {
  left: 0px;
  top: 0px;
}

section.gallery-page .image-6 .part-2 {
  width: 335px;
  height: 252px;
  top: 207px;
  left: 510px;
}

section.gallery-page .image-6 .part-2 .img-1 img {
  left: -522px;
  top: -216px;
}

section.gallery-page .image-6 .part-2 .img-2 img {
  left: -500px;
  top: -214px;
}

section.gallery-page .image-7 {
  top: 1351px;
  left: 11px;
  width: 279px;
  height: 180px;
}
section.gallery-page .image-8{
  top: 1351px;
  left: 310px;
  width: 389px;
  height: 292px;
}


section.gallery-page .image-8 .part-1 .img-1 img {
  top: 0px;
  left: 0px;
}

section.gallery-page .image-8 .part-1 .img-2 img {
  top: 0px;
  left: -41px;
      height: 100%;
    width: unset;
}

section.gallery-page .image-8 .part-2{
  top: 313px;
  left: -160px;
  width: 392px;
  height: 269px;
}

section.gallery-page .image-8 .part-2 .img-1 img {
  top: -319px;
  left: 35px;
 
}
section.gallery-page .image-8 .part-2 .img-2 img {
  top: 0px;
  left: -61px;
  height:100%;
  width: unset;
    
 
}


section.gallery-page .image-8 .part-2 .img-2 {
  top: 0px;
  left: 35px;
  width:357px;
 
}

section.gallery-page .image-9 {
  top: 1664px;
  left: 150px;
  width: 392px;
  height: 292px;
}

section.gallery-page .image-10 {
  top: 1664px;
  left: 562px;
  width: 481px;
  height: 321px;
}

section.gallery-page .image-11 {
  top: 2007px;
  left: 561px;
  width: 389px;
  height: 402px;
}

section.gallery-page .image-12 {
  top: 2203px;
  left: 264px;
  width: 278px;
  height: 207px;
}

section.gallery-page .image-13 {
  top: 2429px;
  left: 19px;
  width: 481px;
  height: 361px;
}

section.gallery-page .image-14 {
  top: 2429px;
  left: 523px;
  width: 279px;
  height: 207px;
}

section.gallery-page .image-15 {
  top: 2814px;
  left: 109px;
  width: 390px;
  height: 292px;
}

section.gallery-page .image-16 {
  top: 2659px;
  left: 523px;
  width: 391px;
  height: 292px;
}

section.gallery-page .image-17 {
  top: 2745px;
  left: 933px;
  width: 281px;
  height: 206px;
}

section.gallery-page .image-7 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-7 img {
  left: 0;
  top: 0;
  width: 100%;
  
}

section.gallery-page .image-8 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-8 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .image-9 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-9 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .image-10 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-10 img {
  left: 0;
  top: 0;
  width: 100%;
}
section.gallery-page .image-10 .img-2 img {
  left: -31px;
  top: 0;
  width: unset;
  height:100%;
}

section.gallery-page .image-11 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-11 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .image-11 .img-2 img {
  left: 0;
  top: 0;
  width: unset;
  height:100%;
}

section.gallery-page .image-12 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-12 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .image-13 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-13 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .image-14 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-14 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .image-15 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-15 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .image-16 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-16 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .image-17 {
  background-color: #E1E1E1;
  position: absolute;
}

section.gallery-page .image-17 img {
  left: 0;
  top: 0;
  width: 100%;
}

section.gallery-page .glasses {
  position: absolute;
  z-index: 100;
  top: 2308px;
  left: 744px;
}

section.gallery-page .shadow {
  box-shadow: 32px 40px 100px 0px rgba(0, 0, 0, 0.85);
  z-index: 100;
}

section.gallery-page .text {
  line-height: 1.7rem;
}

section.gallery-page .text h5 {
  font: normal 700 1rem "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #FFF;
}

section.gallery-page .text.part-1 {
  width: 450px;
  height: auto;
  top: 740px;
  left: 819px;
}

section.gallery-page .text.part-2 {
  top: 1527px;
  left: 721px;
  width: 430px;
  height: 100px;
}

section.gallery-page .text.part-3 {
  top: 2056px;
  left: 51px;
  width: 450px;
  height: 200px;
}

@media (max-width: 1390px) {
  section.gallery-page {
    height: 2900px;
  }

  section.gallery-page > .container {
    transform: scale(0.8) translateX(3%);
    transform-origin: top;
  }

  section.gallery-page > .container .images-container {
    top: 145px;
  }
}

@media (max-width: 1200px) {
  section.gallery-page {
    height: 2390px;
  }

  section.gallery-page > .container {
    transform: scale(0.65) translateX(3%);
    transform-origin: top;
  }

  section.gallery-page > .container .images-container {
    transform: translateX(-19%) !important;
  }
}

@media (max-width: 992px) {
  section.gallery-page > .container {
    transform: scale(0.65) translateX(0%);
    transform-origin: top;
  }

  section.gallery-page > .container .images-container {
    transform: translateX(-16%) !important;
  }
}

@media (max-width: 880px) {
  section.gallery-page {
    height: auto;
  }

  section.gallery-page div[class^="image-"],
  section.gallery-page div[class*=" image-"] {
    position: static;
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 15px;
    width: 100%;
    max-width: 50%;
    height: 275px !important;
    background-color: transparent;
  }

  section.gallery-page div.text[class^="part-"],
  section.gallery-page div.text[class*=" part-"],
  section.gallery-page div.title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto !important;
    padding-left: 15px;
    text-align: left;
  }

  section.gallery-page div.title {
    position: relative;
    left: auto;
    top: auto;
    font-size: 2.4rem;
    margin: 20px 0 40px 0;
  }

  section.gallery-page div[class^="part-"],
  section.gallery-page div[class*=" part-"] {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 245px !important;
  }

  section.gallery-page div[class^="part-"] img,
  section.gallery-page div[class*=" part-"] img {
    left: 0;
    top: 0;
    position: static;
    width: 100%;
    height: auto;
  }

  section.gallery-page .container {
    transform: scale(1) translateX(0%);
    height: auto;
    top: 0;
  }

  section.gallery-page .container .images-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: auto;
    padding: 120px 0;
    transform: translateX(0%) !important;
  }

  section.gallery-page .image-3 .part-1 .img-1 img {
    width: 120%;
  }

  section.gallery-page .image-4 .part-1 .img-1 img {
    width: 120%;
  }

  section.gallery-page .image-5 .part-1 img {
    width: 120%;
  }

  section.gallery-page .image-6 .part-1 .img-1 img {
    width: 120%;
  }

  section.gallery-page .image-1 {
    -ms-flex-order: 2;
    order: 2;
  }

  section.gallery-page .image-2 {
    -ms-flex-order: 4;
    order: 4;
  }

  section.gallery-page .image-3 {
    -ms-flex-order: 6;
    order: 6;
  }

  section.gallery-page .image-4 {
    -ms-flex-order: 8;
    order: 8;
  }

  section.gallery-page .image-5 {
    -ms-flex-order: 10;
    order: 10;
  }

  section.gallery-page .image-6 {
    -ms-flex-order: 12;
    order: 12;
  }

  section.gallery-page .image-7 {
    -ms-flex-order: 14;
    order: 14;
  }

  section.gallery-page .image-8 {
    -ms-flex-order: 16;
    order: 16;
  }

  section.gallery-page .image-9 {
    -ms-flex-order: 18;
    order: 18;
  }

  section.gallery-page .image-10 {
    -ms-flex-order: 20;
    order: 20;
  }

  section.gallery-page .image-11 {
    -ms-flex-order: 22;
    order: 22;
  }

  section.gallery-page .image-12 {
    -ms-flex-order: 24;
    order: 24;
  }

  section.gallery-page .image-13 {
    -ms-flex-order: 26;
    order: 26;
  }

  section.gallery-page .image-14 {
    -ms-flex-order: 28;
    order: 28;
  }

  section.gallery-page .image-15 {
    -ms-flex-order: 30;
    order: 30;
  }

  section.gallery-page .image-16 {
    -ms-flex-order: 32;
    order: 32;
  }

  section.gallery-page .image-17 {
    -ms-flex-order: 34;
    order: 34;
  }

  section.gallery-page .image-4 {
    -ms-flex-order: 6;
    order: 6;
  }

  section.gallery-page .image-8 {
    -ms-flex-order: 14;
    order: 14;
  }

  section.gallery-page .text.part-1 {
    -ms-flex-order: 7;
    order: 7;
    margin: 30px 0;
  }

  section.gallery-page .text.part-2 {
    -ms-flex-order: 14;
    order: 14;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }

  section.gallery-page .text.part-3 {
    -ms-flex-order: 15;
    order: 15;
    margin-bottom: 40px;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }

  section.gallery-page .image-1 .part-2,
  section.gallery-page .image-1 .part-3 {
    display: none;
  }

  section.gallery-page .image-2 .part-2 {
    display: none;
  }

  section.gallery-page .image-6 .part-2 {
    display: none;
  }

  section.gallery-page .glasses {
    display: none;
  }

  section.gallery-page .shadow {
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  section.gallery-page div[class^="part-"],
  section.gallery-page div[class*=" part-"] {
    height: 190px !important;
  }

  section.gallery-page div[class^="image-"],
  section.gallery-page div[class*=" image-"] {
    height: 220px !important;
  }
}

@media (max-width: 530px) {
  section.gallery-page {
    padding-top: 140px;
  }

  section.gallery-page .container .images-container {
    padding: 80px 0;
  }

  section.gallery-page .container ul.sub-navigation {
    transform: translateX(-50%) scale(0.85);
  }

  section.gallery-page div.title {
    font-size: 1.8rem;
  }

  section.gallery-page div.text[class^="part-"],
  section.gallery-page div.text[class*=" part-"] {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  section.gallery-page div.text[class^="part-"] h5,
  section.gallery-page div.text[class*=" part-"] h5 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  section.gallery-page div[class^="part-"],
  section.gallery-page div[class*=" part-"] {
    height: 170px !important;
  }

  section.gallery-page div[class^="image-"],
  section.gallery-page div[class*=" image-"] {
    height: 200px !important;
  }
}

@media (max-width: 414px) {
  section.gallery-page .container ul.sub-navigation {
    transform: translateX(-50%) scale(0.7);
  }

  section.gallery-page div.title {
    font-size: 1.7rem;
    margin: 10px 0 20px 0;
  }

  section.gallery-page div.text[class^="part-"],
  section.gallery-page div.text[class*=" part-"] {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  section.gallery-page div[class^="part-"],
  section.gallery-page div[class*=" part-"] {
    height: 130px !important;
  }

  section.gallery-page div[class^="image-"],
  section.gallery-page div[class*=" image-"] {
    height: 160px !important;
  }
}

@media (max-width: 375px) {
  section.gallery-page .container ul.sub-navigation {
    transform: translateX(-50%) scale(0.6);
  }

  section.gallery-page div.title {
    font-size: 1.6rem;
    margin: 10px 0 20px 0;
  }

  section.gallery-page div.text[class^="part-"],
  section.gallery-page div.text[class*=" part-"] {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  section.gallery-page div[class^="part-"],
  section.gallery-page div[class*=" part-"] {
    height: 100px !important;
  }

  section.gallery-page div[class^="image-"],
  section.gallery-page div[class*=" image-"] {
    height: 130px !important;
  }
}

@media (max-width: 320px) {
  section.gallery-page .container ul.sub-navigation {
    transform: translateX(-50%) scale(0.5);
  }

  section.gallery-page div.title {
    font-size: 1.5rem;
    margin: 10px 0 20px 0;
  }

  section.gallery-page div.text[class^="part-"],
  section.gallery-page div.text[class*=" part-"] {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  section.gallery-page div[class^="part-"],
  section.gallery-page div[class*=" part-"] {
    height: 100px !important;
  }

  section.gallery-page div[class^="image-"],
  section.gallery-page div[class*=" image-"] {
    height: 130px !important;
  }
}

.page .shopify-challenge__container {
  margin-top: 250px;
  margin-bottom: 200px;
}

.page .shopify-challenge__container .shopify-challenge__message {
  font: normal 300 1rem "Montserrat", sans-serif;
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 3rem;
  padding: 0 40px;
}

.page .shopify-challenge__container .g-recaptcha {
  margin-bottom: 40px;
}

.page .shopify-challenge__container .shopify-challenge__button {
  margin-top: 30px;
  display: block;
  text-transform: uppercase;
  font: normal 400 1rem "Montserrat", sans-serif;
  font-size: 1.2rem;
  background-color: #191919;
  color: #fff;
  padding: 1rem 5rem;
  max-width: 245px;
  margin: auto;
  cursor: pointer;
  border-radius: 0;
}

/*
 * Vendors
 */

/* Revealer effects */

.pages {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: 1;
}

.page--current {
  visibility: visible;
  position: relative;
}

/* Revealers */

.revealer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  pointer-events: none;
}

.revealer--cornertopleft,
.revealer--cornertopright,
.revealer--cornerbottomleft,
.revealer--cornerbottomright {
  top: 50%;
  left: 50%;
}

.revealer--top,
.revealer--bottom {
  left: 0;
}

.revealer--right,
.revealer--left {
  top: 50%;
  left: 50%;
}

.revealer--top {
  bottom: 100%;
}

.revealer--bottom {
  top: 100%;
}

.revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ddd;
}

/* Colors */

/* 1 */

.anim--effect-1 .codrops-header__subbox {
  color: #605BD4;
}

.anim--effect-1 .custom-select,
.anim--effect-1 .codrops-links,
.anim--effect-1 .pater {
  background: #605BD4;
}

/* 2 */

.anim--effect-2 .codrops-header__subbox {
  color: #9cdab1;
}

.anim--effect-2 .custom-select,
.anim--effect-2 .codrops-links,
.anim--effect-2 .pater {
  background: #9cdab1;
}

/* 4 */

.anim--effect-4 .codrops-header__subbox {
  color: #999;
}

.anim--effect-4 .custom-select,
.anim--effect-4 .codrops-links,
.anim--effect-4 .pater {
  background: #16161D;
}

.anim--effect-4 .custom-select select {
  color: white;
}

.anim--effect-4 .custom-select select option {
  color: black;
}

.anim--effect-4 .custom-select::after {
  border-top-color: white;
}

/* One layer effect (effect-1) */

.anim--effect-1 .page:first-child {
  background: #605BD4;
}

.anim--effect-1 .page:nth-child(2) {
  background: #FF6EAE;
}

.anim--effect-1 .revealer--animate .revealer__layer {
  animation: anim-effect-1 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@keyframes anim-effect-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  35%, 65% {
    transform: translate3d(0, -100%, 0);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

/* Two layer effect (effect-2) */

.anim--effect-2 .page:first-child {
  background: #9cdab1;
}

.anim--effect-2 .page:nth-child(2) {
  background: #F9C969;
}

.anim--effect-2 .revealer--animate .revealer__layer {
  animation: anim-effect-2-1 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.anim--effect-2 .revealer--animate .revealer__layer:nth-child(2) {
  animation-name: anim-effect-2-2;
}

@keyframes anim-effect-2-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  30%, 70% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-2-2 {
  0%, 14.5% {
    transform: translate3d(0, 0, 0);
  }

  37.5%, 62.5% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }

  85.5%, 100% {
    transform: translate3d(0, -200%, 0);
  }
}

/* Three layer effect (effect-3) */

.anim--effect-3 .revealer--animate .revealer__layer {
  animation: anim-effect-3-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(2) {
  animation-name: anim-effect-3-2;
}

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(3) {
  animation-name: anim-effect-3-3;
}

@keyframes anim-effect-3-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25%, 75% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-2 {
  0%, 12.5% {
    transform: translate3d(0, 0, 0);
  }

  37.5%, 62.5% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  87.5%, 100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-3 {
  0%, 25% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  75%, 100% {
    transform: translate3d(0, -200%, 0);
  }
}

/* Forth effect */

.anim--effect-4 .page:first-child {
  background: #28282D;
}

.anim--effect-4 .page:nth-child(2) {
  background: #F15C5C;
}

.anim--effect-4 .page--animate-top .quote {
  animation: moveQuoteTop 1.5s forwards;
}

@keyframes moveQuoteTop {
  0%, 65% {
    transform: translate3d(0, -75px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-bottom .quote {
  animation: moveQuoteBottom 1.5s forwards;
}

@keyframes moveQuoteBottom {
  0%, 65% {
    transform: translate3d(0, 75px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-left .quote {
  animation: moveQuoteLeft 1.5s forwards;
}

@keyframes moveQuoteLeft {
  0%, 65% {
    transform: translate3d(-75px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-right .quote {
  animation: moveQuoteRight 1.5s forwards;
}

@keyframes moveQuoteRight {
  0%, 65% {
    transform: translate3d(75px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-cornertopright .quote {
  animation: moveQuoteCornerTopRight 1.5s forwards;
}

@keyframes moveQuoteCornerTopRight {
  0%, 65% {
    transform: translate3d(50px, -50px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-cornertopleft .quote {
  animation: moveQuoteCornerTopLeft 1.5s forwards;
}

@keyframes moveQuoteCornerTopLeft {
  0%, 65% {
    transform: translate3d(-50px, -50px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-cornerbottomright .quote {
  animation: moveQuoteCornerBottomRight 1.5s forwards;
}

@keyframes moveQuoteCornerBottomRight {
  0%, 65% {
    transform: translate3d(50px, 50px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .page--animate-cornerbottomleft .quote {
  animation: moveQuoteCornerBottomLeft 1.5s forwards;
}

@keyframes moveQuoteCornerBottomLeft {
  0%, 65% {
    transform: translate3d(-50px, 50px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.anim--effect-4 .revealer--animate .revealer__layer {
  animation: anim-effect-4-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}

.anim--effect-4 .revealer--animate .revealer__layer:nth-child(2) {
  animation-name: anim-effect-4-2;
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.anim--effect-4 .revealer--animate .revealer__layer:nth-child(3) {
  animation-name: anim-effect-4-3;
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes anim-effect-4-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  35%, 65% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-4-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  45%, 55% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-4-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  45%, 55% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}
.image-solution {
  width: 960px;
  height: 1000px;
 
  background-size: contain;
}

.built-to-support-in-field-services-remote-training-remote-ass {
  width: 359px;
  
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;F
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: left;
  color: #272931;
}
.unlike-smartglasses-it-can-run-any-Android-app-for {
  width: 401px;
  height: 36px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #272931;
}
.not-available {
   font-size: 14px !important;
  letter-spacing: 0.4px !important;
}


@media (max-width: 767px) {
  .shipp {
    max-width: 300px;
    line-height: 1.5;
  }
}

@media (min-width: 1100px) {
  .phone-image {
  	
    max-width: 40%;
  }

}

.phone-image {
      padding: 45px;
}
.smartphone{
  left: 80px;
  padding-top: 450px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #d2d3d5;
  position: absolute;
  text-align:left;
 
}
.smartphone-h2{
  left: 80px;
  padding-top: 300px;
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #d2d3d5;
  position: absolute;
  text-align:left;
  
}

.smartphone-1{
  left: 80px;
  padding-top: 550px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #b9bfc4;
  position: absolute;
  text-align:left;
 
}
.meet {
    padding-top: 192px;
    padding-bottom: 400px;
     background-color: #fff; 
    background: -moz-linear-gradient(0deg, #ffffff 0%, #fbfbfb 37%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(37%,#fbfbfb), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 37%,#ececec 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fbfbfb 37%,#ececec 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fbfbfb 37%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ececec',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#fbfbfb 37%,#ececec 100%);
 }





section.meet .meet-vyooit h2 {
    font: normal 200 1rem "Montserrat", sans-serif;
    color: #080A15;
    font-size: 3rem;
    letter-spacing: 1.2px;
    margin-bottom: 75px;
}
.meet-text {
  width: 610px;
  height: 212px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #181818;
}
.hero-content >h1 {
	font-size:40px !important;
}
.photo-cam {
    position: absolute;
   /* z-index: 2; */
    top: 25.8%;
    left: 36%;
}
.photo-4k {
    position: absolute;
    z-index: 2;
    top: 70%;
    left: 66%;
}

.slider-runmobile{
font-family: Montserrat;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  color: #ffffff;

}
.blog-header-title{
  text-align: left;
}
.article__date{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 1.4px;
  text-align: left;
  color: #d2d4d9;
  float: left;
}
.card-for-blog {
  height: 500px;
  background-color: #141414;
}

@media(max-width: 767) {
  .card-for-blog {
    height: auto;
  }
}



.blog-title-in-the-post {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: left;
  color: #d2d4d9;
}
.blog-content {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #8f9093;
}
.blog-container {
     margin-top: -75vh; 
}
.blog-section{
    background-color: black;
    padding-bottom: 200px;
}

.contact .container-fluid {
  background-color: black;
}
.article-details{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 1.4px;
  text-align: left;
  color: #d2d4d9;
}
.article-title {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #fefeff;
  margin-bottom: 30px;
}
.article-body{
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #8f9093;
    margin-top: 50px;
}
.previous-next-post a{
	font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1.4px;
    text-align: left;
    color: rgba(210, 212, 217, 0.2);
    text-decoration: none;
}
.previous-link{
    text-align: left;
}
.share-link{
    text-align: center;
}
.next-link{
    text-align: right;
}
.previous-next-post{
  margin-top: 100px;
}
.share-link p{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.4px;
  text-align: left;
  color: #56575a;
  text-align: center;
}
.show-all-posts{
      margin-bottom: 40px;
}
a{
   text-decoration: none;
}
.posts-image{
  height: 200px;
  object-fit: fill;
}

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


.photo-4k {
 left: auto;
  right:0;
}



 section.vyoocam h2, section.vyoocam  .smartphone-1, section.vyoocam .smartphone,
  section.vyoocam .tech-specs .btn.specs
  {
   position: static;
  }
  
  
  section.vyoocam {
  max-height: 100%;
  }
  
  section.vyoocam .tech-specs .btn.specs {
   margin-bottom:50px;
    transform: none;
  }
  
  .smartphone-h2 {
    padding-top: 90px;
    margin-bottom: 100px;
  }
  
  section.vyoocam p {
   padding-top:0;
    margin-bottom: 70px;
  }

 section.vyoocam {
   padding: 20px 30px 50px 10%;
   height:auto;
  }
  
   section.vyoocam .tech-specs {
     position: static;
     text-align:left;
     padding-top: 85px;
  }
  
  .meet {
    padding: 80px 30px 50px;
    text-align: center;
  }
  
  .meet-text {
    width: 100%;
    height: auto;
     text-align: center;
  }
  
  .img-responsive {
     margin: 0 auto;
    margin-top:30px;
    margin-bottom: 30px;
  }

  .phones-img{
	width: 86% !important;
    margin-top: 50px;
  }

	.meet-vyooit .content-slider .container	.scheme-img {
    width: 68%;
      
    }

@media (max-width: 1681px) {

  
  .photo-cam img {
    width: 800px;
  }
  
  .hero-content >h1 {
    font-size: 30px !important;
	}
 section.cover .hero-content .order-now {
  
    font-size: 24px;
   
 }
  .slider-runmobile {
    
    font-size: 16px;
  }
  
  section.cover .hero-content {
   
    top: 20.8%;
    
  }
  
  section.cover .hero-content .order-now-div{
  
  margin-top: 20px;
    margin-bottom: 10px;
  }
}


@media (max-width: 1200px) {

  
  .photo-cam img {
    width: 700px;
  }
 
}

@media (max-width: 991px) {

  .photo-cam {
   left: 144px;
    top: 35%;
  }
  
  .photo-cam img {
    width: 60%;
  }
 
}




@media (max-width: 767px) {
  section.apple-watch #iwatch-canvas {
    position: static;
  }

  
  
  section.reasons-why-you-need-vyoocam {
     padding: 50px 30px;
  }
  
  section.ideal-device .image {
   background-position: center;
  }
  
  .smartphone-h2 {
    padding-top: 0px;
  }
  
  section.vyoocam h2 {
    width: 100%;
  }
  
  section.preorder .row > div:last-child {
   height: auto;
  }

 
  section.preorder .row > div.details {
   padding-bottom: 50px;
  }
}

@media (max-width: 667px) {
  section.meet .meet-vyooit h2 {
    font-size: 2rem;
  }
}

.blog-header-title p {
   color: #8f9093;
  margin-bottom: 80px;
}

@media (max-width: 414px){
section.cover .hero-content .order-now-div {
	margin-top: 86px;

}


  section.cover .hero-content {
    top: 15%;
  }
  
.blog-header-title h1 {
    font-size: 2.0rem;
  margin-top:15px;
}  
  
  .blog-header-title p {
      margin-bottom: 50px;
  
  }
  section.product .details{
  	margin-bottom:20px;
  
  }  
  
}
@media (max-width: 480px) {

  .photo-cam {
   left: 0;
    top: 50%;
  }
  
  .photo-cam img {
    width: 75%;
  }
 
}

.mobile-menu-container ul.navbar-nav li.nav-item {text-align: center;}
.mobile-menu-container ul.navbar-nav li.nav-item a {font-size: 2rem;}


.article-body h3 {
 color: #afb1b5;
  margin: 45px 0;
}

.article-body p {
  margin-bottom: 25px;
   color: #d2d4d9;
  font-size: 16px;
}

.previous-link a, .next-link a, .share-link p, .share-link a {
  position:relative;
  color: #d2d4d9;
}


.previous-link a:after, .next-link a:before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  background: #3f3f3f;
  top:10px;
  left: 160px;
  }

.next-link a:before {
  left:-70px;
}

.card-for-blog {
 /*height: auto;*/
}

.blog-header-title {
 position: relative;
}



.blog-header-title h1 {
  font-weight: 300;
}

.navbar {
    /*position: static;*/
  }


@media (max-width: 991px) {
  .blog-container {
       margin: 0;
       padding-top: 10%;
  }
}

.posts-image {
 height: auto;
}

#canvas, #animation_container, #animation_container_phone{
 max-width: 100%;
  height: auto !important;
}

 #canvas_phone  {
 max-width: 160%;
  height: auto !important;
}


#animation_container_phone{
 max-width: 100%;
  height: 860px !important;
}


@media (max-width:500px){
	#canvas_phone  {
 	max-width: 180%;
  height: auto !important;
      left:-104px;
    }
 #animation_container_phone{
 max-width: 100%;
  height: 449px !important;
}
}

.tech-specs-modal h2 {
 font-size: 48px;
  font-weight: 100;
  margin-bottom: 48px;
}

.tech-specs-modal {
 display:none;
  position: absolute;
  width: 72%;
  left:10%;
  right:0;
  /*margin:0 auto;*/
  text-align:left;
  background: #fff;
  padding: 100px;
  z-index:2;
  top: 100px;
  padding-bottom:30px;
}


@media (max-width: 1400px) {
  .tech-specs-modal {
    width: 95%;
    padding: 50px;
  }
  
}

.tech-specs-modal.openModal {
 display:block;
}

.tech-specs-modal h2 {
  color:#4d4d4d;
  font-size: 48px;
  font-weight: 100;
}

.flex-block {
 display:flex;
}


.part-block {
 width: 50%;
}

.part-block ul {
 padding:0;
  list-style:none;
}


.part-block ul li {
 color: #1d1d1d;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px dashed #ebebeb;
}

.part-block ul li:last-child {
  padding-top:50px;
   border-top: 1px dashed #ebebeb;
}

.tech-specs-modal p {
  color: #1d1d1d;
  text-align:left;
  margin-top:50px;
}

.part-block img {
  margin:0;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .flex-block {
    flex-direction: column;
  }
  
  .part-block ul li:last-child {
   padding-top:15px;
  }
  
  .part-block p {
    margin-top:0;
  }
  
  .part-block {
   width: 100%;
  }
  
  .part-block img {
    margin-right: auto;
    margin-left:0;
  }
}

@media (max-width: 767px) {
  .tech-specs-modal h2 {
    padding-top: 50px !important;
    margin-bottom: 35px;
  }
}

#meet .meet-vyooit .content-slider .owl-dots {
      text-align: center !important;
}

.modal-body .close {
  position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
  	color: white;
}


@media (max-width: 414px) {
  
  .built-to-support-in-field-services-remote-training-remote-ass{
  	width:100%;
  }
  .unlike-smartglasses-it-can-run-any-Android-app-for {
  	width:100%;
  
  }
  section.blog .article-title {
  	font-size: 24px;
  }
  
  section.blog .article{
  	margin-top: 19%;
  }
}

.wrapper__article .rte {
	width: 880px;
    text-align: left;
    margin: 0 auto;
    margin-top: 150px;

}